<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="../rss.xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:content="http://purl.org/rss/1.0/modules/content/">

<channel>
        <title>Anirudh Sasikumar</title>
        <link>http://anirudhs.chaosnet.org/</link>
        <description>Anirudh Sasikumar's Blog</description>
        <language>en-us</language>
        <copyright>Copyright 2004, Anirudh Sasikumar</copyright>
        <generator>Emacs Wiki Blog (ewb) 0.4</generator>
        <docs>http://blogs.law.harvard.edu/tech/rss</docs>
        <ttl>600</ttl>
        <managingEditor>anirudh@anisk.8bit.co.uk</managingEditor>
        <webMaster>anirudh@anisk.8bit.co.uk</webMaster>
        <lastBuildDate>Thu, 10 Dec 2009 18:50:33 +0530</lastBuildDate>
<item>
      <title>Flex 4 Wizard Component with Progress Indication and Move Effects</title>
      <link>http://anirudhs.chaosnet.org/blog/2009.12.10.html</link>
      <description><![CDATA[I love the Insuricorp demo. The wizard in that has two distinguishing
features. A subtle animated progress indication that not only denotes
the current step, but also the fact that you are <em>progressing</em>. And the
other thing - a neat move effect between each step so that it looks
like the next step is sliding in from the right. I built a Flex 4
component that does exactly this. Use it similar to our good old Flex
3 view stack and voila!
[...] (377 Words, CategoryFlex)]]> </description>
      <pubDate>Thu, 10 Dec 2009 18:08:10 +0530</pubDate>
      <guid isPermaLink="true">http://anirudhs.chaosnet.org/blog/2009.12.10.html</guid>
</item>
<item>
      <title>Flex 4 Component: Navbar with Scoped Search, Vimeo Style</title>
      <link>http://anirudhs.chaosnet.org/blog/2009.12.09.html</link>
      <description><![CDATA[I came across this great post by Theresa Neil: <a href="http://theresaneil.wordpress.com/2009/02/04/30-essential-controls/">30&#32;essential&#32;controls</a>
for RIA design. I liked control twenty-three in particular: Scoped
Search. So I cooked up a Flex 4 navigation bar (vimeo style) that has
scoped search and is completely data-driven and customizable via CSS.
It does not use any images; everything is drawn. Along the way, I
built some potentially re-usable things like a dotted line
graphic element and a vertical separator layout.
[...] (870 Words, CategoryFlex)]]> </description>
      <pubDate>Wed, 09 Dec 2009 23:29:09 +0530</pubDate>
      <guid isPermaLink="true">http://anirudhs.chaosnet.org/blog/2009.12.09.html</guid>
</item>
<item>
      <title>Black Glass - Flex 4 Theme</title>
      <link>http://anirudhs.chaosnet.org/blog/2009.11.25.html</link>
      <description><![CDATA[I took a leap of faith. I tried it out. I built a black Flex 4 theme
using Flash Catalyst alone. Last week, I watched <a href="http://blog.flexgeek.in">Harish</a> build a Flex 4
<a href="http://blog.flexgeek.in/2009/11/somethinglikemac/">theme</a> using Catalyst. Leaning over his shoulder, I gaped on while he
effortlessly moved rectangles and ellipses around to build a dialog
window that looks fantastically close to the "Display Properties"
dialog on the Mac. I was so impressed (anyone who has watched Harish
demo Catalyst will be) that I took a leap of faith. Read on for the
details and some Catalyst tips.
[...] (541 Words, CategoryFlex)]]> </description>
      <pubDate>Wed, 25 Nov 2009 17:56:31 +0530</pubDate>
      <guid isPermaLink="true">http://anirudhs.chaosnet.org/blog/2009.11.25.html</guid>
