<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Mondayhero — Flash Creative Daniel Ruuth</title>
	<link>http://mondayhero.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Jun 2011 11:16:56 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1.2" -->

	<item>
		<title>Broken indexOf in internet explorer</title>
		<description><![CDATA[Since IE 7 it&#8217;s seems indexOf for arrays is no longer available, here&#8217;s a short snippet to fix it: if(!Array.indexOf){ Array.prototype.indexOf = function(obj){ for(var i=0; i&#60;this.length; i++){ if(this[i]==obj){ return i; } } return -1; } }]]></description>
		<link>http://mondayhero.com/2011/06/10/broken-indexof-in-internet-explorer/</link>
			</item>
	<item>
		<title>Assetloading in flash</title>
		<description><![CDATA[Ever heard of the Asset Factory approach to loading assets in flash? If not here&#8217;s a short brief: 1. Loadingorder has always been something to think about in flash, you don&#8217;t want to fill your initial load wit to much content, then you can&#8217;t actually display even a loading bar to begin with. 2. Opening [...]]]></description>
		<link>http://mondayhero.com/2011/06/10/assetloading-in-flash/</link>
			</item>
	<item>
		<title>Time to re-evaluate the standard norm of screen layout?</title>
		<description><![CDATA[Take a look at 10 webpage designs, chances are that about eight or nine have the following design; A &#8220;header&#8221; at the top with a top level navigation and a search field to your right. A submenu residing to your right. A footer with contact or a sitetree. Between the header and the footer the [...]]]></description>
		<link>http://mondayhero.com/2011/05/12/time-to-re-evaluate-the-standard-norm-of-screen-layout/</link>
			</item>
	<item>
		<title>Playing around with socket server in Air</title>
		<description><![CDATA[Ok, socket servers are neat, everyone knows this, right? I&#8217;m going to show you how you can put it to use by building an Air app that can controll your spotify app, or any other app really, by waiting for telnet connections and then run applescript calls based on commandos sent by the telnet client. [...]]]></description>
		<link>http://mondayhero.com/2011/05/12/playing-around-with-socket-server-in-air/</link>
			</item>
	<item>
		<title>Preparing for Tokyo</title>
		<description><![CDATA[Leaving for Tokyo within a couple of hours, see you in october!]]></description>
		<link>http://mondayhero.com/2010/09/05/preparing-for-tokyo/</link>
			</item>
	<item>
		<title>Frequent question pt 2</title>
		<description><![CDATA[In my last post I explained how to get the path of the current window to your pasteboard, now it&#8217;s time to do something with that path you have in your pasteboard. Imagine you have a colleague who&#8217;s using our little script to get his path, he now sends it to you so you can [...]]]></description>
		<link>http://mondayhero.com/2010/09/02/frequent-question-pt-2/</link>
			</item>
	<item>
		<title>Frequent question</title>
		<description><![CDATA[Copying the path of the current open finder window is something many &#8220;new-to-mac&#8221; friends have asked me. Coming from the world of Windows, this is a well missed feature. Well, this can easily be solved with a little Applescript app residing in your finder toolbar. Consider this: try tell application "Finder" set this_folder to (the [...]]]></description>
		<link>http://mondayhero.com/2010/08/31/frequent-question/</link>
			</item>
	<item>
		<title>Time tracking – the unobstructive way</title>
		<description><![CDATA[We often talk about how we could time track projects in an unobstructive way at work. I&#8217;ve been in places where time tracking is mandatory and it always comes down to you sitting off office hours trying to fill the gaps of days and days in your time tracking application. What if you could just [...]]]></description>
		<link>http://mondayhero.com/2010/08/24/time-tracking-%e2%80%93-the-unobstructive-way/</link>
			</item>
	<item>
		<title>Snippet of the week: array_to_json</title>
		<description><![CDATA[Ok, I&#8217;m not really posting a snippet every week, but bare with me, I&#8217;m trying. Here&#8217;s a snipped for all you unlucky people who&#8217;s server provider is not enabling json support in the php build. I have a habit of always adding &#8220;meta&#8221; fields to my tables when I work on large projects in php [...]]]></description>
		<link>http://mondayhero.com/2010/08/10/snippet-of-the-week-array_to_json/</link>
			</item>
	<item>
		<title>Peddlr</title>
		<description><![CDATA[I just dived into iPhone webapps again, mainly because my old dev license has run out and I&#8217;m waiting for a new one at my new firm. Turns out, you can get pretty cool stuff working with some creative coding. Allthoug Peddlr isn&#8217;t using that many advanced features, it&#8217;s getting there slowely. So what is [...]]]></description>
		<link>http://mondayhero.com/2010/08/06/peddlr/</link>
			</item>
</channel>
</rss>

