View Single Post
  #13 (permalink)  
Old 01-10-2008, 06:24 AM
kgun's Avatar
kgun kgun is offline
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2005
Location: Norway
Posts: 5,709
kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9
Default Re: Send form data with PHP

There is a third book "Learning jQuery" jQuery: The Write Less, Do More, JavaScript Library implementing the jQuery library that you should also think of buying.

The most advanced library I know of is NCZOnline - Downloads

zXml 1.0.2 A JavaScript library for cross-browser XML, XPath, and XSLT support. (24 KB)

Book on home page NCZOnline - The Official Web Site of Nicholas C. Zakas "Professional AJAX".

Quote:
Originally Posted by kurt.santo View Post
Great stuff!!! You have been more than helpful. Had a read through the given websites (although I have to admit after 5 minutes reading the RFCs got a headache and had to stop) and will purchase the two books from Sitepoint. Read through the synopsis, seems to give a lot of valuable info. Hopefully I am able soon to tackle my forms in a better way and also to built my first AJAX site...

Kurt
Recommendations:
  1. Start with the AJAX book from SitePoint. You get a very soft introduction to OOP. You can not do any serious DOM building and AJAX without having a simple understanding of OOP.
  2. Don't drown yourself in details. Learn to use libraries and modify code. Test the code that comes with the books. Look at it. Sometimes minor modifications are all you need to implement your own applications.

Last edited by kgun; 01-10-2008 at 06:30 AM.
Reply With Quote