Screencast
Thursday, November 17th, 2005
Category: .NET
, Examples
, Presentation
, Screencast
Atlas is Microsoft’s big push into the Ajax space for the .NET platform (read our past posts or read Scott Guthrie’s “Atlas Unleashed” for more info). Well, XML for ASP posted the strangely named “Using Atlas to View Customers”. It has sample code and a video presentation of a demo app using Atlas to retrieve Read the rest…
Wednesday, November 2nd, 2005
Category: Screencast
, Showcase
OpenWrt is a Linux distribution for the Linksys WRT54G. Instead of trying to cram every possible feature into one firmware, OpenWrt provides only a minimal firmware with support for add-on packages. To configure the router, you do so via a web page of course, and this is where Ajax comes in :) Eugene Lazutkin has Read the rest…
Sunday, September 25th, 2005
Category: Screencast
, Toolkit
Python has always had quality web solutions. Django was an early Rails competitor, and now Kevin Dangoor has given us TurboGears. To check it out you should see the 20 minute video where Kevin builds a Wiki application. You will see TurboGears in action, including the parts and pieces that it uses: MochiKit is a Read the rest…
Thursday, September 1st, 2005
Category: Perl
, Screencast
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 Ajax
Tuesday, August 23rd, 2005
Category: Calendar
, Screencast
, Showcase
Maarten Stolte pointed me to a flash demo of a new ajaxian calendar: Hula. Hula is getting a new web interface, and it kicks ass, as this (flash) demo shows Can’t wait to check out the javascript and CSS that powers all that AJAX interaction and css fades. Pay attention to the sides of the Read the rest…
Friday, May 27th, 2005
Category: Ajax
, JavaScript
, Library
, Screencast
, Showcase
, Toolkit
Jon Udell of Infoworld has been publishing some very interesting screencases. His latest consists of TIBCO showing off a rich Ajaxian library / toolkit / IDE. The IDE (or Visual Authoring Toolkit) eats their dog food, as it is built on their library itself. As you watch the screencast, I think you will be impressed Read the rest…
Tuesday, March 22nd, 2005
Category: Ajax
, Ruby
, Screencast
Rails 0.11.0 is out on the street and I’m especially proud of the Ajax support we’ve been able to include. Instead of trying to soften the blow of doing client-side Javascript libraries as many others are doing, we’ve gone ahead and more or less removed the need for hand-written client-side javascript entirely. This is done Read the rest…