<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nathan 5.x RIA Journey &#187; RIA</title>
	<atom:link href="http://sabaritheflexian.com/category/ria/feed/" rel="self" type="application/rss+xml" />
	<link>http://sabaritheflexian.com</link>
	<description>My Journey in the RIA World</description>
	<lastBuildDate>Thu, 03 Mar 2011 04:39:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Network Monitoring in Flash Builder 4 &#8211; makes me cool ;)</title>
		<link>http://sabaritheflexian.com/2011/03/02/network-monitoring-in-flash-builder-4-makes-me-cool/</link>
		<comments>http://sabaritheflexian.com/2011/03/02/network-monitoring-in-flash-builder-4-makes-me-cool/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 04:39:17 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash -platform]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[Flash Builder 4]]></category>
		<category><![CDATA[Hex-Raw-Tree Views]]></category>
		<category><![CDATA[nathan5.x]]></category>
		<category><![CDATA[Network Monitoring]]></category>
		<category><![CDATA[sabaritheflexian.com]]></category>

		<guid isPermaLink="false">http://sabaritheflexian.com/?p=146</guid>
		<description><![CDATA[
			
				
			
		
After a very long time, I’m writing a techie post with some laziness.   So here you go  ..   
I hope some of you might aware about the latest Flex IDE – Flash Builder 4. It has lots of interesting features to increase the productivity. Through this post I want to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fsabaritheflexian.com%2F2011%2F03%2F02%2Fnetwork-monitoring-in-flash-builder-4-makes-me-cool%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fsabaritheflexian.com%2F2011%2F03%2F02%2Fnetwork-monitoring-in-flash-builder-4-makes-me-cool%2F&amp;source=riahunter&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><span style="font-family: Calibri;">After a very long time, I’m writing a techie post with some laziness. <img src='http://sabaritheflexian.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  So here you go  .. <img src='http://sabaritheflexian.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  </span></p>
<p><span style="font-family: Calibri;">I hope some of you might aware about the latest Flex IDE – Flash Builder 4. It has lots of interesting features to increase the productivity. Through this post I want to share my cool experience on one of its excellent feature -Network Monitoring. </span></p>
<p><span style="font-family: Calibri;">Below is the screen shot of Network Monitor panel in Flash Builder 4. </span></p>
<p><a href="http://sabaritheflexian.com/wp-content/uploads/2011/03/NetworkMonitor_FB4_v1.jpg"><img class="aligncenter size-full wp-image-148" title="NetworkMonitor in FB4" src="http://sabaritheflexian.com/wp-content/uploads/2011/03/NetworkMonitor_FB4_v1.jpg" alt="" width="550" height="144" /></a></p>
<p><span style="font-family: Calibri;">In Flex Builder 3, usually we use Server Side Logs / Console to see the current Remote Methods and Services which are running actively. And we use S.O.Println() method to trace the activities. But if you’re working only at the client side and wants to see the Client’s Request and Server’s Response especially the AMF ( Action Message Format) transactions – to the server side. Then at that time Network Monitor feature of FB4 will help you. </span></p>
<p><span style="font-family: Calibri;">As the screenshot shows, you can easily keep track the current operation’s name and service which invokes that particular operation (method), the time taken for the particular service operation and AMF request and response. Everything from Client to Server side is on the screen <img src='http://sabaritheflexian.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> , which will help a lot in tracing the Server side’s input and output. The interesting thing is you can export this report into an XML file and you can refer later. The screen shot below shows the sample XML file, </span></p>
<p><a href="http://sabaritheflexian.com/wp-content/uploads/2011/03/NetMon_XML_Sample.jpg"><img class="aligncenter size-full wp-image-147" title="Network Monitoring XML Sample" src="http://sabaritheflexian.com/wp-content/uploads/2011/03/NetMon_XML_Sample.jpg" alt="" width="550" height="516" /></a></p>
<p><span style="font-family: Calibri;">Through this XML file you can refer most of the details of AMF request. This feature also helps to monitor HTTP and Web Service Requests and Responses. </span></p>
<p><span style="font-family: Calibri;">Another interesting feature that you could grab from this panel is the Various Views of the Channel Data. The screenshot below shows the three (Tree, Raw and Hex) views of the data of the particular Remote request.</span></p>
<p><a href="http://sabaritheflexian.com/wp-content/uploads/2011/03/NetMon_Views1.jpg"><img class="aligncenter size-full wp-image-145" title="Different Views" src="http://sabaritheflexian.com/wp-content/uploads/2011/03/NetMon_Views1.jpg" alt="" width="376" height="700" /></a></p>
<p><span style="font-family: Calibri;">As you see, the Tree View will give you a complete understanding of the class and its values like we see in the Console panel. Raw and Hex view is a more generic one. Raw view gives you the AMF format data. Hex View displays the hex equivalent of the transferable data. </span></p>
<p><span style="font-family: Calibri;">Through this you can also monitor HTTP, SOAP, XML and JSON  data . Hmm.. much needed one .. <img src='http://sabaritheflexian.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
</span></p>
<p><span style="font-family: Calibri;">This is really a cool feature for most of us during the development stage. I recommend you to use this one. It gives you a lot.  <img src='http://sabaritheflexian.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
</span></p>
<p><span style="font-family: Calibri;"><span style="font-family: Calibri;">Go and try this <img src='http://sabaritheflexian.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </span><span style="font-family: Calibri;"> you will identify how handy it is ! ! !</span></span></p>
<ul class="socialwrap size32 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fsabaritheflexian.com%2F2011%2F03%2F02%2Fnetwork-monitoring-in-flash-builder-4-makes-me-cool%2F&#038;t=Network+Monitoring+in+Flash+Builder+4+%26%238211%3B+makes+me+cool+%3B%29" title="Share this post - Network Monitoring in Flash Builder 4 &#8211; makes me cool ;)"><span class="head">http://www.facebook.com/people/Ria-Hunter/100000208307455</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fsabaritheflexian.com%2F2011%2F03%2F02%2Fnetwork-monitoring-in-flash-builder-4-makes-me-cool%2F" title="Tweet this post - Network Monitoring in Flash Builder 4 &#8211; makes me cool ;)"><span class="head">http://twitter.com/riahunter</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="rss" href="http://sabaritheflexian.com/2011/03/02/network-monitoring-in-flash-builder-4-makes-me-cool/feed" title="Track this post - Network Monitoring in Flash Builder 4 &#8211; makes me cool ;) via RSS"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://sabaritheflexian.com/2011/03/02/network-monitoring-in-flash-builder-4-makes-me-cool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My first foot-print in Augmented Reality (FLAR Toolkit experiment)</title>
		<link>http://sabaritheflexian.com/2010/09/28/my-first-foot-print-in-augmented-reality-flar-toolkit-experiment/</link>
		<comments>http://sabaritheflexian.com/2010/09/28/my-first-foot-print-in-augmented-reality-flar-toolkit-experiment/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 06:52:04 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[3D Animation]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[AR]]></category>
		<category><![CDATA[Augmented Reality]]></category>
		<category><![CDATA[FLAR]]></category>
		<category><![CDATA[Flash -platform]]></category>
		<category><![CDATA[Interaction Design]]></category>

		<guid isPermaLink="false">http://sabaritheflexian.com/?p=138</guid>
		<description><![CDATA[
			
				
			
		
As discussed in my earlier post Augmented Reality from Adobe Flash Platform, I’ve successfully created my first Augmented Reality application with Carousel Effect using Flash 3D framework.
Here is an image of AR application,

If you closely observe the image, you can see the Carousel effect with my image playing on top of the paper( the illusion, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fsabaritheflexian.com%2F2010%2F09%2F28%2Fmy-first-foot-print-in-augmented-reality-flar-toolkit-experiment%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fsabaritheflexian.com%2F2010%2F09%2F28%2Fmy-first-foot-print-in-augmented-reality-flar-toolkit-experiment%2F&amp;source=riahunter&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>As discussed in my earlier post <a title="AR from Adobe Flash Platform" href="http://sabaritheflexian.com/2010/06/27/amazing-technology-%e2%80%98augmented-reality%e2%80%99-from-adobe-flash-platform/" target="_blank">Augmented Reality from Adobe Flash Platform</a>, I’ve successfully created my first Augmented Reality application with Carousel Effect using Flash 3D framework.</p>
<p>Here is an image of AR application,</p>
<p><img class="aligncenter size-full wp-image-139" title="AR Carousel Effect" src="http://sabaritheflexian.com/wp-content/uploads/2010/09/ar_carousel_test.jpg" alt="" width="491" height="312" /></p>
<p>If you closely observe the image, you can see the <a href="http://en.wikipedia.org/wiki/Carousel" target="_blank">Carousel effect </a>with my image playing on top of the paper( the illusion, you can see this in a Web Camera).</p>
<p>The Application will read <a href="http://sabaritheflexian.com/wp-content/uploads/2010/09/n5x_ar_pattern.pdf" target="_blank">the pattern in a paper</a> and draw the Carousel Effect in the target. If you see at the left hand side of Carousel, there is a Red Color arrow button which is used to operate the Carousel.. If you click that Red Color arrow Button it will rotate the images in Clock Wise…</p>
<p>Little confused… ???? …  ah ah…  <img src='http://sabaritheflexian.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   Application  details and work flow in my next post … Stay tuned for more cool info…  <img src='http://sabaritheflexian.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<ul class="socialwrap size32 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fsabaritheflexian.com%2F2010%2F09%2F28%2Fmy-first-foot-print-in-augmented-reality-flar-toolkit-experiment%2F&#038;t=My+first+foot-print+in+Augmented+Reality+%28FLAR+Toolkit+experiment%29" title="Share this post - My first foot-print in Augmented Reality (FLAR Toolkit experiment)"><span class="head">http://www.facebook.com/people/Ria-Hunter/100000208307455</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fsabaritheflexian.com%2F2010%2F09%2F28%2Fmy-first-foot-print-in-augmented-reality-flar-toolkit-experiment%2F" title="Tweet this post - My first foot-print in Augmented Reality (FLAR Toolkit experiment)"><span class="head">http://twitter.com/riahunter</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="rss" href="http://sabaritheflexian.com/2010/09/28/my-first-foot-print-in-augmented-reality-flar-toolkit-experiment/feed" title="Track this post - My first foot-print in Augmented Reality (FLAR Toolkit experiment) via RSS"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://sabaritheflexian.com/2010/09/28/my-first-foot-print-in-augmented-reality-flar-toolkit-experiment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazing Technology &#8211; ‘Augmented Reality’ from Adobe Flash Platform</title>
		<link>http://sabaritheflexian.com/2010/06/27/amazing-technology-%e2%80%98augmented-reality%e2%80%99-from-adobe-flash-platform/</link>
		<comments>http://sabaritheflexian.com/2010/06/27/amazing-technology-%e2%80%98augmented-reality%e2%80%99-from-adobe-flash-platform/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 18:27:15 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[3D Animation]]></category>
		<category><![CDATA[AR]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Augmented Reality]]></category>
		<category><![CDATA[FLAR]]></category>
		<category><![CDATA[nathan5.x]]></category>
		<category><![CDATA[sabaritheflexian.com]]></category>
		<category><![CDATA[Saqoosha]]></category>

		<guid isPermaLink="false">http://sabaritheflexian.com/?p=119</guid>
		<description><![CDATA[
			
				
			
		
“Augmented reality (AR) is a field of computer research which deals with the combination of real-world and computer-generated data (virtual reality), where computer graphics objects are blended into real footage in real time.” — Wikipedia
In other words, “Augmented reality (AR) is a field of computer science that involves combining the physical world and an interactive, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fsabaritheflexian.com%2F2010%2F06%2F27%2Famazing-technology-%25e2%2580%2598augmented-reality%25e2%2580%2599-from-adobe-flash-platform%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fsabaritheflexian.com%2F2010%2F06%2F27%2Famazing-technology-%25e2%2580%2598augmented-reality%25e2%2580%2599-from-adobe-flash-platform%2F&amp;source=riahunter&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>“Augmented reality (AR) is a field of computer research which deals with the combination of real-world and computer-generated data (virtual reality), where computer graphics objects are blended into real footage in real time.” —<a href="http://en.wikipedia.org/wiki/Augmented_reality" target="_blank"> Wikipedia</a></p>
<p>In other words, “Augmented reality (AR) is a field of computer science that involves combining the physical world and an interactive, three-dimensional virtual world.”</p>
<p>My simple and tiny observation of AR, “Using a web camera, the Adobe Flash player, and open-source tools, it is possible to generate animated 3D objects in real-time. This Flash Augmented Reality utilizes the Papervision3D project and the FLAR Toolkit.” These are two tools for generating 3D objects that are free. Hope this will help you to identify the play behind Flash AR.</p>
<p>What is FLARToolKit?</p>
<p>FLash Augmented Reality Toolkit. It is a Flash Actionscript port of ARToolKit, a software library for building Augmented Reality applications. The FLARToolKit will bring all of this to your webbrowser when you have a webcam and a latest Flash Player.</p>
<p>This is one of the most exciting and great Flash Stuffs I’ve ever seen  as of now. <a href="http://saqoosha.net/" target="_blank">Saqoosha, a Japanese Flash developer</a> has developed this FLARToolkit with plenty of cool features. You will need a the Flash Player 9, a webcam and you’ll need to print out this marker. This is Flash!  My Favourite Flash’s best one . <img src='http://sabaritheflexian.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>Augmented Reality @Adobe MAX 2009,</strong></p>
<p><img class="aligncenter size-full wp-image-120" title="AR Adobe Max" src="http://sabaritheflexian.com/wp-content/uploads/2010/06/aradobe_max.jpg" alt="" width="490" height="374" /></p>
<p style="text-align: center;"><em>This is the sample widget of Adobe MAX 2009 AR Show.</em></p>
<p><strong>SmartGrid Augmented Reality by GE </strong></p>
<p><img class="aligncenter size-full wp-image-121" title="AR GE Ecomagination" src="http://sabaritheflexian.com/wp-content/uploads/2010/06/arge_ecomagination.jpg" alt="" width="378" height="299" /></p>
<p>General Electric corporation showcased Augmented Reality in a recent marketing campaign for its Smart Grid, renewable energy program. http://ge.ecomagination.com/smartgrid/#/augmented_reality</p>
<p>Best Sources which I’ve found for you to get the complete idea of Augmented Reality in FlashPlatform,</p>
<p><a href="http://www.adobe.com/devnet/flash/articles/augmented_reality.html" target="_blank">Step by Step procedure to create AR using Flash CS4 Professional</a> by  Samuel Ashe (Flash Designer/Develoepr)</p>
<p><a href="http://www.libspark.org/wiki/saqoosha/FLARToolKit/en" target="_blank">FLARToolkit Details</a> | <a href="http://saqoosha.net/en/flartoolkit/start-up-guide/" target="_blank">Start-up guide from Saqoosha</a> (original developer)</p>
<p><a href="http://saqoosha.net/lab/FLARToolKit/FLARToolKit-starter-kit.zip" target="_blank">Download the sample and Source of FLARToolkit</a></p>
<p><a href="http://www.mikkoh.com/blog/2008/12/05/flartoolkitflash-augmented-realitygetting-started/" target="_blank">Some interesting Getting  started article</a> (Superb tutorial to implement AR in real-time)</p>
<p><a href="http://2009.max.adobe.com/MAXar/" target="_blank">Augmented Reality @ MAX 2009 </a>- Perfect demonstration of AR</p>
<p>Real time play by FLARToolkit</p>
<p><a href="http://www.businessinsider.com/will-corny-3-d-animations-sell-more-baseball-cards-2009-3" target="_blank">Grid Card </a> |<a href="http://ge.ecomagination.com/smartgrid/#/augmented_reality" target="_blank"> SmartGrid</a></p>
<p>Videos :<a href="http://www.youtube.com/watch?v=vB4F8z5miTY" target="_blank"> Interactive 3D Boating </a>| <a href="http://www.viddler.com/explore/engadget/videos/319/103.774/" target="_blank">Topps 3D</a> (good meat for eyes <img src='http://sabaritheflexian.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
<p>Do share your thoughts on this real-time Technology.</p>
<ul class="socialwrap size32 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fsabaritheflexian.com%2F2010%2F06%2F27%2Famazing-technology-%25e2%2580%2598augmented-reality%25e2%2580%2599-from-adobe-flash-platform%2F&#038;t=Amazing+Technology+%26%238211%3B+%E2%80%98Augmented+Reality%E2%80%99+from+Adobe+Flash+Platform" title="Share this post - Amazing Technology &#8211; ‘Augmented Reality’ from Adobe Flash Platform"><span class="head">http://www.facebook.com/people/Ria-Hunter/100000208307455</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fsabaritheflexian.com%2F2010%2F06%2F27%2Famazing-technology-%25e2%2580%2598augmented-reality%25e2%2580%2599-from-adobe-flash-platform%2F" title="Tweet this post - Amazing Technology &#8211; ‘Augmented Reality’ from Adobe Flash Platform"><span class="head">http://twitter.com/riahunter</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="rss" href="http://sabaritheflexian.com/2010/06/27/amazing-technology-%e2%80%98augmented-reality%e2%80%99-from-adobe-flash-platform/feed" title="Track this post - Amazing Technology &#8211; ‘Augmented Reality’ from Adobe Flash Platform via RSS"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://sabaritheflexian.com/2010/06/27/amazing-technology-%e2%80%98augmented-reality%e2%80%99-from-adobe-flash-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MapQuest &#8211; Map ActionScript API for Flash and Flex</title>
		<link>http://sabaritheflexian.com/2010/03/09/mapquest-map-actionscript-api-for-flash-and-flex/</link>
		<comments>http://sabaritheflexian.com/2010/03/09/mapquest-map-actionscript-api-for-flash-and-flex/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 06:04:30 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[API's]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Custom-maps]]></category>
		<category><![CDATA[Flash-Flex-Map API]]></category>
		<category><![CDATA[mapquest]]></category>
		<category><![CDATA[Maps-API]]></category>
		<category><![CDATA[nathan5.x]]></category>

		<guid isPermaLink="false">http://sabaritheflexian.com/?p=81</guid>
		<description><![CDATA[
			
				
			
		
Hi Flex Bees, we got an interesting API for customizing Maps in our Map based application. This will give more and cool features to our apps.
“MapQuest is committed to providing the best mapping experience in the Flex environment and are continuing to innovate our AS3 and Flex toolkits.  MapQuest provides not only mapping, but industry-leading [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fsabaritheflexian.com%2F2010%2F03%2F09%2Fmapquest-map-actionscript-api-for-flash-and-flex%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fsabaritheflexian.com%2F2010%2F03%2F09%2Fmapquest-map-actionscript-api-for-flash-and-flex%2F&amp;source=riahunter&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Hi Flex Bees, we got an interesting API for customizing Maps in our Map based application. This will give more and cool features to our apps.</p>
<p>“<strong>MapQuest</strong> is committed to providing the best mapping experience in the Flex environment and are continuing to innovate our AS3 and Flex toolkits.  MapQuest provides not only mapping, but industry-leading geocoding, routing and spatial search capabilities, all within easy-to-use Flex components that allow for drag and drop creation of your mapping interface.”</p>
<p><a href="http://sabaritheflexian.com/wp-content/uploads/2010/03/mapquest.jpg"><img class="aligncenter size-full wp-image-82" title="Map Quest" src="http://sabaritheflexian.com/wp-content/uploads/2010/03/mapquest.jpg" alt="" width="578" height="238" /></a>Sample screenshot from TourDeFlex</p>
<p><a href="http://sabaritheflexian.com/wp-content/uploads/2010/03/mapquest_sample.jpg"><img class="aligncenter size-full wp-image-83" title="Mapquest_sample @ TourDeFlex" src="http://sabaritheflexian.com/wp-content/uploads/2010/03/mapquest_sample.jpg" alt="" width="400" height="307" /></a></p>
<p>Interesting news is we’ve this API for .NET / JAVA / JavaScript as well. Please checkout the resource page for more details.</p>
<p>Useful Resources,</p>
<p><strong><a href="http://developer.mapquest.com/">Developer Documentation</a></strong></p>
<p><a href="http://developer.mapquest.com/web/products/as3-flex-flash"><strong>AS3 Flex  &#8211; Samples and Tutorials</strong> </a></p>
<p>The MapQuest Platform is available to everyone for free (Free Edition).  The Enterprise Edition includes everything available for free, plus account management, live support, service level commitments and  enhanced data offerings.  If you wish to try the full power of the Enterprise Edition before buying, A Developer License is also freely available and can be accessed here.</p>
<p>Premium Data Sets are also available with MapQuest Platform Enterprise Edition, for both display and search.  Datasets in North America include business listings, neighborhoods, parcels, zip codes, counties, demographics, school districts and school points.  See more at<a href="http://platform.mapquest.com/"> http://platform.mapquest.com.</a></p>
<p>Hope this will be useful . <img src='http://sabaritheflexian.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<ul class="socialwrap size32 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fsabaritheflexian.com%2F2010%2F03%2F09%2Fmapquest-map-actionscript-api-for-flash-and-flex%2F&#038;t=MapQuest+%26%238211%3B+Map+ActionScript+API+for+Flash+and+Flex" title="Share this post - MapQuest &#8211; Map ActionScript API for Flash and Flex"><span class="head">http://www.facebook.com/people/Ria-Hunter/100000208307455</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fsabaritheflexian.com%2F2010%2F03%2F09%2Fmapquest-map-actionscript-api-for-flash-and-flex%2F" title="Tweet this post - MapQuest &#8211; Map ActionScript API for Flash and Flex"><span class="head">http://twitter.com/riahunter</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="rss" href="http://sabaritheflexian.com/2010/03/09/mapquest-map-actionscript-api-for-flash-and-flex/feed" title="Track this post - MapQuest &#8211; Map ActionScript API for Flash and Flex via RSS"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://sabaritheflexian.com/2010/03/09/mapquest-map-actionscript-api-for-flash-and-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great showz @ Adobe Online Creative Festivals</title>
		<link>http://sabaritheflexian.com/2010/03/04/great-showz-adobe-online-creative-festivals/</link>
		<comments>http://sabaritheflexian.com/2010/03/04/great-showz-adobe-online-creative-festivals/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 12:07:10 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Action Script]]></category>
		<category><![CDATA[AS]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flexgeek]]></category>
		<category><![CDATA[harish]]></category>
		<category><![CDATA[nathan5.x]]></category>
		<category><![CDATA[Online-Festival]]></category>
		<category><![CDATA[sabaritheflexian.com]]></category>
		<category><![CDATA[Vyshak]]></category>

		<guid isPermaLink="false">http://sabaritheflexian.com/?p=67</guid>
		<description><![CDATA[
			
				
			
		
Once again Adobe has shown and opened it’s awesome products demonstration with cool tips and tricks among the regions like India, South East Asia, China, Japan, and …  some…  
This Festivals held on Feb 23, 2010 in Online through Adobe Acrobat Connect with huge number of Audience across the regions.  There were two Seminar [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fsabaritheflexian.com%2F2010%2F03%2F04%2Fgreat-showz-adobe-online-creative-festivals%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fsabaritheflexian.com%2F2010%2F03%2F04%2Fgreat-showz-adobe-online-creative-festivals%2F&amp;source=riahunter&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Once again Adobe has shown and opened it’s awesome products demonstration with cool tips and tricks among the regions like India, South East Asia, China, Japan, and …  some… <img src='http://sabaritheflexian.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This Festivals held on Feb 23, 2010 in Online through Adobe Acrobat Connect with huge number of Audience across the regions.  There were two Seminar rooms, a Chat Room, a Gallery and a Adobe Store had created to make the festival in a great and much interactive way.</p>
<ul>
<li><strong>Room I</strong> for Photoshop and other related suites (Design Premium Suites).</li>
<li><strong>Room II</strong> for Flash,  Web2.0, Flex, Action Script and Photography.</li>
</ul>
<p>Since it was the parallel tracks, I have attended only the Seminar Room II sessions.</p>
<ul>
<li><strong>A Chat Room</strong> to chat with Adobe Experts for instant doubts and queries from the sessions.</li>
<li><strong>Gallery</strong> &#8211; You can upload your own creativity stuffs created with the help of Adobe Products. It can be an Audio, Image or SWF. Great way to promote yourself..</li>
<li><strong>Adobe Store</strong> &#8211; good opportunity to become a Ambassador of Adobe India.  I simply subscribed since I’m a great fan of Adobe. <img src='http://sabaritheflexian.com/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' />   If god wishes, I will become a Ambassador of Adobe India, not an easy task but have to work hard.. Let&#8217;s see..</li>
</ul>
<p>This is the<strong> Adobe Online Screen on Creative Festival<br />
</strong></p>
<div id="attachment_68" class="wp-caption aligncenter" style="width: 580px"><strong><strong><a href="http://sabaritheflexian.com/wp-content/uploads/2010/03/adobeonlinesession3_home_screen.jpg"><img class="size-full wp-image-68" title="adobeonlinesession3_home_screen" src="http://sabaritheflexian.com/wp-content/uploads/2010/03/adobeonlinesession3_home_screen.jpg" alt="" width="570" height="325" /></a></strong></strong><p class="wp-caption-text">Home Screen</p></div>
<p><span style="text-decoration: underline;">Sessions @ Seminar Room II</span><strong> </strong></p>
<p><strong><a href="http://vyshakv.com/blog">Vyshak Venugopal</a> sessions<br />
</strong></p>
<div id="attachment_69" class="wp-caption aligncenter" style="width: 580px"><strong><strong><a href="http://sabaritheflexian.com/wp-content/uploads/2010/03/adobeonlinesession1.jpg"><img class="size-full wp-image-69" title="adobeonlinesession1" src="http://sabaritheflexian.com/wp-content/uploads/2010/03/adobeonlinesession1.jpg" alt="" width="570" height="253" /></a></strong></strong><p class="wp-caption-text">AS2.0 and As3.0</p></div>
<p><strong> </strong></p>
<div id="attachment_70" class="wp-caption aligncenter" style="width: 580px"><a href="http://sabaritheflexian.com/wp-content/uploads/2010/03/adobeonlinesession2.jpg"><img class="size-full wp-image-70" title="adobeonlinesession2" src="http://sabaritheflexian.com/wp-content/uploads/2010/03/adobeonlinesession2.jpg" alt="" width="570" height="285" /></a><p class="wp-caption-text">Web 2.0 Session</p></div>
<p>These two above sessions are my favourite one <img src='http://sabaritheflexian.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   .. So I simply taken screen-shots. Oh ! oh !..Other sessions were also great .. But I’ve already had some experience with other session demos, so I didn’t concentrate much on that.<br />
1. Flash CS4 essential Tips and Tricks</p>
<p>2. Fireworks CS4 and Dreamweaver CS4 for Web2.0</p>
<p>3. AS2.0 and AS3.0 comparison coverage</p>
<p>He spoke a lot about Dreamweaver CS4 , Fireworks CS4 and Flash CS4 for creating Web 2.o apps. I had a great time by knowing some cool tips and tricks from these two sessions.  He also shared some clear and confined details on Action Script 2.0 (AS2.0) and Action Script 3.0(As3.0), some doubts were cleared from my popping mind .. If you would have attend these sessions, definitely you would have been enjoyed on these products ..</p>
<p><strong><a href="http://blog.flexgeek.in/">Harish Sivaramakrishnan</a> session </strong></p>
<p>I. Flash Catalyst</p>
<p>Oh! Oh! <img src='http://sabaritheflexian.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   .. Coming to Harish’s session, I had attended many sessions of Flash Catalyst by him.. All are pretty unique and clear demos.. Keen to <a href="http://blog.flexgeek.in/">watch his space</a> for the upcoming secrets from Adobe. He said we may expect a full version of Flash Catalyst and Flash Builder in this year. <img src='http://sabaritheflexian.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  How great ! ! ! Can&#8217;t wait Adobe..</p>
<p><strong>Bhende session </strong>(I forgot the full name <img src='http://sabaritheflexian.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   )</p>
<p>I. Tools for Photography</p>
<p>This is the cool and nice session for Photographer, if you would have attend this session, you would definitely try to become a Photographer .. not joking guys..  He has shown some cool tips/tricks and work flow of Photoshop, LightRoom and Bridge CS4.  LighRoom is the much needed product for Photographers.</p>
<p>I knew you&#8217;re gonna start using Adobe Suites.  See you with another awesome suite experience..</p>
<ul class="socialwrap size32 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fsabaritheflexian.com%2F2010%2F03%2F04%2Fgreat-showz-adobe-online-creative-festivals%2F&#038;t=Great+showz+%40+Adobe+Online+Creative+Festivals" title="Share this post - Great showz @ Adobe Online Creative Festivals"><span class="head">http://www.facebook.com/people/Ria-Hunter/100000208307455</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fsabaritheflexian.com%2F2010%2F03%2F04%2Fgreat-showz-adobe-online-creative-festivals%2F" title="Tweet this post - Great showz @ Adobe Online Creative Festivals"><span class="head">http://twitter.com/riahunter</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="rss" href="http://sabaritheflexian.com/2010/03/04/great-showz-adobe-online-creative-festivals/feed" title="Track this post - Great showz @ Adobe Online Creative Festivals via RSS"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://sabaritheflexian.com/2010/03/04/great-showz-adobe-online-creative-festivals/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AS3DModLib &#8211; Effects Library for Flash / Flex</title>
		<link>http://sabaritheflexian.com/2009/12/22/as3dmodlib-effects-library-for-flash-flex/</link>
		<comments>http://sabaritheflexian.com/2009/12/22/as3dmodlib-effects-library-for-flash-flex/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 07:19:59 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[3D Animation]]></category>
		<category><![CDATA[3dlib]]></category>
		<category><![CDATA[3dlibrary]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[nathan5.x]]></category>
		<category><![CDATA[perlin]]></category>

		<guid isPermaLink="false">http://sabaritheflexian.com/?p=62</guid>
		<description><![CDATA[
			
				
			
		
We have an interesting 3D effects library for playing 3D animations in Flash and Flex.  This library has four interesting effects namely Perlin, Bend, Twist and Noise. Here is the snapshot of different effects.

Source: UV Blog
Read the complete details with demo &#124; Download Samples 

http://www.facebook.com/people/Ria-Hunter/100000208307455
http://twitter.com/riahunter
Subscribe to the comments on this post


]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fsabaritheflexian.com%2F2009%2F12%2F22%2Fas3dmodlib-effects-library-for-flash-flex%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fsabaritheflexian.com%2F2009%2F12%2F22%2Fas3dmodlib-effects-library-for-flash-flex%2F&amp;source=riahunter&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>We have an interesting 3D effects library for playing 3D animations in Flash and Flex.  This library has four interesting effects namely Perlin, Bend, Twist and Noise. Here is the snapshot of different effects.</p>
<p><a href="http://sabaritheflexian.com/wp-content/uploads/2009/12/as3dmodlib_effects.jpg"><img class="aligncenter size-medium wp-image-63" title="AS3DModLib Effects" src="http://sabaritheflexian.com/wp-content/uploads/2009/12/as3dmodlib_effects-300x152.jpg" alt="AS3DModLib Effects" width="300" height="152" /></a></p>
<p><em>Source: UV Blog</em></p>
<p><strong><a href="http://ultravisual.co.uk/blog/2009/12/10/messing-about-with-the-as3dmod-library/">Read the complete details with demo</a></strong> | <strong><a href="http://www.ultravisual.co.uk/sourceFiles/AS3DModTest_src.zip">Download Samples </a></strong></p>
<ul class="socialwrap size32 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fsabaritheflexian.com%2F2009%2F12%2F22%2Fas3dmodlib-effects-library-for-flash-flex%2F&#038;t=AS3DModLib+%26%238211%3B+Effects+Library+for+Flash+%2F+Flex" title="Share this post - AS3DModLib &#8211; Effects Library for Flash / Flex"><span class="head">http://www.facebook.com/people/Ria-Hunter/100000208307455</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fsabaritheflexian.com%2F2009%2F12%2F22%2Fas3dmodlib-effects-library-for-flash-flex%2F" title="Tweet this post - AS3DModLib &#8211; Effects Library for Flash / Flex"><span class="head">http://twitter.com/riahunter</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="rss" href="http://sabaritheflexian.com/2009/12/22/as3dmodlib-effects-library-for-flash-flex/feed" title="Track this post - AS3DModLib &#8211; Effects Library for Flash / Flex via RSS"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://sabaritheflexian.com/2009/12/22/as3dmodlib-effects-library-for-flash-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe DEV Summit &#8211; Back with the Passion- This time @ Chennai &amp; Hyd, India</title>
		<link>http://sabaritheflexian.com/2009/11/13/adobe-dev-summit-back-with-the-passion-this-time-chennai-hyd-india/</link>
		<comments>http://sabaritheflexian.com/2009/11/13/adobe-dev-summit-back-with-the-passion-this-time-chennai-hyd-india/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 09:25:50 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Chennai]]></category>
		<category><![CDATA[Dev 2009]]></category>
		<category><![CDATA[DEV Summit]]></category>
		<category><![CDATA[Flash -platform]]></category>
		<category><![CDATA[nathan5.x]]></category>

		<guid isPermaLink="false">http://sabaritheflexian.com/?p=46</guid>
		<description><![CDATA[
			
				
			
		
Hope you guys already had an experience with Adobe DEV Summit &#8211; Bangalore
 



DevSummit Chennai &#38; Hyderabad , India


 
But this time in Chennai with the powerful passion of cool tracks.

Check out : Adobe DEV Summit &#8211; Chennai and Hyderabad. 
Watch out this space for upcoming events and Summit Experience.
Meet you there.  


http://www.facebook.com/people/Ria-Hunter/100000208307455
http://twitter.com/riahunter
Subscribe to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fsabaritheflexian.com%2F2009%2F11%2F13%2Fadobe-dev-summit-back-with-the-passion-this-time-chennai-hyd-india%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fsabaritheflexian.com%2F2009%2F11%2F13%2Fadobe-dev-summit-back-with-the-passion-this-time-chennai-hyd-india%2F&amp;source=riahunter&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: center;">Hope you guys already had an experience with <strong><a class="aligncenter" title="Adobe DEV Summit @ Bangalore" href="http://sabaritheflexian.com/adobe-dev-summit-2009-bangalore-experience/" target="_blank">Adobe DEV Summit &#8211; Bangalore</a></strong></p>
<p style="text-align: center;"><strong> </strong></p>
<div class="mceTemp mceIEcenter" style="text-align: center;">
<dl id="attachment_47" class="wp-caption aligncenter" style="width: 585px;">
<dt class="wp-caption-dt"><strong><strong><img class="size-full wp-image-47" title="Devsummit_Nov_09" src="http://sabaritheflexian.com/wp-content/uploads/2009/11/Devsummit_Nov_09.jpg" alt="DevSummit Chennai &amp; Hyderabad , India" width="575" height="266" /></strong></strong></dt>
<dd class="wp-caption-dd"><strong>DevSummit Chennai &amp; Hyderabad , India</strong></dd>
</dl>
</div>
<p style="text-align: center;"><strong> </strong></p>
<p style="text-align: center;">But this time in Chennai with the powerful passion of cool tracks.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-48" title="Badge_chennai" src="http://sabaritheflexian.com/wp-content/uploads/2009/11/Badge_chennai.jpg" alt="Badge_chennai" width="300" height="390" /></p>
<p style="text-align: center;"><strong>Check out : <a href="http://endtoend.in/apps/forms/adobe/DevSummitNovDec09/home.html">Adobe DEV Summit &#8211; Chennai and Hyderabad. </a></strong></p>
<p style="text-align: center;">Watch out this space for upcoming events and Summit Experience.</p>
<p style="text-align: center;">Meet you there. <img src='http://sabaritheflexian.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
</p>
<ul class="socialwrap size32 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fsabaritheflexian.com%2F2009%2F11%2F13%2Fadobe-dev-summit-back-with-the-passion-this-time-chennai-hyd-india%2F&#038;t=Adobe+DEV+Summit+%26%238211%3B+Back+with+the+Passion-+This+time+%40+Chennai+%26%23038%3B+Hyd%2C+India" title="Share this post - Adobe DEV Summit &#8211; Back with the Passion- This time @ Chennai &#038; Hyd, India"><span class="head">http://www.facebook.com/people/Ria-Hunter/100000208307455</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fsabaritheflexian.com%2F2009%2F11%2F13%2Fadobe-dev-summit-back-with-the-passion-this-time-chennai-hyd-india%2F" title="Tweet this post - Adobe DEV Summit &#8211; Back with the Passion- This time @ Chennai &#038; Hyd, India"><span class="head">http://twitter.com/riahunter</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="rss" href="http://sabaritheflexian.com/2009/11/13/adobe-dev-summit-back-with-the-passion-this-time-chennai-hyd-india/feed" title="Track this post - Adobe DEV Summit &#8211; Back with the Passion- This time @ Chennai &#038; Hyd, India via RSS"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://sabaritheflexian.com/2009/11/13/adobe-dev-summit-back-with-the-passion-this-time-chennai-hyd-india/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlexMonkey &#8211; Flex UI Testing tool</title>
		<link>http://sabaritheflexian.com/2009/09/15/flexmonkey-flex-ui-testing-tool/</link>
		<comments>http://sabaritheflexian.com/2009/09/15/flexmonkey-flex-ui-testing-tool/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 08:24:42 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[flexmonkey]]></category>
		<category><![CDATA[gorilla]]></category>
		<category><![CDATA[logic]]></category>
		<category><![CDATA[nathan5.x]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[testing-tool]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://sabaritheflexian.com/?p=24</guid>
		<description><![CDATA[
			
				
			
		
We&#8217;ve got an interesting tool for testing Flex UI parts&#8230;. FlexMonkey developed by Gorilla Logic.. FlexMonkey is an Adobe AIR application used for testing Flex- and AIR-based applications.  Providing the functionality to record, playback and verify Flex UI interactions, FlexMonkey also generates ActionScript-based testing scripts that you can easily include within a continuous integration [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fsabaritheflexian.com%2F2009%2F09%2F15%2Fflexmonkey-flex-ui-testing-tool%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fsabaritheflexian.com%2F2009%2F09%2F15%2Fflexmonkey-flex-ui-testing-tool%2F&amp;source=riahunter&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: justify;">We&#8217;ve got an interesting tool for testing Flex UI parts&#8230;.<strong> FlexMonkey </strong>developed by<strong> Gorilla Logic</strong>.. FlexMonkey is an Adobe AIR application used for testing Flex- and AIR-based applications.  Providing the functionality to record, playback and verify Flex UI interactions, FlexMonkey also generates ActionScript-based testing scripts that you can easily include within a continuous integration environment.</p>
<p style="text-align: justify;">Snap shots from FlexMonkey tool,</p>
<div id="attachment_17" class="wp-caption aligncenter" style="width: 510px"><img class="size-medium wp-image-17" title="snap1" src="http://sabaritheflexian.com/wp-content/uploads/2009/09/snap1-300x138.png" alt="Snapshot" width="500" height="182" /><p class="wp-caption-text">Snapshot1</p></div>
<div id="attachment_18" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-18" title="snap12" src="http://sabaritheflexian.com/wp-content/uploads/2009/09/snap12.jpg" alt="Snappshot23" width="600" height="285" /><p class="wp-caption-text">Snappshot2</p></div>
<p align="justify">Some of its features are,</p>
<p align="justify">* Records and plays back Flex UI interactions<br />
* UI Interactions can be edited and replayed<br />
* Generates FlexUnit TestCases, and can also be used with non-FlexUnit-based testing frameworks<br />
* Works with Flex and AIR apps<br />
* Apps can be tested running standalone or in a browser<br />
* Tests can be run from build systems such as Ant<br />
* Handles all Flex UI events<br />
* Uses Flex Automation API to provide native control over your flex app. Requires no javascript or browser plug-ins to use.<br />
* Unit tests are written entirely in ActionScript. No other programming or special purpose scripting languages are needed to develop comprehensive UI test suites.<br />
* Non-invasive. Requires no modifications to your application source.</p>
<p align="justify">I&#8217;m also new to this.. Have to play soon&#8230;  Let see how it works.. I will try to post my experience on this tool very soon&#8230;</p>
<p align="justify">Resources and sources :</p>
<p align="justify"><strong><a href="http://www.gorillalogic.com/stuff.flexmonkey.html">Gorilla Logic</a></strong> |<a href="http://code.google.com/p/flexmonkey/"> <strong>Google Code Project &#8211; Flex Monke</strong>y</a> |  <strong><a href="http://www.adobe.com/devnet/flex/articles/flexmonkey.html">Interesting Article of FlexMonkey </a>| <a href="http://www.gorillalogic.com/stuff.flexmonkey.download.html">Download Page</a></strong></p>
</p>
<ul class="socialwrap size32 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fsabaritheflexian.com%2F2009%2F09%2F15%2Fflexmonkey-flex-ui-testing-tool%2F&#038;t=FlexMonkey+%26%238211%3B+Flex+UI+Testing+tool" title="Share this post - FlexMonkey &#8211; Flex UI Testing tool"><span class="head">http://www.facebook.com/people/Ria-Hunter/100000208307455</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fsabaritheflexian.com%2F2009%2F09%2F15%2Fflexmonkey-flex-ui-testing-tool%2F" title="Tweet this post - FlexMonkey &#8211; Flex UI Testing tool"><span class="head">http://twitter.com/riahunter</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="rss" href="http://sabaritheflexian.com/2009/09/15/flexmonkey-flex-ui-testing-tool/feed" title="Track this post - FlexMonkey &#8211; Flex UI Testing tool via RSS"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://sabaritheflexian.com/2009/09/15/flexmonkey-flex-ui-testing-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

