<?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>munday.ws</title>
	<atom:link href="http://munday.ws/feed/" rel="self" type="application/rss+xml" />
	<link>http://munday.ws</link>
	<description></description>
	<lastBuildDate>Fri, 16 Mar 2012 18:18:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>New York Times With A Poop Flinging Monkey [Chrome Extension]</title>
		<link>http://munday.ws/2012/01/new-york-times-with-a-poop-flinging-monkey-chrome-extension/</link>
		<comments>http://munday.ws/2012/01/new-york-times-with-a-poop-flinging-monkey-chrome-extension/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 19:14:29 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://munday.ws/?p=229</guid>
		<description><![CDATA[There was a post on G+ calling for a Chrome Extension to be made which adds &#8220;With A Poop Flinging Monkey&#8221; to every headline. I, obviously, had no other choice than to create it. Download NYTimes With A Poop Flinging Monkey, the chrome extension]]></description>
			<content:encoded><![CDATA[<p>There was a post on G+ calling for a Chrome Extension to be made which adds &#8220;With A Poop Flinging Monkey&#8221; to every headline.</p>
<p>I, obviously, had no other choice than to create it.</p>
<p><a class="button big" href="/chrome-extensions/pfm.crx">Download NYTimes With A Poop Flinging Monkey, the chrome extension</a></p>
]]></content:encoded>
			<wfw:commentRss>http://munday.ws/2012/01/new-york-times-with-a-poop-flinging-monkey-chrome-extension/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kindle Fire useragent WTF</title>
		<link>http://munday.ws/2011/12/kindle-fire-useragent-wtf/</link>
		<comments>http://munday.ws/2011/12/kindle-fire-useragent-wtf/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 15:47:45 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://munday.ws/?p=215</guid>
		<description><![CDATA[Update: Based on Scott&#8217;s comment on the post I dug deeper. There are 2 settings that affect the UserAgent string on the fire: The &#8220;Accelerate page loading&#8221; and &#8220;Desktop or mobile view setting&#8221; (both under menu-&#62; settings while in the browser) Update: I made a simple javascript that can detect a Kindle Fire based on [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update</strong>: Based on Scott&#8217;s comment on the post I dug deeper. There are 2 settings that affect the UserAgent string on the fire: The &#8220;Accelerate page loading&#8221; and &#8220;Desktop or mobile view setting&#8221; (both under menu-&gt; settings while in the browser)</p>
<p><strong>Update</strong>: I made a simple javascript that can detect a Kindle Fire based on the existence of Silk/ and Silk-Accelerated in the UserAgent.</p>
<p><a class="button big" href="/kindlefire/fire-detector.html">Is it a Kindle Fire?</a></p>
<p>Here&#8217;s the breakdown:</p>
<p><strong>Mobile &#8211; no Silk</strong></p>
<blockquote><p>Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Silk/1.1.0-84) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 Silk-Accelerated=false</p></blockquote>
<p><strong>Mobile &#8211; Silk</strong></p>
<blockquote><p>Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Silk/1.1.0-84) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 Silk-Accelerated=true</p></blockquote>
<p><strong>Desktop &#8211; no Silk</strong></p>
<blockquote><p>Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us; Silk/1.1.0-80) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16 Silk-Accelerated=false</p></blockquote>
<p><strong>Desktop &#8211; Silk</strong></p>
<blockquote><p>Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us; Silk/1.1.0-80) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16 Silk-Accelerated=true</p></blockquote>
<p><strong>Automatic &#8211; no Silk</strong></p>
<blockquote><p>Either Mobile &#8211; no Silk or Desktop &#8211; no Silk (Depending on the site visited)</p></blockquote>
<p><strong>Automatic &#8211; Silk</strong></p>
<blockquote><p>Either Mobile &#8211; Silk or Desktop &#8211; Silk (Depending on the site visited)</p></blockquote>
<p>Based on this, the best bet at marking Fire traffic is to search for Silk and/or Silk-Accelerated in the UA.</p>
<p style="text-align: center;"><a class="drop-shadow lifted" href="http://munday.ws/wp-content/uploads/2011/12/kindle-as-macos.png" rel="lightbox[215]" title="kindle-as-macos"><img class="aligncenter size-full wp-image-217" title="kindle-as-macos" src="http://munday.ws/wp-content/uploads/2011/12/kindle-as-macos.png" alt="" width="574" height="234" /></a></p>
<p>I started seeing a lot of traffic with a network named &#8220;amazon.com inc.&#8221; in my Google Analytics account, specifically to my Kindle Fire market opener post and apk. The browser data showed Mac OS X and Safari, I was puzzled until I figured out that the Fire pretends to be Safari on OSX 10.6.3 and shows amazon.com inc. as the network instead of the actual network. Is it an Amazon oversight or is there a reason for this? It kinda messes with trying to decipher how much kindle traffic you are getting. It&#8217;s got Silk references so it can be identified but, as far as I know, GA does not offer up the entire UA string.</p>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://munday.ws/2011/12/kindle-fire-useragent-wtf/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Weekend project &#8211; AndInstant</title>
		<link>http://munday.ws/2011/12/weekend-project-andinstant/</link>
		<comments>http://munday.ws/2011/12/weekend-project-andinstant/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 21:29:33 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://munday.ws/?p=194</guid>
		<description><![CDATA[A few weeks back, I was inspired by an instant css documentation search: http://instacss.com so I took a couple hours and threw together an instant android SDK reference search. The hardware behind the search is a little lacking, so under load I assume that it would be not quite as instant :O Check out andinstant.com The source [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a class="drop-shadow lifted" href="http://munday.ws/wp-content/uploads/2011/12/andinstant1.png" rel="lightbox[194]" title="andinstant"><img class="aligncenter size-full wp-image-240" title="andinstant" src="http://munday.ws/wp-content/uploads/2011/12/andinstant1.png" alt="Andinstant - a [sort of] Instant android API docs search" width="624" height="217" /></a></p>
<p>A few weeks back, I was inspired by an instant css documentation search: <a href="http://instacss.com/">http://instacss.com</a> so I took a couple hours and threw together an instant android SDK reference search.</p>
<p>The hardware behind the search is a little lacking,<br />
so under load I assume that it would be not quite as instant :O</p>
<p><a class="button big" href="http://andinstant.com">Check out andinstant.com</a></p>
<p><a class="button" href="https://github.com/munday/andInstant">The source is available on github too!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://munday.ws/2011/12/weekend-project-andinstant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kindle Fire &#8211; Market Opener</title>
		<link>http://munday.ws/2011/12/kindle-fire-market-opener/</link>
		<comments>http://munday.ws/2011/12/kindle-fire-market-opener/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 21:15:50 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://munday.ws/?p=182</guid>
		<description><![CDATA[If you&#8217;ve rooted your Kindle Fire and installed the Android market APK, you may have noticed that the Market icon does not appear in the stock launcher&#8217;s app list. Market opener fixes for that problem. It&#8217;s a simple shortcut that launches the underlying apk via an intent. Update: Irock23 has made an updated version with the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a class="drop-shadow lifted" href="http://munday.ws/wp-content/uploads/2011/12/market-opener.png" rel="lightbox[182]" title="Kindle Fire Market Opener"><img class="size-medium wp-image-188 aligncenter" title="Kindle Fire Market Opener" src="http://munday.ws/wp-content/uploads/2011/12/market-opener-300x175.png" alt="Kindle Fire Market Opener" width="300" height="175" /></a></p>
<p style="text-align: left;">If you&#8217;ve rooted your Kindle Fire and installed the Android market APK, you may have noticed that the Market icon does not appear in the stock launcher&#8217;s app list. Market opener fixes for that problem. It&#8217;s a simple shortcut that launches the underlying apk via an intent.</p>
<p><strong>Update:</strong> Irock23 has made an updated version with the new play icons, and my market opener now has 2 versions, on with market icons and one with Play icons. You can download any of the apps below. All apps now appear properly in the MRU list thanks to Irock23 as well.</p>
<p>If you haven&#8217;t rooted your Fire and want to, try one of these threads:<br />
Windows: <a href="http://forum.xda-developers.com/showthread.php?t=1348830">http://forum.xda-developers.com/showthread.php?t=1348830<br />
</a>OSX or Linux:  <a href="http://forum.xda-developers.com/showthread.php?t=1349613">http://forum.xda-developers.com/showthread.php?t=1349613</a></p>
<p>Also, the thread for info on installing the android market:<br />
<a href="http://forum.xda-developers.com/showthread.php?t=1351283"> http://forum.xda-developers.com/showthread.php?t=1351283<br />
</a></p>
<p><a class="button big" href="/kindlefire/MarketOpener.apk">Get The Kindle Fire Market Opener</a><br />
<a class="button big" href="/kindlefire/PlayStoreOpener.apk">Get Kindle Fire Market Opener With the Play Store Icon</a><br />
<a class="button" href="https://github.com/munday/kindle-fire-market-opener">Get the source</a></p>
<p><a class="button big" href="http://coolman3428.webs.com/downloads/PlayStoreOpener.apk">Get Irock23&#8242;s Play Store Opener</a><br />
<a class="button" href="https://github.com/Irock23/Kindle-Fire-Play-Store-Opener">Get Irock23&#8242;s source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://munday.ws/2011/12/kindle-fire-market-opener/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Elasticfox for Firefox 7 beta and up</title>
		<link>http://munday.ws/2011/08/elasticfox-for-firefox-7-beta-and-up/</link>
		<comments>http://munday.ws/2011/08/elasticfox-for-firefox-7-beta-and-up/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 16:28:01 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://munday.ws/?p=166</guid>
		<description><![CDATA[Note: When firefox updates, it shows the add-on as not compatible. It is actually compatible, but there seems to be some crossed wires somewhere and I&#8217;m looking in to it. In the mean time just re-install the add-on from here and it will work again (verified on Firefox 7.0.1 and 8 beta) This should be fixed [...]]]></description>
			<content:encoded><![CDATA[<p>Note: <del>When firefox updates, it shows the add-on as not compatible. It is actually compatible, but there seems to be some crossed wires somewhere and I&#8217;m looking in to it. In the mean time just re-install the add-on from here and it will work again (verified on Firefox 7.0.1 and 8 beta)</del> This should be fixed now, if you download elasticfox from here again, firefox should not disable the plugin after updates.</p>
<p>I was unable to find a version of elasticfox that was compatible with newer versions of firefox, so I pulled the code and made a simple update to the install files and the chrome (in ff&gt;5 the menus in elasticfox went transparent and made it annoying to use.) The result is basically the same plugin with extended compatibility. I punched the max version to 20.0 to avoid having to rebuild each version, but can&#8217;t guarantee it will work for any version above 7beta.  Anyway, click the link below to download the xpi.</p>
<p><a class="button big" href="/elasticfox.xpi">Get Elasticfox for Firefox 7 beta and up</a></p>
]]></content:encoded>
			<wfw:commentRss>http://munday.ws/2011/08/elasticfox-for-firefox-7-beta-and-up/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Wp admin bar not working?</title>
		<link>http://munday.ws/2011/03/wp-admin-bar-not-working/</link>
		<comments>http://munday.ws/2011/03/wp-admin-bar-not-working/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 20:03:44 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://munday.ws/?p=145</guid>
		<description><![CDATA[Just in case you are lost and wondering why like I was: If you have a wordpress site and the admin bar isn&#8217;t showing up, make sure you have a call to wp_footer in your footer.php file. The function to add the admin bar is called from there.]]></description>
			<content:encoded><![CDATA[<p>Just in case you are lost and wondering why like I was: If you have a wordpress site and the admin bar isn&#8217;t showing up, make sure you have a call to wp_footer in your footer.php file. The function to add the admin bar is called from there.</p>
]]></content:encoded>
			<wfw:commentRss>http://munday.ws/2011/03/wp-admin-bar-not-working/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Complete face palm</title>
		<link>http://munday.ws/2010/09/complete-face-palm/</link>
		<comments>http://munday.ws/2010/09/complete-face-palm/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 15:10:18 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://munday.ws/?p=135</guid>
		<description><![CDATA[I am pleased an appalled with myself today. Last night I located and fixed a major bug in Swarm that was holding off the v1.2 release. It was a ridiculously simple error in a loop. heres the post on swarmbt.com: http://swarmbt.com/2010/09/29/complete-face-palm/]]></description>
			<content:encoded><![CDATA[<p>I am pleased an appalled with myself today. Last night I located and fixed a major bug in Swarm that was holding off the v1.2 release. It was a ridiculously simple error in a loop. heres the post on swarmbt.com: <a href="http://swarmbt.com/2010/09/29/complete-face-palm/">http://swarmbt.com/2010/09/29/complete-face-palm/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://munday.ws/2010/09/complete-face-palm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql Tip: Use expire_logs_days</title>
		<link>http://munday.ws/2010/09/mysql-tip-use-expire_logs_days/</link>
		<comments>http://munday.ws/2010/09/mysql-tip-use-expire_logs_days/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 20:57:46 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://munday.ws/?p=133</guid>
		<description><![CDATA[I&#8217;m not sure if this is common knowledge, but today I went to my site to find the dreaded Error Establishing Database Connection message. A quick look at the mysqld.err log said that there was no space to write the .bin file and that it was waiting for someone to free up some space. I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not sure if this is common knowledge, but today I went to my site to find the dreaded <strong>Error Establishing Database Connection</strong> message. A quick look at the mysqld.err log said that there was no space to write the .bin file and that it was waiting for someone to free up some space. I promptly deleted the extra bin files (which dated back to mid 2009) and was back up. A quick google search netted the <strong>expire_logs_days</strong> key in the config. It&#8217;s simple just give it a number of days to keep old logs and it will auto delete those pesky old bins. I used 60 days for no reason in particular, but you can make a more informed decision if you wish.</p>
]]></content:encoded>
			<wfw:commentRss>http://munday.ws/2010/09/mysql-tip-use-expire_logs_days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Have Galaxy S, will debug</title>
		<link>http://munday.ws/2010/09/have-galaxy-s-will-debug/</link>
		<comments>http://munday.ws/2010/09/have-galaxy-s-will-debug/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 04:24:49 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://munday.ws/?p=129</guid>
		<description><![CDATA[I bought a Vibrant today so that I can test reports of lag/slowdown on Swarm. Since it is a 1GHz phone, there should be absolutely no issues. Now I can get to the root of these problems and get fixes ready soon.]]></description>
			<content:encoded><![CDATA[<p>I bought a Vibrant today so that I can test reports of lag/slowdown on Swarm. Since it is a 1GHz phone, there should be absolutely no issues. Now I can get to the root of these problems and get fixes ready soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://munday.ws/2010/09/have-galaxy-s-will-debug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Torrent-fu UPC lookups on MongoDB</title>
		<link>http://munday.ws/2010/08/torrent-fu-upc-lookups-on-mongodb/</link>
		<comments>http://munday.ws/2010/08/torrent-fu-upc-lookups-on-mongodb/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 03:05:05 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://munday.ws/?p=124</guid>
		<description><![CDATA[In a dual effort to become more familiar with MongoDB and to alleviate some of the stress on Mysql on my server I&#8217;ve switched the 1.5mil row relational UPC database to Mongo. I&#8217;ve got to say, I&#8217;m liking the whole NOSQL thing. Queries feel so much better (not to mention faster) when they are not in a [...]]]></description>
			<content:encoded><![CDATA[<p>In a dual effort to become more familiar with MongoDB and to alleviate some of the stress on Mysql on my server I&#8217;ve switched the 1.5mil row relational UPC database to Mongo. I&#8217;ve got to say, I&#8217;m liking the whole NOSQL thing. Queries feel so much better (not to mention faster) when they are not in a natural language-esque programming language. No more strings that declare SQL commands:</p>
<pre>$sql = "Select Foo From Bar Where Bip='Baz'";</pre>
<pre>mysql_query($sql);</pre>
<pre>//etc, etc, etc</pre>
<p>It&#8217;s now:</p>
<pre>$query = array("bip"=&gt;"baz");</pre>
<pre>$collection-&gt;find($query);</pre>
<p>Much nicer IMHO <img src='http://munday.ws/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://munday.ws/2010/08/torrent-fu-upc-lookups-on-mongodb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: munday.ws @ 2012-05-20 04:18:36 -->
