Tuesday, May 10, 2011

Eliminating code in pages and controls via JQuery.

One of my goals is to make web page that can be hosted on any web server by making code behind obsolete.
Ideally all code would be in web services or http handlers.  To do this I am relying heavily on JQuery combined with JSON and JSONP.

As I find useful ones I will list them below.  Hope you find them useful too.