</item>
<item>
      <title>Developing a Google Reader Client in Adobe AIR</title>
      <link>http://anirudhs.chaosnet.org/blog/2009.11.04.html</link>
      <description><![CDATA[Google Reader does not have an official API. However, <a href="http://www.niallkennedy.com/blog/2005/12/google-reader-api.html">Nial&#32;Kennedy</a> and
the project <a href="http://code.google.com/p/pyrfeed/wiki/GoogleReaderAPI">pyrfeed</a> have excellent documentation on it. I had
developed a Google Reader client in python that the
<a href="http://readefine.anirudhsasikumar.net/">web&#32;version&#32;of&#32;Readefine</a> uses. I needed to leverage the same AS3
code base and write an AS3 Google Reader client on top of it for the
<a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;offeringid=16744&amp;marketplaceid=1">desktop&#32;version</a>. I managed to do it in a day while ensuring a common
code-base for the AIR and Flex versions thanks to
<a href="http://anirudhs.chaosnet.org/blog/2008.08.25.html">conditional&#32;compilation</a>. This article explains Google Reader's API
along with the AS3 implementation and how it merged in with the
web-version.
[...] (1051 Words, CategoryAIR)]]> </description>
      <pubDate>Wed, 04 Nov 2009 18:53:53 +0530</pubDate>
      <guid isPermaLink="true">http://anirudhs.chaosnet.org/blog/2009.11.04.html</guid>
</item>
<item>
      <title>Google Reader Readefined Plus Readefine Desktop</title>
      <link>http://anirudhs.chaosnet.org/blog/2009.10.30.html</link>
      <description><![CDATA[I keep up with the incessant flow of articles on the internet via
Google Reader. It has the same set of problems when it comes to
reading text-heavy articles which <a href="http://readefine.anirudhsasikumar.net/">Readefine</a> can help out with. I'm
quite happy to announce two things: Readefine can now be a quite
decent Google Reader client and it also comes as a <a href="http://readefine.anirudhsasikumar.net/desktop.html">desktop&#32;application</a>
(Adobe AIR application). Readefine's <a href="http://anirudhsasikumar.net/examples/readefine/">popularity</a> was unexpected and
overwhelming. I want to thank all of you for your encouragement and
valuable feedback.
[...] (686 Words, CategoryFlex)]]> </description>
      <pubDate>Fri, 30 Oct 2009 01:07:01 +0530</pubDate>
      <guid isPermaLink="true">http://anirudhs.chaosnet.org/blog/2009.10.30.html</guid>
</item>
<item>
      <title>Building a CRUD application using Clojure and Flash Builder 4</title>
      <link>http://anirudhs.chaosnet.org/blog/2009.10.13.html</link>
      <description><![CDATA[Lisp is a language that many developers shy away from. But I urge
everyone to try it out at least once, because it offers the
possibility of opening up doors in your mind that you know didn't
exist. <a href="http://clojure.org/">Clojure</a> is a modern Lisp dialect that runs on the JVM and is
designed for concurrency. In this article, I will build an end-to-end
CRUD application in Clojure which connects to a mysql database and has
a Flex UI as the front-end.
[...] (1806 Words, CategoryFlex)]]> </description>
      <pubDate>Tue, 13 Oct 2009 20:23:51 +0530</pubDate>
      <guid isPermaLink="true">http://anirudhs.chaosnet.org/blog/2009.10.13.html</guid>
</item>
<item>
      <title>Building a CRUD application using Java 6 Web Services and Flash Builder 4</title>
      <link>http://anirudhs.chaosnet.org/blog/2009.10.12.html</link>
      <description><![CDATA[<a href="http://java.sun.com/javase/downloads/ea.jsp">Java&#32;SE&#32;6</a> has built-in support for web services thanks to <a href="http://java.sun.com/webservices/jaxws/index.jsp">JAX-WS&#32;2.0</a>.
Armed with nothing more than JDK 6, you can easily publish or consume
a web service. This makes it really easy for a developer to
prototype and quickly get started with web services. Using the
data-centric features in Flash Builder 4, a web service can be easily
introspected and accessed. In this article, I will build an end-to-end
simple CRUD application in Java and Flex 4, where the Java methods are
exposed as web service operations.
[...] (1124 Words, CategoryFlex)]]> </description>
      <pubDate>Mon, 12 Oct 2009 17:29:28 +0530</pubDate>
      <guid isPermaLink="true">http://anirudhs.chaosnet.org/blog/2009.10.12.html</guid>
