Archive for January, 2006

How to Use script.aculo.us Effect Queues

Monday, January 23rd, 2006

Rails webdevelopment blog has a great tutorial that explains how to use the new Effect.Queues in the popular script.aculo.us JavaScript library.  Effect queues allows you to queue up multiple effects on a DOM node or group of DOM nodes.

When Graphic Designers Get Bored

Saturday, January 21st, 2006

Some great photoshop and cartoon work over at When Graphic Designers Get Bored.

What’s Coming Up for Firefox 2.0

Thursday, January 19th, 2006

Lead Firefox developer Ben Goodger give us The Inside Track on Firefox Development that includes a roadmap that outlines some of the improvements that will be made to Firefox 2.0.  It looks like the biggest enhancement will be to the bookmark management system.  Hopefully we’ll see some innovation in this space.  Bookmarks work the same in every browser I can remember from the days of Netscape 2.0.  The only real change was when MS decided to call them ‘Favorites’ ;-)

New Movie Hits Theaters, TV, DVD on Same Day

Thursday, January 19th, 2006

Stephen Soderbergh’s new film ‘Bubble’ hits theaters, TV, DVD on same day today.  What a neat way to release a movie and as you can expect, the theatre industry is not too happy.  In fact many theatre chains have chosen not to play it!  They are unhappy that they are not getting their traditional first rights to display the film.

Hmmmm.  Maybe if you improved the movie going experience you wouldn’t have to worry about movie going fans saying “I think I’ll just buy this one on DVD”.

Great Web 2.0 Developers’ Firefox Extension

Thursday, January 19th, 2006

This has got to be one of the greatest Firefox Extensions aimed at the Web 2.0 developer. FireBug is a docking pane that essentially replaces the Firefox DOM Inspector, JavaScript Console and HTTPRequest Sniffer all in one fell swoop.  The pane docks against the document loaded into the current tab or window and shows information only for that page.  The best part is that the DOM inspector included with this tool is far simpler and more powerful than the one installed with Firefox.  Go get this one now!

Safari Web Inspector

Tuesday, January 17th, 2006

A new feature has been added to the latest nightly builds of Safari/WebKit. The Web Inspector is a tool that lets you browse the live DOM hierarchy in a compact HUD style window. You can find out more about this tool for web developers by reading Surfin’ Safari’s article titled - Introducing the Web Inspector.

Portable OpenOffice

Monday, January 16th, 2006

I know I shouln’t be such a chicken when it comes to open source software, but for some reason, I’ve been reluctant to install Open Office on my PC.  I’m not sure why, but I recently discovered Portable OpenOffice.org which allows you to run the free alternative to MS Office on a thumbdrive.  So far I’m very impressed!  Good interroperability, nice consistant UI and some great tools all to be had for the cost of a free cup of coffee!

Questions Ruby on Rails Skeptics Ask

Monday, January 16th, 2006

Are you unsure about using Ruby on Rails for your next web project?  Here are some answers to the  Questions Ruby on Rails skeptics ask.

AJAX Tutorial with Prototype

Monday, January 16th, 2006

Web develolper Pete Freitag offers a nice concise AJAX Tutorial using Prototype - a popular JavaScript library.  The tutorial walks you through the steps to create a live zipcode lookup widget.

The Best Coding Reference

Sunday, January 15th, 2006

Quick Lookup is simply the most amazing web programming reference I have come across in quite a long time.  It is an AJAX enabled tool that allows for quick lookup of syntax for PHP, MySQL, JavaScript and CSS.  You can load it into your sidebar for easy access.