<?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>Kythin&#039;s Rants &#187; Web Development</title>
	<atom:link href="http://www.kythin.com/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kythin.com</link>
	<description>Kythin rants about all kinds of things, but mainly website development, SEO and PC Gaming.</description>
	<lastBuildDate>Thu, 24 Nov 2011 12:51:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Get the first and last days of last month in PHP</title>
		<link>http://www.kythin.com/web/code/get-the-first-and-last-days-of-last-month-in-php/</link>
		<comments>http://www.kythin.com/web/code/get-the-first-and-last-days-of-last-month-in-php/#comments</comments>
		<pubDate>Thu, 19 May 2011 09:33:21 +0000</pubDate>
		<dc:creator>kythin</dc:creator>
				<category><![CDATA[Code Snippets]]></category>

		<guid isPermaLink="false">http://www.kythin.com/?p=321</guid>
		<description><![CDATA[Here's a really simple way to get the first and last dates of last month in PHP using strtotime. This'll also format the dates correctly to use in comparisons with MySQL 'TIMESTAMP' fields! Nifty eh? $lastmonth = strtotime("last month"); $fromdate = date('Ym01 00:00:00',$lastmonth); $todate = date('Ymt 23:59:59',$lastmonth); echo($fromdate.' to '.$todate);]]></description>
		<wfw:commentRss>http://www.kythin.com/web/code/get-the-first-and-last-days-of-last-month-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quickmark &#8211; Link Saver Gadget for iGoogle &amp; Gmail</title>
		<link>http://www.kythin.com/web/quickmark-simple-link-saver-gadget-for-igoogle-gmail/</link>
		<comments>http://www.kythin.com/web/quickmark-simple-link-saver-gadget-for-igoogle-gmail/#comments</comments>
		<pubDate>Wed, 04 May 2011 13:11:26 +0000</pubDate>
		<dc:creator>kythin</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.kythin.com/?p=309</guid>
		<description><![CDATA[Hey hey, I'm still here, just busy as usual. I've got another quick little Google gadget that I wrote to keep track of links that I want to check out but don't have time when I find them to give them any justice. Since I always have a Gmail window open regardless of being home or at [...]]]></description>
		<wfw:commentRss>http://www.kythin.com/web/quickmark-simple-link-saver-gadget-for-igoogle-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m working on something.</title>
		<link>http://www.kythin.com/web/im-working-on-something/</link>
		<comments>http://www.kythin.com/web/im-working-on-something/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 08:05:06 +0000</pubDate>
		<dc:creator>kythin</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.kythin.com/?p=283</guid>
		<description><![CDATA[2 things actually. I should have more information within a few weeks, but in the meantime, go become a fan of Totalitillion, would ya? - K]]></description>
		<wfw:commentRss>http://www.kythin.com/web/im-working-on-something/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordspinner 2.0 for WP 3.0!</title>
		<link>http://www.kythin.com/web/wordspinner2/</link>
		<comments>http://www.kythin.com/web/wordspinner2/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 10:50:21 +0000</pubDate>
		<dc:creator>kythin</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.kythin.com/?p=247</guid>
		<description><![CDATA[Hiya WordSpinner fans, I’d like to say thank you to the thousands of people who have downloaded and used WordSpinner. As my first ever WordPress Plugin it means a lot to me that so many people find it as valuable as I do. With the release of WordPress 3.0 earlier this week, I thought something [...]]]></description>
		<wfw:commentRss>http://www.kythin.com/web/wordspinner2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Upgrading Mootools in Joomla 1.5</title>
		<link>http://www.kythin.com/web/upgrading-mootools-in-joomla-1-5/</link>
		<comments>http://www.kythin.com/web/upgrading-mootools-in-joomla-1-5/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 03:49:00 +0000</pubDate>
		<dc:creator>kythin</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.kythin.com/?p=76</guid>
		<description><![CDATA[I had to figure out how to upgrade Mootools from Joomla 1.5's default, horribly outdated 1.11 to 1.2 in order to use some funky scripts in a new client template today, and after a bit of stress and searching I found this: http://www.dwightjack.com/diary/2009/02/23/upgrade-mootools-to-v12x-in-joomla-15/ It seems that the admin dropdown menu's stop working if you just [...]]]></description>
		<wfw:commentRss>http://www.kythin.com/web/upgrading-mootools-in-joomla-1-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordspinner Updated</title>
		<link>http://www.kythin.com/web/wordspinner-updated/</link>
		<comments>http://www.kythin.com/web/wordspinner-updated/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 03:46:37 +0000</pubDate>
		<dc:creator>kythin</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.kythin.com/?p=73</guid>
		<description><![CDATA[I spent a bit of time yesterday rolling out a new version of Wordspinner for WordPress. Nothing much really, but now it comes with a widget that you can use to add spinnable text to sidebars without having to make a change to the wordpress text widget manually. Grab it here: http://wordpress.org/extend/plugins/wordspinner/]]></description>
		<wfw:commentRss>http://www.kythin.com/web/wordspinner-updated/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WoW Teambuilder / List Builder</title>
		<link>http://www.kythin.com/web/wow-teambuilder-list-builder/</link>
		<comments>http://www.kythin.com/web/wow-teambuilder-list-builder/#comments</comments>
		<pubDate>Mon, 11 May 2009 01:22:59 +0000</pubDate>
		<dc:creator>kythin</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.kythin.com/?p=63</guid>
		<description><![CDATA[And now, an update! *gasp* I just finished putting the final little touches on an idea I've been kicking around for years. It's just a little ap to visually build lists (or teams, etc). It's got no database, no login/username requirements, and a very simple way to save the state of your workspace to come [...]]]></description>
		<wfw:commentRss>http://www.kythin.com/web/wow-teambuilder-list-builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordspinner News</title>
		<link>http://www.kythin.com/web/wordspinner-news/</link>
		<comments>http://www.kythin.com/web/wordspinner-news/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 13:22:44 +0000</pubDate>
		<dc:creator>kythin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[plugin development]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordspinner]]></category>

		<guid isPermaLink="false">http://www.kythin.com/?p=58</guid>
		<description><![CDATA[Hiya Wordspinner fans; I've had a couple of emails lately about this little addon, and I do want to put some more work into it (e.g. nesting brackets, and not needing manual code changes to enable it) but I just haven't had time lately. If anyone out there wants to make some mods to it, [...]]]></description>
		<wfw:commentRss>http://www.kythin.com/web/wordspinner-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free php spinner!</title>
		<link>http://www.kythin.com/web/free-php-spinner/</link>
		<comments>http://www.kythin.com/web/free-php-spinner/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 16:32:16 +0000</pubDate>
		<dc:creator>kythin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[code snippet]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[spinner]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.kythin.com/?p=22</guid>
		<description><![CDATA[A while ago a friend of mine, an SEO guy, told me about the concept of 'spinning' content. Basically the idea is to get many articles out of one article, by adding replacement words or phrases to the one article you write. Then, every time you refresh the page, the same - but different - [...]]]></description>
		<wfw:commentRss>http://www.kythin.com/web/free-php-spinner/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Hits vs Visits, or &#8220;How to ask for website stats without sounding old&#8221;</title>
		<link>http://www.kythin.com/web/google-website-statistics-explained/</link>
		<comments>http://www.kythin.com/web/google-website-statistics-explained/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 00:59:06 +0000</pubDate>
		<dc:creator>kythin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[metrics]]></category>
		<category><![CDATA[web dev]]></category>

		<guid isPermaLink="false">http://www.kythin.com/?p=19</guid>
		<description><![CDATA["How many hits do we get?" This question is almost as prevalent as the "How do I make a site" thing, but it's a lot more dated. If uttered by a marketer, it instantly shows their age as nobody actually asks about 'hits' anymore if they know what they're talking about. I'll break down the [...]]]></description>
		<wfw:commentRss>http://www.kythin.com/web/google-website-statistics-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

