Save editing WordPress theme on live site

I’m preparing to make major change in layout of this blog, mostly because of poor bounce rate. When reader comes here from Google, and lands directly on some post page, there are no suggestions what he/she can read more. I do believe I have here some useful content and make bounce rate better. So I …

Code generation and events in Google Maps API

I’m moving fast with new RNS features development and I discover new GM API nuances, this time with events. In map edition mode it will be possible to change icons for particular route points and add some notes. All markers are kept in array, and for each marker I add listener for event ‘click’ which …

Smaller labels on Google Maps

I’m using TLabel library to support more compact and handy labels on map in RNS application. It works very well, buthen You add labels on map with many other elements (markers, polygons) You may noticed label is below markers. This makes labels hard readable. This is caused by default level on which are they attached …

Migrations with advanced data operations

I was quite busy last week. I’m developing major upgrade to Run-N-Share, my daily job brings me some normal Cisco (eeek it is no more fun and exciting thing for me) related work, and I was testing updated geocoding services for Poland area from Google (in polish). Making major changes to RNS means migrations heavy …