iPhone DZone: Fresh Links On Your iPhone by matt on 7/5/08
Reading DZone on your iPhone just got a little bit easier. Visit http://dzone.com/iphone from your iPhone to try out our beta iPhone support. You can view stories, filter by tags, and login. We'd appreciate your feedback at feedback@dzone.com.
Why you should not place your whole site in an UpdatePanel
Perhaps due to its ubiquitous presence in web based email services, implementing asynchronous site navigation is frequently a design requirement when... more »
2 commentsSave Tags: .net, ajax, reviews, web design
Why do ASP.NET AJAX page methods have to be static?
Dozens of variations on the title of this post are some of the most common searches that bring people here to Encosia. Unfortunately, the search... more »
0 commentsSave Tags: .net, ajax, web design
Using jQuery to Consume ASP.NET JSON Web Services
In response to many of the articles here, I receive feedback asking how to achieve the same results without using ASP.NET AJAX. As much as I’m a fan... more »
0 commentsSave Tags: .net, javascript, web services
Why my ASP.NET AJAX forms are never submitted twice
The overzealous double-clickers amongst our users often make it desirable to temporarily disable the controls that trigger server side processing.... more »
0 commentsSave Tags: .net, web design
Boost ASP.NET performance with deferred content loading
When broken down into digestible chunks, the technique is easy to implement and lends your application a level of polish that your users are sure to... more »
0 commentsSave Tags: .net
4 ASP.NET AJAX JavaScript UI methods you should learn
Wrapping up my series on some of ASP.NET AJAX’s less utilized client side functionality, this post will take a closer look at some of ASP.NET AJAX’s... more »
0 commentsSave Tags: .net, frameworks, javascript
Are you making these 3 common ASP.NET AJAX mistakes?
An overview of the impact several ASP.NET page life cycle issues have on ASP.NET AJAX development, and how to avoid them.
0 commentsSave Tags: .net, ajax
Easy incremental status updates for long requests
A problem that has always plagued web developers has been providing detailed progress indication for server-side tasks. The stateless nature of the... more »
0 commentsSave Tags: .net, javascript
via