<?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>breakthrough design &#187; PHP</title>
	<atom:link href="http://www.gobdg.com/blog/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gobdg.com/blog</link>
	<description>Web development, coffee, and abe froman.</description>
	<lastBuildDate>Wed, 09 Feb 2011 14:36:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WP Ecommerce Plugin Caching Issue in IE Internet Explorer</title>
		<link>http://www.gobdg.com/blog/2009/06/wp-ecommerce-plugin-caching-issue-in-ie-internet-explorer/</link>
		<comments>http://www.gobdg.com/blog/2009/06/wp-ecommerce-plugin-caching-issue-in-ie-internet-explorer/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 22:44:57 +0000</pubDate>
		<dc:creator>Tison</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ridiculous]]></category>
		<category><![CDATA[ie bug]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://www.gobdg.com/blog/?p=262</guid>
		<description><![CDATA[In working with the WP Ecommerce Plugin, on WordPress, we&#8217;ve noticed that updates to products are not reflected within the front-end when testing with Internet Explorer. We found this to be strictly an Internet Explorer &#8220;feature&#8221; in our testing. The problem here is &#8211; if most are using IE &#8211; will we be guaranteed that [...]]]></description>
		<wfw:commentRss>http://www.gobdg.com/blog/2009/06/wp-ecommerce-plugin-caching-issue-in-ie-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Speed Up Page Load Time</title>
		<link>http://www.gobdg.com/blog/2009/05/how-to-speed-up-page-load-time/</link>
		<comments>http://www.gobdg.com/blog/2009/05/how-to-speed-up-page-load-time/#comments</comments>
		<pubDate>Mon, 04 May 2009 22:04:38 +0000</pubDate>
		<dc:creator>Tison</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript/DOM]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.gobdg.com/blog/?p=118</guid>
		<description><![CDATA[Special thanks to a great article over at Webjackalope: 15 Quick Ways to Shrink Page Load Time Some Odds and Ends from the Article Here are some quick tidbits that we have seen overlooked by developers in the past: Check your Website Load Time Run your pages through the Web Page Analyzer for oodles of [...]]]></description>
		<wfw:commentRss>http://www.gobdg.com/blog/2009/05/how-to-speed-up-page-load-time/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Combat Form Spam with CSS</title>
		<link>http://www.gobdg.com/blog/2009/03/combat-form-spam-with-css/</link>
		<comments>http://www.gobdg.com/blog/2009/03/combat-form-spam-with-css/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 14:19:26 +0000</pubDate>
		<dc:creator>Tison</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[The Man in Blue]]></category>

		<guid isPermaLink="false">http://www.gobdg.com/blog/?p=59</guid>
		<description><![CDATA[Anyone who&#8217;s created an online form knows that automated form spam bots are a problem.  Here is a simple method that uses CSS to combat this. Once implemented, it has pretty much dropped our spam rate to zero.  Special thanks to the Man in Blue for his article: Fighting Spam with CSS. How it works [...]]]></description>
		<wfw:commentRss>http://www.gobdg.com/blog/2009/03/combat-form-spam-with-css/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PHP Display Errors Error Reporting Debugging Etc</title>
		<link>http://www.gobdg.com/blog/2008/10/php-display-errors-error-reporting-debugging-etc/</link>
		<comments>http://www.gobdg.com/blog/2008/10/php-display-errors-error-reporting-debugging-etc/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 04:20:38 +0000</pubDate>
		<dc:creator>Tison</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.gobdg.com/blog/?p=34</guid>
		<description><![CDATA[Ideally, you will be using php.ini to display errors in php. However, sometimes you don&#8217;t have access to it, and you need some instant gratification now! Include this snippet in your page, and it will display the errors inline, as well as save them to a file in your current directory called &#8220;error_log.txt&#8221;. ini_set('display_errors', 1); [...]]]></description>
		<wfw:commentRss>http://www.gobdg.com/blog/2008/10/php-display-errors-error-reporting-debugging-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great PHP Date Reference</title>
		<link>http://www.gobdg.com/blog/2008/05/great-php-date-reference/</link>
		<comments>http://www.gobdg.com/blog/2008/05/great-php-date-reference/#comments</comments>
		<pubDate>Tue, 20 May 2008 17:54:50 +0000</pubDate>
		<dc:creator>Tison</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.gobdg.com/blog/2008/05/20/great-php-date-reference/</guid>
		<description><![CDATA[Just thought we&#8217;d give some trackback attention to a much deserved reference page. This reference gives one of the best explanations for addition of and subtraction using PHP&#8217;s built-in Date Function. Also, easily compute days in the future, past, etc using the simple natural language capabilities in the strtotime function: PHP Dates, addition, future dates, [...]]]></description>
		<wfw:commentRss>http://www.gobdg.com/blog/2008/05/great-php-date-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

