Category Archives: developer tools

SVG Javascript chart libraries

The last couple of weeks I worked on a feature that required to display a set of charts. Namely, a pie chart and a bar chart. One of them had to be interactive. We didn't want a Flash chart. I did some research and found these libraries: gRaphaƫl Highcharts Google Chart Tools
Also posted in web programming | Tagged , , | Leave a comment

“Aptana Unified Builder” problem & solution

I ran into a problem today with RadRails 2 and its 'Aptana Unified Builder.' I was trying to launch my project and the IDE kept hanging on "Invoking 'Aptana Unified Builder' on '/project'"
Also posted in programming | Tagged , , , | Leave a comment

how to work with git local branches

Compared to SVN and CVS, I think the best thing about Git is Github. It's awesome how you can see the history of your source code.
Also posted in linux/unix world, programming | Tagged , , , | 3 Comments