Have some Ajax with your cup of joe
Let me just say, when you are writing a new web application, Ajaxify it!
Ajax takes your web app to the next level. The ability to access server side scripts and databases without having to reload the web page makes it absolutly amazing.
If you are unfamiliar or new to the concept then allow me to explain the basics. Ajax is not a new technology or programming language but rather a group of web languages that work together. While the official acronym stands for Asyncronous JavaScript and XML technology, the real explaination is the ability for client side JavaScript to access/run server side scripts like PHP and then apply the output of that server side script to the current web page without reloading the page or submiting a form.
So what are you waiting for? Here are some great places to get started:
www.w3schools.com
www.ajaxian.com
Enjoy!
Blogged on my iPhone
