Archive for June, 2005

Content with Style: Fixing the Back Button and Enabling Bookmarking for AJAX Apps

Wednesday, June 15th, 2005

Mike Stenhouse has published a must read article for any developer currently using AJAX. Fixing the Back Button and Enabling Bookmarking for AJAX Apps is an excellent tutorial that is complete with examples and great explanations.

Installing Rails on Mac OS X Panther

Wednesday, June 15th, 2005

If you’re still running with Panther on OSX, this tutuorial will help you Install Rails Web Application Framework. This tutorial really helped me out a month ago.

Bitty Browser

Wednesday, June 15th, 2005

I have quite figured out the usefulness of this tool, but nonetheless, Bitty Browser is an interesting piece of work. It allows you to embed a mini-browser into your webpages that is capable of browsing any content delivered on the web, but specifically works well with RSS.

Dreamhost Rewards

Wednesday, June 15th, 2005

A great part of being a member with Dreamhost is their rewards program. If you have an existing account with them, visit your Web Admin Panel and look for the link along the left side of the page that says Rewards. Follow the simple instructions and start signing up your clients and friends. For each person you signup, you can recieve up to $97!

If you’re not currently hosting a website through Dreamhost, you can signup now and enter the promotion code dmm to recieve a $60 discount off your first year of hosting.

The basic plan includes:

  • 1 FREE TLD domain registration
  • 3 full domains
  • 15 subdomains
  • 2400 MB Disk
  • 120 GB Transfer
  • 600 Mailboxes
  • 75 Shell/FTP Users

JavaScript RIA Toolkit

Wednesday, June 15th, 2005

Rico is a suite of rich internet components, behaviors and effects for the web application space. The components are open-source and can be grouped into the following categories:

  • AJAX
  • Drag and Drop
  • Cinematic Effects, and
  • Behaviours

2005 Color Forecast

Tuesday, June 14th, 2005

Graphic Design USA presents its 2005 Color Forecast . Their report includes insights and examples from the fashion industry, home decor industry, the Color Association of the United States, the Pantone Color Institute, and the Color Marketing Group.

Fedora Core 4 Released

Monday, June 13th, 2005

The Fedora Project has just released the final version of their Fedora Core 4 Linux distribution. I had the pleasure of working with FC3 a month ago, and I must admit that it is the best distribution of Linux that I have ever worked with. The install was effortless (even detected and configured my oddball wireless NIC) and the configuration and extendability was great. I even mentioned to a friend that I would consider using this as a desktop OS!

I’ve yet to try Ubuntu which advertises itself as a great Desktop Linux, as most of my Linux work involves setting up server daemons, so I’ve purposely stayed away from the purely desktop distros.

A Better Way to Enter Dates

Monday, June 13th, 2005

Simon Willison has created a better way of entering dates for your web applications. Inspired by PHP’s strtotime function, Simon’s JavaScript code accepts a string in a wide variety of formats and converts it in to a time. You can enter simple expressions like:

  • Today
  • Tod
  • tomorrow
  • tom
  • yesterday
  • 6th
  • 6th October

AJAX Interface Design

Monday, June 13th, 2005

Luke Wroblewski has published an excellent article that may help you with AJAX Interface Design. Luke states that:

When any new technology undergoes fast and widespread adoption, there’s always an opportunity for unintended misuse … Some of these technologies have been permanently scarred by excessive misuse. Flash is synonymous with Skip Intro and Java applets within Web applications are often shunned.

Ajax on Rails

Friday, June 10th, 2005

OnLamp.com’s Curt Hibbs, author of Rolling with Ruby on Rails Part I and II, has come up with another great tutorial titled – Ajax on Rails. This article/tutorial will introduce you to Rails’ built in AJAX helpers.