Latest AJAX stories

How to easily enhance your existing tables with simple CSS(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 9 months ago

A detailed example of how to use CSS to style an HTML table. The example is specifically focused on styling a table generated on the client-side via AJAX, but is applicable to any HTML table. read more...

add a comment |category: |Views: 367

tags: another

Combining jQuery Validation with ASP.NET MVC(weblogs.asp.net)

submitted by rimsystemsrimsystems(6119) 3 years, 9 months ago

See how the jQuery Validation plugin can be used with the MVC framework to validate all the inputs in a form before it is submitted to the controller. read more...

add a comment |category: |Views: 519

tags: another

jQuery for ASP.NET MVC unleashed!(blog.goeran.no)

submitted by GOEranGOEran(380) 3 years, 9 months ago

jQuery plugins for the ASP.NET MVC framework read more...

1 comment |category: |Views: 617

tags: another

A sneak peak at ASP.NET AJAX 4.0’s client-side templating(encosia.com)

submitted by mosessaurmosessaur(5424) 3 years, 9 months ago

Hot on the heels of the recent ASP.NET AJAX roadmap, Bertrand and team have released a limited preview of the new AJAX functionality coming in ASP.NET 4.0. Dave is giving a sneak peak about it read more...

add a comment |category: |Views: 305

tags: another

ASP.NET AJAX 4.0 CodePlex Preview 1 available(weblogs.asp.net)

submitted by wisemxwisemx(8074) 3 years, 10 months ago

I'm very happy to announce that the first preview for the new Ajax features in ASP.NET just went live. Thanks to everyone who made that happen and thanks to all of you for providing feedback on the Roadmap. This preview contains preview implementations for the following features: Client-side template rendering Declarative instantiation of behaviors and controls DataView control Markup extensions Bindings read more...

add a comment |category: |Views: 181

tags: another

Continuous scrolling pattern using JavaScript and ASP.NET(jankoatwarpspeed.com)

submitted by jankojanko(2555) 3 years, 10 months ago

Continuous scrolling is very interesting pattern. If I would have to describe it in short I would say that new items are being loaded while you scroll down the content. It is a completely opposite pattern to a pagination. In this article, you will learn about this pattern and see how it can be implemented using JavaScript and ASP.NET. read more...

add a comment |category: |Views: 386

tags: another

Open Source ASP.NET 3.5 AJAX Portal - new and improved(msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 10 months ago

A new release of Dropthings, open source ASP.NET 3.5 AJAX portal. Features many performance and scalability techniques and a new design. Showcases: - 10 ASP.NET Performance and Scalability Secrets. - Fast ASP.NET page rendering by deferred script loading. - Load large amount of Javascripts in batch and thus load AJAX sites a lot faster. - Fast Streaming AJAX proxy that solves double downloading problems and continuously streams content from external domain. - Making best use of cache for high performance website. - On-demand UI loading on AJAX websites. read more...

add a comment |category: |Views: 589

tags: another

Updated version of Postback Ritalin - ASP.NET AJAX Server Control(encosia.com)

submitted by shashisatyashashisatya(115) 3 years, 10 months ago

PostBack Ritalin is an ASP.NET AJAX server control to help simplify the common task of disabling buttons and imagebuttons during partial postbacks. read more...

2 comments |category: |Views: 118

tags: another

ASP.NET MVC Preview 4 - Using Ajax and Ajax.Form(hanselman.com)

submitted by glennenglennen(310) 3 years, 10 months ago

Hanselman explains how to use the new AjaxHelper in Asp.Net MVC Preview 4. read more...

add a comment |category: |Views: 238

tags: another

Web developers. You suck.(objectreference.net)

submitted by Vort3XVort3X(1335) 3 years, 10 months ago

Well, JavaScript developers, specifically. In order to aid in development of my own websites, I enabled JavaScript debugging in Internet Explorer a few weeks back. To my horror, I have quickly experienced what seems to be complete disregard for serving syntactically correct JavaScript on the open internet. No, I’m not just talking about a few niche websites, run by amateur programmers. I am talking about industry-leading nerd-friendly powerhouse websites that should know better. read more...

4 comments |category: |Views: 654

tags: another

The Future of ASP.NET AJAX(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 10 months ago

My analysis of the ASP.NET Team's tentative road map for ASP.NET AJAX v.Next and beyond, followed by a few additional recommendations. read more...

add a comment |category: |Views: 421

tags: another

Optimize WebResource.axd and ScriptResource.axd(blog.madskristensen.dk)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 10 months ago

Some weeks ago I wrote how to minify and compress the WebResource.axd handler. In the comments of that post someone asked how to do the same with ScriptResource.axd. I thought about it and realized it could be done much smarter.If you take a look at the HTML source at the CodePlex Issue Tracker page, you’ll see it references 13 WebResource.axd and ScriptResource.axd. That’s 13 different web requests on each page load. The ScriptResource.axd is using HTTP compression but WebResource.axd does not. None of them minifies the scripts.Therefore it would be cool to create a plug ‘n play HttpModule that combines all resource.axd scripts into one single web request and then minify and compress them. It would result in smaller HTML, fewer web requests and optimized JavaScript code. If you’re a YSlow nazi like me, this is a must-have. read more...

add a comment |category: |Views: 88

tags: another

Use jQuery and ASP.NET AJAX to build a client side Repeater(encosia.com)

submitted by datacomdatacom(165) 3 years, 10 months ago

An example of one way of using ASP.NET AJAX and jQuery to implement client-side Repeater functionality. Using this technique on one of my own sites, I realized an over 400% performance gain. read more...

add a comment |category: |Views: 404

tags: another

A jQuery Client Status Bar(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 11 months ago

Status bars are very useful in client applications to display well status information and having a reusable and easily callable and configured status component to display messages is extremely handy. Here's an implementation that uses jQuery plus a bit of CSS to make short work of displaying status content. read more...

add a comment |category: |Views: 940

tags: another

3 mistakes to avoid when using jQuery with ASP.NET AJAX(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 11 months ago

Three common problems that I've seen when using jQuery with ASP.NET AJAX, their underlying causes, and simple solutions to them. read more...

add a comment |category: |Views: 412

tags: another

jQuery Books Review(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 11 months ago

Here's a review of three jQuery books I've read over the last few months as well as links to a couple of cheat sheets. read more...

add a comment |category: |Views: 261

tags: another