<?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>Alain Hufkens</title>
	
	<link>http://www.hufkens.net</link>
	<description>{Rich Interactive Applications Developer}</description>
	<lastBuildDate>Sun, 21 Feb 2010 09:45:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
<link>http://www.hufkens.net</link>
<url>http://www.hufkens.net/wp-content/mbp-favicon/page_white_code.png</url>
<title>Alain Hufkens</title>
</image>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/hufkens" /><feedburner:info uri="hufkens" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2Fhufkens" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Fhufkens" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2Fhufkens" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/hufkens" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2Fhufkens" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2Fhufkens" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Fhufkens" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><item>
		<title>Playing with Maven &amp; NativeProcess API in AIR 2.0</title>
		<link>http://feedproxy.google.com/~r/hufkens/~3/c7bveOAR-vE/</link>
		<comments>http://www.hufkens.net/2010/02/playing-with-maven-nativeprocess-api-in-air-2-0/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 09:45:24 +0000</pubDate>
		<dc:creator>Alain</dc:creator>
				<category><![CDATA[air]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[other]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[nativeprocess]]></category>

		<guid isPermaLink="false">http://www.hufkens.net/?p=1181</guid>
		<description><![CDATA[I have been playing with Adobe AIR 2.0 beta 2 for a couple of weeks now. And because we use Maven for our bigger development projects at Nascom, I decided to create a small proof of concept app to wrap the most used Maven commands. Off course Maven is a very powerful asset when building [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.hufkens.net/wp-content/air_appicon.jpg"  rel="lightbox[roadtrip]"><img class="alignright size-full wp-image-600" title="air_appicon" src="http://www.hufkens.net/wp-content/air_appicon.jpg" alt="" width="146" height="146" /></a>I have been playing with Adobe AIR 2.0 beta 2 for a couple of weeks now. And because we use <a href="http://maven.apache.org/" target="_blank">Maven</a> for our bigger development projects at <a href="http://www.nascom.be" target="_self">Nascom</a>, I decided to create a small proof of concept app to wrap the most used Maven commands. Off course Maven is a very powerful asset when building big Java based applications, but for a some of my colleague Flex developers it can be a frustrating experience. Working with the command line is not the preferred thing to do for a developer that is working most of the time on building user interfaces.</p>
<p>So to avoid these frustrations and to experiment with Adobe AIR 2.0 beta 2, I created this small app that calls some of our most used maven commands:</p>
<ul>
<li><strong>mvn flexmojos:flexbuilder</strong> (generates the Flex Builder project settings)</li>
<li><strong>mvn jetty:run</strong> (starts the Jetty webserver)</li>
<li><strong>mvn jetty:stop</strong> (you will need to and an extra setting in the project's pom.xml file)</li>
<li>...</li>
</ul>
<p>So what's this post all about?</p>
<p>First it's about the code that uses the new <a href="http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/flash/desktop/NativeProcess.html" target="_blank">NativeProcess API </a>available in Adobe AIR 2.0 to call Maven commands and process (display) the output of these commands. On the other hand I have built a small tool that could be useful for all you frustrated Flex developers that have to know commands to start and stop servers, and all that magic mojo stuff (<a href="http://flexmojos.sonatype.org/" target="_blank">Flexmojos</a>). The current example only has a very limited list of commands (see above). But it could be a start for another great productivity app, because with the NativeProcess API  you can now take advantage of almost everything on your OS. Only be aware that when doing this you are mostly writing OS specific code.</p>
<p>How does it work?</p>
<p>Start the application in Flash Builder and drag and drop the pom.xml (this is a Maven project file) file from the root of the project to the app, and then the xml file will be parsed. There are normally al least two modules: a server (war) module and a flex (swf) module. And they each support different commands.</p>
<p style="text-align: center;"><a href="http://www.hufkens.net/wp-content/image001.png"  rel="lightbox[roadtrip]"><img class="aligncenter size-full wp-image-1254" title="image001" src="http://www.hufkens.net/wp-content/image001.png" alt="" width="330" height="267" /></a><a href="http://www.hufkens.net/wp-content/image001.png"  rel="lightbox[roadtrip]"></a><a href="http://www.hufkens.net/wp-content/image002.png"  rel="lightbox[roadtrip]"><img class="aligncenter size-full wp-image-1255" title="image002" src="http://www.hufkens.net/wp-content/image002.png" alt="" width="325" height="246" /></a></p>
<p>There are however still a couple of issues. So if anybody can help me out here, that would be very appreciated.</p>
<ul>
<li>Because the NativeProcess can't call .bat files directly, you need to use a workaround calling cmd.exe and passing the mvn.bat file as a parameter. It works great while running from Flash Builder. But in the installed app it shows the cmd.exe window. Read more about this issue <a href="http://forums.adobe.com/message/2569734#2569734" target="_blank">here</a>. So if anybody has a solution, that would be appreciated.</li>
<li>At the moment there is only support for windows. Of I figure out how to run the Maven process from a Mac I will add Mac support. More about issue that <a href="http://forums.adobe.com/thread/576700?tstart=0" target="_blank">here</a>.</li>
<li>If you run the server and close the app, then the server (java.exe) still keeps running in the background.</li>
<li>And it lacks a lot of features, so feedback is welcome.</li>
</ul>
<p>If you are interested, check out the code on Google Code: it's called <a href="http://code.google.com/p/maventrix/" target="_blank">The Ma(ven)trix</a>.</p>




	<a rel="nofollow"  target="_blank" href="mailto:?subject=Playing%20with%20Maven%20%26%20NativeProcess%20API%20in%20AIR%202.0&amp;body=http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fplaying-with-maven-nativeprocess-api-in-air-2-0%2F" title="email"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hufkens.net/feed/" title="RSS"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Playing%20with%20Maven%20%26%20NativeProcess%20API%20in%20AIR%202.0%20-%20http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fplaying-with-maven-nativeprocess-api-in-air-2-0%2F" title="Twitter"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fplaying-with-maven-nativeprocess-api-in-air-2-0%2F&amp;t=Playing%20with%20Maven%20%26%20NativeProcess%20API%20in%20AIR%202.0" title="Facebook"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fplaying-with-maven-nativeprocess-api-in-air-2-0%2F&amp;title=Playing%20with%20Maven%20%26%20NativeProcess%20API%20in%20AIR%202.0&amp;bodytext=I%20have%20been%20playing%20with%20Adobe%20AIR%202.0%20beta%202%20for%20a%20couple%20of%20weeks%20now.%20And%20because%20we%20use%20Maven%20for%20our%20bigger%20development%20projects%20at%20Nascom%2C%20I%20decided%20to%20create%20a%20small%20proof%20of%20concept%20app%20to%20wrap%20the%20most%20used%20Maven%20commands.%20Off%20course%20Maven%20i" title="Digg"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fplaying-with-maven-nativeprocess-api-in-air-2-0%2F&amp;title=Playing%20with%20Maven%20%26%20NativeProcess%20API%20in%20AIR%202.0&amp;notes=I%20have%20been%20playing%20with%20Adobe%20AIR%202.0%20beta%202%20for%20a%20couple%20of%20weeks%20now.%20And%20because%20we%20use%20Maven%20for%20our%20bigger%20development%20projects%20at%20Nascom%2C%20I%20decided%20to%20create%20a%20small%20proof%20of%20concept%20app%20to%20wrap%20the%20most%20used%20Maven%20commands.%20Off%20course%20Maven%20i" title="del.icio.us"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fplaying-with-maven-nativeprocess-api-in-air-2-0%2F&amp;title=Playing%20with%20Maven%20%26%20NativeProcess%20API%20in%20AIR%202.0" title="Reddit"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fplaying-with-maven-nativeprocess-api-in-air-2-0%2F&amp;title=Playing%20with%20Maven%20%26%20NativeProcess%20API%20in%20AIR%202.0" title="StumbleUpon"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fplaying-with-maven-nativeprocess-api-in-air-2-0%2F&amp;title=Playing%20with%20Maven%20%26%20NativeProcess%20API%20in%20AIR%202.0&amp;source=Alain+Hufkens+%7BRich+Interactive+Applications+Developer%7D&amp;summary=I%20have%20been%20playing%20with%20Adobe%20AIR%202.0%20beta%202%20for%20a%20couple%20of%20weeks%20now.%20And%20because%20we%20use%20Maven%20for%20our%20bigger%20development%20projects%20at%20Nascom%2C%20I%20decided%20to%20create%20a%20small%20proof%20of%20concept%20app%20to%20wrap%20the%20most%20used%20Maven%20commands.%20Off%20course%20Maven%20i" title="LinkedIn"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fplaying-with-maven-nativeprocess-api-in-air-2-0%2F&amp;title=Playing%20with%20Maven%20%26%20NativeProcess%20API%20in%20AIR%202.0&amp;annotation=I%20have%20been%20playing%20with%20Adobe%20AIR%202.0%20beta%202%20for%20a%20couple%20of%20weeks%20now.%20And%20because%20we%20use%20Maven%20for%20our%20bigger%20development%20projects%20at%20Nascom%2C%20I%20decided%20to%20create%20a%20small%20proof%20of%20concept%20app%20to%20wrap%20the%20most%20used%20Maven%20commands.%20Off%20course%20Maven%20i" title="Google Bookmarks"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fplaying-with-maven-nativeprocess-api-in-air-2-0%2F&amp;title=Playing%20with%20Maven%20%26%20NativeProcess%20API%20in%20AIR%202.0" title="Live"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Playing%20with%20Maven%20%26%20NativeProcess%20API%20in%20AIR%202.0&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fplaying-with-maven-nativeprocess-api-in-air-2-0%2F" title="Netvibes"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fplaying-with-maven-nativeprocess-api-in-air-2-0%2F" title="Technorati"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fplaying-with-maven-nativeprocess-api-in-air-2-0%2F&amp;title=Playing%20with%20Maven%20%26%20NativeProcess%20API%20in%20AIR%202.0&amp;selection=I%20have%20been%20playing%20with%20Adobe%20AIR%202.0%20beta%202%20for%20a%20couple%20of%20weeks%20now.%20And%20because%20we%20use%20Maven%20for%20our%20bigger%20development%20projects%20at%20Nascom%2C%20I%20decided%20to%20create%20a%20small%20proof%20of%20concept%20app%20to%20wrap%20the%20most%20used%20Maven%20commands.%20Off%20course%20Maven%20i" title="Posterous"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/qf-5oDNUWTVo05J0AOkAyVKRtU0/0/da"><img src="http://feedads.g.doubleclick.net/~a/qf-5oDNUWTVo05J0AOkAyVKRtU0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/qf-5oDNUWTVo05J0AOkAyVKRtU0/1/da"><img src="http://feedads.g.doubleclick.net/~a/qf-5oDNUWTVo05J0AOkAyVKRtU0/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.hufkens.net/2010/02/playing-with-maven-nativeprocess-api-in-air-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.hufkens.net/2010/02/playing-with-maven-nativeprocess-api-in-air-2-0/</feedburner:origLink></item>
		<item>
		<title>Model-View-ViewModel in Silverlight and Flex</title>
		<link>http://feedproxy.google.com/~r/hufkens/~3/UEj5OSE4iSU/</link>
		<comments>http://www.hufkens.net/2010/02/model-view-viewmodel-in-silverlight-and-flex/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 15:48:44 +0000</pubDate>
		<dc:creator>Alain</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[flex4]]></category>
		<category><![CDATA[mvvm]]></category>

		<guid isPermaLink="false">http://www.hufkens.net/?p=1184</guid>
		<description><![CDATA[Last year I have been working a lot on Flex applications, and because of this I usually take my experience from Flex development and apply it to Silverlight. One example is the PureMVC framework that we use at Nascom for most RIA applications we build. The framework also has ports towards other technologies and one [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1223" title="mvvm" src="http://www.hufkens.net/wp-content/mvvm.png" alt="" width="193" height="234" />Last year I have been working a lot on Flex applications, and because of this I usually take my experience from Flex development and apply it to Silverlight. One example is the <a href="http://puremvc.org/" target="_blank">PureMVC framework</a> that we use at Nascom for most RIA applications we build. The framework also has ports towards other technologies and one of these is the C# Silverlight port. I recently checked it out but they seem to have trouble keeping up with the speed of Microsoft's Silverlight releases.</p>
<p>So let's see if I can bring some of the patterns I learned while developing Silverlight into the world of Flex. One specific pattern that I want to talk about is the <a href="http://msdn.microsoft.com/en-us/magazine/dd419663.aspx" target="_blank">Model-View-ViewModel</a> pattern. It's a specialization of the PresentationModel design pattern introduced  by Martin Fowler specific for the Windows Presentation Foundation (WPF). Yeah, but what about the MVC pattern? Doesn't that already cover all our problems? In  the MVC pattern, the model is the data, the view is the user interface,  and the controller is the programmatic interface between the view, the  model, and the user input. This pattern, however, does not seem to work well in  declarative user interfaces like Windows Presentation Foundation (WPF)  or Silverlight because the XAML that these technologies use can define  some of the interface between the input and the view (because data  binding, triggers, and states can be declared in XAML). And for the same reason it also applies to Flex, and even more to Flex4 because MXML will become more declarative in the future.</p>
<p>So what is the Model-View-ViewModel? The pattern is an adaptation of the MVC pattern in which the  view model provides a data model and behavior to the view but allows the  view to declaratively bind to the view model. The view becomes a mix of  XAML and C#, the model represents the data  available to the application, and the view model prepares the model in  order to bind it to the view.</p>
<p>Probably most Silverlight developers out there are already familiar with this pattern, but I created two small sample applications (one in Silverlight 3 and one in Flex4 beta 2) to compare both technologies and give you an idea how it works. Both applications do exactly the same thing. They load an XML file with data (Phones)  and display this data using data binding. You can change the amount so that you can see the total price changing. Yeah, this is definitely no rocket-science (doh, should have used rockets!) , but it works. The Silverlight client loads the XML file using <a href="http://msdn.microsoft.com/en-us/netframework/aa904594.aspx" target="_blank">LINQ</a>.  LINQ is pretty cool and powerful, but it still takes more code to parse  an XML file in Silverlight than it does in Flex using <a href="http://livedocs.adobe.com/flex/3/html/help.html?content=13_Working_with_XML_03.html" target="_blank">e4x</a>.</p>
<p>You can download the source files for the Silverlight 3 and Flex4 demos <a href="/src/mvvm_source.zip">here</a>.</p>
<p>Model-View-ViewModel in Silverlight 3</p>
<p><div id="silverlightControlHost"><object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="350" height="150"><param name="source" value="http://www.hufkens.net/silverlight/mvvm/ClientBin/MVVMExampleSilverlight.xap"/><param name="background" value="white" /><param name="minRuntimeVersion" value="3.0.40723.0" /><param name="autoupgrade" value="true" /><param name="enableHtmlAccess" value="true" /><a href="http://go.microsoft.com/fwlink/?LinkID=149156" style="text-decoration: none;"><img src="http://storage.timheuer.com/sl4wp-ph.png" alt="Install Microsoft Silverlight" style="border-style: none; width:400px; height:200px"/></a></object><iframe style="visibility:hidden;height:0;width:0;border:0px" id="_sl_historyFrame"></iframe></div><br /></p>
<p>Model-View-ViewModel in Flex 4 (right click to <a href="/flex/mvvm/srcview" target="_blank">view source</a>)</p>
<p><object style="width: 350px; height: 160px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="350" height="160" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="/flex/mvvm/MVVMExampleFlex.swf" /><embed style="width: 350px; height: 160px;" type="application/x-shockwave-flash" width="350" height="160" src="/flex/mvvm/MVVMExampleFlex.swf"></embed></object></p>
<p>What do you think? I find this pattern easy to use in applications that depend heavily on data binding like Silverlight and maybe also Flex. But I think I will still be using PureMVC for my next big Flex Project.</p>




	<a rel="nofollow"  target="_blank" href="mailto:?subject=Model-View-ViewModel%20in%20Silverlight%20and%20Flex&amp;body=http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fmodel-view-viewmodel-in-silverlight-and-flex%2F" title="email"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hufkens.net/feed/" title="RSS"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Model-View-ViewModel%20in%20Silverlight%20and%20Flex%20-%20http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fmodel-view-viewmodel-in-silverlight-and-flex%2F" title="Twitter"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fmodel-view-viewmodel-in-silverlight-and-flex%2F&amp;t=Model-View-ViewModel%20in%20Silverlight%20and%20Flex" title="Facebook"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fmodel-view-viewmodel-in-silverlight-and-flex%2F&amp;title=Model-View-ViewModel%20in%20Silverlight%20and%20Flex&amp;bodytext=Last%20year%20I%20have%20been%20working%20a%20lot%20on%20Flex%20applications%2C%20and%20because%20of%20this%20I%20usually%20take%20my%20experience%20from%20Flex%20development%20and%20apply%20it%20to%20Silverlight.%20One%20example%20is%20the%20PureMVC%20framework%20that%20we%20use%20at%20Nascom%20for%20most%20RIA%20applications%20we%20buil" title="Digg"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fmodel-view-viewmodel-in-silverlight-and-flex%2F&amp;title=Model-View-ViewModel%20in%20Silverlight%20and%20Flex&amp;notes=Last%20year%20I%20have%20been%20working%20a%20lot%20on%20Flex%20applications%2C%20and%20because%20of%20this%20I%20usually%20take%20my%20experience%20from%20Flex%20development%20and%20apply%20it%20to%20Silverlight.%20One%20example%20is%20the%20PureMVC%20framework%20that%20we%20use%20at%20Nascom%20for%20most%20RIA%20applications%20we%20buil" title="del.icio.us"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fmodel-view-viewmodel-in-silverlight-and-flex%2F&amp;title=Model-View-ViewModel%20in%20Silverlight%20and%20Flex" title="Reddit"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fmodel-view-viewmodel-in-silverlight-and-flex%2F&amp;title=Model-View-ViewModel%20in%20Silverlight%20and%20Flex" title="StumbleUpon"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fmodel-view-viewmodel-in-silverlight-and-flex%2F&amp;title=Model-View-ViewModel%20in%20Silverlight%20and%20Flex&amp;source=Alain+Hufkens+%7BRich+Interactive+Applications+Developer%7D&amp;summary=Last%20year%20I%20have%20been%20working%20a%20lot%20on%20Flex%20applications%2C%20and%20because%20of%20this%20I%20usually%20take%20my%20experience%20from%20Flex%20development%20and%20apply%20it%20to%20Silverlight.%20One%20example%20is%20the%20PureMVC%20framework%20that%20we%20use%20at%20Nascom%20for%20most%20RIA%20applications%20we%20buil" title="LinkedIn"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fmodel-view-viewmodel-in-silverlight-and-flex%2F&amp;title=Model-View-ViewModel%20in%20Silverlight%20and%20Flex&amp;annotation=Last%20year%20I%20have%20been%20working%20a%20lot%20on%20Flex%20applications%2C%20and%20because%20of%20this%20I%20usually%20take%20my%20experience%20from%20Flex%20development%20and%20apply%20it%20to%20Silverlight.%20One%20example%20is%20the%20PureMVC%20framework%20that%20we%20use%20at%20Nascom%20for%20most%20RIA%20applications%20we%20buil" title="Google Bookmarks"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fmodel-view-viewmodel-in-silverlight-and-flex%2F&amp;title=Model-View-ViewModel%20in%20Silverlight%20and%20Flex" title="Live"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Model-View-ViewModel%20in%20Silverlight%20and%20Flex&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fmodel-view-viewmodel-in-silverlight-and-flex%2F" title="Netvibes"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fmodel-view-viewmodel-in-silverlight-and-flex%2F" title="Technorati"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwww.hufkens.net%2F2010%2F02%2Fmodel-view-viewmodel-in-silverlight-and-flex%2F&amp;title=Model-View-ViewModel%20in%20Silverlight%20and%20Flex&amp;selection=Last%20year%20I%20have%20been%20working%20a%20lot%20on%20Flex%20applications%2C%20and%20because%20of%20this%20I%20usually%20take%20my%20experience%20from%20Flex%20development%20and%20apply%20it%20to%20Silverlight.%20One%20example%20is%20the%20PureMVC%20framework%20that%20we%20use%20at%20Nascom%20for%20most%20RIA%20applications%20we%20buil" title="Posterous"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/SlCYqriCkFYOml5ZLx3lub9CFSo/0/da"><img src="http://feedads.g.doubleclick.net/~a/SlCYqriCkFYOml5ZLx3lub9CFSo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/SlCYqriCkFYOml5ZLx3lub9CFSo/1/da"><img src="http://feedads.g.doubleclick.net/~a/SlCYqriCkFYOml5ZLx3lub9CFSo/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.hufkens.net/2010/02/model-view-viewmodel-in-silverlight-and-flex/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.hufkens.net/2010/02/model-view-viewmodel-in-silverlight-and-flex/</feedburner:origLink></item>
		<item>
		<title>Awesome iPhone app: Hipstamatic</title>
		<link>http://feedproxy.google.com/~r/hufkens/~3/sabGBpcwNkg/</link>
		<comments>http://www.hufkens.net/2010/01/awesome-iphone-app-hipstamatic/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 15:01:29 +0000</pubDate>
		<dc:creator>Alain</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[hipstamatic]]></category>

		<guid isPermaLink="false">http://www.hufkens.net/?p=1154</guid>
		<description><![CDATA[I wanted to share my experience with a must have iPhone app, Hipstamatic.
The Hipstamatic for iPhone is an application that brings back the look, feel, unpredictable beauty, and fun of plastic toy cameras from the past.
Hipstamatic was a short-run plastic camera developed in the 1980's by two art school dropouts in Wisconsin, USA. It was [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://hipstamaticapp.com/"><img class="alignright size-full wp-image-1156" title="buy_hipstamatic-in_box" src="http://www.hufkens.net/wp-content/buy_hipstamatic-in_box.png"  alt="" width="180" height="138" / rel="lightbox[roadtrip]"></a>I wanted to share my experience with a must have iPhone app, <a href="http://hipstamaticapp.com/" target="_blank">Hipstamatic</a>.</p>
<blockquote><p>The Hipstamatic for iPhone is an application that brings back the look, feel, unpredictable beauty, and fun of plastic toy cameras from the past.</p></blockquote>
<p>Hipstamatic was a short-run plastic camera developed in the 1980's by two art school dropouts in Wisconsin, USA. It was never mass produced because the makers died in a tragic accident. You can read more about this in the <a href="http://en.wikipedia.org/wiki/User:Master_donut/Hipstamatic" target="_blank">Wikipedia Article</a> and <a href="http://www.hipstamatic.com/" target="_blank">the Great Hipstamatic 100 Tribute page</a>.</p>
<p>It is definitely one of the best designed applications in the AppStore. It actually feels like you are using a real analog camera. This app also has a very good implementation of the In App Purchase. The camera comes equipped with a couple of lenses, films and one flash. But you can buy other available lenses, films and flashes to create your unique photographs. At the time of writing the app is only 1,59 €, so that's a no-brainer. Buy this app and and get amazed with the user experience and the awesome photographs.</p>
<p>I have been playing around with the application and you can find <a href="http://www.flickr.com/photos/reisverhalen/tags/hipstamatic/" target="_blank">my pictures on Flickr</a>. There is already a great community growing on Flickr. Check out all the pictures tagged with <a href="http://www.flickr.com/photos/tags/hipstamatic/" target="_blank">Hipstamatic</a>.</p>
<p>Checkout how it works in this video:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="539" height="315" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/IacLpVeOs9c&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="539" height="315" src="http://www.youtube.com/v/IacLpVeOs9c&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>




	<a rel="nofollow"  target="_blank" href="mailto:?subject=Awesome%20iPhone%20app%3A%20Hipstamatic&amp;body=http%3A%2F%2Fwww.hufkens.net%2F2010%2F01%2Fawesome-iphone-app-hipstamatic%2F" title="email"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hufkens.net/feed/" title="RSS"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Awesome%20iPhone%20app%3A%20Hipstamatic%20-%20http%3A%2F%2Fwww.hufkens.net%2F2010%2F01%2Fawesome-iphone-app-hipstamatic%2F" title="Twitter"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.hufkens.net%2F2010%2F01%2Fawesome-iphone-app-hipstamatic%2F&amp;t=Awesome%20iPhone%20app%3A%20Hipstamatic" title="Facebook"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2010%2F01%2Fawesome-iphone-app-hipstamatic%2F&amp;title=Awesome%20iPhone%20app%3A%20Hipstamatic&amp;bodytext=I%20wanted%20to%20share%20my%20experience%20with%20a%20must%20have%20iPhone%20app%2C%20Hipstamatic.%0D%0AThe%20Hipstamatic%20for%20iPhone%20is%20an%20application%20that%20brings%20back%20the%20look%2C%20feel%2C%20unpredictable%20beauty%2C%20and%20fun%20of%20plastic%20toy%20cameras%20from%20the%20past.%0D%0AHipstamatic%20was%20a%20short-run%20" title="Digg"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.hufkens.net%2F2010%2F01%2Fawesome-iphone-app-hipstamatic%2F&amp;title=Awesome%20iPhone%20app%3A%20Hipstamatic&amp;notes=I%20wanted%20to%20share%20my%20experience%20with%20a%20must%20have%20iPhone%20app%2C%20Hipstamatic.%0D%0AThe%20Hipstamatic%20for%20iPhone%20is%20an%20application%20that%20brings%20back%20the%20look%2C%20feel%2C%20unpredictable%20beauty%2C%20and%20fun%20of%20plastic%20toy%20cameras%20from%20the%20past.%0D%0AHipstamatic%20was%20a%20short-run%20" title="del.icio.us"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.hufkens.net%2F2010%2F01%2Fawesome-iphone-app-hipstamatic%2F&amp;title=Awesome%20iPhone%20app%3A%20Hipstamatic" title="Reddit"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.hufkens.net%2F2010%2F01%2Fawesome-iphone-app-hipstamatic%2F&amp;title=Awesome%20iPhone%20app%3A%20Hipstamatic" title="StumbleUpon"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2010%2F01%2Fawesome-iphone-app-hipstamatic%2F&amp;title=Awesome%20iPhone%20app%3A%20Hipstamatic&amp;source=Alain+Hufkens+%7BRich+Interactive+Applications+Developer%7D&amp;summary=I%20wanted%20to%20share%20my%20experience%20with%20a%20must%20have%20iPhone%20app%2C%20Hipstamatic.%0D%0AThe%20Hipstamatic%20for%20iPhone%20is%20an%20application%20that%20brings%20back%20the%20look%2C%20feel%2C%20unpredictable%20beauty%2C%20and%20fun%20of%20plastic%20toy%20cameras%20from%20the%20past.%0D%0AHipstamatic%20was%20a%20short-run%20" title="LinkedIn"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.hufkens.net%2F2010%2F01%2Fawesome-iphone-app-hipstamatic%2F&amp;title=Awesome%20iPhone%20app%3A%20Hipstamatic&amp;annotation=I%20wanted%20to%20share%20my%20experience%20with%20a%20must%20have%20iPhone%20app%2C%20Hipstamatic.%0D%0AThe%20Hipstamatic%20for%20iPhone%20is%20an%20application%20that%20brings%20back%20the%20look%2C%20feel%2C%20unpredictable%20beauty%2C%20and%20fun%20of%20plastic%20toy%20cameras%20from%20the%20past.%0D%0AHipstamatic%20was%20a%20short-run%20" title="Google Bookmarks"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2010%2F01%2Fawesome-iphone-app-hipstamatic%2F&amp;title=Awesome%20iPhone%20app%3A%20Hipstamatic" title="Live"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Awesome%20iPhone%20app%3A%20Hipstamatic&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2010%2F01%2Fawesome-iphone-app-hipstamatic%2F" title="Netvibes"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.hufkens.net%2F2010%2F01%2Fawesome-iphone-app-hipstamatic%2F" title="Technorati"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwww.hufkens.net%2F2010%2F01%2Fawesome-iphone-app-hipstamatic%2F&amp;title=Awesome%20iPhone%20app%3A%20Hipstamatic&amp;selection=I%20wanted%20to%20share%20my%20experience%20with%20a%20must%20have%20iPhone%20app%2C%20Hipstamatic.%0D%0AThe%20Hipstamatic%20for%20iPhone%20is%20an%20application%20that%20brings%20back%20the%20look%2C%20feel%2C%20unpredictable%20beauty%2C%20and%20fun%20of%20plastic%20toy%20cameras%20from%20the%20past.%0D%0AHipstamatic%20was%20a%20short-run%20" title="Posterous"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/lbEHtCwmBWoW10C5-8hU3QbOvEs/0/da"><img src="http://feedads.g.doubleclick.net/~a/lbEHtCwmBWoW10C5-8hU3QbOvEs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/lbEHtCwmBWoW10C5-8hU3QbOvEs/1/da"><img src="http://feedads.g.doubleclick.net/~a/lbEHtCwmBWoW10C5-8hU3QbOvEs/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.hufkens.net/2010/01/awesome-iphone-app-hipstamatic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.hufkens.net/2010/01/awesome-iphone-app-hipstamatic/</feedburner:origLink></item>
		<item>
		<title>The cyclist iPhone app: PedalBrain</title>
		<link>http://feedproxy.google.com/~r/hufkens/~3/nJsDDO7H1U4/</link>
		<comments>http://www.hufkens.net/2009/12/the-cyclist-iphone-app-pedalbrain/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 09:58:26 +0000</pubDate>
		<dc:creator>Alain</dc:creator>
				<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.hufkens.net/?p=1146</guid>
		<description><![CDATA[I haven't been riding my bike a lot lately. Mainly because it's winter now, but also because of the fact that I want to spend as much time as possible with my son. But maybe this can get me back on my bike in the spring time.
I have tried several GPS tracking devices when riding [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.hufkens.net/wp-content/PedalBrain1_V2_LR_sm.jpg"  rel="lightbox[roadtrip]"><img class="alignright size-full wp-image-1147" title="PedalBrain1_V2_LR_sm" src="http://www.hufkens.net/wp-content/PedalBrain1_V2_LR_sm-e1261906634961.jpg" alt="" width="198" height="230" /></a>I haven't been riding my bike a lot lately. Mainly because it's winter now, but also because of the fact that I want to spend as much time as possible with my son. But maybe this can get me back on my bike in the spring time.</p>
<p>I have tried several GPS tracking devices when riding my bike: <a href="http://www.garafa.com/GPSKit/Home.html" target="_blank">GPSKit</a>, <a href="http://trails.lamouroux.de" target="_blank">Trails</a>, <a href="http://www.gpsies.com/page.do?page=iPhone" target="_blank">GPSies</a> and <a href="http://runkeeper.com/" target="_blank">RunKeeper</a>. Especially the last one is a great app, but they are still initially created for runners or hikers.</p>
<p>Today however I discovered the existence of the <a href="http://en.pedalbrain.com/home" target="_blank">PedalBrain</a> iPhone app. It looks very nice, has integration with <a href="http://www.thisisant.com/" target="_blank">ANT+</a> enabled devices and I immediately fell for the <a href="http://en.pedalbrain.com/blog/2009/12/22/initial-prototypes" target="_blank">Carbon Fiber mount</a> that can be mounted on the steerer tube. An yeah, it's still a prototype but I would definitively buy it. Off course it also has a website where you can analyze your workouts. This is how they describe the product:</p>
<blockquote><p>Pedal Brain can be thought of as three integrated products. First, it's an iPod and iPhone ANT+ accessory. Second, it's a complete training log. Third, it's a coaching platform.</p></blockquote>
<p>If you want to find out more about this promising looking app check out <a href="http://en.pedalbrain.com" target="_blank">their website</a>.</p>




	<a rel="nofollow"  target="_blank" href="mailto:?subject=The%20cyclist%20iPhone%20app%3A%20PedalBrain&amp;body=http%3A%2F%2Fwww.hufkens.net%2F2009%2F12%2Fthe-cyclist-iphone-app-pedalbrain%2F" title="email"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hufkens.net/feed/" title="RSS"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=The%20cyclist%20iPhone%20app%3A%20PedalBrain%20-%20http%3A%2F%2Fwww.hufkens.net%2F2009%2F12%2Fthe-cyclist-iphone-app-pedalbrain%2F" title="Twitter"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.hufkens.net%2F2009%2F12%2Fthe-cyclist-iphone-app-pedalbrain%2F&amp;t=The%20cyclist%20iPhone%20app%3A%20PedalBrain" title="Facebook"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F12%2Fthe-cyclist-iphone-app-pedalbrain%2F&amp;title=The%20cyclist%20iPhone%20app%3A%20PedalBrain&amp;bodytext=I%20haven%27t%20been%20riding%20my%20bike%20a%20lot%20lately.%20Mainly%20because%20it%27s%20winter%20now%2C%20but%20also%20because%20of%20the%20fact%20that%20I%20want%20to%20spend%20as%20much%20time%20as%20possible%20with%20my%20son.%20But%20maybe%20this%20can%20get%20me%20back%20on%20my%20bike%20in%20the%20spring%20time.%0D%0A%0D%0AI%20have%20tried%20several%20" title="Digg"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F12%2Fthe-cyclist-iphone-app-pedalbrain%2F&amp;title=The%20cyclist%20iPhone%20app%3A%20PedalBrain&amp;notes=I%20haven%27t%20been%20riding%20my%20bike%20a%20lot%20lately.%20Mainly%20because%20it%27s%20winter%20now%2C%20but%20also%20because%20of%20the%20fact%20that%20I%20want%20to%20spend%20as%20much%20time%20as%20possible%20with%20my%20son.%20But%20maybe%20this%20can%20get%20me%20back%20on%20my%20bike%20in%20the%20spring%20time.%0D%0A%0D%0AI%20have%20tried%20several%20" title="del.icio.us"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F12%2Fthe-cyclist-iphone-app-pedalbrain%2F&amp;title=The%20cyclist%20iPhone%20app%3A%20PedalBrain" title="Reddit"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F12%2Fthe-cyclist-iphone-app-pedalbrain%2F&amp;title=The%20cyclist%20iPhone%20app%3A%20PedalBrain" title="StumbleUpon"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F12%2Fthe-cyclist-iphone-app-pedalbrain%2F&amp;title=The%20cyclist%20iPhone%20app%3A%20PedalBrain&amp;source=Alain+Hufkens+%7BRich+Interactive+Applications+Developer%7D&amp;summary=I%20haven%27t%20been%20riding%20my%20bike%20a%20lot%20lately.%20Mainly%20because%20it%27s%20winter%20now%2C%20but%20also%20because%20of%20the%20fact%20that%20I%20want%20to%20spend%20as%20much%20time%20as%20possible%20with%20my%20son.%20But%20maybe%20this%20can%20get%20me%20back%20on%20my%20bike%20in%20the%20spring%20time.%0D%0A%0D%0AI%20have%20tried%20several%20" title="LinkedIn"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.hufkens.net%2F2009%2F12%2Fthe-cyclist-iphone-app-pedalbrain%2F&amp;title=The%20cyclist%20iPhone%20app%3A%20PedalBrain&amp;annotation=I%20haven%27t%20been%20riding%20my%20bike%20a%20lot%20lately.%20Mainly%20because%20it%27s%20winter%20now%2C%20but%20also%20because%20of%20the%20fact%20that%20I%20want%20to%20spend%20as%20much%20time%20as%20possible%20with%20my%20son.%20But%20maybe%20this%20can%20get%20me%20back%20on%20my%20bike%20in%20the%20spring%20time.%0D%0A%0D%0AI%20have%20tried%20several%20" title="Google Bookmarks"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F12%2Fthe-cyclist-iphone-app-pedalbrain%2F&amp;title=The%20cyclist%20iPhone%20app%3A%20PedalBrain" title="Live"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=The%20cyclist%20iPhone%20app%3A%20PedalBrain&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F12%2Fthe-cyclist-iphone-app-pedalbrain%2F" title="Netvibes"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.hufkens.net%2F2009%2F12%2Fthe-cyclist-iphone-app-pedalbrain%2F" title="Technorati"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwww.hufkens.net%2F2009%2F12%2Fthe-cyclist-iphone-app-pedalbrain%2F&amp;title=The%20cyclist%20iPhone%20app%3A%20PedalBrain&amp;selection=I%20haven%27t%20been%20riding%20my%20bike%20a%20lot%20lately.%20Mainly%20because%20it%27s%20winter%20now%2C%20but%20also%20because%20of%20the%20fact%20that%20I%20want%20to%20spend%20as%20much%20time%20as%20possible%20with%20my%20son.%20But%20maybe%20this%20can%20get%20me%20back%20on%20my%20bike%20in%20the%20spring%20time.%0D%0A%0D%0AI%20have%20tried%20several%20" title="Posterous"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/_DmIQcVLc-6YAU2oSGGNYDm5VOo/0/da"><img src="http://feedads.g.doubleclick.net/~a/_DmIQcVLc-6YAU2oSGGNYDm5VOo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/_DmIQcVLc-6YAU2oSGGNYDm5VOo/1/da"><img src="http://feedads.g.doubleclick.net/~a/_DmIQcVLc-6YAU2oSGGNYDm5VOo/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.hufkens.net/2009/12/the-cyclist-iphone-app-pedalbrain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.hufkens.net/2009/12/the-cyclist-iphone-app-pedalbrain/</feedburner:origLink></item>
		<item>
		<title>Silverlight 4 beta announced</title>
		<link>http://feedproxy.google.com/~r/hufkens/~3/897AF7HqTDo/</link>
		<comments>http://www.hufkens.net/2009/11/silverlight-4-beta-announced/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 20:05:58 +0000</pubDate>
		<dc:creator>Alain</dc:creator>
				<category><![CDATA[silverlight]]></category>

		<guid isPermaLink="false">http://www.hufkens.net/?p=1123</guid>
		<description><![CDATA[Today at the Microsoft Professional Developer conference, Scott Guthrie announced the availability of Silverlight 4 Beta. Yes it's still a beta but the feature list is quite impressive:

Webcam and Microphone access.
Mousewheel and Right-click support.
HTML Hosting in WebBrowser (not really sure if this is good or bad, cause it brings an embedded IE into every browser)
Elevated [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1127" title="Microsoft_Silverlight_4_RIA_1252651275_0" src="http://www.hufkens.net/wp-content/Microsoft_Silverlight_4_RIA_1252651275_0.png" alt="Microsoft_Silverlight_4_RIA_1252651275_0" width="164" height="121" />Today at the <a href="http://www.microsoftpdc.com/" target="_blank">Microsoft Professional Developer</a> conference, Scott Guthrie announced the availability of Silverlight 4 Beta. Yes it's still a beta but the feature list is quite impressive:</p>
<ul>
<li>Webcam and Microphone access.</li>
<li>Mousewheel and Right-click support.</li>
<li>HTML Hosting in WebBrowser (not really sure if this is good or bad, cause it brings an embedded IE into every browser)</li>
<li>Elevated thrust, Local File access, COM interoperability, Notifications "Toast" API.</li>
<li>Network authentication, basically support for basic authentication, ...</li>
<li>Right-to-left and bi-directional text</li>
<li>Enhanced data-binding features.</li>
<li>Official Google Chrome support.</li>
<li>For more details and an extensive list of the new features check <a href="http://timheuer.com/blog/archive/2009/11/18/whats-new-in-silverlight-4-complete-guide-new-features.aspx" target="_blank">Tim Heuer's blog</a> or the <a href="http://silverlight.net/" target="_blank">Silverlight.net site</a>.</li>
</ul>
<p>Some of the features were just missing and have been available in the Flash platform for a long time, but I am impressed by the speed that those features get implemented by the Silverlight development team. They have also added a lot of offline features that moves Silverlight even more towards Adobe AIR. One advantage I see here is that, once  a user has installed the Silverlight plug-in he/she doesn't need an extra installation for running offline applications with access to the file system and elevated access.</p>
<p>I haven't seen the file size of the Silverlight 4 beta plug-in, but I am definitely curious to see how they can squeeze in all those features and still keep the download small enough.</p>
<p>If you want to try this out you will need at least the following tools:</p>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx" target="_blank">Visual Studio 2010 Beta 2</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkID=177508" target="_blank">Silverlight Tools for Visual Studio 2010</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=169446" target="_blank">Expression Blend for .NET 4 Preview</a></li>
</ul>




	<a rel="nofollow"  target="_blank" href="mailto:?subject=Silverlight%204%20beta%20announced&amp;body=http%3A%2F%2Fwww.hufkens.net%2F2009%2F11%2Fsilverlight-4-beta-announced%2F" title="email"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hufkens.net/feed/" title="RSS"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Silverlight%204%20beta%20announced%20-%20http%3A%2F%2Fwww.hufkens.net%2F2009%2F11%2Fsilverlight-4-beta-announced%2F" title="Twitter"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.hufkens.net%2F2009%2F11%2Fsilverlight-4-beta-announced%2F&amp;t=Silverlight%204%20beta%20announced" title="Facebook"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F11%2Fsilverlight-4-beta-announced%2F&amp;title=Silverlight%204%20beta%20announced&amp;bodytext=Today%20at%20the%20Microsoft%20Professional%20Developer%20conference%2C%20Scott%20Guthrie%20announced%20the%20availability%20of%20Silverlight%204%20Beta.%20Yes%20it%27s%20still%20a%20beta%20but%20the%20feature%20list%20is%20quite%20impressive%3A%0D%0A%0D%0A%09Webcam%20and%20Microphone%20access.%0D%0A%09Mousewheel%20and%20Right-click%20s" title="Digg"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F11%2Fsilverlight-4-beta-announced%2F&amp;title=Silverlight%204%20beta%20announced&amp;notes=Today%20at%20the%20Microsoft%20Professional%20Developer%20conference%2C%20Scott%20Guthrie%20announced%20the%20availability%20of%20Silverlight%204%20Beta.%20Yes%20it%27s%20still%20a%20beta%20but%20the%20feature%20list%20is%20quite%20impressive%3A%0D%0A%0D%0A%09Webcam%20and%20Microphone%20access.%0D%0A%09Mousewheel%20and%20Right-click%20s" title="del.icio.us"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F11%2Fsilverlight-4-beta-announced%2F&amp;title=Silverlight%204%20beta%20announced" title="Reddit"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F11%2Fsilverlight-4-beta-announced%2F&amp;title=Silverlight%204%20beta%20announced" title="StumbleUpon"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F11%2Fsilverlight-4-beta-announced%2F&amp;title=Silverlight%204%20beta%20announced&amp;source=Alain+Hufkens+%7BRich+Interactive+Applications+Developer%7D&amp;summary=Today%20at%20the%20Microsoft%20Professional%20Developer%20conference%2C%20Scott%20Guthrie%20announced%20the%20availability%20of%20Silverlight%204%20Beta.%20Yes%20it%27s%20still%20a%20beta%20but%20the%20feature%20list%20is%20quite%20impressive%3A%0D%0A%0D%0A%09Webcam%20and%20Microphone%20access.%0D%0A%09Mousewheel%20and%20Right-click%20s" title="LinkedIn"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.hufkens.net%2F2009%2F11%2Fsilverlight-4-beta-announced%2F&amp;title=Silverlight%204%20beta%20announced&amp;annotation=Today%20at%20the%20Microsoft%20Professional%20Developer%20conference%2C%20Scott%20Guthrie%20announced%20the%20availability%20of%20Silverlight%204%20Beta.%20Yes%20it%27s%20still%20a%20beta%20but%20the%20feature%20list%20is%20quite%20impressive%3A%0D%0A%0D%0A%09Webcam%20and%20Microphone%20access.%0D%0A%09Mousewheel%20and%20Right-click%20s" title="Google Bookmarks"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F11%2Fsilverlight-4-beta-announced%2F&amp;title=Silverlight%204%20beta%20announced" title="Live"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Silverlight%204%20beta%20announced&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F11%2Fsilverlight-4-beta-announced%2F" title="Netvibes"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.hufkens.net%2F2009%2F11%2Fsilverlight-4-beta-announced%2F" title="Technorati"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwww.hufkens.net%2F2009%2F11%2Fsilverlight-4-beta-announced%2F&amp;title=Silverlight%204%20beta%20announced&amp;selection=Today%20at%20the%20Microsoft%20Professional%20Developer%20conference%2C%20Scott%20Guthrie%20announced%20the%20availability%20of%20Silverlight%204%20Beta.%20Yes%20it%27s%20still%20a%20beta%20but%20the%20feature%20list%20is%20quite%20impressive%3A%0D%0A%0D%0A%09Webcam%20and%20Microphone%20access.%0D%0A%09Mousewheel%20and%20Right-click%20s" title="Posterous"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/o-kzW5WJhXjJWi6yjWR_KRO5In8/0/da"><img src="http://feedads.g.doubleclick.net/~a/o-kzW5WJhXjJWi6yjWR_KRO5In8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/o-kzW5WJhXjJWi6yjWR_KRO5In8/1/da"><img src="http://feedads.g.doubleclick.net/~a/o-kzW5WJhXjJWi6yjWR_KRO5In8/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.hufkens.net/2009/11/silverlight-4-beta-announced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.hufkens.net/2009/11/silverlight-4-beta-announced/</feedburner:origLink></item>
		<item>
		<title>My favourite iPhone apps</title>
		<link>http://feedproxy.google.com/~r/hufkens/~3/PCrvIpAxfok/</link>
		<comments>http://www.hufkens.net/2009/10/my-favourite-iphone-apps/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 19:53:06 +0000</pubDate>
		<dc:creator>Alain</dc:creator>
				<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.hufkens.net/?p=1087</guid>
		<description><![CDATA[It's been almost a year since I wrote my first blog post about my favourite applications on the iPhone. During that time I have installed and uninstalled lots of applications. I'd like to share again a short list of the apps I use the most.
Camera Tools: 

ToyCamera: this application changes your iPhone into a toy [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1104" title="app_store" src="http://www.hufkens.net/wp-content/app_store.jpg" alt="app_store" width="154" height="134" />It's been almost a year since I wrote my first blog post about my favourite applications on the iPhone. During that time I have installed and uninstalled lots of applications. I'd like to share again a short list of the apps I use the most.</p>
<p><strong>Camera Tools: </strong></p>
<ul>
<li><a href="http://artandmobile.com/toycamera/" target="_blank">ToyCamera</a>: this application changes your iPhone into a toy camera. The app is loaded with cool effects and after buying this app I almost never use the normal camera again. Check out some of the pictures I took with ToyCamera <a href="http://www.flickr.com/photos/reisverhalen/tags/toycamera/" target="_blank">here</a>.</li>
<li><a href="http://artandmobile.com/tiltshift/" target="_blank">TiltShift Generator</a>: this application was created by the same developer that built ToyCamera. It allows you to create miniature retro pictures. There is also a <a href="http://artandmobile.com/tiltshift/" target="_blank">free Adobe AIR application</a> available if you want to run it on the desktop.</li>
<li><a href="http://www.codegoo.com/" target="_blank">Camera Genius</a>: this app adds useful functionality like a big button, zoom, ... A good addition to the standard Camera functionality.</li>
<li><a href="http://plasq.com/comictouch" target="_blank">Comic Touch</a>: this is the iPhone version of the <a href="http://plasq.com/comiclife/" target="_blank">Comic Life</a> desktop application. With Comic Touch you can add those funny text balloons to your photo's.</li>
</ul>
<p><strong>Social Networking:</strong></p>
<ul>
<li><a href="http://www.atebits.com/tweetie-iphone/" target="_blank">Tweetie 2</a>: I have been using Tweetie since it was released on the iPhone, and Tweetie 2 is even better. I also tested Twitterific and TweetDeck, both free Twitter clients. But Tweetie is stil worth the price.</li>
<li><a href="http://mobile.yahoo.com/flickr/iphone" target="_blank">Flickr</a>: finally Flickr has come to the iPhone. Now I can upload my photo's taken with ToyCamera directly to my Flickr account. I have used some other tools before but Flickr for iPhone has a slick design and is has all the features that you would expect.</li>
</ul>
<p><strong>Tools:</strong></p>
<ul>
<li><a href="http://www.getdropbox.com/iphoneapp" target="_blank">Dropbox</a>: if you are a DropBox user then this is a must have app. You can view all documents, photo's and files that are in your DropBox account. I use DropBox to sync files between my Mac and PC and it works like perfect.</li>
<li><a href="http://analyticsapp.com/" target="_blank">Analytics</a>: with this app you can view your Google Analytics charts directly on your iPhone. It's a nice add-on for keeping up to date with your stats, but it doesn't beat the real thing.</li>
<li><a href="http://iphone.wordpress.org/" target="_blank">Wordpress</a>: useful app for Wordpress users especially for approving comments.</li>
<li><a href="http://tapbots.com/" target="_blank">Convertbot</a>: I like this app especially for the nice touch interface. But more importantly it's a useful tool for converting units, bytes, currencies, ...</li>
<li><a href="http://www.gpsies.com/page.do?page=iPhone" target="_blank">GPSies</a>: free GPS tracking tool with an <a href="http://www.gpsies.com" target="_blank">online community</a>. Useful for tracking your runs, hikes and bike trips. And it is free!</li>
</ul>
<p><strong>Games:</strong></p>
<ul>
<li><a href="http://www.firemint.com/flightcontrol/" target="_blank">Flight Control</a>: this is one of the applications that uses Touch at it's best. It is a very addictive game and I also like the general look and feel of the app. Definitely a must have game.</li>
<li><a href="http://www.ancient-workshop.com/" target="_blank">Ancient Frog</a>: very beautiful application where you need to manipulate a frog and lead it to the fly. The physics of the frog are very nice, but it is a difficult game.</li>
<li><a href="http://www.ideotoylab.com/balloonimals.html" target="_blank">Balloonimals</a>: If you have kids this app is very funny. It uses the iPhone to the max. You need to blow up the balloons, shake the phone and touch the animals until they finally blow up. Very funny indeed.</li>
</ul>
<p>That's my shortlist, I hope you like it. Also check out my previous posts about the iPhone here:</p>
<ul>
<li><a href="http://www.hufkens.net/2008/12/iphone-3g-apps-review/">iPhone 3G apps review</a></li>
<li><a href="http://www.hufkens.net/2008/11/iphone-first-impressions/">iPhone 3G first impressions</a></li>
</ul>




	<a rel="nofollow"  target="_blank" href="mailto:?subject=My%20favourite%20iPhone%20apps&amp;body=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fmy-favourite-iphone-apps%2F" title="email"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hufkens.net/feed/" title="RSS"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=My%20favourite%20iPhone%20apps%20-%20http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fmy-favourite-iphone-apps%2F" title="Twitter"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fmy-favourite-iphone-apps%2F&amp;t=My%20favourite%20iPhone%20apps" title="Facebook"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fmy-favourite-iphone-apps%2F&amp;title=My%20favourite%20iPhone%20apps&amp;bodytext=It%27s%20been%20almost%20a%20year%20since%20I%20wrote%20my%20first%20blog%20post%20about%20my%20favourite%20applications%20on%20the%20iPhone.%20During%20that%20time%20I%20have%20installed%20and%20uninstalled%20lots%20of%20applications.%20I%27d%20like%20to%20share%20again%20a%20short%20list%20of%20the%20apps%20I%20use%20the%20most.%0D%0A%0D%0ACamera" title="Digg"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fmy-favourite-iphone-apps%2F&amp;title=My%20favourite%20iPhone%20apps&amp;notes=It%27s%20been%20almost%20a%20year%20since%20I%20wrote%20my%20first%20blog%20post%20about%20my%20favourite%20applications%20on%20the%20iPhone.%20During%20that%20time%20I%20have%20installed%20and%20uninstalled%20lots%20of%20applications.%20I%27d%20like%20to%20share%20again%20a%20short%20list%20of%20the%20apps%20I%20use%20the%20most.%0D%0A%0D%0ACamera" title="del.icio.us"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fmy-favourite-iphone-apps%2F&amp;title=My%20favourite%20iPhone%20apps" title="Reddit"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fmy-favourite-iphone-apps%2F&amp;title=My%20favourite%20iPhone%20apps" title="StumbleUpon"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fmy-favourite-iphone-apps%2F&amp;title=My%20favourite%20iPhone%20apps&amp;source=Alain+Hufkens+%7BRich+Interactive+Applications+Developer%7D&amp;summary=It%27s%20been%20almost%20a%20year%20since%20I%20wrote%20my%20first%20blog%20post%20about%20my%20favourite%20applications%20on%20the%20iPhone.%20During%20that%20time%20I%20have%20installed%20and%20uninstalled%20lots%20of%20applications.%20I%27d%20like%20to%20share%20again%20a%20short%20list%20of%20the%20apps%20I%20use%20the%20most.%0D%0A%0D%0ACamera" title="LinkedIn"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fmy-favourite-iphone-apps%2F&amp;title=My%20favourite%20iPhone%20apps&amp;annotation=It%27s%20been%20almost%20a%20year%20since%20I%20wrote%20my%20first%20blog%20post%20about%20my%20favourite%20applications%20on%20the%20iPhone.%20During%20that%20time%20I%20have%20installed%20and%20uninstalled%20lots%20of%20applications.%20I%27d%20like%20to%20share%20again%20a%20short%20list%20of%20the%20apps%20I%20use%20the%20most.%0D%0A%0D%0ACamera" title="Google Bookmarks"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fmy-favourite-iphone-apps%2F&amp;title=My%20favourite%20iPhone%20apps" title="Live"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=My%20favourite%20iPhone%20apps&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fmy-favourite-iphone-apps%2F" title="Netvibes"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fmy-favourite-iphone-apps%2F" title="Technorati"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fmy-favourite-iphone-apps%2F&amp;title=My%20favourite%20iPhone%20apps&amp;selection=It%27s%20been%20almost%20a%20year%20since%20I%20wrote%20my%20first%20blog%20post%20about%20my%20favourite%20applications%20on%20the%20iPhone.%20During%20that%20time%20I%20have%20installed%20and%20uninstalled%20lots%20of%20applications.%20I%27d%20like%20to%20share%20again%20a%20short%20list%20of%20the%20apps%20I%20use%20the%20most.%0D%0A%0D%0ACamera" title="Posterous"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/0-vTo769DN2LCRegTX0GTqMgkRI/0/da"><img src="http://feedads.g.doubleclick.net/~a/0-vTo769DN2LCRegTX0GTqMgkRI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/0-vTo769DN2LCRegTX0GTqMgkRI/1/da"><img src="http://feedads.g.doubleclick.net/~a/0-vTo769DN2LCRegTX0GTqMgkRI/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.hufkens.net/2009/10/my-favourite-iphone-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.hufkens.net/2009/10/my-favourite-iphone-apps/</feedburner:origLink></item>
		<item>
		<title>Slider, a mobile version of the Flex framework</title>
		<link>http://feedproxy.google.com/~r/hufkens/~3/0wSxehOdo2Q/</link>
		<comments>http://www.hufkens.net/2009/10/slider-a-mobile-version-of-the-flex-framework/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 08:02:01 +0000</pubDate>
		<dc:creator>Alain</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[adobemax]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[slider]]></category>

		<guid isPermaLink="false">http://www.hufkens.net/?p=1071</guid>
		<description><![CDATA[Another interesting announcement was made yesterday at MAX 2009. Next to the fact that you can develop iPhone apps with Flash Pro CS5, it is not recommended to use the Flex framework for building these applications. The official statement says:
While it is possible to create iPhone content using the desktop Flex Framework, we do not [...]]]></description>
			<content:encoded><![CDATA[<p>Another interesting announcement was made yesterday at <a href="http://max.adobe.com/" target="_blank">MAX 2009</a>. Next to the fact that you can <a href="http://www.hufkens.net/2009/10/building-iphone-apps-with-flash-pro-cs5/">develop iPhone apps with Flash Pro CS5</a>, it is not recommended to use the Flex framework for building these applications. The official statement says:</p>
<blockquote><p>While it is possible to create iPhone content using the desktop Flex Framework, we do not recommend it. The Flex framework is currently optimized for execution in a desktop environment. The performance, UI, and interaction models have not been optimized for mobile devices.</p>
<p>Adobe is working on a mobile Flex Framework, which should be better suited for iPhone development.</p></blockquote>
<p>The framework is called <a href="http://labs.adobe.com/technologies/flex/mobile/faq.html" target="_blank">Slider </a>and it sounds very interesting, because if you have the standard controls and theming at you disposal for building for example an iPhone app, it's going to make your life a lot easier when building an app.</p>
<p>Some facts about Slider:</p>
<ul>
<li>Slider is a mobile-optimized version of the Flex framework that will make it easy for developers to build Flex applications that run across mobile devices.</li>
<li>It is based on the Flex 4 codebase, so it's not a step back.</li>
<li>An early mobile branch of the Flex framework is expected to be available in 2010.</li>
<li>The first version will be optimized to run on high-end smartphones, and will initially target standalone application environments such as Adobe AIR. Does this also mean the iPhone apps? Let's hope so.</li>
<li>You will be able to use Flash Builder to create Slider apps.</li>
<li>The difference with <a href="http://www.adobe.com/products/flashlite/" target="_blank">Flash Lite</a> is that Flash Lite is a smaller, lighter-weight runtime created to run on low-end phones, and Slider is a mobile version of the Flex framework designed for building applications.</li>
<li>For a complete overview of the Slider framework check out <a href="http://download.macromedia.com/pub/labs/flex/mobile/flexmobile_whitepaper.pdf" target="_blank">this whitepaper</a>.</li>
</ul>
<p>Also check out this video about Flex for Mobile Devices by Ely Greenfield and Greg Burch:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="533" height="323" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="FlashVars" value="fileID=2333&amp;context=162&amp;embeded=true&amp;environment=production" /><param name="src" value="http://images.tv.adobe.com//swf/player.swf" /><param name="flashvars" value="fileID=2333&amp;context=162&amp;embeded=true&amp;environment=production" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="533" height="323" src="http://images.tv.adobe.com//swf/player.swf" flashvars="fileID=2333&amp;context=162&amp;embeded=true&amp;environment=production" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Exciting times <img src='http://www.hufkens.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>




	<a rel="nofollow"  target="_blank" href="mailto:?subject=Slider%2C%20a%20mobile%20version%20of%20the%20Flex%20framework&amp;body=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fslider-a-mobile-version-of-the-flex-framework%2F" title="email"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hufkens.net/feed/" title="RSS"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Slider%2C%20a%20mobile%20version%20of%20the%20Flex%20framework%20-%20http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fslider-a-mobile-version-of-the-flex-framework%2F" title="Twitter"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fslider-a-mobile-version-of-the-flex-framework%2F&amp;t=Slider%2C%20a%20mobile%20version%20of%20the%20Flex%20framework" title="Facebook"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fslider-a-mobile-version-of-the-flex-framework%2F&amp;title=Slider%2C%20a%20mobile%20version%20of%20the%20Flex%20framework&amp;bodytext=Another%20interesting%20announcement%20was%20made%20yesterday%20at%20MAX%202009.%20Next%20to%20the%20fact%20that%20you%20can%20develop%20iPhone%20apps%20with%20Flash%20Pro%20CS5%2C%20it%20is%20not%20recommended%20to%20use%20the%20Flex%20framework%20for%20building%20these%20applications.%20The%20official%20statement%20says%3A%0D%0AWhil" title="Digg"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fslider-a-mobile-version-of-the-flex-framework%2F&amp;title=Slider%2C%20a%20mobile%20version%20of%20the%20Flex%20framework&amp;notes=Another%20interesting%20announcement%20was%20made%20yesterday%20at%20MAX%202009.%20Next%20to%20the%20fact%20that%20you%20can%20develop%20iPhone%20apps%20with%20Flash%20Pro%20CS5%2C%20it%20is%20not%20recommended%20to%20use%20the%20Flex%20framework%20for%20building%20these%20applications.%20The%20official%20statement%20says%3A%0D%0AWhil" title="del.icio.us"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fslider-a-mobile-version-of-the-flex-framework%2F&amp;title=Slider%2C%20a%20mobile%20version%20of%20the%20Flex%20framework" title="Reddit"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fslider-a-mobile-version-of-the-flex-framework%2F&amp;title=Slider%2C%20a%20mobile%20version%20of%20the%20Flex%20framework" title="StumbleUpon"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fslider-a-mobile-version-of-the-flex-framework%2F&amp;title=Slider%2C%20a%20mobile%20version%20of%20the%20Flex%20framework&amp;source=Alain+Hufkens+%7BRich+Interactive+Applications+Developer%7D&amp;summary=Another%20interesting%20announcement%20was%20made%20yesterday%20at%20MAX%202009.%20Next%20to%20the%20fact%20that%20you%20can%20develop%20iPhone%20apps%20with%20Flash%20Pro%20CS5%2C%20it%20is%20not%20recommended%20to%20use%20the%20Flex%20framework%20for%20building%20these%20applications.%20The%20official%20statement%20says%3A%0D%0AWhil" title="LinkedIn"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fslider-a-mobile-version-of-the-flex-framework%2F&amp;title=Slider%2C%20a%20mobile%20version%20of%20the%20Flex%20framework&amp;annotation=Another%20interesting%20announcement%20was%20made%20yesterday%20at%20MAX%202009.%20Next%20to%20the%20fact%20that%20you%20can%20develop%20iPhone%20apps%20with%20Flash%20Pro%20CS5%2C%20it%20is%20not%20recommended%20to%20use%20the%20Flex%20framework%20for%20building%20these%20applications.%20The%20official%20statement%20says%3A%0D%0AWhil" title="Google Bookmarks"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fslider-a-mobile-version-of-the-flex-framework%2F&amp;title=Slider%2C%20a%20mobile%20version%20of%20the%20Flex%20framework" title="Live"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Slider%2C%20a%20mobile%20version%20of%20the%20Flex%20framework&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fslider-a-mobile-version-of-the-flex-framework%2F" title="Netvibes"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fslider-a-mobile-version-of-the-flex-framework%2F" title="Technorati"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fslider-a-mobile-version-of-the-flex-framework%2F&amp;title=Slider%2C%20a%20mobile%20version%20of%20the%20Flex%20framework&amp;selection=Another%20interesting%20announcement%20was%20made%20yesterday%20at%20MAX%202009.%20Next%20to%20the%20fact%20that%20you%20can%20develop%20iPhone%20apps%20with%20Flash%20Pro%20CS5%2C%20it%20is%20not%20recommended%20to%20use%20the%20Flex%20framework%20for%20building%20these%20applications.%20The%20official%20statement%20says%3A%0D%0AWhil" title="Posterous"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/Mo_nibaQZn6LadLVqEcXEjerI_Q/0/da"><img src="http://feedads.g.doubleclick.net/~a/Mo_nibaQZn6LadLVqEcXEjerI_Q/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Mo_nibaQZn6LadLVqEcXEjerI_Q/1/da"><img src="http://feedads.g.doubleclick.net/~a/Mo_nibaQZn6LadLVqEcXEjerI_Q/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.hufkens.net/2009/10/slider-a-mobile-version-of-the-flex-framework/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.hufkens.net/2009/10/slider-a-mobile-version-of-the-flex-framework/</feedburner:origLink></item>
		<item>
		<title>Building iPhone apps with Flash Pro CS5</title>
		<link>http://feedproxy.google.com/~r/hufkens/~3/Cq9Blb2YPIw/</link>
		<comments>http://www.hufkens.net/2009/10/building-iphone-apps-with-flash-pro-cs5/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 19:46:36 +0000</pubDate>
		<dc:creator>Alain</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[adobemax]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.hufkens.net/?p=1056</guid>
		<description><![CDATA[Yesterday in the MAX 2009 Keynote Adobe did not announce a Flash Player for iPhone, but there was some surprising news. They made it possible to build applications for iPhone using the Flash Platform and Tools. More concrete: with Flash Professional CS5 you can export/publish your swf file to a native iPhone application.
It is definitely [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday in the <a href="http://max.adobe.com/" target="_blank">MAX 2009</a> Keynote Adobe did <strong>not</strong> announce a Flash Player for iPhone, but there was some surprising news. They made it possible to build applications for iPhone using the Flash Platform and Tools. More concrete: with Flash Professional CS5 you can export/publish your swf file to a native iPhone application.</p>
<p>It is definitely good news because for a production company, this makes it a lot easier to offer a unified solution. We can now reuse code and assets to build applications for the web and different mobile devices. Cool thing is that also AIR 2.0 features are available for the iPhone. This means you can use multi-touch, file api, sockets network and all the other existing AIR features. But you can't use PixelBender, remote SWF files. And yes no AS2 anymore, so that's a good thing.</p>
<p>I am very eager start playing with it, and after seeing this video it all looks very interesting indeed. Now let's hope that Apple doesn't close the door on this.</p>
<p>If you want to know how it works check out this recorded session from Adobe MAX 2009:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="535" height="324" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="FlashVars" value="fileID=2421&amp;context=162&amp;embeded=true&amp;environment=production" /><param name="src" value="http://images.tv.adobe.com//swf/player.swf" /><param name="flashvars" value="fileID=2421&amp;context=162&amp;embeded=true&amp;environment=production" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="535" height="324" src="http://images.tv.adobe.com//swf/player.swf" flashvars="fileID=2421&amp;context=162&amp;embeded=true&amp;environment=production" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Everything you need to know can be found on <a href="http://adobe.com/go/iphone" target="_blank">http://adobe.com/go/iphone</a></p>




	<a rel="nofollow"  target="_blank" href="mailto:?subject=Building%20iPhone%20apps%20with%20Flash%20Pro%20CS5&amp;body=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fbuilding-iphone-apps-with-flash-pro-cs5%2F" title="email"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hufkens.net/feed/" title="RSS"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Building%20iPhone%20apps%20with%20Flash%20Pro%20CS5%20-%20http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fbuilding-iphone-apps-with-flash-pro-cs5%2F" title="Twitter"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fbuilding-iphone-apps-with-flash-pro-cs5%2F&amp;t=Building%20iPhone%20apps%20with%20Flash%20Pro%20CS5" title="Facebook"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fbuilding-iphone-apps-with-flash-pro-cs5%2F&amp;title=Building%20iPhone%20apps%20with%20Flash%20Pro%20CS5&amp;bodytext=Yesterday%20in%20the%20MAX%202009%20Keynote%20Adobe%20did%20not%20announce%20a%20Flash%20Player%20for%20iPhone%2C%20but%20there%20was%20some%20surprising%20news.%20They%20made%20it%20possible%20to%20build%20applications%20for%20iPhone%20using%20the%20Flash%20Platform%20and%20Tools.%20More%20concrete%3A%20with%20Flash%20Professional%20" title="Digg"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fbuilding-iphone-apps-with-flash-pro-cs5%2F&amp;title=Building%20iPhone%20apps%20with%20Flash%20Pro%20CS5&amp;notes=Yesterday%20in%20the%20MAX%202009%20Keynote%20Adobe%20did%20not%20announce%20a%20Flash%20Player%20for%20iPhone%2C%20but%20there%20was%20some%20surprising%20news.%20They%20made%20it%20possible%20to%20build%20applications%20for%20iPhone%20using%20the%20Flash%20Platform%20and%20Tools.%20More%20concrete%3A%20with%20Flash%20Professional%20" title="del.icio.us"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fbuilding-iphone-apps-with-flash-pro-cs5%2F&amp;title=Building%20iPhone%20apps%20with%20Flash%20Pro%20CS5" title="Reddit"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fbuilding-iphone-apps-with-flash-pro-cs5%2F&amp;title=Building%20iPhone%20apps%20with%20Flash%20Pro%20CS5" title="StumbleUpon"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fbuilding-iphone-apps-with-flash-pro-cs5%2F&amp;title=Building%20iPhone%20apps%20with%20Flash%20Pro%20CS5&amp;source=Alain+Hufkens+%7BRich+Interactive+Applications+Developer%7D&amp;summary=Yesterday%20in%20the%20MAX%202009%20Keynote%20Adobe%20did%20not%20announce%20a%20Flash%20Player%20for%20iPhone%2C%20but%20there%20was%20some%20surprising%20news.%20They%20made%20it%20possible%20to%20build%20applications%20for%20iPhone%20using%20the%20Flash%20Platform%20and%20Tools.%20More%20concrete%3A%20with%20Flash%20Professional%20" title="LinkedIn"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fbuilding-iphone-apps-with-flash-pro-cs5%2F&amp;title=Building%20iPhone%20apps%20with%20Flash%20Pro%20CS5&amp;annotation=Yesterday%20in%20the%20MAX%202009%20Keynote%20Adobe%20did%20not%20announce%20a%20Flash%20Player%20for%20iPhone%2C%20but%20there%20was%20some%20surprising%20news.%20They%20made%20it%20possible%20to%20build%20applications%20for%20iPhone%20using%20the%20Flash%20Platform%20and%20Tools.%20More%20concrete%3A%20with%20Flash%20Professional%20" title="Google Bookmarks"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fbuilding-iphone-apps-with-flash-pro-cs5%2F&amp;title=Building%20iPhone%20apps%20with%20Flash%20Pro%20CS5" title="Live"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Building%20iPhone%20apps%20with%20Flash%20Pro%20CS5&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fbuilding-iphone-apps-with-flash-pro-cs5%2F" title="Netvibes"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fbuilding-iphone-apps-with-flash-pro-cs5%2F" title="Technorati"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwww.hufkens.net%2F2009%2F10%2Fbuilding-iphone-apps-with-flash-pro-cs5%2F&amp;title=Building%20iPhone%20apps%20with%20Flash%20Pro%20CS5&amp;selection=Yesterday%20in%20the%20MAX%202009%20Keynote%20Adobe%20did%20not%20announce%20a%20Flash%20Player%20for%20iPhone%2C%20but%20there%20was%20some%20surprising%20news.%20They%20made%20it%20possible%20to%20build%20applications%20for%20iPhone%20using%20the%20Flash%20Platform%20and%20Tools.%20More%20concrete%3A%20with%20Flash%20Professional%20" title="Posterous"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/sr8cy_YZRqALbNJnN_ThGCX28hM/0/da"><img src="http://feedads.g.doubleclick.net/~a/sr8cy_YZRqALbNJnN_ThGCX28hM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/sr8cy_YZRqALbNJnN_ThGCX28hM/1/da"><img src="http://feedads.g.doubleclick.net/~a/sr8cy_YZRqALbNJnN_ThGCX28hM/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.hufkens.net/2009/10/building-iphone-apps-with-flash-pro-cs5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.hufkens.net/2009/10/building-iphone-apps-with-flash-pro-cs5/</feedburner:origLink></item>
		<item>
		<title>The F*Team @ Nascom</title>
		<link>http://feedproxy.google.com/~r/hufkens/~3/8ZsKqkmsbpY/</link>
		<comments>http://www.hufkens.net/2009/09/the-f-team-nascom/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 19:07:59 +0000</pubDate>
		<dc:creator>Alain</dc:creator>
				<category><![CDATA[other]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[nascom]]></category>

		<guid isPermaLink="false">http://www.hufkens.net/?p=1015</guid>
		<description><![CDATA[After a very relaxing holiday under the Tuscan sun in la Bella Italia, I just finished my first working day at Nascom with some bug-fixing, refactoring and implementing an error handling mechanism in an AIR application. But none of this boring stuff for this post. This post is about something completely different, my colleagues that [...]]]></description>
			<content:encoded><![CDATA[<p>After a very relaxing holiday under the <a href="http://reisverhalen.blogspot.com/search/label/tuscany" target="_blank">Tuscan sun in la Bella Italia</a>, I just finished my first working day at <a href="http://www.nascom.be" target="_blank">Nascom</a> with some bug-fixing, refactoring and implementing an error handling mechanism in an AIR application. But none of this boring stuff for this post. This post is about something completely different, my colleagues that I work with every day.</p>
<p>Here's a picture of my team: from left to right David (aka. <a href="http://www.derschmale.com/" target="_blank">Der Schmale</a>), <a href="http://blog.rive.be/" target="_blank">Rien</a> (flying in the AIR), <a href="http://www.sakri.net/blog/" target="_blank">Sakri</a>, <a href="http://blog.geertbollen.be/" target="_blank">Geert</a>, Wouter (kicking some ass), Ricardo, Ilse and myself (with the <a href="http://planetgearsofwar.gamespy.com/View.php?view=Articles.Detail&amp;id=12" target="_blank">Lancer Assault Rifle</a> from my favorite game Gears of War, hell yeah). All credits go to David for creating this piece of art.</p>
<p style="text-align: center;"><a href="http://www.hufkens.net/wp-content/FlashTeamDoesntLookAtExplosions.jpg"  rel="lightbox[roadtrip]"><img class="size-full wp-image-1017 aligncenter" title="Flash Team Doesn't Look At Explosions" src="http://www.hufkens.net/wp-content/FlashTeamDoesntLookAtExplosions.jpg" alt="Flash Team Doesn't Look At Explosions" width="521" height="346" /></a></p>
<p>Before looking at the picture check out the following video. We flash/front-end developers are the ones that can create the explosions and stuff you see in those fancy sites, but remember: <a href="http://www.youtube.com/watch?v=Sqz5dbs5zmo" target="_blank">cool guys don't look at explosions.</a></p>
<p>And that's what we are <img src='http://www.hufkens.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="521" height="318" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Sqz5dbs5zmo&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="521" height="318" src="http://www.youtube.com/v/Sqz5dbs5zmo&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>




	<a rel="nofollow"  target="_blank" href="mailto:?subject=The%20F%2ATeam%20%40%20Nascom&amp;body=http%3A%2F%2Fwww.hufkens.net%2F2009%2F09%2Fthe-f-team-nascom%2F" title="email"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hufkens.net/feed/" title="RSS"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=The%20F%2ATeam%20%40%20Nascom%20-%20http%3A%2F%2Fwww.hufkens.net%2F2009%2F09%2Fthe-f-team-nascom%2F" title="Twitter"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.hufkens.net%2F2009%2F09%2Fthe-f-team-nascom%2F&amp;t=The%20F%2ATeam%20%40%20Nascom" title="Facebook"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F09%2Fthe-f-team-nascom%2F&amp;title=The%20F%2ATeam%20%40%20Nascom&amp;bodytext=After%20a%20very%20relaxing%20holiday%20under%20the%20Tuscan%20sun%20in%20la%20Bella%20Italia%2C%20I%20just%20finished%20my%20first%20working%20day%20at%20Nascom%20with%20some%20bug-fixing%2C%20refactoring%20and%20implementing%20an%20error%20handling%20mechanism%20in%20an%20AIR%20application.%20But%20none%20of%20this%20boring%20stuff%20" title="Digg"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F09%2Fthe-f-team-nascom%2F&amp;title=The%20F%2ATeam%20%40%20Nascom&amp;notes=After%20a%20very%20relaxing%20holiday%20under%20the%20Tuscan%20sun%20in%20la%20Bella%20Italia%2C%20I%20just%20finished%20my%20first%20working%20day%20at%20Nascom%20with%20some%20bug-fixing%2C%20refactoring%20and%20implementing%20an%20error%20handling%20mechanism%20in%20an%20AIR%20application.%20But%20none%20of%20this%20boring%20stuff%20" title="del.icio.us"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F09%2Fthe-f-team-nascom%2F&amp;title=The%20F%2ATeam%20%40%20Nascom" title="Reddit"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F09%2Fthe-f-team-nascom%2F&amp;title=The%20F%2ATeam%20%40%20Nascom" title="StumbleUpon"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F09%2Fthe-f-team-nascom%2F&amp;title=The%20F%2ATeam%20%40%20Nascom&amp;source=Alain+Hufkens+%7BRich+Interactive+Applications+Developer%7D&amp;summary=After%20a%20very%20relaxing%20holiday%20under%20the%20Tuscan%20sun%20in%20la%20Bella%20Italia%2C%20I%20just%20finished%20my%20first%20working%20day%20at%20Nascom%20with%20some%20bug-fixing%2C%20refactoring%20and%20implementing%20an%20error%20handling%20mechanism%20in%20an%20AIR%20application.%20But%20none%20of%20this%20boring%20stuff%20" title="LinkedIn"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.hufkens.net%2F2009%2F09%2Fthe-f-team-nascom%2F&amp;title=The%20F%2ATeam%20%40%20Nascom&amp;annotation=After%20a%20very%20relaxing%20holiday%20under%20the%20Tuscan%20sun%20in%20la%20Bella%20Italia%2C%20I%20just%20finished%20my%20first%20working%20day%20at%20Nascom%20with%20some%20bug-fixing%2C%20refactoring%20and%20implementing%20an%20error%20handling%20mechanism%20in%20an%20AIR%20application.%20But%20none%20of%20this%20boring%20stuff%20" title="Google Bookmarks"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F09%2Fthe-f-team-nascom%2F&amp;title=The%20F%2ATeam%20%40%20Nascom" title="Live"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=The%20F%2ATeam%20%40%20Nascom&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F09%2Fthe-f-team-nascom%2F" title="Netvibes"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.hufkens.net%2F2009%2F09%2Fthe-f-team-nascom%2F" title="Technorati"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwww.hufkens.net%2F2009%2F09%2Fthe-f-team-nascom%2F&amp;title=The%20F%2ATeam%20%40%20Nascom&amp;selection=After%20a%20very%20relaxing%20holiday%20under%20the%20Tuscan%20sun%20in%20la%20Bella%20Italia%2C%20I%20just%20finished%20my%20first%20working%20day%20at%20Nascom%20with%20some%20bug-fixing%2C%20refactoring%20and%20implementing%20an%20error%20handling%20mechanism%20in%20an%20AIR%20application.%20But%20none%20of%20this%20boring%20stuff%20" title="Posterous"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/oFgQawmFLtZWbt56TOZ41nDei9s/0/da"><img src="http://feedads.g.doubleclick.net/~a/oFgQawmFLtZWbt56TOZ41nDei9s/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/oFgQawmFLtZWbt56TOZ41nDei9s/1/da"><img src="http://feedads.g.doubleclick.net/~a/oFgQawmFLtZWbt56TOZ41nDei9s/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.hufkens.net/2009/09/the-f-team-nascom/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.hufkens.net/2009/09/the-f-team-nascom/</feedburner:origLink></item>
		<item>
		<title>Testing PureMVC code with FlexUnit</title>
		<link>http://feedproxy.google.com/~r/hufkens/~3/VRKeU2N7Fe4/</link>
		<comments>http://www.hufkens.net/2009/07/testing-puremvc-code-with-flexunit/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 20:05:55 +0000</pubDate>
		<dc:creator>Alain</dc:creator>
				<category><![CDATA[air]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[flexunit]]></category>
		<category><![CDATA[puremvc]]></category>
		<category><![CDATA[unittest]]></category>

		<guid isPermaLink="false">http://www.hufkens.net/?p=984</guid>
		<description><![CDATA[The PureMVC FlexUnit Testing project is already quite old (last update was June 2008), but I just discovered it because I am currently working on a big Adobe AIR project that currently does not have a User Interface yet. We use the PureMVC framework for most of our bigger applications, and because it depends on [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://code.google.com/p/puremvc-flexunit-testing/" target="_blank">PureMVC FlexUnit Testing</a> project is already quite old (last update was June 2008), but I just discovered it because I am currently working on a big Adobe AIR project that currently does not have a User Interface yet. We use the <a href="http://puremvc.org/" target="_blank">PureMVC</a> framework for most of our bigger applications, and because it depends on Notifications it's not that easy to Unit Test. Proxies don't return results synchronously, but send notifications with the result in the body.</p>
<p>Well this small library helps connecting your PureMVC implementation code to the <a href="http://opensource.adobe.com/wiki/display/flexunit/FlexUnit" target="_blank">FlexUnit</a> framework. The following example code shows the code for a Test Class for a <em>DataProxy</em> that has a method <em>getSomeData()</em>. As you can see, you need to write some code to access the facade, proxy, ... but it's all pretty straight forward.</p>
<div class="codecolorer-container actionscript default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:540px;"><div class="actionscript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">package unitTests<br />
<span style="color: #66cc66;">&#123;</span><br />
&nbsp; <span style="color: #0066CC;">import</span> net.<span style="color: #006600;">hufkens</span>.<span style="color: #006600;">example</span>.<span style="color: #006600;">ApplicationFacade</span>;<br />
&nbsp; <span style="color: #0066CC;">import</span> net.<span style="color: #006600;">hufkens</span>.<span style="color: #006600;">example</span>.<span style="color: #006600;">config</span>.<span style="color: #006600;">ApplicationNotifications</span>;<br />
&nbsp; <span style="color: #0066CC;">import</span> net.<span style="color: #006600;">hufkens</span>.<span style="color: #006600;">example</span>.<span style="color: #006600;">model</span>.<span style="color: #006600;">DataProxy</span>;<br />
<br />
&nbsp; <span style="color: #0066CC;">import</span> com.<span style="color: #006600;">andculture</span>.<span style="color: #006600;">puremvcflexunittesting</span>.<span style="color: #66cc66;">*</span>;<br />
<br />
&nbsp; <span style="color: #0066CC;">import</span> org.<span style="color: #006600;">puremvc</span>.<span style="color: #006600;">as3</span>.<span style="color: #006600;">core</span>.<span style="color: #006600;">View</span>;<br />
&nbsp; <span style="color: #0066CC;">import</span> org.<span style="color: #006600;">puremvc</span>.<span style="color: #006600;">as3</span>.<span style="color: #006600;">interfaces</span>.<span style="color: #006600;">IView</span>;<br />
<br />
&nbsp; <span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">class</span> DataProxyTest <span style="color: #0066CC;">extends</span> PureMVCTestCase<br />
&nbsp; <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #0066CC;">private</span> <span style="color: #000000; font-weight: bold;">var</span> timeout:<span style="color: #0066CC;">int</span> = <span style="color: #cc66cc;">0</span>;<br />
<br />
&nbsp; &nbsp; <span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">function</span> DataProxyTest<span style="color: #66cc66;">&#40;</span>methodName:<span style="color: #0066CC;">String</span>=<span style="color: #000000; font-weight: bold;">null</span><span style="color: #66cc66;">&#41;</span><br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #0066CC;">super</span><span style="color: #66cc66;">&#40;</span>methodName<span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><br />
<br />
&nbsp; &nbsp; protected <span style="color: #000000; font-weight: bold;">function</span> <span style="color: #0066CC;">get</span> facade<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>:ApplicationFacade<br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">return</span> ApplicationFacade.<span style="color: #006600;">getInstance</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><br />
<br />
&nbsp; &nbsp; <span style="color: #0066CC;">public</span> override <span style="color: #000000; font-weight: bold;">function</span> setUp<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span><br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; facade.<span style="color: #006600;">registerProxy</span><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">new</span> DataProxy<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><br />
<br />
&nbsp; &nbsp; protected <span style="color: #000000; font-weight: bold;">function</span> <span style="color: #0066CC;">get</span> proxy<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>:DataProxy<br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">var</span> proxy:DataProxy =<br />
&nbsp; &nbsp; &nbsp; DataProxy<span style="color: #66cc66;">&#40;</span>facade.<span style="color: #006600;">retrieveProxy</span><span style="color: #66cc66;">&#40;</span>DataProxy.<span style="color: #0066CC;">NAME</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">return</span> proxy;<br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><br />
<br />
&nbsp; &nbsp; protected <span style="color: #000000; font-weight: bold;">function</span> <span style="color: #0066CC;">get</span> view<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>:IView<br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">return</span> View.<span style="color: #006600;">getInstance</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> as IView;<br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><br />
<br />
&nbsp; &nbsp; <span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">function</span> testGetSomeData<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span><br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; registerObserver<span style="color: #66cc66;">&#40;</span>view, proxy,<br />
&nbsp; &nbsp; &nbsp; &nbsp; ApplicationNotifications.<span style="color: #006600;">GET_SOME_DATA_DONE</span>,<br />
&nbsp; &nbsp; &nbsp; &nbsp; response, timeout<span style="color: #66cc66;">&#41;</span>;<br />
<br />
&nbsp; &nbsp; &nbsp; proxy.<span style="color: #006600;">getSomeData</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><br />
<br />
&nbsp; &nbsp; <span style="color: #0066CC;">private</span> <span style="color: #000000; font-weight: bold;">function</span> response<span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">e</span>:PureMVCNotificationEvent<span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span><br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; assertTrue<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;data is not available&quot;</span>,<br />
&nbsp; &nbsp; &nbsp; <span style="color: #0066CC;">e</span>.<span style="color: #006600;">notification</span>.<span style="color: #006600;">getBody</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #0066CC;">data</span>.<span style="color: #006600;">length</span><span style="color: #66cc66;">&amp;</span>gt;0<span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><br />
&nbsp; <span style="color: #66cc66;">&#125;</span><br />
<span style="color: #66cc66;">&#125;</span></div></div>
<p>It worked great for this project. I hope it will still be supported for Flex 4 so we can use the built-in unit testing features of Flash Builder.</p>
<p>Make sure you checkout the latest version from <a href="http://code.google.com/p/puremvc-flexunit-testing/source/checkout" target="_blank">Google Code</a>, because the swc file has an issue with <em>multicore</em> namespaces. The latest version in svn works fine.</p>




	<a rel="nofollow"  target="_blank" href="mailto:?subject=Testing%20PureMVC%20code%20with%20FlexUnit&amp;body=http%3A%2F%2Fwww.hufkens.net%2F2009%2F07%2Ftesting-puremvc-code-with-flexunit%2F" title="email"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hufkens.net/feed/" title="RSS"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Testing%20PureMVC%20code%20with%20FlexUnit%20-%20http%3A%2F%2Fwww.hufkens.net%2F2009%2F07%2Ftesting-puremvc-code-with-flexunit%2F" title="Twitter"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.hufkens.net%2F2009%2F07%2Ftesting-puremvc-code-with-flexunit%2F&amp;t=Testing%20PureMVC%20code%20with%20FlexUnit" title="Facebook"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F07%2Ftesting-puremvc-code-with-flexunit%2F&amp;title=Testing%20PureMVC%20code%20with%20FlexUnit&amp;bodytext=The%20PureMVC%20FlexUnit%20Testing%20project%20is%20already%20quite%20old%20%28last%20update%20was%20June%202008%29%2C%20but%20I%20just%20discovered%20it%20because%20I%20am%20currently%20working%20on%20a%20big%20Adobe%20AIR%20project%20that%20currently%20does%20not%20have%20a%20User%20Interface%20yet.%20We%20use%20the%20PureMVC%20framework%20" title="Digg"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F07%2Ftesting-puremvc-code-with-flexunit%2F&amp;title=Testing%20PureMVC%20code%20with%20FlexUnit&amp;notes=The%20PureMVC%20FlexUnit%20Testing%20project%20is%20already%20quite%20old%20%28last%20update%20was%20June%202008%29%2C%20but%20I%20just%20discovered%20it%20because%20I%20am%20currently%20working%20on%20a%20big%20Adobe%20AIR%20project%20that%20currently%20does%20not%20have%20a%20User%20Interface%20yet.%20We%20use%20the%20PureMVC%20framework%20" title="del.icio.us"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F07%2Ftesting-puremvc-code-with-flexunit%2F&amp;title=Testing%20PureMVC%20code%20with%20FlexUnit" title="Reddit"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F07%2Ftesting-puremvc-code-with-flexunit%2F&amp;title=Testing%20PureMVC%20code%20with%20FlexUnit" title="StumbleUpon"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F07%2Ftesting-puremvc-code-with-flexunit%2F&amp;title=Testing%20PureMVC%20code%20with%20FlexUnit&amp;source=Alain+Hufkens+%7BRich+Interactive+Applications+Developer%7D&amp;summary=The%20PureMVC%20FlexUnit%20Testing%20project%20is%20already%20quite%20old%20%28last%20update%20was%20June%202008%29%2C%20but%20I%20just%20discovered%20it%20because%20I%20am%20currently%20working%20on%20a%20big%20Adobe%20AIR%20project%20that%20currently%20does%20not%20have%20a%20User%20Interface%20yet.%20We%20use%20the%20PureMVC%20framework%20" title="LinkedIn"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.hufkens.net%2F2009%2F07%2Ftesting-puremvc-code-with-flexunit%2F&amp;title=Testing%20PureMVC%20code%20with%20FlexUnit&amp;annotation=The%20PureMVC%20FlexUnit%20Testing%20project%20is%20already%20quite%20old%20%28last%20update%20was%20June%202008%29%2C%20but%20I%20just%20discovered%20it%20because%20I%20am%20currently%20working%20on%20a%20big%20Adobe%20AIR%20project%20that%20currently%20does%20not%20have%20a%20User%20Interface%20yet.%20We%20use%20the%20PureMVC%20framework%20" title="Google Bookmarks"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F07%2Ftesting-puremvc-code-with-flexunit%2F&amp;title=Testing%20PureMVC%20code%20with%20FlexUnit" title="Live"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Testing%20PureMVC%20code%20with%20FlexUnit&amp;url=http%3A%2F%2Fwww.hufkens.net%2F2009%2F07%2Ftesting-puremvc-code-with-flexunit%2F" title="Netvibes"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.hufkens.net%2F2009%2F07%2Ftesting-puremvc-code-with-flexunit%2F" title="Technorati"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwww.hufkens.net%2F2009%2F07%2Ftesting-puremvc-code-with-flexunit%2F&amp;title=Testing%20PureMVC%20code%20with%20FlexUnit&amp;selection=The%20PureMVC%20FlexUnit%20Testing%20project%20is%20already%20quite%20old%20%28last%20update%20was%20June%202008%29%2C%20but%20I%20just%20discovered%20it%20because%20I%20am%20currently%20working%20on%20a%20big%20Adobe%20AIR%20project%20that%20currently%20does%20not%20have%20a%20User%20Interface%20yet.%20We%20use%20the%20PureMVC%20framework%20" title="Posterous"><img src="http://www.hufkens.net/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/PaqjMnuo2yNaX6uCq3iwCdmj3kY/0/da"><img src="http://feedads.g.doubleclick.net/~a/PaqjMnuo2yNaX6uCq3iwCdmj3kY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/PaqjMnuo2yNaX6uCq3iwCdmj3kY/1/da"><img src="http://feedads.g.doubleclick.net/~a/PaqjMnuo2yNaX6uCq3iwCdmj3kY/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.hufkens.net/2009/07/testing-puremvc-code-with-flexunit/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://www.hufkens.net/2009/07/testing-puremvc-code-with-flexunit/</feedburner:origLink></item>
	</channel>
</rss>