</item>
<item>
      <title>Accessing a Coldfusion Data Source from Flash Builder 4 without writing Code</title>
      <link>http://anirudhs.chaosnet.org/blog/2009.10.07.html</link>
      <description><![CDATA[In the second beta of Adobe Flash Builder 4, there is this gem of a
feature that helps developers get started without writing a single
line of code. Flash Builder 4 can take a ColdFusion data source
as input and output server & client side code to read/modify the
database. Simply point to your ColdFusion server, choose a data
source and Flash Builder 4 will : Introspect it, generate server side
code (CFC) to access the selected table, and also, create a Service in
Flash Builder whose CRUD methods you can drag and drop on to Flex
components.
[...] (858 Words, CategoryFlex)]]> </description>
      <pubDate>Wed, 07 Oct 2009 12:45:42 +0530</pubDate>
      <guid isPermaLink="true">http://anirudhs.chaosnet.org/blog/2009.10.07.html</guid>
</item>
<item>
      <title>Beautiful Reading via Flex 4</title>
      <link>http://anirudhs.chaosnet.org/blog/2009.09.01.html</link>
      <description><![CDATA[I spend a lot of time reading articles on the web. Somehow, I miss the
lack of typesetting and pagination especially when the article is
captivating as well as long. This is my attempt at making reading
content on the web (and the computer to a certain extent) more
beautiful. With a lot of help from Flex 4, <a href="http://readefine.anirudhsasikumar.net/">Readefine</a> beautifies text,
RSS and HTML content for easier reading. Text is laid out in multiple
columns, sanitized of stray newlines and paragraphs and a nice font is
applied.
[...] (411 Words, CategoryFlex)]]> </description>
      <pubDate>Tue, 01 Sep 2009 22:36:25 +0530</pubDate>
      <guid isPermaLink="true">http://anirudhs.chaosnet.org/blog/2009.09.01.html</guid>
</item>
<item>
      <title>Flex 4 Component - Slanted Button Bar</title>
      <link>http://anirudhs.chaosnet.org/blog/2009.08.10.html</link>
      <description><![CDATA[Ah, the joys of working with Flex 4. I built this small component in
Flex 4 that has slanted or hatched buttons. Each button is a
parallelogram and two sides along with the label are at an angle of 35
degrees. They look pretty good when coupled with a viewstack right
under it.
[...] (209 Words, CategoryFlex)]]> </description>
      <pubDate>Mon, 10 Aug 2009 19:10:23 +0530</pubDate>
      <guid isPermaLink="true">http://anirudhs.chaosnet.org/blog/2009.08.10.html</guid>
</item>
<item>
      <title>Fixing Sony Reader Bug with USB Driver</title>
      <link>http://anirudhs.chaosnet.org/blog/2009.07.15.html</link>
      <description><![CDATA[For some strange reason, my <a href="http://www.sonystyle.com/webapp/wcs/stores/servlet/ProductDisplay?catalogId=10551&amp;storeId=10151&amp;langId=-1&amp;productId=8198552921665562069">Sony&#32;Reader</a> (PRS-700BC) would not get
detected when plugged in. The USB device page reports that the "Device
cannot be started." The Reader works fine when connected to my desktop
and for some months it was working properly on my laptop as well.
Thankfully, I was able to fix this. Here's how if you encounter the
same problem.
[...] (218 Words, CategoryGeneral)]]> </description>
      <pubDate>Wed, 15 Jul 2009 14:50:51 +0530</pubDate>
      <guid isPermaLink="true">http://anirudhs.chaosnet.org/blog/2009.07.15.html</guid>
</item>

</channel>
</rss>