<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Arno Manders</title>
	
	<link>http://blog.arnomanders.nl</link>
	<description>Flex, Flash, AIR and everything that is brand new</description>
	<lastBuildDate>Thu, 15 Oct 2009 12:32:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/blogarnomanders" /><feedburner:info uri="blogarnomanders" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Calculate DataGrid height</title>
		<link>http://feedproxy.google.com/~r/blogarnomanders/~3/x0hkmCCsig0/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/calculate-datagrid-height/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 12:32:08 +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>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=292</guid>
		<description><![CDATA[I have a dataset with more than 200 items. If I use that as dataprovider of a datagrid and set the rowcount to 10 the datagrid is not alway resizing to the right size. Sometimes I see 10.5 rows. This is a nice solution for that problem:

?View Code ACTIONSCRIPTdataGrid.height = measureHeightOfItems&#40;-1, dataGrid.rowCount&#41; + dataGrid.headerHeight;



Related posts:DataGrid [...]


Related posts:<ol><li><a href='http://blog.arnomanders.nl/index.php/archives/datagrid-doesnt-update-rowcount-correctly/' rel='bookmark' title='Permanent Link: DataGrid doesn&#8217;t update rowCount correctly'>DataGrid doesn&#8217;t update rowCount correctly</a> <small>I have an Bindable ArrayCollection with values and DataGrid that...</small></li>
<li><a href='http://blog.arnomanders.nl/index.php/archives/get-the-dataprovider-of-another-line-in-linechar/' rel='bookmark' title='Permanent Link: Get the dataprovider of another Line in lineChart?'>Get the dataprovider of another Line in lineChart?</a> <small>In some cases you have 2 different XML files to...</small></li>
<li><a href='http://blog.arnomanders.nl/index.php/archives/strange-behavior-of-tree-component/' rel='bookmark' title='Permanent Link: Strange behaviour of Tree component'>Strange behaviour of Tree component</a> <small>I&#8217;m  making a tree like menu structure. It is already...</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/calculate-datagrid-height/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.arnomanders.nl/index.php/archives/calculate-datagrid-height/</feedburner:origLink></item>
		<item>
		<title>AdvancedDataGrid GroupingCollection and sort</title>
		<link>http://feedproxy.google.com/~r/blogarnomanders/~3/sp_2E6r4i5E/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/advanceddatagrid-groupingcollection-and-sort/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 08:45:12 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[example]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=288</guid>
		<description><![CDATA[Here an example of the advancedDataGrid. I&#8217;m using a groupingcollection to get all the data from one searchengine in one group










One problem that I encounter in the advancedDataGrid is sorting a column on application start. I try to sort the &#8220;number of visits&#8221; field and it is working for the known visit data the sort [...]


Related posts:<ol><li><a href='http://blog.arnomanders.nl/index.php/archives/what-is-the-deal-with-application-parameters/' rel='bookmark' title='Permanent Link: What is the deal with application.parameters?'>What is the deal with application.parameters?</a> <small>I send a userId to my application to display a...</small></li>
<li><a href='http://blog.arnomanders.nl/index.php/archives/datagrid-doesnt-update-rowcount-correctly/' rel='bookmark' title='Permanent Link: DataGrid doesn&#8217;t update rowCount correctly'>DataGrid doesn&#8217;t update rowCount correctly</a> <small>I have an Bindable ArrayCollection with values and DataGrid that...</small></li>
<li><a href='http://blog.arnomanders.nl/index.php/archives/how-to-save-files-from-flex-to-your-server-with-php/' rel='bookmark' title='Permanent Link: How to save files from Flex to your server with PHP'>How to save files from Flex to your server with PHP</a> <small>For my AMDawing I searched a lot for . And...</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/advanceddatagrid-groupingcollection-and-sort/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.arnomanders.nl/index.php/archives/advanceddatagrid-groupingcollection-and-sort/</feedburner:origLink></item>
		<item>
		<title>LineChart datatip with degrafa skin</title>
		<link>http://feedproxy.google.com/~r/blogarnomanders/~3/RlvUWJuGvxQ/</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


Related posts:DataGrid doesn&#8217;t update rowCount correctly I have an Bindable ArrayCollection with values and DataGrid that...
TimeDateAxis I&#8217;m going to try to shift the focus of my...
Get the dataprovider of another Line in lineChart? In some cases you have 2 [...]


Related posts:<ol><li><a href='http://blog.arnomanders.nl/index.php/archives/datagrid-doesnt-update-rowcount-correctly/' rel='bookmark' title='Permanent Link: DataGrid doesn&#8217;t update rowCount correctly'>DataGrid doesn&#8217;t update rowCount correctly</a> <small>I have an Bindable ArrayCollection with values and DataGrid that...</small></li>
<li><a href='http://blog.arnomanders.nl/index.php/archives/timedateaxis/' rel='bookmark' title='Permanent Link: TimeDateAxis'>TimeDateAxis</a> <small>I&#8217;m going to try to shift the focus of my...</small></li>
<li><a href='http://blog.arnomanders.nl/index.php/archives/get-the-dataprovider-of-another-line-in-linechar/' rel='bookmark' title='Permanent Link: Get the dataprovider of another Line in lineChart?'>Get the dataprovider of another Line in lineChart?</a> <small>In some cases you have 2 different XML files to...</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/linechart-datatip-with-degrafa-skin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.arnomanders.nl/index.php/archives/linechart-datatip-with-degrafa-skin/</feedburner:origLink></item>
		<item>
		<title>TimeDateAxis</title>
		<link>http://feedproxy.google.com/~r/blogarnomanders/~3/diVb9znqa68/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/timedateaxis/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 14:09:32 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[TimeDateAxis]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=277</guid>
		<description><![CDATA[I&#8217;m going to try to shift the focus of my blog a little bit more to examples and away from the &#8220;I have this problem bla bla&#8221;. Well I just try to blog more because it a bit quiet here. I&#8217;m going to post some things that is useful for myself to archive and maybe [...]


Related posts:<ol><li><a href='http://blog.arnomanders.nl/index.php/archives/linechart-datatip-with-degrafa-skin/' rel='bookmark' title='Permanent Link: LineChart datatip with degrafa skin'>LineChart datatip with degrafa skin</a> <small>Here is an example how you skin a DataTip from...</small></li>
<li><a href='http://blog.arnomanders.nl/index.php/archives/datagrid-doesnt-update-rowcount-correctly/' rel='bookmark' title='Permanent Link: DataGrid doesn&#8217;t update rowCount correctly'>DataGrid doesn&#8217;t update rowCount correctly</a> <small>I have an Bindable ArrayCollection with values and DataGrid that...</small></li>
<li><a href='http://blog.arnomanders.nl/index.php/archives/strange-behavior-of-tree-component/' rel='bookmark' title='Permanent Link: Strange behaviour of Tree component'>Strange behaviour of Tree component</a> <small>I&#8217;m  making a tree like menu structure. It is already...</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/timedateaxis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.arnomanders.nl/index.php/archives/timedateaxis/</feedburner:origLink></item>
		<item>
		<title>What is the deal with application.parameters?</title>
		<link>http://feedproxy.google.com/~r/blogarnomanders/~3/HIerY7OeVvg/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/what-is-the-deal-with-application-parameters/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 09:39:38 +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[actionscript]]></category>
		<category><![CDATA[application.parameters]]></category>
		<category><![CDATA[mxml]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[RemoteObject]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=269</guid>
		<description><![CDATA[I send a userId to my application to display a linechart with the application.parameter object. I get the userId parameter inside my application and can trace or alert it and I see the userId on my screen. Ok everything is working fine for now. Then I want to use the userId to call php function. [...]


Related posts:<ol><li><a href='http://blog.arnomanders.nl/index.php/archives/how-to-save-files-from-flex-to-your-server-with-php/' rel='bookmark' title='Permanent Link: How to save files from Flex to your server with PHP'>How to save files from Flex to your server with PHP</a> <small>For my AMDawing I searched a lot for . And...</small></li>
<li><a href='http://blog.arnomanders.nl/index.php/archives/strange-behavior-of-tree-component/' rel='bookmark' title='Permanent Link: Strange behaviour of Tree component'>Strange behaviour of Tree component</a> <small>I&#8217;m  making a tree like menu structure. It is already...</small></li>
<li><a href='http://blog.arnomanders.nl/index.php/archives/datagrid-doesnt-update-rowcount-correctly/' rel='bookmark' title='Permanent Link: DataGrid doesn&#8217;t update rowCount correctly'>DataGrid doesn&#8217;t update rowCount correctly</a> <small>I have an Bindable ArrayCollection with values and DataGrid that...</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/what-is-the-deal-with-application-parameters/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://blog.arnomanders.nl/index.php/archives/what-is-the-deal-with-application-parameters/</feedburner:origLink></item>
		<item>
		<title>DataGrid doesn’t update rowCount correctly</title>
		<link>http://feedproxy.google.com/~r/blogarnomanders/~3/8weT48b_Juo/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/datagrid-doesnt-update-rowcount-correctly/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 10:16:11 +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[web 2.0]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[DataGrid]]></category>
		<category><![CDATA[flex builder]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=252</guid>
		<description><![CDATA[I have an Bindable ArrayCollection with values and DataGrid that should show all the values (or rows) without the ugly scrollbars (I hate scrollbars). This is working correct by setting the rowCount property in DataGrid like this:  rowCount = "this.ArrayCollection.length"
the tricky part is when you add items to that ArrayCollection on application run. Somehow the [...]


Related posts:<ol><li><a href='http://blog.arnomanders.nl/index.php/archives/calculate-datagrid-height/' rel='bookmark' title='Permanent Link: Calculate DataGrid height'>Calculate DataGrid height</a> <small>I have a dataset with more than 200 items. If...</small></li>
<li><a href='http://blog.arnomanders.nl/index.php/archives/strange-behavior-of-tree-component/' rel='bookmark' title='Permanent Link: Strange behaviour of Tree component'>Strange behaviour of Tree component</a> <small>I&#8217;m  making a tree like menu structure. It is already...</small></li>
<li><a href='http://blog.arnomanders.nl/index.php/archives/linechart-datatip-with-degrafa-skin/' rel='bookmark' title='Permanent Link: LineChart datatip with degrafa skin'>LineChart datatip with degrafa skin</a> <small>Here is an example how you skin a DataTip 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/datagrid-doesnt-update-rowcount-correctly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.arnomanders.nl/index.php/archives/datagrid-doesnt-update-rowcount-correctly/</feedburner:origLink></item>
		<item>
		<title>Get the dataprovider of another Line in lineChart?</title>
		<link>http://feedproxy.google.com/~r/blogarnomanders/~3/lxbwCsPpMGc/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/get-the-dataprovider-of-another-line-in-linechar/#comments</comments>
		<pubDate>Tue, 26 May 2009 08:22:42 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<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[web 2.0]]></category>
		<category><![CDATA[DataTip]]></category>
		<category><![CDATA[datatiprenderer]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=248</guid>
		<description><![CDATA[In some cases you have 2 different XML files to show 2 different lines in a lineChart. For example you want to compare a companies incomming with another month and each month is in a different XML. In a dataTipRenderer I show the styled data but I can only access data from 1 line. My [...]


Related posts:<ol><li><a href='http://blog.arnomanders.nl/index.php/archives/linechart-datatip-with-degrafa-skin/' rel='bookmark' title='Permanent Link: LineChart datatip with degrafa skin'>LineChart datatip with degrafa skin</a> <small>Here is an example how you skin a DataTip from...</small></li>
<li><a href='http://blog.arnomanders.nl/index.php/archives/augmented-reality/' rel='bookmark' title='Permanent Link: Augmented Reality'>Augmented Reality</a> <small>A few weeks ago I was busy finding a graduate...</small></li>
<li><a href='http://blog.arnomanders.nl/index.php/archives/calculate-datagrid-height/' rel='bookmark' title='Permanent Link: Calculate DataGrid height'>Calculate DataGrid height</a> <small>I have a dataset with more than 200 items. If...</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/get-the-dataprovider-of-another-line-in-linechar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.arnomanders.nl/index.php/archives/get-the-dataprovider-of-another-line-in-linechar/</feedburner:origLink></item>
		<item>
		<title>Strange behaviour of Tree component</title>
		<link>http://feedproxy.google.com/~r/blogarnomanders/~3/WDV5h34xHag/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/strange-behavior-of-tree-component/#comments</comments>
		<pubDate>Tue, 12 May 2009 08:04:33 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<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[flex component]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[Renderers]]></category>
		<category><![CDATA[Tree]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=234</guid>
		<description><![CDATA[I&#8217;m  making a tree like menu structure. It is already a hacky business but now I encountered another problem. And I have no clue where it is happening and if I do something wrong or Flex is messing it up.
I have a Tree component that uses a tree renderer to render the items. In this [...]


Related posts:<ol><li><a href='http://blog.arnomanders.nl/index.php/archives/datagrid-doesnt-update-rowcount-correctly/' rel='bookmark' title='Permanent Link: DataGrid doesn&#8217;t update rowCount correctly'>DataGrid doesn&#8217;t update rowCount correctly</a> <small>I have an Bindable ArrayCollection with values and DataGrid that...</small></li>
<li><a href='http://blog.arnomanders.nl/index.php/archives/linechart-datatip-with-degrafa-skin/' rel='bookmark' title='Permanent Link: LineChart datatip with degrafa skin'>LineChart datatip with degrafa skin</a> <small>Here is an example how you skin a DataTip from...</small></li>
<li><a href='http://blog.arnomanders.nl/index.php/archives/draw-on-3d-object/' rel='bookmark' title='Permanent Link: Draw on 3D object'>Draw on 3D object</a> <small>Here in Holland you have free news papers that you...</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/strange-behavior-of-tree-component/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://blog.arnomanders.nl/index.php/archives/strange-behavior-of-tree-component/</feedburner:origLink></item>
		<item>
		<title>How to save files from Flex to your server with PHP</title>
		<link>http://feedproxy.google.com/~r/blogarnomanders/~3/mAjxUDFKqpA/</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 you make [...]


Related posts:<ol><li><a href='http://blog.arnomanders.nl/index.php/archives/linechart-datatip-with-degrafa-skin/' rel='bookmark' title='Permanent Link: LineChart datatip with degrafa skin'>LineChart datatip with degrafa skin</a> <small>Here is an example how you skin a DataTip from...</small></li>
<li><a href='http://blog.arnomanders.nl/index.php/archives/draw-on-3d-object/' rel='bookmark' title='Permanent Link: Draw on 3D object'>Draw on 3D object</a> <small>Here in Holland you have free news papers that you...</small></li>
<li><a href='http://blog.arnomanders.nl/index.php/archives/datagrid-doesnt-update-rowcount-correctly/' rel='bookmark' title='Permanent Link: DataGrid doesn&#8217;t update rowCount correctly'>DataGrid doesn&#8217;t update rowCount correctly</a> <small>I have an Bindable ArrayCollection with values and DataGrid that...</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-save-files-from-flex-to-your-server-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.arnomanders.nl/index.php/archives/how-to-save-files-from-flex-to-your-server-with-php/</feedburner:origLink></item>
		<item>
		<title>Augmented Reality</title>
		<link>http://feedproxy.google.com/~r/blogarnomanders/~3/AEzya-MiFTo/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/augmented-reality/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 10:10:59 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[AR]]></category>
		<category><![CDATA[Argumented Reality]]></category>
		<category><![CDATA[Virtual]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=185</guid>
		<description><![CDATA[A few weeks ago I was busy finding a graduate project. And during that time augmented reality looked very interesting. Most of you know what it means, for the others here a small explaining line from wikipedia: Augmented reality (AR) is a field of computer research which deals with the combination of real-world and computer-generated [...]


Related posts:<ol><li><a href='http://blog.arnomanders.nl/index.php/archives/draw-on-3d-object/' rel='bookmark' title='Permanent Link: Draw on 3D object'>Draw on 3D object</a> <small>Here in Holland you have free news papers that you...</small></li>
<li><a href='http://blog.arnomanders.nl/index.php/archives/strange-behavior-of-tree-component/' rel='bookmark' title='Permanent Link: Strange behaviour of Tree component'>Strange behaviour of Tree component</a> <small>I&#8217;m  making a tree like menu structure. It is already...</small></li>
<li><a href='http://blog.arnomanders.nl/index.php/archives/what-is-the-deal-with-application-parameters/' rel='bookmark' title='Permanent Link: What is the deal with application.parameters?'>What is the deal with application.parameters?</a> <small>I send a userId to my application to display a...</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/augmented-reality/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://blog.arnomanders.nl/index.php/archives/augmented-reality/</feedburner:origLink></item>
	</channel>
</rss>
