->

Untitled Document


Blogging from within the new Microsoft Office 2007 version of MS Word is remarkably easy, especially for WordPress users. Here is how I have done it, using the latest non-beta release of Word 2007. via www.spittleandink.com
Interesting.

YouTube - Kurt Vonnegut is The Resident’s People



PHP: switch - Manual


The switch statement is similar to a series of
IF statements on the same expression. In many occasions, you may
want to compare the same variable (or expression) with many
different values, and execute a different piece of code depending
on which […]