<?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>SecondVersion&#039;s Blog &#187; Programming</title>
	<atom:link href="http://www.secondversion.com/blog/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.secondversion.com</link>
	<description>The home of Eric Sizemore aka SecondVersion.</description>
	<lastBuildDate>Wed, 04 Jan 2012 21:22:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<meta name="generator" content="WordPress" />
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Alter WordPress&#8217; Generator Tag</title>
		<link>http://www.secondversion.com/blog/alter-wordpress-generator-tag/</link>
		<comments>http://www.secondversion.com/blog/alter-wordpress-generator-tag/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 21:49:44 +0000</pubDate>
		<dc:creator>Eric Sizemore</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.secondversion.com/?p=123</guid>
		<description><![CDATA[By default, WordPress adds a &#8220;generator&#8221; meta tag to your site header HTML. The content of the tag contains &#8220;WordPress&#8221; and the version you are running. For example: WordPress 3.1.3 With a simple edit of your theme functions.php file, you can either remove or alter this tag to add a...]]></description>
		<wfw:commentRss>http://www.secondversion.com/blog/alter-wordpress-generator-tag/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pastebin.ca PHP API</title>
		<link>http://www.secondversion.com/blog/pastebin-ca-php-api/</link>
		<comments>http://www.secondversion.com/blog/pastebin-ca-php-api/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 01:21:24 +0000</pubDate>
		<dc:creator>Eric Sizemore</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.secondversion.com/?p=122</guid>
		<description><![CDATA[In my boredom, I find I do a lot of things. Some of those things range from very silly to intense coding sessions. So, out of boredom tonight, I have built a script to use the Pastebin.ca API to make pastes remotely. Below you will find the code and an...]]></description>
		<wfw:commentRss>http://www.secondversion.com/blog/pastebin-ca-php-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating YUI for vBulletin 3.8</title>
		<link>http://www.secondversion.com/blog/updating-yui-for-vbulletin-3-8/</link>
		<comments>http://www.secondversion.com/blog/updating-yui-for-vbulletin-3-8/#comments</comments>
		<pubDate>Sat, 28 May 2011 21:43:30 +0000</pubDate>
		<dc:creator>Eric Sizemore</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[vBulletin]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.secondversion.com/?p=85</guid>
		<description><![CDATA[Note: I have also posted this at vbulletin.org In vBulletin 4, the developers recently upgraded the bundled YUI version to 2.9.0 from 2.7.0. Since vB 3.8 is EOL, I found a way to manually update the bundled YUI version. I&#8217;ve tested vB 3.8 with YUI 2.9.0 as much as I...]]></description>
		<wfw:commentRss>http://www.secondversion.com/blog/updating-yui-for-vbulletin-3-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[PHP] &#8211; Check if a URL is valid/exists</title>
		<link>http://www.secondversion.com/blog/php-check-if-a-url-is-valid-exists/</link>
		<comments>http://www.secondversion.com/blog/php-check-if-a-url-is-valid-exists/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 02:12:50 +0000</pubDate>
		<dc:creator>Eric Sizemore</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.secondversion.com/?p=14</guid>
		<description><![CDATA[Hello folks. The following is a PHP function that will check a given URL to see if it&#8217;s valid, and check to see if it is responding (ie: returning Status: 200 OK). First, the function How to use it? It&#8217;s simple. Enjoy]]></description>
		<wfw:commentRss>http://www.secondversion.com/blog/php-check-if-a-url-is-valid-exists/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Restrict WordPress Admin Access</title>
		<link>http://www.secondversion.com/blog/restrict-wordpress-admin-access/</link>
		<comments>http://www.secondversion.com/blog/restrict-wordpress-admin-access/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 23:56:04 +0000</pubDate>
		<dc:creator>Eric Sizemore</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.secondversion.com/?p=11</guid>
		<description><![CDATA[I&#8217;ve written a guest post for ThemeLab.com on how to restrict the wp-admin area access by IP address. I highly suggest anyone running WordPress to do so &#8211; you can view the post, here.]]></description>
		<wfw:commentRss>http://www.secondversion.com/blog/restrict-wordpress-admin-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

