<?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>Nick Duncan &#187; Tutorials</title>
	<atom:link href="http://nickduncan.co.za/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://nickduncan.co.za</link>
	<description>The online marketing go-to guy</description>
	<lastBuildDate>Fri, 09 Dec 2011 05:08:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<atom:link rel='hub' href='http://nickduncan.co.za/?pushpress=hub'/>
		<item>
		<title>How to move a large database from one Linux server to another</title>
		<link>http://nickduncan.co.za/how-to-move-a-large-database-from-one-linux-server-to-another/</link>
		<comments>http://nickduncan.co.za/how-to-move-a-large-database-from-one-linux-server-to-another/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 09:27:59 +0000</pubDate>
		<dc:creator>NickDuncan</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[transfer large files]]></category>

		<guid isPermaLink="false">http://nickduncan.co.za/?p=832</guid>
		<description><![CDATA[Suppose you have a virtual server with a massive database that you need to move from one Linux server to another. Let&#8217;s also assume that you don&#8217;t have copious amounts of bandwidth at your disposal to download and upload the SQL files. I have found that the simplest method to move large files between two [...]]]></description>
		<wfw:commentRss>http://nickduncan.co.za/how-to-move-a-large-database-from-one-linux-server-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cache certain areas of your page using PHP</title>
		<link>http://nickduncan.co.za/cache-certain-areas-of-your-page-using-php/</link>
		<comments>http://nickduncan.co.za/cache-certain-areas-of-your-page-using-php/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 09:10:16 +0000</pubDate>
		<dc:creator>NickDuncan</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[caching php]]></category>
		<category><![CDATA[certain areas]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://nickduncan.co.za/?p=736</guid>
		<description><![CDATA[Sometimes it's necessary to cache only certain elements or areas of your dynamic website to speed up the load times. I recently needed to cache two DIV's that were being dynamically generated on one of my websites.]]></description>
		<wfw:commentRss>http://nickduncan.co.za/cache-certain-areas-of-your-page-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect all pages of a domain except for one page with .htaccess</title>
		<link>http://nickduncan.co.za/redirect-all-pages-of-a-domain-except-for-one-page-with-htaccess/</link>
		<comments>http://nickduncan.co.za/redirect-all-pages-of-a-domain-except-for-one-page-with-htaccess/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 06:35:54 +0000</pubDate>
		<dc:creator>NickDuncan</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[redirect all pages]]></category>

		<guid isPermaLink="false">http://nickduncan.co.za/?p=695</guid>
		<description><![CDATA[I had a really tough time this morning trying to figure out how to redirect all pages of one domain to another domain, but stop one (or two) of the pages on the old domain from redirecting. The solution is as follows: &#160; RewriteEngine on #Note: do not include a &#34;/&#34; in the beginning of [...]]]></description>
		<wfw:commentRss>http://nickduncan.co.za/redirect-all-pages-of-a-domain-except-for-one-page-with-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3 error: Warning: Cannot modify header information</title>
		<link>http://nickduncan.co.za/wordpress-3-error-warning-cannot-modify-header-information/</link>
		<comments>http://nickduncan.co.za/wordpress-3-error-warning-cannot-modify-header-information/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 13:28:56 +0000</pubDate>
		<dc:creator>NickDuncan</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress 3]]></category>
		<category><![CDATA[wordpress error]]></category>

		<guid isPermaLink="false">http://nickduncan.co.za/?p=593</guid>
		<description><![CDATA[This error message has the ability to drive some developers completely insane. However, the solution to this error is A LOT easier than you think.]]></description>
		<wfw:commentRss>http://nickduncan.co.za/wordpress-3-error-warning-cannot-modify-header-information/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Extracting a domain name with PHP and Regular Expressions</title>
		<link>http://nickduncan.co.za/extracting-a-domain-name-with-php-and-regular-expressions/</link>
		<comments>http://nickduncan.co.za/extracting-a-domain-name-with-php-and-regular-expressions/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 11:22:13 +0000</pubDate>
		<dc:creator>NickDuncan</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[extract domain]]></category>
		<category><![CDATA[extract domain php]]></category>
		<category><![CDATA[getting domain with php]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://nickduncan.co.za/?p=387</guid>
		<description><![CDATA[As most of your know, regular expressions can be a nightmare if you don&#8217;t know much about the subject. Here is a quick tutorial on how you can extract the domain name from any URL using regular expressions and PHP. This includes http:// and https:// domain names. &#160; &#60;?php $link1 = &#34;http://nickduncan.co.za/&#34;; $link2 = &#34;http://nickduncan.co.za&#34;; [...]]]></description>
		<wfw:commentRss>http://nickduncan.co.za/extracting-a-domain-name-with-php-and-regular-expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stopping SQL Injections</title>
		<link>http://nickduncan.co.za/stopping-sql-injections/</link>
		<comments>http://nickduncan.co.za/stopping-sql-injections/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 21:07:49 +0000</pubDate>
		<dc:creator>NickDuncan</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[database security]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[SQL injection]]></category>
		<category><![CDATA[website security]]></category>

		<guid isPermaLink="false">http://nickduncan.co.za/?p=114</guid>
		<description><![CDATA[SQL injection is a code injection technique that exploits a security vulnerability occurring in the database layer of an application. The vulnerability is present when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and thereby unexpectedly executed.]]></description>
		<wfw:commentRss>http://nickduncan.co.za/stopping-sql-injections/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Using mod_rewrite to alter your dynamic URI&#8217;s</title>
		<link>http://nickduncan.co.za/using-mod_rewrite-to-alter-your-dynamic-uris/</link>
		<comments>http://nickduncan.co.za/using-mod_rewrite-to-alter-your-dynamic-uris/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 15:30:30 +0000</pubDate>
		<dc:creator>NickDuncan</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[mod_rewrite tutorial htaccess]]></category>

		<guid isPermaLink="false">http://nickduncan.co.za/?p=88</guid>
		<description><![CDATA[Ever wondered how <a href="http://www.wordpress.org" onclick="pageTracker._trackPageview('/outgoing/www.wordpress.org?referer=');">WordPress</a> sites get those nice search engine friendly URI's? Whereby it changes <strong>http://www.example.co.za/?p=867</strong> to something like <strong>http://www.example.co.za/contact-us</strong>?]]></description>
		<wfw:commentRss>http://nickduncan.co.za/using-mod_rewrite-to-alter-your-dynamic-uris/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Maximum MySQL Database Size?</title>
		<link>http://nickduncan.co.za/maximum-mysql-database-size/</link>
		<comments>http://nickduncan.co.za/maximum-mysql-database-size/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 02:09:31 +0000</pubDate>
		<dc:creator>NickDuncan</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://nickduncan.co.za/?p=46</guid>
		<description><![CDATA[While developing myScoop, and other experimental projects, I have been thinking about the limitations of a MySQL database, particularly it's maximum file size. I was amazed that after some research I really have absolutely nothing to worry about. It seems my 112mb database is a "new born baby" in the terms of how big it can still grow.]]></description>
		<wfw:commentRss>http://nickduncan.co.za/maximum-mysql-database-size/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>PHP Header Include – Saving development time</title>
		<link>http://nickduncan.co.za/php-header-include-%e2%80%93-saving-development-time/</link>
		<comments>http://nickduncan.co.za/php-header-include-%e2%80%93-saving-development-time/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 19:50:26 +0000</pubDate>
		<dc:creator>NickDuncan</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php include]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://nickduncan.co.za/?p=16</guid>
		<description><![CDATA[I have had the opportunity to go through a lot of other developers coding skills and practices in the past few months and I must admit there is a lot of time wasting going on. Are you the type of developer that has a &#60;title&#62;, &#60;meta&#62;, &#60;link&#62; and &#60;body&#62; tag on every page without a global include? If so, let me show you how to simplify your life.]]></description>
		<wfw:commentRss>http://nickduncan.co.za/php-header-include-%e2%80%93-saving-development-time/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

