<?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>Arno Manders &#187; tutorial</title>
	<atom:link href="http://blog.arnomanders.nl/index.php/archives/category/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arnomanders.nl</link>
	<description>Flex, Flash, AIR and everything that is brand new</description>
	<lastBuildDate>Tue, 03 Aug 2010 07:50:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Distort with drawTriangles()</title>
		<link>http://blog.arnomanders.nl/index.php/archives/distort-with-drawtrangles/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/distort-with-drawtrangles/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 14:10:20 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[disort]]></category>
		<category><![CDATA[drawTriangles]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[verticals]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=339</guid>
		<description><![CDATA[There are a growing number of posts about the technique to distort an image with the drawTriangles() function. But most of those examples create a lot of extra vertices that aren&#8217;t needed for displaying the image and more calculation means more CPU consumption. I explain here how to work with verticals and show some basic [...]


Related posts:<ol><li><a href='http://blog.arnomanders.nl/index.php/archives/experimental-flickr-photo-viewer/' rel='bookmark' title='Permanent Link: Experimental flickr photo viewer'>Experimental flickr photo viewer</a> <small>Not so long ago I saw a nice menu from...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/distort-with-drawtrangles/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>LineChart datatip with degrafa skin</title>
		<link>http://blog.arnomanders.nl/index.php/archives/linechart-datatip-with-degrafa-skin/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/linechart-datatip-with-degrafa-skin/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 09:16:06 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[Degrafa]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[DataTip]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=283</guid>
		<description><![CDATA[Here is an example how you skin a DataTip from a LineChart with the help of Degrafa. Source No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/linechart-datatip-with-degrafa-skin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to save files from Flex to your server with PHP</title>
		<link>http://blog.arnomanders.nl/index.php/archives/how-to-save-files-from-flex-to-your-server-with-php/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/how-to-save-files-from-flex-to-your-server-with-php/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 07:45:40 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=227</guid>
		<description><![CDATA[For my AMDawing I searched a lot for . And all the solutions that I found are too complex in my opinion. I saw all the examples with remote objects and AMFphp or ZendAMF. Finally I found the solution at thinkerlog.com. I think it is the most straight forward solution. This are the basics: First [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/how-to-save-files-from-flex-to-your-server-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find an address with Google maps Flash API</title>
		<link>http://blog.arnomanders.nl/index.php/archives/how-to-find-an-address-with-google-maps-flash-api/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/how-to-find-an-address-with-google-maps-flash-api/#comments</comments>
		<pubDate>Mon, 19 May 2008 14:16:34 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[Maps]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/index.php/archives/how-to-find-an-address-with-google-maps-flash-api/</guid>
		<description><![CDATA[After the Flash Google maps API release I spend some time to see what is possible. I started with the documentation from Google. In there documentation they are using the latitude and longitude coordinates to set the center of your map. This is not really a human readable way to do it and personally I [...]


Related posts:<ol><li><a href='http://blog.arnomanders.nl/index.php/archives/experimental-flickr-photo-viewer/' rel='bookmark' title='Permanent Link: Experimental flickr photo viewer'>Experimental flickr photo viewer</a> <small>Not so long ago I saw a nice menu from...</small></li>
<li><a href='http://blog.arnomanders.nl/index.php/archives/distort-with-drawtrangles/' rel='bookmark' title='Permanent Link: Distort with drawTriangles()'>Distort with drawTriangles()</a> <small>There are a growing number of posts about the technique...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/how-to-find-an-address-with-google-maps-flash-api/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Air file.nativePath Vs. file.url</title>
		<link>http://blog.arnomanders.nl/index.php/archives/air-filenativepath-vs-fileurl/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/air-filenativepath-vs-fileurl/#comments</comments>
		<pubDate>Thu, 08 May 2008 14:12:35 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[file.nativePath]]></category>
		<category><![CDATA[file.url]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac os]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/index.php/archives/air-filenativepath-vs-fileurl/</guid>
		<description><![CDATA[Is it me or is file.url a lot easier to use than file.nativePath in Adobe AIR. Maybe I&#8217;m missing something because every tutorial or code snippet I can find uses file.nativePath. I&#8217;m busy building an AIR application that can be used on Windows and Mac OS. I have to take care of the file structure [...]


Related posts:<ol><li><a href='http://blog.arnomanders.nl/index.php/archives/distort-with-drawtrangles/' rel='bookmark' title='Permanent Link: Distort with drawTriangles()'>Distort with drawTriangles()</a> <small>There are a growing number of posts about the technique...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/air-filenativepath-vs-fileurl/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Preformance tips Away3D</title>
		<link>http://blog.arnomanders.nl/index.php/archives/preformance-tips-away3d/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/preformance-tips-away3d/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 06:28:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[FPS]]></category>
		<category><![CDATA[frames per second]]></category>
		<category><![CDATA[preformance]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[tester]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/index.php/archives/preformance-tips-away3d/</guid>
		<description><![CDATA[While I was building my ImageViewer3D I noticed a few things that can make everything just a little bit faster. And for the challenge and for fun I made a sort of testing application. I build it with Flex and Away3D You can change the a few things such as the amount of 3d objects, [...]


Related posts:<ol><li><a href='http://blog.arnomanders.nl/index.php/archives/distort-with-drawtrangles/' rel='bookmark' title='Permanent Link: Distort with drawTriangles()'>Distort with drawTriangles()</a> <small>There are a growing number of posts about the technique...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/preformance-tips-away3d/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash in Flex tutorial installation guide</title>
		<link>http://blog.arnomanders.nl/index.php/archives/flash-in-flex-tutorial-installation-guide/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/flash-in-flex-tutorial-installation-guide/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 19:26:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[boundary box]]></category>
		<category><![CDATA[cs3]]></category>
		<category><![CDATA[guide]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/index.php/archives/flash-in-flex-tutorial-installation-guide/</guid>
		<description><![CDATA[My internship guide Maikel asked me to find out what you have to do to get Flash in Flex. I started to search for a nice tutorial about this but I have to say that there isn&#8217;t a step by step tutorial that is explaining this. Opportunity for me to help people. If you already [...]


Related posts:<ol><li><a href='http://blog.arnomanders.nl/index.php/archives/distort-with-drawtrangles/' rel='bookmark' title='Permanent Link: Distort with drawTriangles()'>Distort with drawTriangles()</a> <small>There are a growing number of posts about the technique...</small></li>
<li><a href='http://blog.arnomanders.nl/index.php/archives/flinteroids/' rel='bookmark' title='Permanent Link: Flinteroids'>Flinteroids</a> <small>I while back I had some spare time and decided...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/flash-in-flex-tutorial-installation-guide/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
