Archive for May, 2005

Ruby on Rails : Shake up Web Development.

Tuesday, May 24th, 2005

Daniel Rubio has a nice analysis of Ruby on Rails and explains that it is Impressive, and will surely shake up web development.

Ruby on Rails Offline Documentation

Tuesday, May 24th, 2005

If you’re working on a local Ruby on Rails project and want to access the Rails documentation offline, here is a great tip.

When you installed the Rails Gem, the complete Rails documentation was also installed on your system. To access it, you need to start the built-in Rails server named “Webrick” by going to a command prompt and typing gem_server. Next type http://localhost:8808 into your browsers address bar, and voila!

[Tip via Atog]

AutoLink User Script

Tuesday, May 24th, 2005

AutoLink from Jesse Ruderman is a Greasemonkey User Script that will turn plain text links like http://www.digitalmediaminute.com/
jim.rutherford@gmail.com into clickable links.

Firefox 1.1 Alpha Release Candidate

Tuesday, May 24th, 2005

Firefox 1.1 (AKA: Deer Park) Alpha 1 Candidate Builds are now available for testing. You can download the installer for Windows , OSX and Linux or if you prefer, you can grab a zipped version that does not require an installer.

A noteable feature in this version of Firefox is that the JavaScript Console now shows CSS and markup errors as seen in the screenshot below:

JavaScript Console

As markup and css errors account for many problems creating standards-based layouts, this feature is bound to be useful for devlopers.

How To Roll Out An Open API

Monday, May 23rd, 2005

Nathan Torkington from O’Reilly Radar discusses How To Roll Out An Open API for your web applications.

Search Remote Desktops with Google Desktop

Saturday, May 21st, 2005

DNKA is a remote desktop search tool that let’s you search another computer using Google Desktop. It acts as a web server (search server) by interacting as a layer between Google Desktop Search (GDS) and user and allows other users to search, view and download your files, emails, chats and web history.

This could be usefull if you have multiple PC on your network or at remote locations that you want to be able to search.

Google Desktop Search Enterprise Edition

Thursday, May 19th, 2005

Google is now offering a FREE Enterprise Edition of it’s popular desktop search tool. The Enterprise Edition will allow users within a corporate environment to search for common documents and emails llocated on their computers and includes administrator features that provide enhanced security, centralized configuration and easy deployment.

Transparent Custom Corners and Borders

Wednesday, May 18th, 2005

456 Berea Street shows you how to create Transparent custom corners and borders using CSS in this excellent article.

Disable Greasemonkey on Your Website

Tuesday, May 17th, 2005

Are you concerned about people creating Greasemonkey user scripts that will modify your websites? Mark Pilgrim – the author of Dive into Greasemonkey posts this tip to Disable Greasemonkey on Your Website

Subversion UI Shootout

Tuesday, May 17th, 2005

If you use Subversion concurrent versioning system, you may want to read ONLamp.com’s article that compares three Subversion UI’s.