Support software developers

Last night I was struggling with Google Maps API and JavaScript. In my simple tool to create shapes suitable to use in Google Maps applications I have discovered bug – when creating shape You could drag&drop only last one marker. I’m quite sure it was working in March when I have released this version. I …

Why I do enable caching in development mode?

When I develop any application in Rails big enough to use caching I always turn on caching in development mode. Why? I’m using bundled_assets plugin, and waiting for bundling all files for every request would be annoying enough to enable caching. But this is minor reason. I do enable caching to catch errors with wrong …

RNS update, setImage tested

It become time to release update to RNS, route oriented site. From user perspective there are no big changes, maybe using setImage(), Google Maps API markers quite new feature as I have announced previously. This should make changing icons much faster and looks better than old delete/add marker. But under the hood there is a …