Rails 3.1 and asset pipeline

When we heard the announcement of Ruby on Rails 3.1 RC, we agreed that we upgrade one of our internal applications and check out all of the new…

Adobe Reader Protected Mode

Adobe Reader Protected mode is a new security sandbox feature in Adobe Reader 10. For Reader plugin maintainers it’s can be a huge nightmare, I just wanted to…

Proj4js, L-EST and GeoPoint

This post is about converting Estonian coordinates (L-EST 97, L-EST 92) to the common lon/lat format that probably everyone is familiar with (EPSG4326 or WGS84).

OAuth Disco – No fluff, just code

OAuth is really nice, but it can be quite confusing to get started with. If you’re the sort of person who likes to look at code instead of…

Correct PayPal IPN handling with Rails

While working with different PayPal payment APIs, I have read a lot of tutorials, library code and documentation about the given matter. While there are several quite competent…