<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tutorius</title>
	<atom:link href="http://www.tutorius.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tutorius.com</link>
	<description></description>
	<lastBuildDate>Thu, 12 Jan 2012 21:30:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Access Column names in MySQL</title>
		<link>http://www.tutorius.com/access-column-names-in-mysql</link>
		<comments>http://www.tutorius.com/access-column-names-in-mysql#comments</comments>
		<pubDate>Thu, 12 Jan 2012 21:28:28 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.tutorius.com/?p=1111</guid>
		<description><![CDATA[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,...]]></description>
		<wfw:commentRss>http://www.tutorius.com/access-column-names-in-mysql/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random String or Password Generator</title>
		<link>http://www.tutorius.com/random-string-or-password-generator</link>
		<comments>http://www.tutorius.com/random-string-or-password-generator#comments</comments>
		<pubDate>Mon, 12 Dec 2011 06:42:59 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.tutorius.com/?p=1104</guid>
		<description><![CDATA[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...]]></description>
		<wfw:commentRss>http://www.tutorius.com/random-string-or-password-generator/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Scheduled Backup</title>
		<link>http://www.tutorius.com/mysql-scheduled-backup</link>
		<comments>http://www.tutorius.com/mysql-scheduled-backup#comments</comments>
		<pubDate>Wed, 02 Nov 2011 11:58:57 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.tutorius.com/?p=1099</guid>
		<description><![CDATA[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...]]></description>
		<wfw:commentRss>http://www.tutorius.com/mysql-scheduled-backup/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Triggers</title>
		<link>http://www.tutorius.com/mysql-triggers</link>
		<comments>http://www.tutorius.com/mysql-triggers#comments</comments>
		<pubDate>Wed, 02 Nov 2011 11:50:13 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.tutorius.com/?p=1095</guid>
		<description><![CDATA[This 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...]]></description>
		<wfw:commentRss>http://www.tutorius.com/mysql-triggers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing and Elevating Admin Privileges in Windows 7 / Windows 2008</title>
		<link>http://www.tutorius.com/test-elevate-admin-privileges-in-windows-7-windows-2008</link>
		<comments>http://www.tutorius.com/test-elevate-admin-privileges-in-windows-7-windows-2008#comments</comments>
		<pubDate>Tue, 18 Oct 2011 13:15:07 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tutorius.com/?p=1083</guid>
		<description><![CDATA[Introduction 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...]]></description>
		<wfw:commentRss>http://www.tutorius.com/test-elevate-admin-privileges-in-windows-7-windows-2008/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make your .php extension optional</title>
		<link>http://www.tutorius.com/make-your-php-extension-optional</link>
		<comments>http://www.tutorius.com/make-your-php-extension-optional#comments</comments>
		<pubDate>Tue, 18 Oct 2011 03:25:03 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[rewrite]]></category>

		<guid isPermaLink="false">http://www.tutorius.com/?p=1077</guid>
		<description><![CDATA[Place 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...]]></description>
		<wfw:commentRss>http://www.tutorius.com/make-your-php-extension-optional/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Foreign Keys and Referential Integrity in MySQL</title>
		<link>http://www.tutorius.com/foreign-keys-and-referential-integrity-in-mysql</link>
		<comments>http://www.tutorius.com/foreign-keys-and-referential-integrity-in-mysql#comments</comments>
		<pubDate>Fri, 14 Oct 2011 14:32:07 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.tutorius.com/?p=1071</guid>
		<description><![CDATA[This TechRepublic article is a good fast introduction to the topic of Referential Integrity and the use of  Foreign Keys in MySQL.]]></description>
		<wfw:commentRss>http://www.tutorius.com/foreign-keys-and-referential-integrity-in-mysql/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test for Database Table in PHP</title>
		<link>http://www.tutorius.com/test-for-database-table-in-php</link>
		<comments>http://www.tutorius.com/test-for-database-table-in-php#comments</comments>
		<pubDate>Thu, 06 Oct 2011 02:28:36 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tutorius.com/?p=1067</guid>
		<description><![CDATA[Sometimes it's handy to be able to detect whether a given table exists, such as when you want to create a table if it isn't present. The following example will...]]></description>
		<wfw:commentRss>http://www.tutorius.com/test-for-database-table-in-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trim leading whitespace from a field in MySQL</title>
		<link>http://www.tutorius.com/trim-leading-whitespace-from-a-field-in-mysql</link>
		<comments>http://www.tutorius.com/trim-leading-whitespace-from-a-field-in-mysql#comments</comments>
		<pubDate>Sun, 25 Sep 2011 20:56:19 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.tutorius.com/?p=1056</guid>
		<description><![CDATA[As always, backup the database or at least the affected table before running a command that will change every record in a table as this does. The following line will...]]></description>
		<wfw:commentRss>http://www.tutorius.com/trim-leading-whitespace-from-a-field-in-mysql/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Variables in MySQL</title>
		<link>http://www.tutorius.com/using-variables-in-mysql</link>
		<comments>http://www.tutorius.com/using-variables-in-mysql#comments</comments>
		<pubDate>Sat, 24 Sep 2011 21:13:30 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.tutorius.com/?p=1053</guid>
		<description><![CDATA[Finding the correct syntax for using variables in MySQL can be surprisingly difficult. Once you know it, it's easy. Here's a start: SET @username := 'jonesr'; SELECT id,fname,lname FROM staff...]]></description>
		<wfw:commentRss>http://www.tutorius.com/using-variables-in-mysql/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

