Published on Tue, 26 Sep 2006 21:44:56 -0400 Read: 4836 times
You could spend a lot of time figuring out all the pieces of JavaScript on the client side and Perl on the server side in order to work out how to use Ajax in your code. Thankfully, there's already a module on CPAN to take the pain out it: ... Read Article.
Published on Sun, 21 May 2006 07:40:47 -0400 Read: 4502 times
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 ... Read Article.
Published on Fri, 31 Mar 2006 18:59:49 -0500 Read: 3950 times
In this post on the Ajax Magazine blog, there’s mention of WEBoggle, an Ajax-enabled web-based multiplayer game of Boggle.
WEBoggle is a web-based Multiplayer Boggle Game where you can play and have fun, but the website was already down this morning the second time I check it to write about it. The game is too much ... Read Article.
Published on Sun, 05 Mar 2006 08:15:01 -0500 Read: 9241 times
From the O#8217;Reilly Perl.com site, there#8217;s a new article talking about a simple, quick way to enable Ajax usage inside of Perl, with the help of a module from CPAN.
If you#8217;re even remotely connected to web development, you can#8217;t have failed to have heard of Ajax at some point in the last year. It probably ... Read Article.
Published on Sun, 05 Mar 2006 08:15:01 -0500 Read: 5408 times
Encodable Industries has released a nice, simple Ajax upload component with a live progress bar. Its a single perl script that can be dropped into any web server with CGI support.
Features include max upload size, security via password protection, the real time progress bar, and display of time remaining and elapsed. You ... Read Article.
Published on Sun, 05 Mar 2006 08:15:01 -0500 Read: 5111 times
Catalyst is a framework that is trying to do for Perl, what Rails has done for Ruby.
You can view screencast movies, including one which walks you through creating an auto complete piece of ... Read Article.
Published on Sun, 05 Mar 2006 08:15:01 -0500 Read: 3359 times
One of the great gems of Perl is CPAN. Rael noticed that some Perl hackers are jumping into some JavaScript code, and built JSAN, a place to find comprehensive information on JavaScript libraries.
As Rael says...
The most interesting find in the archive thus far has to be JSAN library itself, allowing scripters to import rather than ... Read Article.