Tuesday 15 April 2008

AJAX Templates

When writing Ajax applications you spend alot of time inside JScript bring back data from the server then writing it to the screen, including the necessary HTML tags to make sure the browser formats it for display.

Embedding HTML within JScript has been an acceptable way to solve the issue of displaying data to the user from the client side, but this approach does mean that your HTML layout is now emended inside your JScript making unavailable for preview until render.  Nikhil Kothari has realised this issue and designed a way to template your JScript render to allow for previews and separate HTML from your JScript.

To read more about this exciting new project to template AJAX dynamic render please go to Nikhil's blog.

Nikhil Kothari is also responsible for bring us Script# and Web Developer Helper

0 comments: