-
Recent Posts
Blogroll
Categories
- Application Tips (2)
- CSS (6)
- Database (10)
- DHTML (2)
- DOS & DOS Scripting (2)
- Graphics (3)
- iPhone (1)
- JavaScript (3)
- Joomla! (11)
- Linux (2)
- MySQL (25)
- Networking (2)
- Operating Systems (5)
- PHP (24)
- Resources (2)
- Snippet (1)
- Uncategorized (38)
- Vista (2)
- Web Development (18)
- WordPress (12)
Tutorius Archives
- 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)
Archive for October, 2009
-
Use Synergy instead of a KVM Switch
Posted on October 31, 2009 | No CommentsIf you've ever wanted a KVM switch, forget about it. Synergy, an open source tool, replaces a KVM with a free software solution. A software-only solution, it communicates across the... -
Getting a website online – for neophytes
Posted on October 29, 2009 | No CommentsYou want a website, but haven't a clue how to go about it. That's OK, everyone who knows how to do it once had to do it for the first... -
Fading out the edge of a photo in Fireworks
Posted on October 28, 2009 | 1 CommentThis is a great technique to use when creating banners and header graphics; http://www.learnwebdesignonline.com/introfireworks/gradient-masking.htm -
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... -
Quick and Dirty: List records in a table using PHP and MySQL
Posted on October 23, 2009 | No CommentsThis code lists reads a dataset from the database and lists all attributes in a table. This code sample is deliberately quite basic, though CSS is used (through the $bgcolour...