<?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>RS Dhariwal&#187; Tools</title>
	<atom:link href="http://www.rsdhariwal.com/category/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rsdhariwal.com</link>
	<description></description>
	<lastBuildDate>Mon, 14 Sep 2009 11:09:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Snackr a RSS ticker flex AIR application tool</title>
		<link>http://www.rsdhariwal.com/2009/09/14/snackr-a-rss-ticker-flex-air-application-tool/</link>
		<comments>http://www.rsdhariwal.com/2009/09/14/snackr-a-rss-ticker-flex-air-application-tool/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 07:31:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[flex examples]]></category>
		<category><![CDATA[AIR Tool]]></category>

		<guid isPermaLink="false">http://www.rsdhariwal.com/?p=84</guid>
		<description><![CDATA[I got a new Flex AIR application tool. There are some very useful desktop applications that in time I find out. One of them in my opinion is Snackr, an AIR app built using Adobe Flex 3 and Adobe AIR 1.0.
]]></description>
			<content:encoded><![CDATA[<p>I got a new Flex AIR application tool. There are some very useful desktop applications that in time I find out. One of them in my opinion is Snackr, an AIR app built using Adobe Flex 3 and Adobe AIR 1.0.</p>
<p>Snackr is a RSS ticker which pulls random items from your favorite feeds and scrolls them across your computer desktop. It keeps you up to date in a very simple way.</p>
<p>Snackr does run on the Linux AIR alpha that Adobe just released, but it doesn&#8217;t look right (animations are glitchy, transparency doesn&#8217;t work). It should be functional, though. You&#8217;ll need to download the runtime manually for now. Click here to <a href="http://snackr.net/" target="_blank" rel="nofollow">download</a> it </p>
<p>To get more about it please check out the following Video.</p>
<p><object width="460" height="280"><param name="movie" value="http://www.youtube.com/v/aWOyiv9Bin0&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/aWOyiv9Bin0&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="460" height="280"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rsdhariwal.com/2009/09/14/snackr-a-rss-ticker-flex-air-application-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlexPMD code quality tool for adobe flex/AS3</title>
		<link>http://www.rsdhariwal.com/2009/09/04/flexpmd-code-quality-tool-for-adobe-flexas3/</link>
		<comments>http://www.rsdhariwal.com/2009/09/04/flexpmd-code-quality-tool-for-adobe-flexas3/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 06:55:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe Flex 3]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[FlexPMD]]></category>
		<category><![CDATA[Testing Tool]]></category>

		<guid isPermaLink="false">http://www.rsdhariwal.com/?p=81</guid>
		<description><![CDATA[FlexPMD tool helps us to improve code quality by auditing AS3/Flex source directory and detecting common bad practices code]]></description>
			<content:encoded><![CDATA[<p>FlexPMD tool helps us to improve code quality by auditing AS3/Flex source directory and detecting common bad practices code. like:</p>
<ul>
<li>Unused code (functions, variables, constants, etc.)</li>
<li>Inefficient code (misuse of dynamic filters, heavy constructors, etc.)</li>
<li>Over-complex code (nested loops, too many conditionals, etc.)</li>
<li>Over-long code (classes, methods, etc.)</li>
<li>Incorrect use of the Flex component lifecycle (commitProperties, etc.)</li>
</ul>
<p>A report is generated by it which describing the violations of a given rule set.</p>
<p>Eclipse plugin are not available yet. FlexPMD can currently be invoked from:</p>
<ul>
<li>The command line</li>
<li><a href="http://maven.apache.org/" rel="nofollow" target="_blank">Maven</a></li>
<li><a href="http://ant.apache.org/" rel="nofollow" target="_blank">Ant</a></li>
</ul>
<p>Adobe recently released (August 2009) the Flex implementation of <a target="_blank" rel="nofollow" href="http://pmd.sourceforge.net/">PMD</a> tool which extensively used at J2EE shops for code quality management.</p>
<p>You can get more information about it from here:</p>
<ul>
<li><a target="_blank" rel="nofollow" href="http://opensource.adobe.com/wiki/display/flexpmd/FlexPMD">Adobe open source site</a></li>
<li><a target="_blank" rel="nofollow" href="http://opensource.adobe.com/wiki/display/flexpmd/About">About Flex PMD</a></li>
<li><a target="_blank" rel="nofollow" href="http://opensource.adobe.com/wiki/display/flexpmd/Downloads">Download FlexPMD</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.rsdhariwal.com/2009/09/04/flexpmd-code-quality-tool-for-adobe-flexas3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex mockup tool and Generate Flex code from mockups</title>
		<link>http://www.rsdhariwal.com/2009/08/14/flex-mockups-tool-and-generate-flex-code-from-mockups/</link>
		<comments>http://www.rsdhariwal.com/2009/08/14/flex-mockups-tool-and-generate-flex-code-from-mockups/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 06:29:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe Flex 3]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Mocukups]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[wireframes]]></category>

		<guid isPermaLink="false">http://www.rsdhariwal.com/2009/08/14/create-mockups-and-generate-flex-code-from-mockups/</guid>
		<description><![CDATA[In this post I sharing a very useful information for All developers. but it is most information information for flex developer. Mocukups AKA Prototype or wireframes is the most important part in the development process of an application or website especially when developing Rich Internet Application]]></description>
			<content:encoded><![CDATA[<p>In this post I sharing a very useful information for All developers. but it is most information information for flex developer. Mocukups AKA Prototype or wireframes is the most important part in the development process of an application or website especially when developing Rich Internet Application. It gives a clear idea to the client/custore about how the site will function after complition of development process. It clears the states and transitions that needs to be used in an application. There are many tools avaialable to make mockups, In my post I am intorducing <a href="http://www.balsamiq.com/products/mockups" rel="nofollow" target="_blank">Balsamiq Mockups</a>.</p>
<p>Balsamiq Mockup is a greate mockup tool. It is used to create mockups and wireframes to demonstrate the UI of an application. It is available in the web version as well as it also available in desktop version(built on AIR).</p>
<p>The main features of this tool is that  it will easily convert your mockups to the a human readable format called <a href="http://www.balsamiq.com/products/mockups/help/bmml" rel="nofollow" target="_blank">BMML</a>. If you can write some script you can convert the BMML format to your actual code. Now, the <a href="http://www.themidnightcoders.com/" rel="nofollow" target="_blank">MidnightCoders</a> along with Balsamiq enables you to convert Balsamiq mockups directly into your Flex apps.. <strong>This feature is really awesome…</strong></p>
<p>This is not enough&#8230; there are few more things.. you can use this tool and create a mockups after that you can export that mockups when your mockup ready. You can downlaod exported file in zip file and the exported zip file contains MXML as well as Actionscript files along with server code implemented in PHP, VB.NET, C#, and Java. In the generated mockups the client-side code will have the same component as you have used in the mockups wheras the server-side code will have all datas from the controls in the mockup to the corresponding controls in the Flex application.</p>
<p>You can get more information about the generate flex code from mockups also you can take a look and Play around with Balsamiq mockups and find out more about it  and MidnightCoders.</p>
<p>If you have any query and dobuts then feel free to disucss it with me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rsdhariwal.com/2009/08/14/flex-mockups-tool-and-generate-flex-code-from-mockups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
