<?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>Taidgh.com</title>
	<atom:link href="http://taidgh.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://taidgh.com</link>
	<description>Website Design and Development</description>
	<lastBuildDate>Sun, 13 May 2012 19:32:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>display_errors = ‘off’</title>
		<link>http://taidgh.com/security/display_errors-off/</link>
		<comments>http://taidgh.com/security/display_errors-off/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 19:33:03 +0000</pubDate>
		<dc:creator>Taidgh</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://taidgh.com/?p=243</guid>
		<description><![CDATA[There are many options in the configuration settings of PHP for configuring errors and their behavior (when to show up). PHP errors are enabled in order to let the developer understand the cause of a problem how to get it fixed. However, it is highly recommended to turn PHP errors off on production websites in order [...]]]></description>
			<content:encoded><![CDATA[<p>There are many options in the configuration settings of PHP for configuring errors and their behavior (when to show up). PHP errors are enabled in order to let the developer understand the cause of a problem how to get it fixed. However, it is highly recommended to turn PHP errors off on production websites in order to avoid leakage of important information. In case something is not working as it should or as expected, you should contact your developer and let them know of the issue.</p>
<p>It is highly recommended to disable displaying of errors on production — or live — websites. You can disable <strong>display_errors</strong> from your site’s php.ini, from the PHP code itself or from the .htaccess as follows:</p>
<p><strong>php.ini</strong><br />
display_errors = ‘off’<br />
log_errors = ‘on’</p>
<p><strong>.htaccess</strong><br />
php_flag display_errors off<br />
php_flag log_errors on</p>
<p><strong>Turn off error reporting using PHP code in your PHP website</strong></p>
<div> &lt;?php</div>
<div> error_reporting(0); // Turn off all error reporting</div>
<div> ?&gt;</div>
]]></content:encoded>
			<wfw:commentRss>http://taidgh.com/security/display_errors-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test Twitter</title>
		<link>http://taidgh.com/blog/test-twitter/</link>
		<comments>http://taidgh.com/blog/test-twitter/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 12:44:00 +0000</pubDate>
		<dc:creator>Taidgh</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://taidgh.com/?p=21</guid>
		<description><![CDATA[This is testing the Automatic WordPress to Twitter plugin. It makes social networking so much easier! All I need to do is Write a new post on my website Errr&#8230; thats it WordPress will then automatically publish to Twitter. Nice&#8230;.]]></description>
			<content:encoded><![CDATA[<p>This is testing the Automatic WordPress to Twitter plugin. It makes social networking so much easier!</p>
<p>All I need to do is</p>
<ol>
<li>Write a new post on my website</li>
<li>Errr&#8230; thats it</li>
</ol>
<p>WordPress will then automatically publish to Twitter.</p>
<p>Nice&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://taidgh.com/blog/test-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://taidgh.com/blog/welcome/</link>
		<comments>http://taidgh.com/blog/welcome/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 11:02:37 +0000</pubDate>
		<dc:creator>Taidgh</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://taidgh.com/?p=16</guid>
		<description><![CDATA[Well! It had to happen eventually. After making so many websites for others I finally sat down and made mine! I hope you like it Eventually I will be posting WordPress tutorials and infrequent updates. Stay Tuned]]></description>
			<content:encoded><![CDATA[<p>Well!</p>
<p>It had to happen eventually. After making so many websites for others I finally sat down and made mine!</p>
<p>I hope you like it</p>
<p>Eventually I will be posting WordPress tutorials and infrequent updates.</p>
<p>Stay Tuned</p>
]]></content:encoded>
			<wfw:commentRss>http://taidgh.com/blog/welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 258/295 objects using disk: basic

Served from: taidgh.com @ 2012-05-20 08:31:58 -->
