Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Joshua Eichorn's Blog:
Understanding AJAX Digital Shortcut Available
Aug 04, 2006 @ 11:08:05

Joshua Eichorn mentions today about the "digital shortcut" created for his upcoming book "Understanding Ajax" from Prentice Hall.

A chapter from my book, Understanding AJAX has been made available as a digital shortcut. This chapter covers the different ways you can use the data you transfer using XMLHttpRequest.

Document centric approaches based on HTML and XML are described as well as various RPC approaches are shown.

The shortcut focuses on consuming data sent back in an XML or JSON format (and costs $9.99 USD). Joshua notes that he, personally, tends more towards "JSON based RPC approaches or HTML document based approaches" for his communication method. He also mentions client-side XSLT as an alternative to having to parse through and style the large amounts of data returned.

tagged: understanding ajax digital shortcut json rpc html html_ajax book understanding ajax digital shortcut json rpc html html_ajax book

Link:


Trending Topics: