<?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</title>
	<atom:link href="http://style-vs-substance.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://style-vs-substance.com</link>
	<description></description>
	<lastBuildDate>Tue, 17 May 2016 14:54:30 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.8.37</generator>
	<item>
		<title>Calendar Class Bug Fix, version 2.8 available!</title>
		<link>http://style-vs-substance.com/blog/calendar-class-bug-fix-version-2-8-available/</link>
		<comments>http://style-vs-substance.com/blog/calendar-class-bug-fix-version-2-8-available/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 21:25:12 +0000</pubDate>
		<dc:creator><![CDATA[Jim Mayes]]></dc:creator>
		
		<guid isPermaLink="false">http://style-vs-substance.com/?p=249</guid>
		<description><![CDATA[Just released a new version (2.8) of the calendar class with a bug fix for those using the class on windows servers. The windows platform does not support the %e (day of month) modifier to the strftime function. Instead, the modifier %#d must be used to achieve the same date format. Se the notice on [&#8230;]]]></description>
		<wfw:commentRss>http://style-vs-substance.com/blog/calendar-class-bug-fix-version-2-8-available/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>single text input form submit in IE</title>
		<link>http://style-vs-substance.com/blog/single-text-input-form-submit-in-ie/</link>
		<comments>http://style-vs-substance.com/blog/single-text-input-form-submit-in-ie/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 19:27:57 +0000</pubDate>
		<dc:creator><![CDATA[Jim Mayes]]></dc:creator>
		
		<guid isPermaLink="false">http://style-vs-substance.com/single-text-input-form-submit-in-ie/2009/06/</guid>
		<description><![CDATA[The previous form submit issues with IE post has generated some conversation in the post comments. In the original post I looked at the situation where you have a form with just a single text input and a submit button. The conversation developed to look at the situation where you have a form just with [&#8230;]]]></description>
		<wfw:commentRss>http://style-vs-substance.com/blog/single-text-input-form-submit-in-ie/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Form submit by enter key and Internet Explorer</title>
		<link>http://style-vs-substance.com/blog/form-submit-by-enter-key-and-internet-explorer/</link>
		<comments>http://style-vs-substance.com/blog/form-submit-by-enter-key-and-internet-explorer/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 22:00:43 +0000</pubDate>
		<dc:creator><![CDATA[Jim Mayes]]></dc:creator>
		
		<guid isPermaLink="false">http://style-vs-substance.com/form-submit-by-enter-key-and-internet-explorer/2009/02/</guid>
		<description><![CDATA[Related: Submit Form when no submit button is present in IE Ran into an (other) interesting Internet Explorer bug. Seems that if you have a form with only a single text input, hitting the enter button will not submit the form in IE. User Name Verify User Name The solution is to hide an additional [&#8230;]]]></description>
		<wfw:commentRss>http://style-vs-substance.com/blog/form-submit-by-enter-key-and-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>calendar.class.php updates and new version release</title>
		<link>http://style-vs-substance.com/blog/clendarclassphp-updates-and-new-version-release/</link>
		<comments>http://style-vs-substance.com/blog/clendarclassphp-updates-and-new-version-release/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 15:10:38 +0000</pubDate>
		<dc:creator><![CDATA[Jim Mayes]]></dc:creator>
		
		<guid isPermaLink="false">http://style-vs-substance.com/clendarclassphp-updates-and-new-version-release/2008/11/</guid>
		<description><![CDATA[Just put up the new version of my php calendar class (version 2.7). This version integrates a fix for the start of the week bug people were seeing with PHP version < 5.1. Also, the license has changed. The class is now licensed under the GPL for use in open source projects. So if you [&#8230;]]]></description>
		<wfw:commentRss>http://style-vs-substance.com/blog/clendarclassphp-updates-and-new-version-release/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Calendar class start of month weirdness and PHP &lt; 5.1.0</title>
		<link>http://style-vs-substance.com/blog/calendar-class-start-of-month-and-php-510/</link>
		<comments>http://style-vs-substance.com/blog/calendar-class-start-of-month-and-php-510/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 19:11:52 +0000</pubDate>
		<dc:creator><![CDATA[Jim Mayes]]></dc:creator>
		
		<guid isPermaLink="false">http://style-vs-substance.com/calendar-class-start-of-month-and-php-510/2008/08/</guid>
		<description><![CDATA[A couple of calendar class users have noticed a problem with the first day of the month when using the class with versions of PHP earlier than 5.1.0. The issue was introduced with the last upgrade when I switched to date(&#8220;N&#8221;) for calculating the day that the first of the month falls on. date(&#8220;N&#8221;) was [&#8230;]]]></description>
		<wfw:commentRss>http://style-vs-substance.com/blog/calendar-class-start-of-month-and-php-510/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Something incredibly stupid&#8230;</title>
		<link>http://style-vs-substance.com/blog/something-incredibly-stupid/</link>
		<comments>http://style-vs-substance.com/blog/something-incredibly-stupid/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 22:39:11 +0000</pubDate>
		<dc:creator><![CDATA[Jim Mayes]]></dc:creator>
		
		<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 [&#8230;]]]></description>
		<wfw:commentRss>http://style-vs-substance.com/blog/something-incredibly-stupid/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Calendar Class Bug Fix, version 2.6 available!</title>
		<link>http://style-vs-substance.com/blog/calendar-class-bug-fix-version-26-available/</link>
		<comments>http://style-vs-substance.com/blog/calendar-class-bug-fix-version-26-available/#comments</comments>
		<pubDate>Sat, 10 May 2008 00:28:35 +0000</pubDate>
		<dc:creator><![CDATA[Jim Mayes]]></dc:creator>
		
		<guid isPermaLink="false">http://style-vs-substance.com/calendar-class-bug-fix-version-26-available/2008/05/</guid>
		<description><![CDATA[A couple of calendar class users noticed an issue with the feature for controlling the day that weeks start on. The class has been updated with a fix. The fix involves replacing the use of PHP&#8217;s data(&#8220;w&#8221;) with date(&#8220;N&#8221;). date(&#8220;N&#8221;) uses the ISO-8601 numeric representation of the day of the week. Days of the week [&#8230;]]]></description>
		<wfw:commentRss>http://style-vs-substance.com/blog/calendar-class-bug-fix-version-26-available/feed/</wfw:commentRss>
		<slash:comments>7</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/blog/how-to-determin-if-a-specific-year-is-a-leap-year-in-php/</link>
		<comments>http://style-vs-substance.com/blog/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><![CDATA[Jim Mayes]]></dc:creator>
		
		<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 [&#8230;]]]></description>
		<wfw:commentRss>http://style-vs-substance.com/blog/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/blog/ucwords-to-convert-a-string-to-title-case-in-php/</link>
		<comments>http://style-vs-substance.com/blog/ucwords-to-convert-a-string-to-title-case-in-php/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 07:05:37 +0000</pubDate>
		<dc:creator><![CDATA[Jim Mayes]]></dc:creator>
		
		<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 [&#8230;]]]></description>
		<wfw:commentRss>http://style-vs-substance.com/blog/ucwords-to-convert-a-string-to-title-case-in-php/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>calendar.class.php update (version 2.5) now available!</title>
		<link>http://style-vs-substance.com/blog/calendarclassphp-update-version-25-now-available/</link>
		<comments>http://style-vs-substance.com/blog/calendarclassphp-update-version-25-now-available/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 01:01:52 +0000</pubDate>
		<dc:creator><![CDATA[Jim Mayes]]></dc:creator>
		
		<guid isPermaLink="false">http://style-vs-substance.com/calendarclassphp-update-version-25-now-available/2008/02/</guid>
		<description><![CDATA[I have just released a new version of my PHP calendar generation class. This new version (version 2.5) implements some features users have requested in comments on this site. You can now specify the starting day of the week. The calendar can be set to only link the days specified in the $highlighted_dates array and, [&#8230;]]]></description>
		<wfw:commentRss>http://style-vs-substance.com/blog/calendarclassphp-update-version-25-now-available/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
