<?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>Style Vs SUBSTANCE &#187; Programming</title>
	<atom:link href="http://style-vs-substance.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://style-vs-substance.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 30 Apr 2012 16:45:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Something incredibly stupid&#8230;</title>
		<link>http://style-vs-substance.com/programming/something-incredibly-stupid/</link>
		<comments>http://style-vs-substance.com/programming/something-incredibly-stupid/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 22:39:11 +0000</pubDate>
		<dc:creator>Jim Mayes</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://style-vs-substance.com/something-incredibly-stupid/2008/06/</guid>
		<description><![CDATA[So I spent a few days last week helping a client locate the source of a server compromise. The point of attack turned out to be a very poorly written php script. Apparently miffed by the initiative to turn register globals off, and yet too lazy to directly call only the variables that were supposed [...]]]></description>
		<wfw:commentRss>http://style-vs-substance.com/programming/something-incredibly-stupid/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>how to determin if a specific year is a leap year in PHP</title>
		<link>http://style-vs-substance.com/programming/how-to-determin-if-a-specific-year-is-a-leap-year-in-php/</link>
		<comments>http://style-vs-substance.com/programming/how-to-determin-if-a-specific-year-is-a-leap-year-in-php/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 01:59:33 +0000</pubDate>
		<dc:creator>Jim Mayes</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[days in month]]></category>
		<category><![CDATA[leap year]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rtfm]]></category>

		<guid isPermaLink="false">http://style-vs-substance.com/how-to-determin-if-a-specific-year-is-a-leap-year-in-php/2008/03/</guid>
		<description><![CDATA[I don&#8217;t know if I&#8217;m just on a refactoring kick lately or what&#8230; Ok, how to determine if a year is a leap year. And the related question, how many days are in a given month. If you&#8217;re working with dates, there&#8217;s a good chance you will need a way to do both at some [...]]]></description>
		<wfw:commentRss>http://style-vs-substance.com/programming/how-to-determin-if-a-specific-year-is-a-leap-year-in-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ucwords() to convert a string to title case in PHP</title>
		<link>http://style-vs-substance.com/programming/ucwords-to-convert-a-string-to-title-case-in-php/</link>
		<comments>http://style-vs-substance.com/programming/ucwords-to-convert-a-string-to-title-case-in-php/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 07:05:37 +0000</pubDate>
		<dc:creator>Jim Mayes</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[efficient coding]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[string manipulation]]></category>
		<category><![CDATA[string to title case]]></category>

		<guid isPermaLink="false">http://style-vs-substance.com/ucwords-to-convert-a-string-to-title-case-in-php/2008/03/</guid>
		<description><![CDATA[I enjoy the challenge of solving a problem as much as the next guy, but sometimes it seems that PHP programmers have a tendency to apply great ingenuity in creating complex solutions for a fairly simple problem that actually already has a very simple solution. What&#8217;s more, these bits of code (we&#8217;ll call them &#8220;better [...]]]></description>
		<wfw:commentRss>http://style-vs-substance.com/programming/ucwords-to-convert-a-string-to-title-case-in-php/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Easy PHP GeoCoding with Yahoo Maps API</title>
		<link>http://style-vs-substance.com/programming/easy-php-geocoding-with-yahoo-maps-api/</link>
		<comments>http://style-vs-substance.com/programming/easy-php-geocoding-with-yahoo-maps-api/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 04:31:17 +0000</pubDate>
		<dc:creator>Jim Mayes</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://style-vs-substance.com/easy-php-geocoding-with-yahoo-maps-api/2008/01/</guid>
		<description><![CDATA[I just recently began a project for a client that will require a proximity search feature. Basically the visitor inputs their location, either city/state combo or zip code along with a proximity value (within 10 miles, 25 miles, 50 miles etc) and the search returns a list of businesses (in this case distributors of the [...]]]></description>
		<wfw:commentRss>http://style-vs-substance.com/programming/easy-php-geocoding-with-yahoo-maps-api/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Convert 24 hour (military) time to 12 hour (am/pm) time in php</title>
		<link>http://style-vs-substance.com/programming/convert-24-hour-military-time-to-12-hour-ampm-time-in-php/</link>
		<comments>http://style-vs-substance.com/programming/convert-24-hour-military-time-to-12-hour-ampm-time-in-php/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 04:02:26 +0000</pubDate>
		<dc:creator>Jim Mayes</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://style-vs-substance.com/convert-24-hour-military-time-to-12-hour-ampm-time-in-php/2007/10/</guid>
		<description><![CDATA[The need to convert time from 24 hour format to 12 hour format is a pretty common task in php applications involving a database. MySQL (and most databases for that matter) require time in 24 hour format while humans (or more precisely, a subset of humans known as &#8220;Americans&#8221; that are also prone to, on [...]]]></description>
		<wfw:commentRss>http://style-vs-substance.com/programming/convert-24-hour-military-time-to-12-hour-ampm-time-in-php/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Temporarily enable PHP error display with an htaccess file</title>
		<link>http://style-vs-substance.com/programming/temporarily-enable-php-error-display-with-an-htaccess-file/</link>
		<comments>http://style-vs-substance.com/programming/temporarily-enable-php-error-display-with-an-htaccess-file/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 16:08:50 +0000</pubDate>
		<dc:creator>Jim Mayes</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://style-vs-substance.com/temporarily-enable-php-error-display-with-an-htaccess-file/2007/10/</guid>
		<description><![CDATA[PHP&#8217;s error reporting can be extremely helpful for debugging scripts while developing a new application. The problem with letting PHP display those error messages is it has the serious potential to reveal sensitive information about your server environment. For that reason, PHP&#8217;s error display generally is (and SHOULD BE) disabled for production sites. However, that [...]]]></description>
		<wfw:commentRss>http://style-vs-substance.com/programming/temporarily-enable-php-error-display-with-an-htaccess-file/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

