<?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</title>
	<atom:link href="http://www.kythin.com/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>Wed, 25 Apr 2012 02:33:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Mindfulness is a very useful skill that you probably don&#8217;t have</title>
		<link>http://www.kythin.com/general/mindfulness/</link>
		<comments>http://www.kythin.com/general/mindfulness/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 17:01:51 +0000</pubDate>
		<dc:creator>kythin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[philosophy]]></category>
		<category><![CDATA[psychology]]></category>

		<guid isPermaLink="false">http://www.kythin.com/?p=410</guid>
		<description><![CDATA[Think you know your own head? I bet you don't, unless you've studied it. &#160; Technically, all humans are "self-aware". We make our own decisions, think our own thoughts, and go our own way. Right? &#160; Wrong. Well, partly wrong. I just wanted to shock you a bit. &#160; Sure you decide all of those things, [...]]]></description>
		<wfw:commentRss>http://www.kythin.com/general/mindfulness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordSpinner 2.6  Out Now</title>
		<link>http://www.kythin.com/web/wordspinner-2-6/</link>
		<comments>http://www.kythin.com/web/wordspinner-2-6/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 00:28:31 +0000</pubDate>
		<dc:creator>kythin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[search engine tweaks]]></category>
		<category><![CDATA[sem]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordspinner]]></category>

		<guid isPermaLink="false">http://www.kythin.com/?p=397</guid>
		<description><![CDATA[A few long-awaited features have finally made it into WordSpinner lately, here's a quick rundown of the updates. 2.6 - Now allows you to only spin once per user session, so the user will see consistent spins as they move around your site. You must enable this if you want it though, and you might want [...]]]></description>
		<wfw:commentRss>http://www.kythin.com/web/wordspinner-2-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL timestamp syntax quick reference</title>
		<link>http://www.kythin.com/web/code/mysql-timestamp-syntax-quick-reference/</link>
		<comments>http://www.kythin.com/web/code/mysql-timestamp-syntax-quick-reference/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 17:10:51 +0000</pubDate>
		<dc:creator>kythin</dc:creator>
				<category><![CDATA[Code Snippets]]></category>

		<guid isPermaLink="false">http://www.kythin.com/?p=373</guid>
		<description><![CDATA[Quick code post with a really useful little function, all it does it return a MySQL timestamp value of 'now'. It's useful if you haven't already committed the format to memory, which sadly I have already... but still, it's good to have in a common function library. function mysqlnow()  &#160;&#160;return date(&#34;Y-m-d H:i:s&#34;);&#160;&#160; ]]></description>
		<wfw:commentRss>http://www.kythin.com/web/code/mysql-timestamp-syntax-quick-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force SSL for a php page</title>
		<link>http://www.kythin.com/web/code/force-ssl-for-a-php-page/</link>
		<comments>http://www.kythin.com/web/code/force-ssl-for-a-php-page/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 17:06:35 +0000</pubDate>
		<dc:creator>kythin</dc:creator>
				<category><![CDATA[Code Snippets]]></category>

		<guid isPermaLink="false">http://www.kythin.com/?p=371</guid>
		<description><![CDATA[Another quick code post, this function when run will redirect the current page to the https equivalent (if it isn't already): &#160; &#160; function forceSSL()  &#160;&#160;if($_SERVER[&#34;HTTPS&#34;] != &#34;on&#34;)  &#160;&#160;&#160;&#160; header(&#34;HTTP/1.1 301 Moved Permanently&#34;); &#160;&#160;&#160;&#160; header(&#34;Location: https://&#34; . $_SERVER[&#34;SERVER_NAME&#34;] . $_SERVER[&#34;REQUEST_URI&#34;]); &#160;&#160;&#160;&#160; exit(); &#160;&#160;&#160;&#160; &#160;&#160; ]]></description>
		<wfw:commentRss>http://www.kythin.com/web/code/force-ssl-for-a-php-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Dropbox for your Shopping List on your phone</title>
		<link>http://www.kythin.com/tutorials/use-dropbox-for-your-shopping-list-on-your-phone/</link>
		<comments>http://www.kythin.com/tutorials/use-dropbox-for-your-shopping-list-on-your-phone/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 05:21:53 +0000</pubDate>
		<dc:creator>kythin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.kythin.com/?p=376</guid>
		<description><![CDATA[1. Save a regular old text file (.txt) into your public folder in dropbox, call it Shoppinglist.txt or something like that you will remember. Then right click it and go to Dropbox -&#62; get Public Link (if you don't have the right click menu, you can also get this via logging into the dropbox site). [...]]]></description>
		<wfw:commentRss>http://www.kythin.com/tutorials/use-dropbox-for-your-shopping-list-on-your-phone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Track a link in Google Analytics then open it in a new window</title>
		<link>http://www.kythin.com/web/code/track-a-link-in-google-analytics-then-open-it-in-a-new-window/</link>
		<comments>http://www.kythin.com/web/code/track-a-link-in-google-analytics-then-open-it-in-a-new-window/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 17:01:04 +0000</pubDate>
		<dc:creator>kythin</dc:creator>
				<category><![CDATA[Code Snippets]]></category>

		<guid isPermaLink="false">http://www.kythin.com/?p=367</guid>
		<description><![CDATA[This is a really quick post just so I have it saved somewhere. A simple function I wrote to track a link but also then open the link in a new window instead of the same one (even if you used a target=_blank) Feel free to use it, change it, whatever! tracktoblank.js &#160; - K]]></description>
		<wfw:commentRss>http://www.kythin.com/web/code/track-a-link-in-google-analytics-then-open-it-in-a-new-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make shortlists of your Github Issues with GitSprint</title>
		<link>http://www.kythin.com/web/make-shortlists-of-your-github-issues-with-gitsprint/</link>
		<comments>http://www.kythin.com/web/make-shortlists-of-your-github-issues-with-gitsprint/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 04:27:30 +0000</pubDate>
		<dc:creator>kythin</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.kythin.com/?p=363</guid>
		<description><![CDATA[Built this last weekend as a side project to help with one of my bigger projects, it will allow you to log in with GitHub and build yourself a nice little shortlist ("Sprint" in AGILE/SCRUM terms) of tasks. It's basically a TODO list you can quickly build based on your GitHub Issues. Core functionality is [...]]]></description>
		<wfw:commentRss>http://www.kythin.com/web/make-shortlists-of-your-github-issues-with-gitsprint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wa-hey-hey-ve, goo-oodbye!</title>
		<link>http://www.kythin.com/general/wa-hey-hey-ve-goo-oodbye/</link>
		<comments>http://www.kythin.com/general/wa-hey-hey-ve-goo-oodbye/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 12:51:34 +0000</pubDate>
		<dc:creator>kythin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.kythin.com/?p=360</guid>
		<description><![CDATA[Well it looks like the Mayans really were predicting 2012 as the end of the world... in which Google Wave existed. It must be sad for the original engineering team who dreamed it up, but it's good that they're able to learn from it, close it, and put that new experience somewhere else. Remember kids, [...]]]></description>
		<wfw:commentRss>http://www.kythin.com/general/wa-hey-hey-ve-goo-oodbye/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deus Ex: Human Revolution Camera/Turret Terminal Wallpapers</title>
		<link>http://www.kythin.com/gaming/deus-ex-human-revolution-cameraturret-terminal-wallpapers/</link>
		<comments>http://www.kythin.com/gaming/deus-ex-human-revolution-cameraturret-terminal-wallpapers/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 02:01:54 +0000</pubDate>
		<dc:creator>kythin</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[PC Gaming]]></category>

		<guid isPermaLink="false">http://www.kythin.com/?p=346</guid>
		<description><![CDATA[I asked on facebook about getting proper versions of these but they haven't responded, so here's some I cropped from screenshots. Hopefully they'll release real ones, but these actually don't look too bad even set on "stretch to fit"! *NOTE* Not licensed, just fan-made. UPDATE: The versions I have are just made from screenshots and thus [...]]]></description>
		<wfw:commentRss>http://www.kythin.com/gaming/deus-ex-human-revolution-cameraturret-terminal-wallpapers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Micro Project: Warcraft FAQs</title>
		<link>http://www.kythin.com/pc-gaming/micro-project-warcraft-faqs/</link>
		<comments>http://www.kythin.com/pc-gaming/micro-project-warcraft-faqs/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 09:16:16 +0000</pubDate>
		<dc:creator>kythin</dc:creator>
				<category><![CDATA[PC Gaming]]></category>

		<guid isPermaLink="false">http://www.kythin.com/?p=342</guid>
		<description><![CDATA[Today I've taken a break from being so busy and ended up playing a bit of World of Warcraft again. I ended up sitting in the middle of the capital city and watching the chat going on between other players. I noticed that there's a lot of players with little questions that are just common [...]]]></description>
		<wfw:commentRss>http://www.kythin.com/pc-gaming/micro-project-warcraft-faqs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

