Categories

A whole new Android App to calculate fares

Well! You may call this an update to my earlier post “Android application to calculate Auto Fare“, but this is truly a lot more and its not just for Autorickshaws.

With FareMeter, you no more have to worry about the fleecing Autorickshaw drivers or tampered meters. You can also compare fares for different service provides, be it [...]

Android application to calculate Auto Fare - v1.2.3

Updated to version 1.2.3

New Features:

Set your own settings: Allows anybody to use the application anywhere by configuring the fare rates.
Option to calculate distance in Miles and Kilometers
Option to calculate fare in Rupees (Rs) and Dollars ($)

=======================================

This is an update over my last post Android application to calculate Auto fare in Bangalore. I have added support for [...]

Android application to calculate Auto fare in Bangalore

AutoFareMeter is an android application that calculates auto fare in real-time while travelling. The application requires GPS enabled mobile for calculating the distance and fare. This application presently will only work for Bangalore fares. I will later extend it to include other cities as well. But for now, lets see if this is any way helpful [...]

Pixel Converter

This is an update to my earlier post Pixel to EM converter which focused on the online utility to convert ‘pixels’ to ‘ems’. I have updated the utility to support more units and it now can convert between any of the following units:

Pixel
EM
Point
Percent

You can also convert a CSS file contain any of all of the above [...]

HTTP REFERER header not set when location.href is used for page navigation | Microsoft Connect

Its pretty frustrating to see that IE doesn’t set the ‘referer’ header when navigating pages using ‘location.href’. The header is set properly if you are using anchor tags (<A>) to navigate through pages.

Normally this is much of an issue for navigation unless you validate using the referer header. One such case is when you are using [...]