FerretArmy: A Web Developer's Paradise

Pushing the Web Forward, Since 2007

Entries for the ‘Ajax’ Category

jQuery Templating with .tmpl

A quick overview of the jQuery templating API.

jQuery Ajax Beats ASP.NET Ajax

ASP.NET Ajax is a good technology in theory, but the implementation in practice is anything but smooth. There are many little ‘quirks’ that ASP.NET Ajax does to your page; these quirks almost entirely revolve around the handling of viewstate during ajax calls. ASP.NET Ajax passes the viewstate to the server and back during things like [...]

jQuery and Visual Studio

Did you get the chance to read that Visual Studio will be shipping with jQuery support included in the future? This news just made my day, more or less. If you aren’t in the know, jQuery is a really well developed JavaScript framework library. It includes support for things like making AJAX requests, easy DOM [...]

The Art of Web Development

I’ve been playing around with a few freely available Javascript libraries as of late, and I’ve been so very impressed at the quality and ease of use of what’s out there. I’m sure that most web developers are fairly well versed in the art, but since my career took a slightly different path until late, [...]

Disabling an Ajax Timer Control

I just got done fixing an issue that I was having with the ASP.NET AJAX Timer control, and I figured I’d write about it because there doesn’t seem to be like a ton of documentation out there right now as to exactly what is going on. Here is the scenario: You have an Ajax enabled [...]