Archive for April, 2004

Google Rank Calculator

Monday, April 26th, 2004

The Man in Blue has created a neat Google Rank Calculator. Simply type in your URL and a search phrase to find out where your site ranks within the popular Google Search Engine.

Card sorting: A Definitive Guide

Monday, April 26th, 2004

Boxes and Arrows has a nice article on a technique known as Card Sorting. Card sorting is a great, reliable, inexpensive method for finding patterns in how users would expect to find content or functionality.

This technique is used by many information architects as a means to define the structure of a site or product.

Mac OS X Filesystems

Sunday, April 25th, 2004

An informative article at kernalthread.com lists and describes the various Mac OS X Filesystems that the operating system supports. The article also explains the differences between the filesystems.

Enabling Virtual Hosts on MacOS X

Saturday, April 24th, 2004

Enabling Virtual Hosts on MacOS X is a tutorial at Evolt.org that will show you how to create a virtual host using the built-in Apache web server.

Caller ID in your Mac Menubar

Saturday, April 24th, 2004

BluePhoneMenu is a small application that adds Caller ID functionality to your menu bar and desktop using your Bluetooth enabled phone.

Noted – Lightweight Text Editor

Saturday, April 24th, 2004

Noted is a very nice replacement for Windows Notepad. The program is very small and has a few great features that are missing in Notepad, like:

  • editting text files of any size
  • loading and saving files with Windows, UNIX or Mac line breaks
  • full toolbar search and replace
  • line number labeling and jumping

Quick Reference Cards

Saturday, April 24th, 2004

The Quick Reference Site offers a very long list of Quick Reference Cards in PDF format.

The cards cover the following topics:

  • PHP
  • JSP
  • CSS
  • XML
  • Apache
  • mySQL
  • UML

And a whole bunch of others!

Rules of Data Normalization

Saturday, April 24th, 2004

A nice article titled – 5 Rules of Data Normalization – can be used to improve the design of your databases.

Sleepless

Friday, April 23rd, 2004

SleepLess is a cool little utility that can be used to prevent your Mac from going to sleep without changing system settings. The program offers a one click, menubar solution to disabling Sleep mode.

Although it is not recommeded for laptops, the app can even disable sleep mode when the screen is closed.

Using MySQL Full-text Search in PHP

Friday, April 23rd, 2004

Zend.com has a nice article that outlines Using MySQL Full-text Searching. The article includes topics such as:

  • How to modify your current database to accommodate Full-text searching
  • How to use a simple Full-text search to quickly gather relevant responses
  • How to execute a more complex Full-text search with Boolean capabilities
  • Tips on what to do, and what not to do, as well as the security implications of some of the example scripts presented.