Pages
Categories
Archives
Category Archives: web programming
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
getting started with Cucumber and Webrat on Rails
A couple of months ago I started using Cucumber in one of my projects. I think it’s a great tool for large projects. It makes it easier for developers joining the project and it gives the development team a lot of confidence when changing the code.
If you have a running set of tests, you know [...]
Also posted in open source, programming Tagged programming, rails, software development Leave a comment

how to ignore *.php requests using Apache