-
Recent Posts
Blogroll
Tags
AJAX Form Validation analytics apache auto-login auto-logon autologin autologon background background-color center centre color colour Contacts conversion CSS DHTML div dns EasyDNS google google analytics Google Apps gradient graphics htaccess image iPhone JavaScript Joomla! Joomla sample data jquery jump ms word mysql Outlook paste rewrite round robin scroll sortable validation vertical Vista WordPressCategories
- Application Tips (2)
- CSS (6)
- Database (11)
- DHTML (2)
- DOS & DOS Scripting (2)
- Graphics (4)
- iPhone (1)
- JavaScript (5)
- Joomla! (11)
- Linux (2)
- MySQL (26)
- Networking (2)
- Operating Systems (5)
- PHP (25)
- Resources (2)
- Snippet (2)
- Uncategorized (38)
- Vista (2)
- Web Development (21)
- WordPress (12)
Tutorius Archives
- April 2012 (1)
- March 2012 (4)
- January 2012 (1)
- December 2011 (1)
- November 2011 (2)
- October 2011 (4)
- September 2011 (2)
- March 2011 (3)
- December 2010 (1)
- November 2010 (2)
- September 2010 (2)
- August 2010 (5)
- June 2010 (5)
- May 2010 (8)
- April 2010 (6)
- March 2010 (5)
- January 2010 (3)
- December 2009 (2)
- November 2009 (11)
- October 2009 (12)
- September 2009 (3)
- August 2009 (8)
- July 2009 (9)
- June 2009 (4)
- May 2009 (1)
- April 2009 (1)
- February 2009 (3)
- January 2009 (3)
- December 2008 (1)
- November 2008 (3)
- October 2008 (3)
- September 2008 (5)
- August 2008 (7)
- June 2008 (3)
- March 2008 (3)
- February 2008 (1)
- January 2008 (1)
- November 2007 (3)
Uncategorized Archive
-
Using an associative array to replace text in PHP
Posted on October 26, 2009 | No CommentsImagine you have to write out some attribute names from your database, but want to replace them with more user-friendly versions. For instance, "First Name: " rather than "fname". An... -
PHP's empty() Function
Posted on September 25, 2009 | No CommentsThis code snippet from http://php.net/empty illustrates a very useful function that helps eliminate some of the ambiguity we sometimes encounter with variables that have no value or boolean zero value. ... -
ActiveX Error in Microsoft Outlook Signature Blocks
Posted on September 25, 2009 | No CommentsSignature files in Microsoft Outlook can pick up an aggravating ActiveX error, which I have associated with editing the signature file in MS Word but may also have other causes.... -
Showing positions in Joomla
Posted on September 15, 2009 | No CommentsEver wondered how to tell where the positions are in a Joomla template? It's simpler than you might think. Just add ?tp=1 to the end of your URL, as in... -
Windows cannot use this hardware device because it has been prepared for "safe removal"
Posted on August 12, 2009 | No CommentsThis error can arise when you try to safely remove a memory chip from an internal reader by right clicking the drive and selecting "Safely Remove". Resolve the error by...