<?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>Steve ST&#039;s Blog</title>
	<atom:link href="http://stevest.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://stevest.com</link>
	<description>The Most Stevest Blog on the Web</description>
	<lastBuildDate>Sun, 18 Sep 2011 10:46:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Marking HTML5 &lt;time&gt; with PHP</title>
		<link>http://stevest.com/2011/marking-html5-time-with-php/</link>
		<comments>http://stevest.com/2011/marking-html5-time-with-php/#comments</comments>
		<pubDate>Tue, 24 May 2011 05:41:00 +0000</pubDate>
		<dc:creator>SteveST</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WebDev]]></category>

		<guid isPermaLink="false">http://stevest.com/?p=633</guid>
		<description><![CDATA[The HTML5 &#60;time&#62; element can be confusing at first &#8212; as can its datetime attribute. But once you get used to its quirks, it&#8217;s fairly simple. It&#8217;s even simpler if you handle all those quirks with something like PHP! Basic Usage The first point to note is that if the text-content of your &#60;time&#62;&#8230; <a href="http://stevest.com/2011/marking-html5-time-with-php/">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://stevest.com/2011/marking-html5-time-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Portable .htaccess Domain Rewriter (www/non-www)</title>
		<link>http://stevest.com/2011/portable-htaccess-domain-rewriter/</link>
		<comments>http://stevest.com/2011/portable-htaccess-domain-rewriter/#comments</comments>
		<pubDate>Tue, 17 May 2011 06:34:00 +0000</pubDate>
		<dc:creator>SteveST</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[WebDev]]></category>

		<guid isPermaLink="false">http://stevest.com/?p=595</guid>
		<description><![CDATA[How to use Apache .htaccess directives to tweak the &#8220;www.&#8221; domain prefix of your site&#8217;s URLs is a common problem, normally solved along these lines &#8212; &#60;IfModule mod_rewrite.c&#62; RewriteEngine on RewriteCond %{HTTP_HOST} ^www\.MyDomain\.com$ [NC] RewriteRule ^(.*)$ http://MyDomain\.com/$1 [R=301,L] &#60;/IfModule&#62; But while the common solution is fine for MyDomain.com, you have to manually re-code it&#8230; <a href="http://stevest.com/2011/portable-htaccess-domain-rewriter/">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://stevest.com/2011/portable-htaccess-domain-rewriter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Online Sources for Robert Burns?</title>
		<link>http://stevest.com/2011/best-online-sources-for-robert-burns/</link>
		<comments>http://stevest.com/2011/best-online-sources-for-robert-burns/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 18:26:00 +0000</pubDate>
		<dc:creator>SteveST</dc:creator>
				<category><![CDATA[Cultural Technologies]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Scots]]></category>
		<category><![CDATA[Texts]]></category>

		<guid isPermaLink="false">http://stevest.com/2011/best-online-sources-for-robert-burns/</guid>
		<description><![CDATA[Well, that would all depend on what you&#8217;re after, wouldn&#8217;t it&#8230;.? But, since I can already hear those who know me too well starting to whimper at that characteristically-tricksy &#8220;Traditional&#8221; can o&#8217; conditionally-cryptic worms of evasion, I&#8217;ll try and be brief (at least for now). For me, the simplest answer is also the best&#8230; <a href="http://stevest.com/2011/best-online-sources-for-robert-burns/">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://stevest.com/2011/best-online-sources-for-robert-burns/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Web is Going Out of Date</title>
		<link>http://stevest.com/2011/the-web-is-going-out-of-date/</link>
		<comments>http://stevest.com/2011/the-web-is-going-out-of-date/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 09:22:00 +0000</pubDate>
		<dc:creator>SteveST</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Diary]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://stevest.com/2011/the-web-is-going-out-of-date/</guid>
		<description><![CDATA[I don&#8217;t know about you, but I&#8217;m increasingly finding that the web is getting bogged down by woefully-outdated information about itself. Google practically any web-related topic (whether technical or otherwise) and you&#8217;ll see what I mean. Vast piles of advice about how to do things in totally outdated ways which, if you follow it,&#8230; <a href="http://stevest.com/2011/the-web-is-going-out-of-date/">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://stevest.com/2011/the-web-is-going-out-of-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ScotMus.com is Back Online!</title>
		<link>http://stevest.com/2011/scotmus-com-is-back-online/</link>
		<comments>http://stevest.com/2011/scotmus-com-is-back-online/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 04:35:00 +0000</pubDate>
		<dc:creator>SteveST</dc:creator>
				<category><![CDATA[Random Foolishness]]></category>
		<category><![CDATA[Diary]]></category>

		<guid isPermaLink="false">http://stevest.com/2011/scotmus-com-is-back-online/</guid>
		<description><![CDATA[After a week or so of being offline due to undergoing a change of web-hosts, I&#8217;m pleased to announce that ScotMus.com is back online. As has been the case for over a year now, though, I&#8217;ve still not had time to upgrade the technologies it runs on. However, now that the hosting situation&#8217;s been&#8230; <a href="http://stevest.com/2011/scotmus-com-is-back-online/">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://stevest.com/2011/scotmus-com-is-back-online/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

