I had the pleasure of chatting with Andre Lewis, lead author of “Beginning Google Maps Applications with Rails and Ajax”. We talked about his fascinating array of cool Rails-driven online services and projects he’s spearheading, the new book, and tips for budding Rails developers.
Click here to read more
Apress author Jeffrey Sambells (Beginning Google Maps Applications with PHP and Ajax) has penned a truly excellent article introducing the “A” in Ajax. Great writing, great examples. Definitely worth a read.
Read the article
Like many developers actively building websites, I’ve spent a fair amount of time evaluating the various Ajax frameworks. For those of you who haven’t yet done so, or remain too mortified of JavaScript to consider using Ajax, I’ve written up a summary of various frameworks for TechTarget.
I particularly encourage those of you falling into the latter category to check out the article and review the examples, as you’ll see that many of these frameworks require minimal interaction with the language we love to hate:
Read the article
While this doesn’t quite fit in open source, it is very cool and worth mentioning. I’ve seen several ‘Web 2.0’ style personal start up page sites (customized portals, etc) around, but
Pageflakes takes the cake. This is simpy a great use of Ajax and a very appropriate use.
I am between computers quite a bit, so using an application based RSS reader isn’t something easily done for me. With Pageflakes, I can set everything up, categorize with different pages, and access it from any computer I happen to be on. Very cool tool.
So, I’ve been searching for a simple method to quickly create some Ajax based applications using a PHP backend. My requirements were simple and consisted of only one item:
avoid hand coding JavaScript as much as possible. After much searching and reading of APIs and documentation, I came across a great library called
xajax.
Click here to read more