<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>RICH - RIA</title>
	<atom:link href="http://sagaint.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sagaint.wordpress.com</link>
	<description>RIA Blog</description>
	<lastBuildDate>Tue, 31 Mar 2009 09:03:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sagaint.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>RICH - RIA</title>
		<link>http://sagaint.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sagaint.wordpress.com/osd.xml" title="RICH - RIA" />
	<atom:link rel='hub' href='http://sagaint.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Drag and drop files in AIR add them to data grid.</title>
		<link>http://sagaint.wordpress.com/2009/03/31/drag-and-drop-files-in-air-add-them-to-data-grid/</link>
		<comments>http://sagaint.wordpress.com/2009/03/31/drag-and-drop-files-in-air-add-them-to-data-grid/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 09:03:50 +0000</pubDate>
		<dc:creator>sagaint</dc:creator>
				<category><![CDATA[RIA/ FLEX/ AS]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Drag drop]]></category>

		<guid isPermaLink="false">http://sagarkulkarni.com/?p=134</guid>
		<description><![CDATA[Yeah , I know its very simple..,but a friend asked me to do it for him.. so as well putting it here too&#8230; (I am too lazy to specially write examples for blog ) Not much to explain in code.. very simple use of native methods of DragManager in AIR  and Datagrid here it is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sagaint.wordpress.com&amp;blog=595264&amp;post=134&amp;subd=sagaint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sagaint.wordpress.com/2009/03/31/drag-and-drop-files-in-air-add-them-to-data-grid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c974ce9283c23b00779f1da80e9019bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Sagar</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting weborb to work with rails 2.2 (const_missing&#8217;: uninitialized constant Rails::Plugin::Dependencies)</title>
		<link>http://sagaint.wordpress.com/2009/03/02/getting-weborb-to-work-with-rails-22-const_missing-uninitia-lized-constant-railsplugindependencies/</link>
		<comments>http://sagaint.wordpress.com/2009/03/02/getting-weborb-to-work-with-rails-22-const_missing-uninitia-lized-constant-railsplugindependencies/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 17:34:14 +0000</pubDate>
		<dc:creator>sagaint</dc:creator>
				<category><![CDATA[RIA/ FLEX/ AS]]></category>

		<guid isPermaLink="false">http://sagarkulkarni.com/?p=129</guid>
		<description><![CDATA[I am a Flex developer&#8230; but trying to get my hands dirty with rails.. my friend Mayur did a awesome job at integrating.. rails with flex using weborb , and she used .. danny paterson&#8217;s remoting component for connecting to backend.. she is actively usign that into her projects since year and half . looking [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sagaint.wordpress.com&amp;blog=595264&amp;post=129&amp;subd=sagaint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sagaint.wordpress.com/2009/03/02/getting-weborb-to-work-with-rails-22-const_missing-uninitia-lized-constant-railsplugindependencies/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c974ce9283c23b00779f1da80e9019bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Sagar</media:title>
		</media:content>
	</item>
		<item>
		<title>Multiple sets of visual children have been specified for this componen</title>
		<link>http://sagaint.wordpress.com/2009/02/28/multiple-sets-of-visual-children-have-been-specified-for-this-componen/</link>
		<comments>http://sagaint.wordpress.com/2009/02/28/multiple-sets-of-visual-children-have-been-specified-for-this-componen/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 07:11:52 +0000</pubDate>
		<dc:creator>sagaint</dc:creator>
				<category><![CDATA[RIA/ FLEX/ AS]]></category>

		<guid isPermaLink="false">http://sagarkulkarni.com/?p=124</guid>
		<description><![CDATA[This is the error that we get when we try to inherit our mxml component.. ie trying to templatise it.. so what does templatising mxml component  mean ? it means following compx : &#60;mx:canvas&#62; &#60;/mx:canvas&#62; and defination of anyother component say &#8216;compy&#8217; is, &#60;compy&#62; &#60;mx:HBox/&#62; &#60;/compy&#62; and in main application we have created instance of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sagaint.wordpress.com&amp;blog=595264&amp;post=124&amp;subd=sagaint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sagaint.wordpress.com/2009/02/28/multiple-sets-of-visual-children-have-been-specified-for-this-componen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c974ce9283c23b00779f1da80e9019bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Sagar</media:title>
		</media:content>
	</item>
		<item>
		<title>Dreaming about Flash 10 and Mobile</title>
		<link>http://sagaint.wordpress.com/2009/02/17/dreaming-about-flash-10-and-mobile/</link>
		<comments>http://sagaint.wordpress.com/2009/02/17/dreaming-about-flash-10-and-mobile/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 12:04:16 +0000</pubDate>
		<dc:creator>sagaint</dc:creator>
				<category><![CDATA[Action Script]]></category>
		<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA/ FLEX/ AS]]></category>

		<guid isPermaLink="false">http://sagarkulkarni.com/?p=121</guid>
		<description><![CDATA[&#60;!&#8211; @page { size: 8.5in 11in; margin: 0.79in } P { margin-bottom: 0.08in } &#8211;&#62; I could not stop my self to write this post, GSMA Mobile World Congress going on reminds me for Flash player 10 and mobile. By 2010 player will available and now it just Feb 2009. In 2008 Nov&#8217;s Adobe Max [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sagaint.wordpress.com&amp;blog=595264&amp;post=121&amp;subd=sagaint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sagaint.wordpress.com/2009/02/17/dreaming-about-flash-10-and-mobile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c974ce9283c23b00779f1da80e9019bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Sagar</media:title>
		</media:content>
	</item>
		<item>
		<title>Ptraco &#8211; Air App Beta Version</title>
		<link>http://sagaint.wordpress.com/2007/09/19/ptraco-air-app-beta-version/</link>
		<comments>http://sagaint.wordpress.com/2007/09/19/ptraco-air-app-beta-version/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 09:45:18 +0000</pubDate>
		<dc:creator>sagaint</dc:creator>
				<category><![CDATA[Action Script]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://sagarkulkarni.com/2007/09/19/ptraco-air-app-beta-version/</guid>
		<description><![CDATA[After long halt we have decided to launch Ptraco as it is. (With few working functionality).We were actually stuck up with few things as usual, like functional scope, deadline as well the most important investment. As this is beta version most of the features are disabled and under development. Currently after installing Ptraco, you can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sagaint.wordpress.com&amp;blog=595264&amp;post=112&amp;subd=sagaint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sagaint.wordpress.com/2007/09/19/ptraco-air-app-beta-version/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c974ce9283c23b00779f1da80e9019bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Sagar</media:title>
		</media:content>

		<media:content url="http://sourceforge.net/dbimage.php?id=135126" medium="image">
			<media:title type="html">Navigation style</media:title>
		</media:content>

		<media:content url="http://sourceforge.net/dbimage.php?id=135124" medium="image">
			<media:title type="html">Main User form inputs</media:title>
		</media:content>

		<media:content url="http://sourceforge.net/dbimage.php?id=135122" medium="image">
			<media:title type="html">Main Screen after user log in</media:title>
		</media:content>
	</item>
		<item>
		<title>Cool small new AIR notes/ post-it application</title>
		<link>http://sagaint.wordpress.com/2007/07/30/cool-samll-new-air-notes-post-it-application/</link>
		<comments>http://sagaint.wordpress.com/2007/07/30/cool-samll-new-air-notes-post-it-application/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 13:51:18 +0000</pubDate>
		<dc:creator>sagaint</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sagarkulkarni.com/2007/07/30/cool-samll-new-air-notes-post-it-application/</guid>
		<description><![CDATA[Just installed the small new desktop digital notes application, I mean AIR application. I really liked the features, small but yet powerful. You can just edit the notes or on single click can add the new notes, no heavy install process or memory usage. You can try ,download here Oh&#8230; Forgot to mention, the application [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sagaint.wordpress.com&amp;blog=595264&amp;post=107&amp;subd=sagaint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sagaint.wordpress.com/2007/07/30/cool-samll-new-air-notes-post-it-application/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c974ce9283c23b00779f1da80e9019bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Sagar</media:title>
		</media:content>

		<media:content url="http://sagaint.files.wordpress.com/2007/07/noteapp.png" medium="image">
			<media:title type="html">Notesapp</media:title>
		</media:content>
	</item>
		<item>
		<title>First AIR application, way to build</title>
		<link>http://sagaint.wordpress.com/2007/07/23/first-air-application-way-to-build/</link>
		<comments>http://sagaint.wordpress.com/2007/07/23/first-air-application-way-to-build/#comments</comments>
		<pubDate>Mon, 23 Jul 2007 13:18:31 +0000</pubDate>
		<dc:creator>sagaint</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA/ FLEX/ AS]]></category>

		<guid isPermaLink="false">http://sagarkulkarni.com/2007/07/23/first-air-application-way-to-build/</guid>
		<description><![CDATA[Posting screen for first AIR application. Application is all about the project tracking, of course not like MPP or any other, its small scale project tracking for the companies having the multiple location and wants application should be web based as well desktop for the off line purpose. Thanks to Adobe and AIR team for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sagaint.wordpress.com&amp;blog=595264&amp;post=105&amp;subd=sagaint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sagaint.wordpress.com/2007/07/23/first-air-application-way-to-build/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c974ce9283c23b00779f1da80e9019bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Sagar</media:title>
		</media:content>

		<media:content url="http://sagaint.files.wordpress.com/2007/07/ptraco-screen_air.thumbnail.jpg" medium="image">
			<media:title type="html">First AIR Application</media:title>
		</media:content>
	</item>
		<item>
		<title>Dekoh Music Player</title>
		<link>http://sagaint.wordpress.com/2007/03/23/dekoh-music-player/</link>
		<comments>http://sagaint.wordpress.com/2007/03/23/dekoh-music-player/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 16:02:39 +0000</pubDate>
		<dc:creator>sagaint</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://sagarkulkarni.com/2007/03/23/dekoh-music-player/</guid>
		<description><![CDATA[Dekoh Music player is on way to release. In Dekoh Music player You can Listen Music You can Share Music with other friends No More upload songs or download songs, just click away to share Can scan computer drives for the MP3 songs.(Currently only Mp3 songs) This all happens on your Desktop.Dekoh Music player is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sagaint.wordpress.com&amp;blog=595264&amp;post=83&amp;subd=sagaint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sagaint.wordpress.com/2007/03/23/dekoh-music-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c974ce9283c23b00779f1da80e9019bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Sagar</media:title>
		</media:content>

		<media:content url="http://sagaint.files.wordpress.com/2007/05/musicscreen1.thumbnail.jpg" medium="image">
			<media:title type="html">musicscreen1.jpg</media:title>
		</media:content>

		<media:content url="http://sagaint.files.wordpress.com/2007/05/musicscreen2.thumbnail.jpg" medium="image">
			<media:title type="html">musicscreen2.jpg</media:title>
		</media:content>

		<media:content url="http://sagaint.files.wordpress.com/2007/05/musicscreen5.thumbnail.jpg" medium="image">
			<media:title type="html">musicscreen5.jpg</media:title>
		</media:content>

		<media:content url="http://sagaint.files.wordpress.com/2007/05/musicscreen6.thumbnail.jpg" medium="image">
			<media:title type="html">musicscreen6.jpg</media:title>
		</media:content>

		<media:content url="http://sagaint.files.wordpress.com/2007/05/musicscreen7.thumbnail.jpg" medium="image">
			<media:title type="html">musicscreen7.jpg</media:title>
		</media:content>

		<media:content url="http://sagaint.files.wordpress.com/2007/05/musicscreen4.thumbnail.jpg" medium="image">
			<media:title type="html">musicscreen4.jpg</media:title>
		</media:content>

		<media:content url="http://sagaint.files.wordpress.com/2007/05/musicscreen3.thumbnail.jpg" medium="image">
			<media:title type="html">musicscreen3.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>FLASH and JSON</title>
		<link>http://sagaint.wordpress.com/2007/03/18/flash-and-json/</link>
		<comments>http://sagaint.wordpress.com/2007/03/18/flash-and-json/#comments</comments>
		<pubDate>Sun, 18 Mar 2007 11:57:18 +0000</pubDate>
		<dc:creator>sagaint</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://sagarkulkarni.com/2007/03/18/flash-and-json/</guid>
		<description><![CDATA[JSON and Flash (ActionScript 2.0): What is JSON ? JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition &#8211; December 1999. ActionScript [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sagaint.wordpress.com&amp;blog=595264&amp;post=82&amp;subd=sagaint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sagaint.wordpress.com/2007/03/18/flash-and-json/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c974ce9283c23b00779f1da80e9019bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Sagar</media:title>
		</media:content>
	</item>
		<item>
		<title>FireBug &#8212; Debugging JavaScript &#8211; Cool experience</title>
		<link>http://sagaint.wordpress.com/2007/03/14/firebug-debugging-javascript-cool-experience/</link>
		<comments>http://sagaint.wordpress.com/2007/03/14/firebug-debugging-javascript-cool-experience/#comments</comments>
		<pubDate>Wed, 14 Mar 2007 08:23:05 +0000</pubDate>
		<dc:creator>sagaint</dc:creator>
				<category><![CDATA[RIA/ FLEX/ AS]]></category>

		<guid isPermaLink="false">http://sagarkulkarni.com/2007/03/14/firebug-debugging-javascript-cool-experience/</guid>
		<description><![CDATA[Recently I tried FireBug for debugging JavaScript and it was cool experience. FireBug has many good features. Can view the actual current HTML, changed by the JavaScript: While the browser&#8217;s view page source is often a good way to understand what your generated HTML looked like when it came from the server, it doesn&#8217;t help [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sagaint.wordpress.com&amp;blog=595264&amp;post=78&amp;subd=sagaint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sagaint.wordpress.com/2007/03/14/firebug-debugging-javascript-cool-experience/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c974ce9283c23b00779f1da80e9019bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Sagar</media:title>
		</media:content>
	</item>
	</channel>
</rss>
