-
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)
Featured Stories
-
Access Column names in MySQL
I recently needed to create a page that would serve as a light admin page for my configuration table. Just read in the table and let me edit the values. However,…
-
Random String or Password Generator
The following function returns a random string of the length passed to the function, with a default length of 8 if none is passed. If you look at the $chars…
-
MySQL Scheduled Backup
Another of these things that I'll park here until I have the time to implement it. A MySQL backup solution to to scheduled backups and optionally email the backup files…
Editors' Picks
-
Access Column names in MySQL
Posted on January 12, 2012 | No CommentsI recently needed to create a page that would serve as a light admin page for my configuration table. Just read in the table and let me edit the values. However,... -
Random String or Password Generator
Posted on December 12, 2011 | No CommentsThe following function returns a random string of the length passed to the function, with a default length of 8 if none is passed. If you look at the $chars... -
MySQL Scheduled Backup
Posted on November 2, 2011 | No CommentsAnother of these things that I'll park here until I have the time to implement it. A MySQL backup solution to to scheduled backups and optionally email the backup files... -
MySQL Triggers
Posted on November 2, 2011 | No CommentsThis external resource looks like about the best tutorial I've seen yet for MySQL Triggers. I'm going to have to play with this, I've been putting off implementing some necessary triggers for... -
Testing and Elevating Admin Privileges in Windows 7 / Windows 2008
Posted on October 18, 2011 | No CommentsIntroduction Due to UAC , many processes, including many installations, must be run from an elevated privilege level, even when you are logged in as an administrator. Testing for Privileges... -
Make your .php extension optional
Posted on October 17, 2011 | No CommentsPlace the following code in your .htaccess file to make the .php extension on your pages optional. RewriteEngine on # ----- make .php extension optional ----- RewriteCond %{REQUEST_FILENAME} !-f RewriteCond...
Latest Headlines
-
MySQL
Access Column names in MySQL
No Comments -
PHP
Random String or Password Generator
No Comments -
MySQL
MySQL Scheduled Backup
No Comments -
MySQL
MySQL Triggers
No Comments -
Uncategorized
Testing and Elevating Admin Privileges in Windows 7 / Windows 2008
No Comments -
Web Development
Make your .php extension optional
No Comments -
MySQL
Foreign Keys and Referential Integrity in MySQL
No Comments -
Uncategorized
Test for Database Table in PHP
No Comments -
MySQL
Trim leading whitespace from a field in MySQL
No Comments -
MySQL
Using Variables in MySQL
No Comments

