Category Archives: web programming

how to ignore *.php requests using Apache

This will redirect any *.php requests to your 404.html and save resources in your server.
Also posted in Ruby programming, open source | Tagged , , , | Leave a comment

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 developer tools | Tagged , , | Leave a comment

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 , , | Leave a comment