<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Create a Custom Database Error Page in&#160;WordPress</title>
	<atom:link href="http://digwp.com/2009/11/custom-database-error-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://digwp.com/2009/11/custom-database-error-page/</link>
	<description>Learn how to take your WordPress skills to the next level.</description>
	<lastBuildDate>Thu, 18 Mar 2010 13:36:36 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeff Starr</title>
		<link>http://digwp.com/2009/11/custom-database-error-page/#comment-3501</link>
		<dc:creator>Jeff Starr</dc:creator>
		<pubDate>Tue, 23 Feb 2010 18:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=992#comment-3501</guid>
		<description>Good share - thanks Rarst.</description>
		<content:encoded><![CDATA[<p>Good share &#8211; thanks Rarst.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rarst</title>
		<link>http://digwp.com/2009/11/custom-database-error-page/#comment-3438</link>
		<dc:creator>Rarst</dc:creator>
		<pubDate>Thu, 18 Feb 2010 13:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=992#comment-3438</guid>
		<description>Had this bookmarked to implement and got to it today. I had looked how it works in WP natively and noticed that it uses wrapper functions to handle headers in this situation:

&lt;code&gt;status_header( 500 );&lt;/code&gt;
&lt;code&gt;nocache_headers();&lt;/code&gt;

First function additionally checks for protocol. Second sets multiply headers to prevent caching in all browsers.</description>
		<content:encoded><![CDATA[<p>Had this bookmarked to implement and got to it today. I had looked how it works in WP natively and noticed that it uses wrapper functions to handle headers in this situation:</p>
<p><code>status_header( 500 );</code><br />
<code>nocache_headers();</code></p>
<p>First function additionally checks for protocol. Second sets multiply headers to prevent caching in all browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kishore Mylavarapu</title>
		<link>http://digwp.com/2009/11/custom-database-error-page/#comment-3087</link>
		<dc:creator>Kishore Mylavarapu</dc:creator>
		<pubDate>Mon, 11 Jan 2010 09:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=992#comment-3087</guid>
		<description>I just want to tell you one thing.Why can&#039;t you put social media sharing on your blog.So that we will share it to the entire world.Thank you anyway...</description>
		<content:encoded><![CDATA[<p>I just want to tell you one thing.Why can&#8217;t you put social media sharing on your blog.So that we will share it to the entire world.Thank you anyway&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kishore Mylavarapu</title>
		<link>http://digwp.com/2009/11/custom-database-error-page/#comment-3086</link>
		<dc:creator>Kishore Mylavarapu</dc:creator>
		<pubDate>Mon, 11 Jan 2010 09:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=992#comment-3086</guid>
		<description>Thank you.It really helped for my site.Thanks alot.Great knowledge.</description>
		<content:encoded><![CDATA[<p>Thank you.It really helped for my site.Thanks alot.Great knowledge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aivs</title>
		<link>http://digwp.com/2009/11/custom-database-error-page/#comment-2770</link>
		<dc:creator>aivs</dc:creator>
		<pubDate>Tue, 08 Dec 2009 22:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=992#comment-2770</guid>
		<description>Useful information this is, thanks mate</description>
		<content:encoded><![CDATA[<p>Useful information this is, thanks mate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miqrogroove</title>
		<link>http://digwp.com/2009/11/custom-database-error-page/#comment-2732</link>
		<dc:creator>miqrogroove</dc:creator>
		<pubDate>Fri, 04 Dec 2009 17:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=992#comment-2732</guid>
		<description>Added it to my list of planned hacks for 2.9.  I had previously hacked wp-includes/functions.php::dead_db() for lack of a better checkpoint, but your examples are much more comprehensive.  Thanks!</description>
		<content:encoded><![CDATA[<p>Added it to my list of planned hacks for 2.9.  I had previously hacked wp-includes/functions.php::dead_db() for lack of a better checkpoint, but your examples are much more comprehensive.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimeti</title>
		<link>http://digwp.com/2009/11/custom-database-error-page/#comment-2730</link>
		<dc:creator>gimeti</dc:creator>
		<pubDate>Fri, 04 Dec 2009 07:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=992#comment-2730</guid>
		<description>I like wordpress in general, I can&#039;t believe something like this was not implemented on the core itself by wordpress people. There&#039;s so many other things that could be added to the core which will avoid installing additional plugins. Adaptation is the key</description>
		<content:encoded><![CDATA[<p>I like wordpress in general, I can&#8217;t believe something like this was not implemented on the core itself by wordpress people. There&#8217;s so many other things that could be added to the core which will avoid installing additional plugins. Adaptation is the key</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://digwp.com/2009/11/custom-database-error-page/#comment-2668</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Tue, 01 Dec 2009 13:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=992#comment-2668</guid>
		<description>Definitely usefull to set up a professional blog/site with wordpress. Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Definitely usefull to set up a professional blog/site with wordpress. Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Senthil Ramesh</title>
		<link>http://digwp.com/2009/11/custom-database-error-page/#comment-2666</link>
		<dc:creator>Senthil Ramesh</dc:creator>
		<pubDate>Tue, 01 Dec 2009 10:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=992#comment-2666</guid>
		<description>Alright Thanks for the Tut. But, do you know why that happens &quot;Database error&quot;.</description>
		<content:encoded><![CDATA[<p>Alright Thanks for the Tut. But, do you know why that happens &#8220;Database error&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taotsu</title>
		<link>http://digwp.com/2009/11/custom-database-error-page/#comment-2655</link>
		<dc:creator>taotsu</dc:creator>
		<pubDate>Tue, 01 Dec 2009 05:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=992#comment-2655</guid>
		<description>D&#039;ouh! I needed that 2 hours ago, when my db was down ^-^ well, i will put that in right away! Cool!</description>
		<content:encoded><![CDATA[<p>D&#8217;ouh! I needed that 2 hours ago, when my db was down ^-^ well, i will put that in right away! Cool!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
