<?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>mndlss.com</title>
	<atom:link href="http://mndlss.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mndlss.com</link>
	<description>Life of the mindless</description>
	<lastBuildDate>Wed, 27 Feb 2013 07:34:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Submitting Comments Hangs WordPress</title>
		<link>http://mndlss.com/2013/02/submitting-comments-hangs-wordpress/</link>
		<comments>http://mndlss.com/2013/02/submitting-comments-hangs-wordpress/#comments</comments>
		<pubDate>Sat, 23 Feb 2013 09:36:55 +0000</pubDate>
		<dc:creator>planetfunk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mndlss.com/?p=323</guid>
		<description><![CDATA[If submitting comments &#8220;hangs&#8221; your wordpress blog, but the comment actually gets through check if you&#8217;ve got email notifications set. If email notification isn&#8217;t working posting a comment will seem to &#8220;hang&#8221; Thanks to this post at wordpress.org : http://wordpress.org/support/topic/submitting-comments-hangs-wordpress]]></description>
		<wfw:commentRss>http://mndlss.com/2013/02/submitting-comments-hangs-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript date parsing in IE8</title>
		<link>http://mndlss.com/2011/12/javascript-date-parsing-in-ie8/</link>
		<comments>http://mndlss.com/2011/12/javascript-date-parsing-in-ie8/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 05:05:21 +0000</pubDate>
		<dc:creator>planetfunk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mndlss.com/?p=305</guid>
		<description><![CDATA[I just came across a little bug quirk parsing dates in IE8. This will not work: var d = new Date('2011-12-30 04:52:15Z'); where as this will: var d = new Date('2011/12/30 04:52:15Z'); Apparently IE8 has issues with the &#8216;-&#8217; character.]]></description>
		<wfw:commentRss>http://mndlss.com/2011/12/javascript-date-parsing-in-ie8/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>gpMin v0.0.0.15</title>
		<link>http://mndlss.com/2011/08/gpmin-v0-0-0-15/</link>
		<comments>http://mndlss.com/2011/08/gpmin-v0-0-0-15/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 07:11:46 +0000</pubDate>
		<dc:creator>planetfunk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mndlss.com/?p=302</guid>
		<description><![CDATA[Here&#8217;s another update for my G+ minifier. The class names change with each new G+ build, so as I get time I&#8217;ll keep updating the extension. Enjoy.]]></description>
		<wfw:commentRss>http://mndlss.com/2011/08/gpmin-v0-0-0-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gpMin update v0.0.0.12</title>
		<link>http://mndlss.com/2011/08/gpmin-update/</link>
		<comments>http://mndlss.com/2011/08/gpmin-update/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 11:38:49 +0000</pubDate>
		<dc:creator>planetfunk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mndlss.com/?p=296</guid>
		<description><![CDATA[I&#8217;ve update gpMin to fix the issues that occurred since the last Google+ update &#8211; i.e gpMin stopped working The latest changes included a total change of the CSS class names &#8211; looks like they&#8217;re compressing their CSS now. Hopefully &#8230; <a href="http://mndlss.com/2011/08/gpmin-update/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mndlss.com/2011/08/gpmin-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gpMin in a non-extend-able browser</title>
		<link>http://mndlss.com/2011/07/gpmin-in-a-non-extend-able-browser/</link>
		<comments>http://mndlss.com/2011/07/gpmin-in-a-non-extend-able-browser/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 04:18:48 +0000</pubDate>
		<dc:creator>planetfunk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mndlss.com/?p=275</guid>
		<description><![CDATA[Here&#8217;s a trick to get gpMin running in a browser other than Chrome/Firefox &#8211; I use it in the browser of my Acer A500 Android Tablet. Add this link to your bookmarks: Apply gpMin And run it whenever you load &#8230; <a href="http://mndlss.com/2011/07/gpmin-in-a-non-extend-able-browser/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mndlss.com/2011/07/gpmin-in-a-non-extend-able-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gpMin source code released into the wild.</title>
		<link>http://mndlss.com/2011/07/gpmin-source-code-released-into-the-wild/</link>
		<comments>http://mndlss.com/2011/07/gpmin-source-code-released-into-the-wild/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 08:10:38 +0000</pubDate>
		<dc:creator>planetfunk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mndlss.com/?p=262</guid>
		<description><![CDATA[I&#8217;ve just uploaded the gpMin Chrome extension source code to Google Code for your amusement Have fun. http://code.google.com/p/gpmin/]]></description>
		<wfw:commentRss>http://mndlss.com/2011/07/gpmin-source-code-released-into-the-wild/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gpMin Firefox Extension is here!</title>
		<link>http://mndlss.com/2011/07/gpmin-firefox-extension-is-here/</link>
		<comments>http://mndlss.com/2011/07/gpmin-firefox-extension-is-here/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 04:12:36 +0000</pubDate>
		<dc:creator>planetfunk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mndlss.com/?p=249</guid>
		<description><![CDATA[This firefox extension wraps the gpMin Chrome extension and has been tested in Firefox 3.6, 4, and 5. Installing this software could bring about the Apocalypse, harm your unborn child, cause rickets and generally cause all manner of bad things. &#8230; <a href="http://mndlss.com/2011/07/gpmin-firefox-extension-is-here/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mndlss.com/2011/07/gpmin-firefox-extension-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gpMin v0.0.0.7</title>
		<link>http://mndlss.com/2011/07/gpmin-v0-0-0-7/</link>
		<comments>http://mndlss.com/2011/07/gpmin-v0-0-0-7/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 11:35:19 +0000</pubDate>
		<dc:creator>planetfunk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mndlss.com/?p=246</guid>
		<description><![CDATA[The latest release of gpMin includes: The number of comments in the toggle bar The content type icon in the toggle bar You can find gpMin on the Chrome Webstore]]></description>
		<wfw:commentRss>http://mndlss.com/2011/07/gpmin-v0-0-0-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gpMin &#8211; A Chrome Extension for Google+</title>
		<link>http://mndlss.com/2011/07/google-minimiser-extension/</link>
		<comments>http://mndlss.com/2011/07/google-minimiser-extension/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 04:45:32 +0000</pubDate>
		<dc:creator>planetfunk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mndlss.com/?p=230</guid>
		<description><![CDATA[[DISCONTINUED] I&#8217;ve uploaded a small extension called &#8220;gpMin&#8221; that minimises your stream posts on Google+ and adds an expand/collapse bar to them. You can find gpMin on the Chrome Webstore]]></description>
		<wfw:commentRss>http://mndlss.com/2011/07/google-minimiser-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iGoogle chrome extension (igMinimal)</title>
		<link>http://mndlss.com/2011/07/igoogle-chrome-extension/</link>
		<comments>http://mndlss.com/2011/07/igoogle-chrome-extension/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 08:17:34 +0000</pubDate>
		<dc:creator>planetfunk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mndlss.com/?p=220</guid>
		<description><![CDATA[I&#8217;ve been using my own custom extension in Chrome to remove the search header in iGoogle for a while and thought someone else might like to use it. It&#8217;s very simple and contains the following code: var el = document.getElementById('nhdrwrap'); &#8230; <a href="http://mndlss.com/2011/07/igoogle-chrome-extension/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mndlss.com/2011/07/igoogle-chrome-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
