<?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; Flash</title>
	<atom:link href="http://blog.flexgeek.in/category/flash/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>Flash + HTML 5 : Offline Flash Apps using DataStore API</title>
		<link>http://blog.flexgeek.in/2010/05/flash-html-5-offline-flash-apps-using-datastore-api/</link>
		<comments>http://blog.flexgeek.in/2010/05/flash-html-5-offline-flash-apps-using-datastore-api/#comments</comments>
		<pubDate>Fri, 28 May 2010 13:44:45 +0000</pubDate>
		<dc:creator>Harish Sivaramakrishnan</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://blog.flexgeek.in/?p=678</guid>
		<description><![CDATA[Have been hearing a lot of discussions and arguments about how HTML5 is going to replace (kill!) flash in the near future. And no, this blog post is not about which technology is going to replace or kill which one! I have been a flash developer for quite a long time now and I love [...]]]></description>
			<content:encoded><![CDATA[<p>Have been hearing a lot of discussions and arguments about how HTML5 is going to replace (kill!) flash in the near future. And no, this blog post is not about which technology is going to replace or kill which one! I have been a flash developer for quite a long time now and I love the stuff that I can do with Flash and ActionScript. As a developer who cares about technology, I like to experiment with new technologies and try to see how they interoperate.</p>
<p>This blog is the result of a small experiment that I did with the HTML5 datastore API. I wrote up a very simple ActionScript + JavaScript library that would enable developers to make their flex applications work offline in browsers that support HTML5 datastore APIs. The API will now let you use SQL statements (as of now, CREATE, SELECT, INSERT, DELETE &amp; UPDATE) within your actionscript / flash / flex applications.</p>
<p>Check out a demo <strong><em><a href="http://www.flexgeek.in/html5/demo/HTML5FlexApp.html" target="_blank">here</a></em></strong> . The demo creates a database &#8220;SampleDB&#8221;. You can perform basic operations using SQL statements that can be previewed live in this application. I have tested this application on Safari &amp; Chrome. If you find issues, please do send me an email and I would take a look at it!</p>
<p><strong>Tested browsers: Google Chrome 5.0.375.55 and Safari 3.2.3</strong></p>
<p><a href="http://www.flexgeek.in/html5/demo/HTML5FlexApp.html" target="_blank"><img title="Screenshot" src="http://blog.flexgeek.in/wp-content/uploads/2010/05/Picture-1-1024x640.png" alt="" width="600" height="500" /></a></p>
<p>You can download the source files of this experiment from <strong><em><a href="http://www.flexgeek.in/html5/Source.zip" target="_blank">here</a></em></strong>. If you want to see the demo in action from your own system, download the demo assets from <strong><em><a href="http://www.flexgeek.in/html5/Release.zip" target="_self">here</a></em></strong>. Just unzip the contents and paste it in the webroot of your webserver and run.</p>
<p>Incase, you are wondering what SQL statements to try out, you could use the following to start with.</p>
<div id="_mcePaste">
<ul>
<li>CREATE TABLE IF NOT Exists CUSTOMERS (customername TEXT, customeremail TEXT, customerdesignation TEXT, customerphone TEXT)</li>
<li>INSERT INTO CUSTOMERS (customername, customeremail, customerphone, customerdesignation) values (&#8216;a&#8217;,'b&#8217;,'c&#8217;,'d&#8217;)</li>
<li>SELECT * FROM CUSTOMERS</li>
</ul>
</div>
<p>NOTE: The API supports prepared statements, but the demo doesn&#8217;t (blame it on my laziness). If you want to try out using prepared statements, download the source files and try out by making your own flex app.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexgeek.in/2010/05/flash-html-5-offline-flash-apps-using-datastore-api/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Video of my talk at TEDxPilani</title>
		<link>http://blog.flexgeek.in/2010/04/video-of-my-talk-at-tedxpilani/</link>
		<comments>http://blog.flexgeek.in/2010/04/video-of-my-talk-at-tedxpilani/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 07:33:11 +0000</pubDate>
		<dc:creator>Harish Sivaramakrishnan</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[flash catalyst]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[Adobe Flash Platform]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[TED]]></category>
		<category><![CDATA[TEDx]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://blog.flexgeek.in/?p=673</guid>
		<description><![CDATA[The video of my talk on User Experience at TEDxPilani is now live on you tube.]]></description>
			<content:encoded><![CDATA[<p>The video of my talk on User Experience at <a href="http://www.tedxpilani.com" target="_blank"><em><strong>TEDxPilani</strong></em></a> is now live on <a href="http://www.youtube.com/watch?v=zpRAM_KWPcU" target="_blank"><em><strong>you tube</strong></em></a>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" 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/zpRAM_KWPcU&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/zpRAM_KWPcU&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexgeek.in/2010/04/video-of-my-talk-at-tedxpilani/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ADC Video: Create Spark Component Skins using Flash Catalyst</title>
		<link>http://blog.flexgeek.in/2010/04/adc-video-create-spark-component-skins-using-flash-catalyst/</link>
		<comments>http://blog.flexgeek.in/2010/04/adc-video-create-spark-component-skins-using-flash-catalyst/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 09:45:52 +0000</pubDate>
		<dc:creator>Harish Sivaramakrishnan</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[flash catalyst]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[Adobe Flash Platform]]></category>

		<guid isPermaLink="false">http://blog.flexgeek.in/?p=668</guid>
		<description><![CDATA[My 5 minute video on creating Spark Component Skins using Adobe Flash Catalyst drawing tools went live on Adobe TV today.]]></description>
			<content:encoded><![CDATA[<p>My 5 minute video on creating Spark Component Skins using Adobe Flash Catalyst drawing tools went live on <a href="http://tv.adobe.com/watch/adc-presents/create-spark-component-skins-using-flash-catalyst/" target="_blank"><em><strong>Adobe TV</strong></em></a> today.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="256" 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=5847&amp;context=64&amp;embeded=true&amp;environment=production" /><param name="src" value="http://images.tv.adobe.com/swf/player.swf" /><param name="flashvars" value="fileID=5847&amp;context=64&amp;embeded=true&amp;environment=production" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="256" src="http://images.tv.adobe.com/swf/player.swf" flashvars="fileID=5847&amp;context=64&amp;embeded=true&amp;environment=production" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexgeek.in/2010/04/adc-video-create-spark-component-skins-using-flash-catalyst/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>My schedule for the upcoming Adobe UG Tour</title>
		<link>http://blog.flexgeek.in/2010/03/my-schedule-for-the-upcoming-adobe-ug-tour/</link>
		<comments>http://blog.flexgeek.in/2010/03/my-schedule-for-the-upcoming-adobe-ug-tour/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 12:47:17 +0000</pubDate>
		<dc:creator>Harish Sivaramakrishnan</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[Flex India]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[flash catalyst]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Adobe Flash Catalyst]]></category>
		<category><![CDATA[Adobe Flash Platform]]></category>
		<category><![CDATA[AdobeUGTour]]></category>
		<category><![CDATA[Evangelism]]></category>
		<category><![CDATA[Flex 4]]></category>

		<guid isPermaLink="false">http://blog.flexgeek.in/?p=659</guid>
		<description><![CDATA[There is a lot of excitement after the release of Adobe Flash Builder and Flex 4 framework last week. I can&#8217;t wait to meet the Adobe User Groups at various locations to share the excitement and be part of the celebration. I am looking forward to the AUG tour events at the following locations in [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-660" title="AdobeUGTour" src="http://blog.flexgeek.in/wp-content/uploads/2010/03/AdobeUGTour.png" alt="AdobeUGTour" width="262" height="51" /></p>
<p>There is a lot of excitement after the release of Adobe Flash Builder and Flex 4 framework last week. I can&#8217;t wait to meet the Adobe User Groups at various locations to share the excitement and be part of the celebration. I am looking forward to the AUG tour events at the following locations in the coming month(s)</p>
<p><strong><em><a href="http://www.chennaiflex.org/" target="_blank">Crystal Gaze &#8211; Adobe User Group, Chennai, India</a></em> (Apr 9th, 2010) </strong>The Chennai user group along with RIA-RUI society is organizing Crystal Gaze &#8211; a very special event to celebrate the launch of Flash Builder and Flex 4. Chennai has a vibrant and passionate community and I am sure this event is going to be rocking. The event promises a lot of fun with music performances along with the tech sessions. I will be speaking here along with fellow evangelist <a href="http://www.twitter.com/sriragam" target="_blank"><em>Ramesh Srinivasaraghavan</em></a>. The event was sold out in just 8 hours!</p>
<p><strong><em><a href="http://godsowndevelopers.com/kad/" target="_blank">Kerala Adobe User Group, Cochin, India</a></em> (Apr 10th, 2010) </strong>Kerala UG is still young, but it has some really great and experienced developers passionate about Adobe Flash Platform. Cochin also happens to be where my parents live, its going to be a great event!</p>
<p><strong><em><a href="http://fug.sg/" target="_blank">Flex User Group, Singapore</a></em> (Apr 15th 2010) </strong>I was in Singapore last year speaking at RIAction &#8211; The Singapore Flash community totally rocks! I will be speaking about Flash Builder and Flash Catalyst, we also have a session on Flex 4 by the UG manager <a href="http://expertria.com/"><em>Shunjie Hu</em></a>. I will also be catching up with some of my old buddies from Macromedia during this trip.</p>
<p><strong><em><a href="http://www.thaiadobeuser.com/" target="_blank">FX4Tour &#8211; Adobe User Group, Bangkok, Thailand</a></em> (April 17th, 2010) </strong>Another sell-out event! This time in Bangkok.  I will be speaking about Flash Builder, Flash Catalyst and LCDS 3. There will also be a session on iphone development using flash by local community expert <em><a href="http://www.think.co.th" target="_blank">Apichai Ruangsiripiyakul</a>.</em></p>
<p><strong>Flex User Group, Coimbatore, India (May 8th, 2010) </strong>Will be kicking off the first ever UG meet in coimbatore. Topics are still TBD.</p>
<p>If you guys are in any of the locations, I would love to meet each one of you &#8211; do swing by and say hi!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexgeek.in/2010/03/my-schedule-for-the-upcoming-adobe-ug-tour/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>colrful mobile &#8211; Flex 4 app running on google nexus one (Flash Player 10.1)</title>
		<link>http://blog.flexgeek.in/2010/03/colrful-mobile-flex-4-app-running-on-google-nexus-one-flash-player-10-1/</link>
		<comments>http://blog.flexgeek.in/2010/03/colrful-mobile-flex-4-app-running-on-google-nexus-one-flash-player-10-1/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 21:32:44 +0000</pubDate>
		<dc:creator>Harish Sivaramakrishnan</dc:creator>
				<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[flash catalyst]]></category>
		<category><![CDATA[nexus one]]></category>
		<category><![CDATA[Adobe Flash Platform]]></category>
		<category><![CDATA[Flex 4]]></category>

		<guid isPermaLink="false">http://blog.flexgeek.in/?p=644</guid>
		<description><![CDATA[I had build a small AIR application called colrful a while ago, which searches for images on flickr based on color. I have been working on porting this application to flex 4. In the meanwhile, I just wanted to do a small experiment with my new google nexus one phone which runs flash player 10.1. [...]]]></description>
			<content:encoded><![CDATA[<p>I had build a small AIR application called <a href="http://blog.flexgeek.in/2009/01/first-preview-colrful-desktop/" target="_blank"><em><strong>colrful</strong></em></a> a while ago, which searches for images on flickr based on color. I have been working on porting this application to flex 4. In the meanwhile, I just wanted to do a small experiment with my new google nexus one phone which runs flash player 10.1. I had already finished building the skins and the basic UI for the the flex 4 port using Adobe Flash Catalyst. I thought I&#8217;d quickly port this application to run on my nexus one before I release the AIR version of colrful. This is what I got <img src='http://blog.flexgeek.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  This version of the application will let you search for images based on color from a flickr image set*. <a href="http://www.ideeinc.com/"></a></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" 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/cFm5A4wd8fs&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/cFm5A4wd8fs&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>You can check out the application by visiting: <a href="http://www.flexgeek.in/nexus/c.html" target="_blank"><em><strong>http://www.flexgeek.in/nexus/c.html</strong></em></a> [Note: This will not look pretty on your desktop browser, its optimized for a mobile screen <img src='http://blog.flexgeek.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ]</p>
<p><em><strong>Key Takeaways: The good <img src='http://blog.flexgeek.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></em></p>
<ol>
<li>Flex 4 based applications run well on the nexus one, the rendering is fast, touch-based scrolling is snappy</li>
<li>Porting Catalyst based skins to make Mobile apps is quite easy, skinning can now be completely offloaded to catalyst once you know the screen size you are working with. Doesn&#8217;t really matter for browser based apps, we can always set the dimensions to 100%</li>
<li>The Spark List (Flex 4 List) works like a charm. Keep an optimized itemRenderer, you will get snappy scrolling performance.</li>
<li>Flash builder is amazing! with the new code hinting features coupled with network monitoring, enhanced debugging capabilities and faster compilation, building on Flash Builder is quite a nice experience.</li>
</ol>
<p><em><strong>Key Takeaways: The not so good <img src='http://blog.flexgeek.in/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </strong><br />
</em></p>
<ol>
<li>Flash Builder design view is far more suited for building apps for larger screen sizes. That said, the design view is far nicer now than the Flex Builder 3.</li>
<li>Flex 4 SDK makes the app heavy, makes me want the <a href="http://labs.adobe.com/technologies/flex/mobile/" target="_blank"><em><strong>mobile flex SDK now!</strong></em></a></li>
</ol>
<p><img class="alignnone size-large wp-image-645" src="http://blog.flexgeek.in/wp-content/uploads/2010/03/DSCN1509-768x1024.jpg" alt="" width="452" height="601" /></p>
<p><img class="alignnone size-large wp-image-646" src="http://blog.flexgeek.in/wp-content/uploads/2010/03/DSCN1508-768x1024.jpg" alt="" width="452" height="601" /></p>
<p><img class="alignnone size-large wp-image-647" src="http://blog.flexgeek.in/wp-content/uploads/2010/03/DSCN1507-768x1024.jpg" alt="" width="452" height="601" /></p>
<p><em>*The color search is powered by <a href="http://www.ideeinc.com/">Idée Labs</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexgeek.in/2010/03/colrful-mobile-flex-4-app-running-on-google-nexus-one-flash-player-10-1/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Recap: TEDxPilani &#8211; a fantastic event!</title>
		<link>http://blog.flexgeek.in/2010/03/tedxpilanirecap/</link>
		<comments>http://blog.flexgeek.in/2010/03/tedxpilanirecap/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 11:42:23 +0000</pubDate>
		<dc:creator>Harish Sivaramakrishnan</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[TED]]></category>
		<category><![CDATA[TEDx]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://blog.flexgeek.in/?p=623</guid>
		<description><![CDATA[I was invited to TEDxPilani to deliver a talk on rich user experiences at the TEDxPilani chapter on the 13th of March at BITS, Pilani &#8211; which also happens to be my alma mater. The event had an eclectic mix of speakers, it was a great privilege sharing the stage with some of the best [...]]]></description>
			<content:encoded><![CDATA[<p>I was invited to <a href="http://www.tedxpilani.com" target="_blank"><strong>TEDxPilani</strong></a> to deliver a talk on rich user experiences at the TEDxPilani chapter on the 13th of March at <a href="http://www.bits-pilani.ac.in" target="_blank"><strong>BITS, Pilani</strong></a> &#8211; which also happens to be my alma mater. The event had an eclectic mix of speakers, it was a great privilege sharing the stage with some of the best minds in the country in their respective fields. The event started out with a talk by<em><strong> K N Ganeshaiah</strong></em> &#8211; a plant scientist and an award winning mythology book writer. My session was the next &#8211; I spent some time setting the context, speaking about the need for building great user experiences. I also got to sing a song on stage and closed my talk with a demo. My session was followed by <em><strong>Karthik Satyanarayan</strong></em> &#8211; co founder of WildlifeSOS, <em><strong>Cleo Paskal</strong></em> &#8211; climate change expert, <em><strong>Nitin Gokhale</strong></em> &#8211; a leading journalist with NDTV, <em><strong>Vishal Talreja</strong></em> &#8211; A social entrepreneur, <em><strong>Rahul Roshan</strong></em> (@fakingnews) &#8211; the funny guy who runs fakingnews.com and finally <em><strong>Nakul Shenoy</strong></em> &#8211; a brilliant psychic entertainer. We also had two TEDx fellows from Pilani present mini sessions.</p>
<p><img class="alignnone size-full wp-image-625" title="4437133973_abe0980f19_b" src="http://blog.flexgeek.in/wp-content/uploads/2010/03/4437133973_abe0980f19_b.jpg" alt="4437133973_abe0980f19_b" width="780" height="524" /></p>
<p><img class="alignnone size-full wp-image-627" src="http://blog.flexgeek.in/wp-content/uploads/2010/03/4437136061_f57e0fe4ed_b.jpg" alt="" width="780" height="524" /></p>
<p><img class="alignnone size-full wp-image-628" src="http://blog.flexgeek.in/wp-content/uploads/2010/03/4437911310_d95b68ea1e_b.jpg" alt="" width="780" height="524" /></p>
<p>It was hard to tell which one was my favorite talk &#8211; each one of them were great in their own respect. Overall, it was a fantastic experience to be part of TEDxPilani. A special word of congratulations needs to go out to the organizers, who painstakingly made sure everything was done to perfection &#8211; right from booking our flight tickets to setting up the stage. TEDxPilani has indeed set a very high standard for any exclusively student run conference with the poise they demonstrated with this event. <strong>Take a bow, Guys!</strong></p>
<p>I didn&#8217;t have an elaborate presentation, just a few slides that goes with my talk. You can check out the slides below <img src='http://blog.flexgeek.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="716" height="579" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"></p><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#202020" /><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="true" /><param name="flashvars" value="d=g9VnaRcG0y8vj3IQaXkIvQ" /><param name="src" value="https://acrobat.com/Clients/current/ADCMainEmbed.swf" /><param name="align" value="middle" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="716" height="579" src="https://acrobat.com/Clients/current/ADCMainEmbed.swf" align="middle" flashvars="d=g9VnaRcG0y8vj3IQaXkIvQ" allowfullscreen="true" allowscriptaccess="sameDomain" bgcolor="#202020" wmode="transparent" quality="high"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexgeek.in/2010/03/tedxpilanirecap/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Flex 4 theme: Lemon &#8211; built using Adobe Flash Catalyst</title>
		<link>http://blog.flexgeek.in/2010/01/lemon/</link>
		<comments>http://blog.flexgeek.in/2010/01/lemon/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 12:48:45 +0000</pubDate>
		<dc:creator>Harish Sivaramakrishnan</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[flash catalyst]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://blog.flexgeek.in/?p=585</guid>
		<description><![CDATA[Posting another Flex 4 theme I have been working on. The look of the theme is heavily inspired by the scheme of picnik.com &#8211; an application I use in daily basis to touch up my pictures. Picnik is also one of my favorite flex apps in the web.  Do take a look at the application. [...]]]></description>
			<content:encoded><![CDATA[<p>Posting another Flex 4 theme I have been working on. The look of the theme is heavily inspired by the scheme of <a href="http://www.picnik.com" target="_blank"><em><strong>picnik.com</strong></em></a> &#8211; an application I use in daily basis to touch up my pictures. Picnik is also one of my favorite flex apps in the web.  <a href="http://www.flexgeek.in/experiments/Lemon/Main.html" target="_blank"><em><strong>Do take a look</strong></em></a> at the application.</p>
<p><img class="alignnone size-full wp-image-593" title="LemonApplication Screenshot" src="http://blog.flexgeek.in/wp-content/uploads/2010/01/LemonApplication.png" alt="LemonApplication Screenshot" width="489" height="449" /></p>
<p>Check out the components individually styled using Lemon by <a href="http://www.flexgeek.in/experiments/Lemon/Lemon.html" target="_blank"><em><strong>clicking here</strong></em></a></p>
<p><img class="alignnone size-full wp-image-588" title="Lemon Components" src="http://blog.flexgeek.in/wp-content/uploads/2010/01/LemonComp.png" alt="Lemon Components" width="502" height="417" /></p>
<p>Give lemon a spin! <a href="http://www.flexgeek.in/experiments/Lemon/Lemon.fxp" target="_blank"><em><strong>Download the FXP</strong></em></a> (for use in Flash Builder) or the <a href="http://www.flexgeek.in/experiments/Lemon/LemonCatalyst.fxp" target="_blank"><em><strong>source FXP</strong></em></a> (for use in Flash Catalyst)</p>
<p>PS: This is possibly the most *incomplete* theme that I have posted, usual caveats apply. TODO: skin for toggle button / Regular list.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexgeek.in/2010/01/lemon/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Flex Bootcamp at BITS, Pilani</title>
		<link>http://blog.flexgeek.in/2010/01/flexbootcampatbits/</link>
		<comments>http://blog.flexgeek.in/2010/01/flexbootcampatbits/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 09:42:23 +0000</pubDate>
		<dc:creator>Harish Sivaramakrishnan</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[Flex India]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[flash catalyst]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[bootcamp]]></category>

		<guid isPermaLink="false">http://blog.flexgeek.in/?p=572</guid>
		<description><![CDATA[Had a fantastic trip to my Alma mater &#8211; BITS, Pilani last week for the first ever Adobe Flex Bootcamp in North India. It felt great to be back in the campus, spent a good deal of time going around all the places I used to frequent as a student (including the classrooms ) The [...]]]></description>
			<content:encoded><![CDATA[<p>Had a fantastic trip to my Alma mater &#8211; <a href="http://www.bits-pilani.ac.in" target="_blank"><em><strong>BITS, Pilani</strong></em></a> last week for the first ever Adobe Flex Bootcamp in North India. It felt great to be back in the campus, spent a good deal of time going around all the places I used to frequent as a student (including the classrooms <img src='http://blog.flexgeek.in/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ) The bootcamp had about 300 attendees who turned up exactly at 10:00 AM despite the biting cold (it was almost 0 deg celcius in the morning) Me and <a href="http://sujitreddyg.wordpress.com" target="_blank"><em><strong>Sujit</strong></em></a> had a great time talking about the Flash Platform, showing off some demos and some really cool stuff with Flash Builder 4 and Flash Catalyst. The hands-on lab was great fun too &#8211; BITSians are quite smart, most of them completed the 3 hour lab in less than 1.5 hours.</p>
<p><em><strong>Here are some pictures from the campus and the bootcamp</strong></em></p>
<p><img class="alignnone" title="Keynote session" src="http://photos-g.ak.fbcdn.net/hphotos-ak-snc3/hs179.snc3/20640_271878616159_611916159_3840797_360168_n.jpg" alt="" width="604" height="453" /></p>
<p><img title="Audience" src="http://photos-d.ak.fbcdn.net/hphotos-ak-snc3/hs199.snc3/20640_271878911159_611916159_3840803_2035636_n.jpg" alt="" width="604" height="453" /></p>
<p><img class="alignnone" title="Keynote" src="http://photos-h.ak.fbcdn.net/hphotos-ak-snc3/hs199.snc3/20640_271879731159_611916159_3840822_8303850_n.jpg" alt="" width="604" height="453" /></p>
<p><img class="alignnone" title="Sujit on Model Driven Development" src="http://photos-g.ak.fbcdn.net/hphotos-ak-snc3/hs179.snc3/20640_271879886159_611916159_3840826_7008158_n.jpg" alt="" width="604" height="453" /></p>
<p><img class="alignnone" title="Audience" src="http://photos-a.ak.fbcdn.net/hphotos-ak-snc3/hs179.snc3/20640_271880331159_611916159_3840833_417251_n.jpg" alt="" width="604" height="453" /><img class="alignnone" title="Campus" src="http://photos-d.ak.fbcdn.net/hphotos-ak-snc3/hs199.snc3/20640_271863076159_611916159_3840510_8117528_n.jpg" alt="" width="604" height="453" /></p>
<p><img class="alignnone" title="Campus Steets" src="http://photos-a.ak.fbcdn.net/hphotos-ak-snc3/hs179.snc3/20640_271863861159_611916159_3840520_8152378_n.jpg" alt="" width="604" height="453" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexgeek.in/2010/01/flexbootcampatbits/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Flex 4 Theme : Plastic &#8211; Built using Adobe Flash Catalyst Beta 2</title>
		<link>http://blog.flexgeek.in/2010/01/plastic/</link>
		<comments>http://blog.flexgeek.in/2010/01/plastic/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 18:08:24 +0000</pubDate>
		<dc:creator>Harish Sivaramakrishnan</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[flash catalyst]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://blog.flexgeek.in/?p=547</guid>
		<description><![CDATA[I have been working to get a minimalist theme for one of the Flex 4 apps I am building. I did some minor tweaks to my actual theme and created &#8220;Plastic&#8221;. This theme is inspired by the regular plastic ware that you would see everyday. It is a sober, light theme with a dash of [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working to get a minimalist theme for one of the Flex 4 apps I am building. I did some minor tweaks to my actual theme and created &#8220;Plastic&#8221;. This theme is inspired by the regular plastic ware that you would see everyday. It is a sober, light theme with a dash of boldness added by the sunshine-orange roll over scheme. As of now, I only have spark component skins built into this. I will add the styling for the halo components in the next iteration.</p>
<p>I cooked up  a sample application mock-up with Plastic theme applied. <a href="http://www.flexgeek.in/experiments/Plastic/PlasticDemo/Main.html" target="_blank"><em><strong>View the application</strong></em></a> Give this theme a spin &#8211; <a href="http://www.flexgeek.in/experiments/Plastic/Plastic.fxp" target="_blank"><em><strong>download the source files (Plastic.fxp)</strong></em></a>, import into Flash Builder 4 and you are all set! Due to the limitations of the Beta 2, you cannot import this FXP into Flash Catalyst again. In case you want to dabble with the skins in Flash Catalyst itself, <em><strong><a href="http://www.flexgeek.in/experiments/Plastic/PlasticCatalystSource.fxp" target="_blank">download the FXP for catalyst </a> </strong></em>(This FXP will not have constraint based sizing)</p>
<p><a href="http://www.flexgeek.in/experiments/Plastic/PlasticDemo/Main.html" target="_blank"><img class="alignnone size-full wp-image-550" title="Plastic Demo" src="http://blog.flexgeek.in/wp-content/uploads/2010/01/plastic1.png" alt="Plastic Demo" width="580" height="336" /></a></p>
<p>Plastic can be applied to all the spark components that are available as wireframe components in Flash Catalyst. <a href="http://www.flexgeek.in/experiments/Plastic/PlasticComponents/Plastic.html" target="_blank"><em><strong>View Components Demo</strong></em></a></p>
<p><em><strong><a href="http://www.flexgeek.in/experiments/Plastic/PlasticComponents/Plastic.html" target="_blank"><img class="alignnone size-full wp-image-556" title="Components Demo" src="http://blog.flexgeek.in/wp-content/uploads/2010/01/pic2.png" alt="Components Demo" width="549" height="382" /></a></strong></em></p>
<p>Some of the components are likely to have sizing issues, if you find any &#8211; drop me an email or drop a comment in this post. <a href="http://www.flexgeek.in/experiments/Plastic/Plastic.fxp" target="_blank"><em><strong>Download FXP</strong></em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexgeek.in/2010/01/plastic/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
	</channel>
</rss>
