Category: Technology

Simple mash of Twitter and Google Maps 3

Simple mash of Twitter and Google Maps

Got inspired by Twittervision mapping your tweets on Google Map. They don’t have a widget to put the map on your blog. Nevertheless I wouldn’t have used their widgets as they slow down the site. I hacked a piece of code in php/js to achieve the same on my site. Geo microformat L:lat,lan...

Every Quote About TATA’s Nano Almost 12

Every Quote About TATA’s Nano Almost

“We can not make a Rs one lakh car. Our engineers have said they cannot do it.” – Shinzo Nakanishi, MD Maruthi Suzuki India “Since, a promise is a promise the standard dealer version will cost Rs 1 lakh” – Ratan Tata releasing the Nano to the world An official of Hyundai Motors...

How to bypass IE warning messages when accessing an html file from local file system 14

How to bypass IE warning messages when accessing an html file from local file system

I usually code my HTML/JavaScript in a simple text editor like notepad++. I usually open it in IE ( Internet Explorer) or FF to test it. Firefox doesn’t have any problems in opening the local files. But IE doesn’t believe my local files. Every time I open a local html file using IE...

Bug Fix for Sortable Table – Sorting Date functionality 0

Bug Fix for Sortable Table – Sorting Date functionality

Sortable Table is a great javascript library for client side sorting of HTML table. Its under Apache 2.0 license so its very compatible. Recently I faced a bug when sorting date columns. It was not sorting the dates properly. After some debugging I got to know that the library assumes the date format...

Bangalore Police with Blackberry 3

Bangalore Police with Blackberry

This gentleman obliged my request for photograph. He was actually in angry mood. He was not really happy with a two wheeler parked in no parking area. He was not in a mood to pose for my K750i initially. Then I convinced with some general talking about the traffic violators and other stuff....

Javascript libraries for logging , XML parsing 0

Javascript libraries for logging , XML parsing

jsLogger – JavaScript logger for your web application Coded by yours truly.JsLogger is a Javascript logger utility. Just include it in your HTML file using script tag. And start logging. Has many features like disabling logging, Styling etc. Its just v1.0. Give your suggestion to improve it XML to JSON – a converter...