<?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>Confessions of a Flash Addict &#187; Actionscript 3</title>
	<atom:link href="http://www.funky-monkey.nl/blog/category/actionscript-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.funky-monkey.nl/blog</link>
	<description>&#34;forgive me father for I have flashed&#34;</description>
	<lastBuildDate>Sat, 14 Jan 2012 15:47:54 +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>Fixing not so standard Ant errors in FDT</title>
		<link>http://www.funky-monkey.nl/blog/2012/01/09/fixing-not-so-standard-ant-errors-in-fdt/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fixing-not-so-standard-ant-errors-in-fdt</link>
		<comments>http://www.funky-monkey.nl/blog/2012/01/09/fixing-not-so-standard-ant-errors-in-fdt/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 12:26:55 +0000</pubDate>
		<dc:creator>Sidney de Koning</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>

		<guid isPermaLink="false">http://www.funky-monkey.nl/blog/?p=1094</guid>
		<description><![CDATA[For this project i&#8217;m doing i needed to generate 10 different/unique class files and then compile 10 SWF&#8217;s files with those class files. Ant is perfect candidate for this. The real test is deploying your solution to the different members of your team. Here are some Ant issues i ran into. Most of them have [...]]]></description>
			<content:encoded><![CDATA[<p>For this project i&#8217;m doing i needed to generate 10 different/unique class files and then compile 10 SWF&#8217;s files with those class files. Ant is perfect candidate for this.<br />
The real test is deploying your solution to the different members of your team. Here are some Ant issues i ran into. Most of them have to do with different versions of FDT Eclipse combo&#8217;s.</p>
<ol>
<li>The use of <strong>&lt;fdt.loadProjectProperties /&gt;</strong> throws an error.<br />
<strong>Solution</strong>: use <strong>loadProjectProperties</strong> with the projectname parameter; <strong>&lt;fdt.loadProjectProperties projectname=&#8221;Name of the project&#8221; /&gt;</strong>. Note: This worked for me and my team members. I have however seen comments online where did not do the trick.</li>
<li>Ant throws an error: <strong>java.lang.NoSuchMethodError: org.eclipse.core.resources.IPathVariableManager.getURIValue(Ljava/lang/String;)Ljava/net/URI;</strong><br />
<strong>Solution</strong>: The minimum required Eclipse version to run FDT is Helios (3.6). If you are getting this error, please make sure you have the latest version of FDT and Eclipse. Updating to only the latest version of FDT should fix this problem.</li>
</ol>
<p>Not so much a problem I ran into but still something I want to share; Iterating in Ant.</p>
<ol>
<li>You can&#8217;t use &#8216;for&#8217; or &#8216;foreach&#8217; to iterate over an collection, property or values in a text file in the standard Ant 1.8 build.<br />
<strong>Solution</strong>: Use <a href="http://ant-contrib.sourceforge.net/tasks/tasks/index.html">ant-contrib</a> for this. Documentation can be found here for &#8216;<a href="http://ant-contrib.sourceforge.net/tasks/tasks/for.html">for</a>&#8216; and for the &#8216;<a href="http://ant-contrib.sourceforge.net/tasks/tasks/foreach.html">foreach</a>&#8216;.</li>
<li>When using the for task from ant-contrib i did not found a way to get the &#8216;step&#8217; of &#8216;iteration&#8217; value.<br />
Solution: I created my own. <a href="http://pastie.org/3154341">See snippet here</a>. Note: If someone has a better way of doing this, i&#8217;d love to hear because to be quite honest; this feels like a hack&#8230;
</li>
</ol>
<p>Hope this helped you solve your problems <img src='http://www.funky-monkey.nl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="sidney@funky-monkey.nl" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Have my posts helped (or at least entertained) you in some way? Please consider to buying me a coffee. for Fixing not so standard Ant errors in FDT" /><input type="hidden" name="currency_code" value="EUR" /><input type="hidden" name="amount" value="5" /><input type="image" src="http://www.funky-monkey.nl/blog/wp-content/plugins/buy-me-beer/icon_cafe.gif" align="left" alt="Coffee!" title="Coffee!" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=sidney@funky-monkey.nl&amp;currency_code=EUR&amp;amount=5&amp;return=&amp;item_name=Have+my+posts+helped+(or+at+least+entertained)+you+in+some+way?+Please+consider+to+buying+me+a+coffee.+for+Fixing+not+so+standard+Ant+errors+in+FDT" target="paypal">Please consider to buying me a coffee.</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.funky-monkey.nl/blog/2012/01/09/fixing-not-so-standard-ant-errors-in-fdt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve got a present for you!</title>
		<link>http://www.funky-monkey.nl/blog/2011/12/01/ive-got-a-present-for-you/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ive-got-a-present-for-you</link>
		<comments>http://www.funky-monkey.nl/blog/2011/12/01/ive-got-a-present-for-you/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 11:22:40 +0000</pubDate>
		<dc:creator>Sidney de Koning</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>

		<guid isPermaLink="false">http://www.funky-monkey.nl/blog/?p=1072</guid>
		<description><![CDATA[Have you already read &#8216;Automating Actionscript Projects&#8217;? You should. It&#8217;s about making your coding life for AS3 easier. And faster. And build systems. And compiling for mobile devices. And a whole bunch more! Read it so you have more time to spend with your family and less at work during the holiday season If you [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-1005" title="cover_peak" src="http://www.funky-monkey.nl/blog/wp-content/uploads/2011/09/cover_peak-225x300.png" alt="" width="108" height="144" />Have you already read &#8216;Automating Actionscript Projects&#8217;? You should. It&#8217;s about making your coding life for AS3 easier. And faster. And build systems. And compiling for mobile devices. And a whole bunch more! Read it so you have more time to spend with your family and less at work during the holiday season <img src='http://www.funky-monkey.nl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you haven&#8217;t read it, I have some discount codes to give away. If you order via the O&#8217;Reilly online store you get <strong>40% off the print</strong> version and <strong>50%off the digital version</strong>! Its my gift to you.</p>
<p>While you do the <a href="http://bit.ly/ant-fdt-book">checkout</a> use the code &#8216;<strong>AUTHD</strong>&#8216; to get your discount. <a href="http://bit.ly/ant-fdt-book">Go get it</a>!</p>
<p>If you read it, no matter what you think, please consider posting a review on the online store.</p>
<p>Enjoy <img src='http://www.funky-monkey.nl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="sidney@funky-monkey.nl" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Have my posts helped (or at least entertained) you in some way? Please consider to buying me a coffee. for I've got a present for you!" /><input type="hidden" name="currency_code" value="EUR" /><input type="hidden" name="amount" value="5" /><input type="image" src="http://www.funky-monkey.nl/blog/wp-content/plugins/buy-me-beer/icon_cafe.gif" align="left" alt="Coffee!" title="Coffee!" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=sidney@funky-monkey.nl&amp;currency_code=EUR&amp;amount=5&amp;return=&amp;item_name=Have+my+posts+helped+(or+at+least+entertained)+you+in+some+way?+Please+consider+to+buying+me+a+coffee.+for+I've+got+a+present+for+you!" target="paypal">Please consider to buying me a coffee.</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.funky-monkey.nl/blog/2011/12/01/ive-got-a-present-for-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The big secrets to writing a technical book; Top 10 lessons learned</title>
		<link>http://www.funky-monkey.nl/blog/2011/10/18/writing-a-technical-book-lessons-learned/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=writing-a-technical-book-lessons-learned</link>
		<comments>http://www.funky-monkey.nl/blog/2011/10/18/writing-a-technical-book-lessons-learned/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 15:20:51 +0000</pubDate>
		<dc:creator>Sidney de Koning</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[ANT]]></category>
		<category><![CDATA[Best Of]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[FDT]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.funky-monkey.nl/blog/?p=962</guid>
		<description><![CDATA[While writing my &#8216;Automating ActionScript Projects with Eclipse and Ant&#8217; book, I ran into a lot of problems that I hadn&#8217;t run into. Since I hadn&#8217;t written a book and was used to blog posts and articles. Writing a blog is completely different; you don&#8217;t have a strict deadline, you can write when you want [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-1005" title="cover_peak" src="http://www.funky-monkey.nl/blog/wp-content/uploads/2011/09/cover_peak-150x150.png" alt="" width="150" height="150" />While writing my <a href="http://bit.ly/ant-fdt-book" target="_blank">&#8216;Automating ActionScript Projects with Eclipse and Ant&#8217;</a> book, I ran into a lot of problems that I hadn&#8217;t run into. Since I hadn&#8217;t written a book and was used to blog posts and articles. Writing a blog is completely different; you don&#8217;t have a strict deadline, you can write when you want or when you have an good idea. Book writing is different cake.</p>
<p>So here are the lessons I have learned the hard way, I organized them for you per topic:</p>
<p><strong>Coding:</strong></p>
<ul>
<li>If you can; try to write all the code that will be in the book first and get this bug free. Then write your book about it. I wrote most of my code while writing, not a good idea. This takes away a lot of extra time. So before you plan on writing a book, get your code done. For me this will be the way to go next time i&#8217;ll write a book.</li>
<li>If you get stuck with code, don&#8217;t keep pounding at it, let go and move on. You can come back to it later.</li>
</ul>
<p><strong>Focus:</strong></p>
<ul>
<li>During the writing I still had a full time job to do. Writing during the week after normal working hours is killing and drained my energy levels. Weekends are better in so many ways. You can get a decent rest, don&#8217;t sleep in and start early, you can set your own pace while still keeping yourself to your projected amount of pages to write.</li>
<li>Once I was over half of the pages, the pace began picking up. Rapidly. I think this is a mental thing. Kind of like running 10k, once you hit the 5k mark, the last 5k are more easy because &#8216;you are almost there&#8217;.</li>
</ul>
<p><strong>Writing itself</strong>:</p>
<ul>
<li>Discipline basically consists of one ingredient; doing what you need to do. And stick to it. Practice makes perfect. Pull the plug from your router and disable your wireless connection if that helps you.</li>
<li>Making a sysnopsys / outline per chapter makes you stay focused on what you want to write.</li>
<li>If you get stuck with writing, move on to the next section. And insert some sort of code that makes it easy for you to get back to that section and make revisions. I used <strong>[[[NEEDS WORK]]]</strong>. The three brackets makes it able to find it easily throughout your document.</li>
<li><strong>The big secret to writing is&#8230;.</strong> write. Quite surprisingly <img src='http://www.funky-monkey.nl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Just get started. For me this was the hard part because sometimes i had to get the discipline from my toes&#8230; Just sit and focus on getting started. Let all your other thoughts and urges pass. Notice how your mind will try to justify the distractions. Don&#8217;t give in, those urges are like waves and will disappear. (Thanks for <a href="http://zenhabits.net/tada/">Leo Babuta</a> for the focusing tips)</li>
</ul>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="sidney@funky-monkey.nl" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Have my posts helped (or at least entertained) you in some way? Please consider to buying me a coffee. for The big secrets to writing a technical book; Top 10 lessons learned" /><input type="hidden" name="currency_code" value="EUR" /><input type="hidden" name="amount" value="5" /><input type="image" src="http://www.funky-monkey.nl/blog/wp-content/plugins/buy-me-beer/icon_cafe.gif" align="left" alt="Coffee!" title="Coffee!" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=sidney@funky-monkey.nl&amp;currency_code=EUR&amp;amount=5&amp;return=&amp;item_name=Have+my+posts+helped+(or+at+least+entertained)+you+in+some+way?+Please+consider+to+buying+me+a+coffee.+for+The+big+secrets+to+writing+a+technical+book;+Top+10+lessons+learned" target="paypal">Please consider to buying me a coffee.</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.funky-monkey.nl/blog/2011/10/18/writing-a-technical-book-lessons-learned/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The winner of the survey is &#8230;</title>
		<link>http://www.funky-monkey.nl/blog/2011/10/16/the-winner-of-the-survey-is/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-winner-of-the-survey-is</link>
		<comments>http://www.funky-monkey.nl/blog/2011/10/16/the-winner-of-the-survey-is/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 15:51:42 +0000</pubDate>
		<dc:creator>Sidney de Koning</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[ANT]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[FDT]]></category>

		<guid isPermaLink="false">http://www.funky-monkey.nl/blog/?p=956</guid>
		<description><![CDATA[Some time ago I did a survey for the research on the book I was writing and promised that I&#8217;ll be giving away a copy of it one it was released. The participants needed to enter their email address and about 30 people did signed up. &#60;Drum roll please&#8230;&#62; And the winner of the &#8216;Actionscript [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-1005" title="cover_peak" src="http://www.funky-monkey.nl/blog/wp-content/uploads/2011/09/cover_peak-150x150.png" alt="" width="150" height="150" />Some time ago I did a survey for the research on the book I was writing and promised that I&#8217;ll be giving away a copy of it one it was released. The participants needed to enter their email address and about 30 people did signed up. &lt;Drum roll please&#8230;&gt; And the winner of the &#8216;Actionscript automation using Eclipse&#8217; survey is &#8230;</p>
<p><strong>Erik van Nieuwburg</strong></p>
<p>I will contact you via email so I can send you a copy of &#8216;<a href="http://bit.ly/ant-fdt-book">Automating ActionScript Projects with Eclipse and Ant</a>&#8216;!<br />
Enjoy the read!</p>
<p>The script I used to randomly draw a name from the list of participants is:</p>
<pre class="brush: javascript;">private function drawWinner() : void {
	var entries : Array = new Array( /* loads of entries */ );
	var randomNumber : int = random( 0, entries.length );
	trace( "Entry number " + randomNumber + " with email: " + entries[randomNumber] );
}

public function random( ...args ) : Number {
	var argLength : uint = args.length;
	switch(argLength) {
		case 0:
		// perform the standard Math.random
			return Math.random();
			break;
		case 2:
		// returns a random float between args[0] and args[1];
		case 3:
		// returns a random int between args[0] and args[1] if args[2] is set
		var returnValue : Number = (Math.random() * (Number( args[1] ) - Number( args[0] ))) + Number( args[0] );
		return (args[2] != undefined &amp;&amp; Boolean( args[2] )) ? Math.round( returnValue ) : returnValue;
			break;
		default:
			throw new IllegalOperationError( "MathUtils.random takes either 0, 2 or 3 arguments" );
			return undefined;
			break;
	}
}</pre>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="sidney@funky-monkey.nl" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Have my posts helped (or at least entertained) you in some way? Please consider to buying me a coffee. for The winner of the survey is <insert drum roll>..." /><input type="hidden" name="currency_code" value="EUR" /><input type="hidden" name="amount" value="5" /><input type="image" src="http://www.funky-monkey.nl/blog/wp-content/plugins/buy-me-beer/icon_cafe.gif" align="left" alt="Coffee!" title="Coffee!" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=sidney@funky-monkey.nl&amp;currency_code=EUR&amp;amount=5&amp;return=&amp;item_name=Have+my+posts+helped+(or+at+least+entertained)+you+in+some+way?+Please+consider+to+buying+me+a+coffee.+for+The+winner+of+the+survey+is+<insert+drum+roll>..." target="paypal">Please consider to buying me a coffee.</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.funky-monkey.nl/blog/2011/10/16/the-winner-of-the-survey-is/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I proudly present: Automating ActionScript Projects with Eclipse and Ant</title>
		<link>http://www.funky-monkey.nl/blog/2011/10/14/i-proudly-present-automating-your-actionscript-projects-with-eclipse-and-ant/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=i-proudly-present-automating-your-actionscript-projects-with-eclipse-and-ant</link>
		<comments>http://www.funky-monkey.nl/blog/2011/10/14/i-proudly-present-automating-your-actionscript-projects-with-eclipse-and-ant/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 14:32:53 +0000</pubDate>
		<dc:creator>Sidney de Koning</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[AIR for Android]]></category>
		<category><![CDATA[ANT]]></category>
		<category><![CDATA[Best Of]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[FDT]]></category>

		<guid isPermaLink="false">http://www.funky-monkey.nl/blog/?p=934</guid>
		<description><![CDATA[After four months of writing, 84 pages, around 118.257 characters, 20.496 words, 1611 paragraphs, lots of sweat and the occasional tear, its finally done! While my friends were sitting in the sun drinking beers, went on boat trips, to clubs and dinner parties, I had to cancel it all. I was writing my first book. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-1005" title="cover_peak" src="http://www.funky-monkey.nl/blog/wp-content/uploads/2011/09/cover_peak-225x300.png" alt="" width="225" height="300" />After four months of writing, 84 pages, around 118.257 characters, 20.496 words, 1611 paragraphs, lots of sweat and the occasional tear, its finally done!</p>
<p>While my friends were sitting in the sun drinking beers, went on boat trips, to clubs and dinner parties, I had to cancel it all. I was writing my first book.</p>
<p><strong>So without further ado: The Book.</strong><br />
You can order the book in the <a href="http://bit.ly/ant-fdt-book" target="_blank">online store at O&#8217;Reilly</a> or on <a href="http://www.amazon.com/Automating-Your-ActionScript-Projects-Eclipse/dp/1449307736/ref=sr_1_1?ie=UTF8&amp;qid=1314953529&amp;sr=8-1" target="_blank">Amazon.com</a>. If you are based in the Netherlands you can go to <a href="http://www.bol.com/nl/p/engelse-boeken/automating-your-actionscript-projects-with-eclipse-and-ant/1001004011681054/index.html" target="_blank">BOL.COM</a> and at <a href="http://www.comcol.nl/detail/77794.htm" target="_blank">Computer Collectief</a>.</p>
<p>If you read it, tell me what you think, all comments are welcome!</p>
<p>Happy coding <img src='http://www.funky-monkey.nl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>PS. I will announce the winners of the survey coming week on this blog! And I will contact the winner via email.</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="sidney@funky-monkey.nl" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Have my posts helped (or at least entertained) you in some way? Please consider to buying me a coffee. for I proudly present: Automating ActionScript Projects with Eclipse and Ant" /><input type="hidden" name="currency_code" value="EUR" /><input type="hidden" name="amount" value="5" /><input type="image" src="http://www.funky-monkey.nl/blog/wp-content/plugins/buy-me-beer/icon_cafe.gif" align="left" alt="Coffee!" title="Coffee!" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=sidney@funky-monkey.nl&amp;currency_code=EUR&amp;amount=5&amp;return=&amp;item_name=Have+my+posts+helped+(or+at+least+entertained)+you+in+some+way?+Please+consider+to+buying+me+a+coffee.+for+I+proudly+present:+Automating+ActionScript+Projects+with+Eclipse+and+Ant" target="paypal">Please consider to buying me a coffee.</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.funky-monkey.nl/blog/2011/10/14/i-proudly-present-automating-your-actionscript-projects-with-eclipse-and-ant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evernote Peek</title>
		<link>http://www.funky-monkey.nl/blog/2011/06/09/evernote-peek/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=evernote-peek</link>
		<comments>http://www.funky-monkey.nl/blog/2011/06/09/evernote-peek/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 13:18:44 +0000</pubDate>
		<dc:creator>Sidney de Koning</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>

		<guid isPermaLink="false">http://www.funky-monkey.nl/blog/?p=910</guid>
		<description><![CDATA[Sometimes you find execution of ideas you wish you&#8217;d come up with.. Need i say more? I think it&#8217;s brilliant in its simplicity Please consider to buying me a coffee.]]></description>
			<content:encoded><![CDATA[<p>Sometimes you find execution of ideas you wish you&#8217;d come up with..<br />
Need i say more? I think it&#8217;s brilliant in its simplicity <img src='http://www.funky-monkey.nl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><object width="560" height="349"><param name="movie" value="http://www.youtube.com/v/vqVjruCt6yg?version=3&amp;hl=en_US&amp;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/vqVjruCt6yg?version=3&amp;hl=en_US&amp;hd=1" type="application/x-shockwave-flash" width="560" height="349" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="sidney@funky-monkey.nl" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Have my posts helped (or at least entertained) you in some way? Please consider to buying me a coffee. for Evernote Peek" /><input type="hidden" name="currency_code" value="EUR" /><input type="hidden" name="amount" value="5" /><input type="image" src="http://www.funky-monkey.nl/blog/wp-content/plugins/buy-me-beer/icon_cafe.gif" align="left" alt="Coffee!" title="Coffee!" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=sidney@funky-monkey.nl&amp;currency_code=EUR&amp;amount=5&amp;return=&amp;item_name=Have+my+posts+helped+(or+at+least+entertained)+you+in+some+way?+Please+consider+to+buying+me+a+coffee.+for+Evernote+Peek" target="paypal">Please consider to buying me a coffee.</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.funky-monkey.nl/blog/2011/06/09/evernote-peek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Bootcamp Video Course</title>
		<link>http://www.funky-monkey.nl/blog/2011/05/03/android-bootcamp-video-course/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=android-bootcamp-video-course</link>
		<comments>http://www.funky-monkey.nl/blog/2011/05/03/android-bootcamp-video-course/#comments</comments>
		<pubDate>Tue, 03 May 2011 18:00:43 +0000</pubDate>
		<dc:creator>Sidney de Koning</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>

		<guid isPermaLink="false">http://www.funky-monkey.nl/blog/?p=899</guid>
		<description><![CDATA[I&#8217;ve created a playlist on YouTube for my own convenience that i&#8217;ll share it with you. The playlist contains 27 videos for learning Android. A total of 33 hours to get you started learning Android Another good example that everything you want to learn can be found for free on the internet! The author is [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve created a playlist on YouTube for my own convenience that i&#8217;ll share it with you. The playlist contains 27 videos for learning Android. A total of 33 hours to get you started learning Android <img src='http://www.funky-monkey.nl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Another good example that everything you want to learn can be found for <strong>free</strong> on the internet!<br />
The author is <strong>Marko Gargenta</strong> from <a href="http://marakana.com/techtv/index.html">Marakana</a> </p>
<p>Enjoy <img src='http://www.funky-monkey.nl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><object width="600" height="440"><param name="movie" value="http://www.youtube.com/p/F35EE6F0A1ADF8AE?hl=en_US&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/p/F35EE6F0A1ADF8AE?hl=en_US&#038;fs=1" type="application/x-shockwave-flash" width="600" height="440" allowscriptaccess="always" allowfullscreen="true"></embed></object> </p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="sidney@funky-monkey.nl" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Have my posts helped (or at least entertained) you in some way? Please consider to buying me a coffee. for Android Bootcamp Video Course" /><input type="hidden" name="currency_code" value="EUR" /><input type="hidden" name="amount" value="5" /><input type="image" src="http://www.funky-monkey.nl/blog/wp-content/plugins/buy-me-beer/icon_cafe.gif" align="left" alt="Coffee!" title="Coffee!" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=sidney@funky-monkey.nl&amp;currency_code=EUR&amp;amount=5&amp;return=&amp;item_name=Have+my+posts+helped+(or+at+least+entertained)+you+in+some+way?+Please+consider+to+buying+me+a+coffee.+for+Android+Bootcamp+Video+Course" target="paypal">Please consider to buying me a coffee.</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.funky-monkey.nl/blog/2011/05/03/android-bootcamp-video-course/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Metrics for Android and iOS</title>
		<link>http://www.funky-monkey.nl/blog/2011/05/02/mobile-metrics-for-android-and-ios/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mobile-metrics-for-android-and-ios</link>
		<comments>http://www.funky-monkey.nl/blog/2011/05/02/mobile-metrics-for-android-and-ios/#comments</comments>
		<pubDate>Mon, 02 May 2011 10:00:03 +0000</pubDate>
		<dc:creator>Sidney de Koning</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>

		<guid isPermaLink="false">http://www.funky-monkey.nl/blog/?p=886</guid>
		<description><![CDATA[Lately i&#8217;ve been doing some personal research on mobile metrics and analytics. For now this is the good stuff i&#8217;d like to share with you. AdMob Mobile Metrics &#8211; May 2010 &#8211; Highlights This presentation can also be downloaded as a PDF. AdMob also has a good blog with lots of reports and interesting facts [...]]]></description>
			<content:encoded><![CDATA[<p>Lately i&#8217;ve been doing some personal research on mobile metrics and analytics. For now this is the good stuff i&#8217;d like to share with you.</p>
<div style="width:425px" id="__ss_4647694"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/admobmobile/admob-mobile-metrics-may-2010-highlights" title="AdMob Mobile Metrics - May 2010 - Highlights">AdMob Mobile Metrics &#8211; May 2010 &#8211; Highlights</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/4647694" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></div>
<p>This presentation can also be <a href="http://metrics.admob.com/wp-content/uploads/2010/06/May-2010-AdMob-Mobile-Metrics-Highlights.pdf">downloaded as a PDF</a>. AdMob also has a good <a href="http://metrics.admob.com/">blog with lots of reports</a> and interesting facts and figures.</p>
<p>I&#8217;ve also found that Google added some stats to the developer panel on the Android developer site. (Finally!) Here you can see the metrics for device, platform, language and country for your app. Here <a href="http://www.funky-monkey.nl/blog/wp-content/uploads/2011/05/android_developer_stats.jpg">is the preview</a></p>
<p>Another company that has some really in depth reports about mobile metrics is Destimo, a dutch startup. <a href="http://www.distimo.com/publications/">Their latest report</a> talks about the following:</p>
<blockquote><p>This publication covers the Apple App Store for iPad, Apple App Store for iPhone, Apple Mac App Store, BlackBerry App World (worldwide store), GetJar, Google Android Market, Nokia Ovi Store, Palm App Catalog, and Windows Phone 7 Marketplace in the United States. The major findings are:</p>
<ul>
<li>The Google Android Market eclipsed the Apple App Store for iPhone in terms of free applications and now has 134,342 free applications, while the Apple App Store iPhone has 121,845 free applications.</li>
<li>If all application stores maintain their current growth pace, approximately five months from now Google Android Market will be the largest store in terms of number of applications followed by the Apple App Store for iPhone and iPad, Windows Phone 7 Marketplace, BlackBerry App World and Nokia Ovi Store. The Windows Phone 7 Marketplace will also be larger than the Nokia Ovi Store and BlackBerry App World prior to the Windows Phone 7 Marketplace being available for even a full year.</li>
<li>One year after launching the iPad, Apple will be confronted with its first serious competition as both BlackBerry and Google enter the emerging tablet market. Apple has already seized momentum and grown the App Store for iPad in the first year to 75,755 applications developed by 21,975 publishers. Daily downloads in the Top 100 Overall paid and free applications for iPad combined exceed 500,000, while the daily revenue in the Top 100 paid is approximately $400,000 excluding in-app purchases.</li>
<li>Many of the top publishers on the iPad already publish cross-platform. Fifty-eight percent of the 50 most popular publishers have already developed applications for non-Apple platforms.</li>
</ul>
</blockquote>
<p>Enjoy the read <img src='http://www.funky-monkey.nl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="sidney@funky-monkey.nl" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Have my posts helped (or at least entertained) you in some way? Please consider to buying me a coffee. for Mobile Metrics for Android and iOS" /><input type="hidden" name="currency_code" value="EUR" /><input type="hidden" name="amount" value="5" /><input type="image" src="http://www.funky-monkey.nl/blog/wp-content/plugins/buy-me-beer/icon_cafe.gif" align="left" alt="Coffee!" title="Coffee!" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=sidney@funky-monkey.nl&amp;currency_code=EUR&amp;amount=5&amp;return=&amp;item_name=Have+my+posts+helped+(or+at+least+entertained)+you+in+some+way?+Please+consider+to+buying+me+a+coffee.+for+Mobile+Metrics+for+Android+and+iOS" target="paypal">Please consider to buying me a coffee.</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.funky-monkey.nl/blog/2011/05/02/mobile-metrics-for-android-and-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing a book</title>
		<link>http://www.funky-monkey.nl/blog/2011/04/10/writing-a-book/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=writing-a-book</link>
		<comments>http://www.funky-monkey.nl/blog/2011/04/10/writing-a-book/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 21:00:41 +0000</pubDate>
		<dc:creator>Sidney de Koning</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>

		<guid isPermaLink="false">http://www.funky-monkey.nl/blog/?p=809</guid>
		<description><![CDATA[A couple of weeks ago I&#8217;ve been asked by Rich Tretola to write an e-book for O&#8217;Reilly. Without hesitation I said yes! I&#8217;ve always wanted to write a book, think of it a developers/bloggers wet dream. This news also means I wont be posting that frequently, and I&#8217;m sorry for that. On the other hand [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.funky-monkey.nl/blog/wp-content/uploads/2011/03/snoopy_writing.jpg"><img src="http://www.funky-monkey.nl/blog/wp-content/uploads/2011/03/snoopy_writing-229x300.jpg" alt="" title="snoopy_writing" width="229" height="300" class="alignleft size-medium wp-image-811" /></a>A couple of weeks ago I&#8217;ve been asked by <a href="http://blog.everythingflex.com/">Rich Tretola</a> to write an e-book for O&#8217;Reilly. Without hesitation I said yes! </p>
<p>I&#8217;ve always wanted to write a book, think of it a developers/bloggers wet dream.<br />
This news also means I wont be posting that frequently, and I&#8217;m sorry for that. On the other hand this is a wonderful opportunity and I get to write about the stuff I love! Of course i&#8217;ll post to let you know when its done and when you can expect a preview release.</p>
<p>Any more details I can&#8217;t give yet, but i will keep you posted about further developments.</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="sidney@funky-monkey.nl" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Have my posts helped (or at least entertained) you in some way? Please consider to buying me a coffee. for Writing a book" /><input type="hidden" name="currency_code" value="EUR" /><input type="hidden" name="amount" value="5" /><input type="image" src="http://www.funky-monkey.nl/blog/wp-content/plugins/buy-me-beer/icon_cafe.gif" align="left" alt="Coffee!" title="Coffee!" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=sidney@funky-monkey.nl&amp;currency_code=EUR&amp;amount=5&amp;return=&amp;item_name=Have+my+posts+helped+(or+at+least+entertained)+you+in+some+way?+Please+consider+to+buying+me+a+coffee.+for+Writing+a+book" target="paypal">Please consider to buying me a coffee.</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.funky-monkey.nl/blog/2011/04/10/writing-a-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AIR for Android: Shake2Update</title>
		<link>http://www.funky-monkey.nl/blog/2011/04/08/air-for-android-shake2update/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=air-for-android-shake2update</link>
		<comments>http://www.funky-monkey.nl/blog/2011/04/08/air-for-android-shake2update/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 08:00:59 +0000</pubDate>
		<dc:creator>Sidney de Koning</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Best Of]]></category>

		<guid isPermaLink="false">http://www.funky-monkey.nl/blog/?p=846</guid>
		<description><![CDATA[After writing about the Accelerometer yesterday I decided to write a Class that actually handles this shaking behavior for you. So you can respond to it by updating your application, let your game character jump through hoops or send out an email every time you shake your device Here is how you instantiate the Class: [...]]]></description>
			<content:encoded><![CDATA[<p>After <a href="http://www.funky-monkey.nl/blog/?p=825">writing about the Accelerometer yesterday</a> I decided to write a Class that actually handles this shaking behavior for you.<br />
So you can respond to it by updating your application, let your game character jump through hoops or send out an email every time you shake your device <img src='http://www.funky-monkey.nl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here is how you instantiate the Class:</p>
<p>
<pre class="brush: javascript;">
var sensor:Shake2Update = new Shake2Update( true );
sensor.callBack( updateFromShake );
sensor.shakeSensitivity = 1.6;
sensor.minimumShakeInterval = 1000;
sensor.updateSensorInterval = 100;

// Start the actual detection
sensor.startShakeDetection();

function updateFromShake() : void {
	trace("Shake it baby!");
}
</pre>
<p>And here you can find <a href="http://pastie.org/1763474">the actual Class</a> for doing this.<br />
Enjoy and let me know in the comments what you use this for, very interested to know what you come up with!</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="sidney@funky-monkey.nl" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Have my posts helped (or at least entertained) you in some way? Please consider to buying me a coffee. for AIR for Android: Shake2Update" /><input type="hidden" name="currency_code" value="EUR" /><input type="hidden" name="amount" value="5" /><input type="image" src="http://www.funky-monkey.nl/blog/wp-content/plugins/buy-me-beer/icon_cafe.gif" align="left" alt="Coffee!" title="Coffee!" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=sidney@funky-monkey.nl&amp;currency_code=EUR&amp;amount=5&amp;return=&amp;item_name=Have+my+posts+helped+(or+at+least+entertained)+you+in+some+way?+Please+consider+to+buying+me+a+coffee.+for+AIR+for+Android:+Shake2Update" target="paypal">Please consider to buying me a coffee.</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.funky-monkey.nl/blog/2011/04/08/air-for-android-shake2update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

