AJAX Toolkits

Ajaxian conducted a recent survery on Ajax toolkits/frameworks. The "winner" was Prototype ( a new one to me ) which is a Ruby-based framework. Wow! I did not realise there were so many AJAX frameworks out there! I use Sajax ( it is simple ) and have been experimenting with Backbase ( too complex for me ). PHP turns out to be the most popular server-side web development platform. Good news for me. I have been using PHP more often than Perl now.  I have been using the Sajax toolkit for a few months now and I really like it.  True to it's name it is simple to setup and use.  I tooled around with Backbase but...the learning curve and complexity required more time than I have patience for.  I also very quickly tired the Dojo AJAX toolkit/framework.  I think that one has potential ( easy to use and lots of features ) and I may come back to it later.

perl.com: Using Ajax from Perl

Using Ajax from Perl by Dominic Mitchell

If you're even remotely connected to web development, you can't have failed to have heard of Ajax at some point in the last year. It probably sounded like the latest buzzword and was one of those things you stuck on the 'must read up on later' pile. While it's definitely a buzzword, it's also quite a useful one.

Found this very useful article on perl.com. I've recently added some asynchronous JavaScript calls to my Perl code. The feedback from users has been positive.

LAMP Web development

Red Hat article promoting LAMP Web development. The "P" in the LAMP is one of either Perl, PHP, or Python. I cut my teeth on web development with Perl 5 back in 1997 and stuck with Perl for most of my consulting career after that. I tried to switch to Python but decided that I did not like Python reliance on white space. I did some small PHP projects back in 2002 but forgot about it until quite recently. I am finding more and more reasons to use and PHP has become more popular than Active Server Pages (ASP) for web development.