In my pursuit to become more literate in the web-development world I recently made a few purchases of technology books that I hope will accelerate my understanding of things like Ajax, DOM, Json, JavaScript, Java…etc. I know that there is a wealth of material available for free on the internets but there’s just something about a good book that makes learning so much easier. Key word there is good!
A good book I’ve just finished reading (and written a review on) is “Head Rush Ajax“by Brett McLaughlin. Thanks to the freaky layout and writing style (it’s definitely not your typical technical resource!) this was a book that I quickly worked through and at least now I have a firmer grasp of concepts that were just acquaintances before.
For instance, I now know:
- AJAX – isn’t a new language. It is simply a “method” of coding (using existing languages – JavaScript primarily) to enable visitors of a web-page interact with a page without having to reload it. Of course, I already knew of AJAXian goodness from using all the various web-apps that apply it – but it’s neat to know that it’s really not that hard to work with – it certainly isn’t as intimidating as I thought it would be.





