<?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>Harish Sivaramakrishnan &#187; Spark</title>
	<atom:link href="http://blog.flexgeek.in/tag/spark/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexgeek.in</link>
	<description>Platform Evangelist @ Adobe</description>
	<lastBuildDate>Thu, 15 Jul 2010 06:30:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Prototype: Flex 4 Gantt Chart</title>
		<link>http://blog.flexgeek.in/2010/07/prototype-flex-4-gantt-chart/</link>
		<comments>http://blog.flexgeek.in/2010/07/prototype-flex-4-gantt-chart/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 12:50:31 +0000</pubDate>
		<dc:creator>Harish Sivaramakrishnan</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[components]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[Components]]></category>
		<category><![CDATA[Flex 4]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[Spark]]></category>

		<guid isPermaLink="false">http://blog.flexgeek.in/?p=742</guid>
		<description><![CDATA[I had written a small proof of concept of building a gantt (like) chart using Advanced DataGrid component that shipped with Flex 3. The blog post with the source code happens to be one of the most popular posts in my blog. Folks keep writing to me asking for more details on the component. I [...]]]></description>
			<content:encoded><![CDATA[<p>I had written a small proof of concept of building a gantt (like) chart using Advanced DataGrid component that shipped with Flex 3. The <strong><a href="http://blog.flexgeek.in/2008/01/happy-new-year/" target="_blank">blog post</a></strong> with the source code happens to be one of the most popular posts in my blog. Folks keep writing to me asking for more details on the component. I haven&#8217;t really been able to keep that project alive, purely for want of time as I got busy traveling. Just yesterday, I was doing some Flex 4 hacking for my talk at the upcoming <strong><a href="http://www.adobesummit.com" target="_blank">Adobe Flash Platform Summit</a></strong> in Bangalore and thought if I could re-write this component in Flex 4. I spent about 6 hours writing this and I got my first version of the Flex 4 gantt chart working. Doing this in Flex 4 is insanely easy and the folks at <strong><a href="http://visunetdemos.demos.ibm.com/ganttdemos/humanresources/humanresources.html" target="_blank">Ilog</a></strong> have done a fabulous job re writing their gantt chart component in Flex 4. Click <strong><a href="http://www.flexgeek.in/flex4gantt/App.html" target="_blank">here</a></strong> or on the screen shot to see a small demo. Please note that the demo is view source enabled, you can download the source code as well [Just right click on the demo and view source] or, just <strong><a href="http://www.flexgeek.in/flex4gantt/srcview/index.html" target="_blank">click here to view source</a></strong></p>
<p><a href="http://www.flexgeek.in/flex4gantt/App.html" target="_blank"> <img src="http://blog.flexgeek.in/wp-content/uploads/2010/07/ganttshot1.png" alt="" width="600" height="400" /></a></p>
<p>This is just a prototype and doesn&#8217;t handle all the cases that a standard gantt chart should be handling. I would strongly recommend testing the code thoroughly before you start using it in production (if you are planning to, that is) I am unsure how much time I will be able to spend taking this project forward. I have opensourced this one under MPL, feel free to take the code and do more stuff as you guys deem appropriate. Please note that this is a resultant of a few hours of careless hacking , I am sure this has a lot of bugs too. I plan to set up a GitHub project for  the same, just thought I&#8217;d post it anyways.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexgeek.in/2010/07/prototype-flex-4-gantt-chart/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simple Flex4 color swatch using Spark List</title>
		<link>http://blog.flexgeek.in/2010/01/flex4swatchpanel/</link>
		<comments>http://blog.flexgeek.in/2010/01/flex4swatchpanel/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 16:09:36 +0000</pubDate>
		<dc:creator>Harish Sivaramakrishnan</dc:creator>
				<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[components]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[Flex 4]]></category>
		<category><![CDATA[Spark]]></category>

		<guid isPermaLink="false">http://blog.flexgeek.in/?p=564</guid>
		<description><![CDATA[I was just playing around with the Spark List component of Flex4 framework today. Wanted to build a simple swatch panel using the component. It was *much easier* than what I thought. With about 30 minutes of coding, I could get a basic, yet functional color swatch panel. Yes, doing this with the Spark List [...]]]></description>
			<content:encoded><![CDATA[<p>I was just playing around with the Spark List component of Flex4 framework today. Wanted to build a simple swatch panel using the component. It was *much easier* than what I thought. With about 30 minutes of coding, I could get a basic, yet functional color swatch panel. Yes, doing this with the Spark List is insanely simple! <a href="http://www.flexgeek.in/experiments/SparkSwatchPanel/Flex4SwatchPanel.html" target="_blank"><em><strong>Check out this simple demo</strong></em></a></p>
<p><a href="http://www.flexgeek.in/experiments/SparkSwatchPanel/Flex4SwatchPanel.html" target="_blank"><img class="alignnone size-full wp-image-565" title="Swatch Panel" src="http://blog.flexgeek.in/wp-content/uploads/2010/01/swatch.png" alt="Swatch Panel" width="352" height="526" /></a></p>
<p>Select a color from the swatch panel to change the background color of the Application.</p>
<p>You can <em><strong><a href="http://www.flexgeek.in/experiments/SparkSwatchPanel/Flex4SwatchPanel.fxp" target="_blank">download the source code (as fxp) here</a> </strong></em>(There isn&#8217;t a lot of code, and usual caveats apply as this is just 30 minutes of work and is vastly untested:) ) TODO&#8217;s include allowing customization of itemrenderer sizes and regular skinning capabilities of Spark controls. Will do those iteratively.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexgeek.in/2010/01/flex4swatchpanel/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
