• HTML5 : Taking the plunge, finally!

    by  • December 22, 2011 • 0 Comments

    After months of deliberation (and lack of time, motivation….), this week I finally started playing with HTML5. Having read(heard) a lot about HTML5 canvas, I decided to start with it first. And here is the result : An application which demonstrates bubble sort using html5 canvas (line) and some javascript. Canvas part was straightforward, but [...]

    Read more →

    Instagram challenge

    by  • December 5, 2011 • 0 Comments

    The instagram challenge from few weeks was quite interesting. Even though I missed out on t-shirt, I got an offer for their sticker (which I promptly forgot to reply to !). Here is my solution:

    Read more →

    Stepping into “future”

    by  • December 5, 2011 • 0 Comments

    It has been a long time since I have posted anything here. Since my last post, quite a few things have changed. As my posts here clearly highlight, I mostly use Flex for my visualization works and few weeks back there were some development which pointed at the direction of future web development. Everybody knows [...]

    Read more →

    FLEX 4.5 Datagrid : Scroll to row/column

    by  • October 11, 2011 • 0 Comments

    Flex 4.5 DataGrid seems to be the recurring theme of this blog. Just can’t seem to break out of it. Not with the post like this, which shows how to scroll to specified row/column. Hopefully it will be the last post of this series (unless I find some massive world-changing bug in DataGrid). Anyway, one [...]

    Read more →

    Code Kata and Git

    by  • September 21, 2011 • 0 Comments

    Even though I have been practicing code kata for a while now, this is the first time I am organizing (and documenting) it with Git. So for this momentous occasion, I figured it would be fitting to start the process by using one of the code katas by its neologist Dave Thomas. This kata deals [...]

    Read more →

    R : Combining “xlsx” files

    by  • August 25, 2011 • 0 Comments

    Yesterday, I had to write some codes to merge hundreds of “xlsx” files into one csv file. I wanted to avoid java, because of my experiences with POI and jexcelapi mostly due of the number of lines of codes that I had to write. I looked around for packages in Python (can anybody beat python [...]

    Read more →

    Everywhere I see is distance!

    by  • August 21, 2011 • 1 Comment

    Recently I was reading a wonderful book called “Programming Collective Intelligence” and it got me thinking more about the ubiquity of similarity (especially the topic on recommendation system). The concept of similarity is so ubiquitous yet we somehow let it creep under our observational radar. Its almost similar to breathing – we keep on doing [...]

    Read more →

    FLEX : Messaging with Parsley

    by  • August 3, 2011 • 0 Comments

    Lately I have been working with Parsley framework a lot after a brief hiatus. And it still keeps on pleasantly surprising me with what it has to offer. Parsley messaging framework is one of them. Its simple enough to understand and it provides really clean decoupling (between objects as well as from framework). Decoupling sending [...]

    Read more →

    FLEX 4.5 : Locked Columns…Yet another spark datagrid post

    by  • July 29, 2011 • 4 Comments

    I tried hard not to add yet another post related to spark datagrid, but this one has been such an annoying experience that I am compelled to share it with anybody who would listen. By now it must be well-known to the flex community that the current version of spark datagrid doesn’t have the lockedColumnCount [...]

    Read more →