- Home
- About
- My work
- Photoshop poster design
- Kaun banega crorepati game (kbc2) (download the game)
- Textoo : iPhone (and now Android) app to send free SMS using web gateways
- 3ds max animation
- Multi user avatar chat based flash website for Incident 09
- Video editing / post production / audio mixing
- Joomla real estate component built using ExtJS
- Facebook cricket betting application
- Swishmax projects & Flash website for Incident 08 using Swish
- PHP-Selenium Framework for UI Automation
- PHP based CMS with chat
- Twitter reputation score
- Downloads
- Contact
My Current Location
Update as of 17 June 2011 : I have changed my phone from Nokia E71 to iPhone 4 and I found a better way to display my location. In Nokia Symbian Phones, the Google maps app itself included a feature to auto update in the background, but the battery drain was considerably high . Also , whenever I reboot my phone, I forget to enable tracking after bootup. Now in iPhone 4 in addition to the google latitude app, you could use Apple’s implementation of mobileme.com find my iphone tracking service right from iOS. I found this really cool script sometime back called playnice (PHP script run as a cronjob). This script will manually initiate a mobileme.com “find my iphone” request which will fetch my iphone’s current location instantly and use the data to update my google latitude location. This way, the battery drain is negligible because there is no background app running on my phone tracking my location, instead … my server initiates a location update request at a frequency which I specify and this request reaches my iPhone more or less consuming data as much as a PUSH notification only . This way I am always getting tracked even if I reboot my phone and there is no need of any app to be running in the background. Also there is no location history in mobileme.com, but with playnice, my server maintains a complete geo co-ordinates history in a text file, which will help me better track my phone , in case it gets lost.
My location data is automatically fetched using Google Latitude Location API. The Google maps app on my phone broadcasts my location automatically and thus you can see my current location on this page
The iframe displayed below uses google location API to fetch the address of my current location. You should head on to this post to read a tutorial on adding this to your own blog.
The mapme.at widget here shows all the locations I have visited in the last 1 week and can pull the data from both Google latitude and Foursquare servers. Pretty cool widget if you switch between foursquare and google latitude/maps on your phone very frequently.
Incoming search terms:
- my current location (177)
- show my current location (121)
- current location (52)
- track my current location (49)
- show my location (25)
- show my current location on map (24)
- my present location (22)
- my current position (19)
- show my present location (18)
- yhsm-inucbr_001 (14)
No trackbacks yet.
KBC game : Kaun Banega Crorepati online flash game 2013
about 12 years ago - 2,206 comments
KBC game will load below Game requires Flash plugin 9 New KBC HTML5 game launched This was a simple game I created using SWiSH in 2005. The questions appear randomly with no logic for the levels of difficulty and the “Phone a friend” lifeline is a dummy lifeline with no real purpose. The game was hosted…
Textoo Pro ; in the works
about 13 years ago - 1 comment
July 17th 2011 : Textoo Pro now in the apple app store. Download it here : http://textoo.in July 10th 2011 : Textoo v2.0 renamed to Textoo Pro Release of Textoo Pro has been postponed to July 15th 2011 due to app store codesign issues. Here’s a sneak peek into the brand new version of Textoo…
Webcast Recording: Titanium for New Developers
about 13 years ago - 5 comments
Hi all, This is a recording of the webcast on Titanium for New developers ( a high level overview of Titanium architecture), hosted by Kevin Whinnery at Appcelerator Inc. This webcast was broadcast on 5th Jan 2011, 9am PST. Click here to view the webcast Incoming search terms:Titanium for New Developers webcast (7)titanium webcasts (3)titanium…
What’s my twitter reputation score ?
about 13 years ago - 1 comment
Last month, Twitter founder Evan Williams announced during the Web 2.0 summit that Twitter.com internally keeps a record of every users reputation score. This made me wonder how do they calculate each users reputation mathematically. After some thought, I charted out a few parameters based on which they could possibly arrive at a quantitative measure…
Java resource bundle modification to identify hardcoded strings
about 13 years ago - 1 comment
Was involved in the modification of the Java ResourceBundle class to make it optionally decorate all the strings coming from any specific resource bundle with certain special characters so that visual identification of hardcoded strings is possible.
27th Oct – Appcelerator Titanium Webinar Recording , questions and answers
about 13 years ago - 4 comments
Recording Watch the webcast recording for the Q&A session here Q&A Transcript These are the questions and answers which were posted during the Titanium webinar which took place on 27th Oct 2010 Q: Will Blackberry still be windows only? A: it’ll be mac when RIM adds a Mac simulator Audience Question Q: Does Titanium support…
Titanium Mobile vs Sencha Touch
about 14 years ago - 9 comments
I just tried out the sencha touch examples on the android 1.6 simulator and the performance is pathetic. Seems like google forgot to properly implement their javascript V8 engine onto their OS. Appcelerator’s Titanium Mobile and Sencha touch are 2 different frameworks which address a totally different set of audiences. Comparing them is like comparing…
Video editing / post production / audio mixing
about 14 years ago - 3 comments
These are the 3 parts of the short film made for final year smriti DVD for my college engineering branch.The camera work, editing and background score stitching was done by me.
Kaun banega crorepati game (kbc2) (download the game)
about 14 years ago - 300 comments
Update as of 5th June 2011 : Source code for the game has been published on this page. Now you can change the game as you wish, using Swishmax (www.swishzone.com) Update as of 20th Dec 2010 : I have been noticing quite a lot of visitors reaching this page through google search. So drop in…
3ds max animation
about 14 years ago - 4 comments
Playiing with reflection & refraction materials combined with smoke and particles became my new way to pass time. With help from the ’3dsmax 6 Bible’, I learnt a few basics. Here are some of the videos I rendered:
about 13 years ago
Dear Kiran,
What you are showing here with displaying actual position is really cool!
I was looking for a similar thing for travel purposes. You mentioned that it is possible to update location using a cell phone with special app. That, unfortunately, requires sending some data via GPRS which wile using roaming can be extremely expensive.
Do you know if this google latitute app can receive GPS coordinates via e-mail or sms? That would not require using internet on a cell phone thus would reduce costs to the cost of sending a sms with GPS coordinates…
Have you got any idea how to do that?
Best regards,
Michael
about 13 years ago
I dont think that google latitude supports email/sms updates, but you could do it through mapme.at
Create an account at http://www.mapme.at and then goto Sources.
1. To update your location via email, they offer a free service. This is what their website reads : “Send an email containing something like :lat=51.50326:lon=-0.11968: to this address to log your location. You should keep this email address secret and treat it like a password to make sure that noone else can change your logged location.”
2. To update your location via SMS you could use twitter+mapme.at integration. Tweet using twitter’s SMS service and put your location in brackets , e.g. (5th Avenue, NY) Shopping in the big apple baby!
And then mapme.at can read this location if you enable it in your sources tab.
This way you could use mapme.at’s widget to display your location (using export.html including a time period like ‘past 10 days’) and display it in your website.
about 13 years ago
man u r amzing!!!!!i joined nitk this year!!!!its great to c ur work !!!!!!!
about 13 years ago
Hi Pruthvi, Thanks, and all the best for NITK. have fun !
about 12 years ago
Welcome To Fun Planet
Play Kaun Banega Crorepati With Us
about 12 years ago
it is very good play for all
about 11 years ago
ur email id is not working i want ask about sms.please send me a mail. so i need to know about complete sms.
about 11 years ago
hi sir you are really great and i salute you sir
your think………
about 11 years ago
I LIKE KAUN BANEGA CROREPATI
about 11 years ago
I LOVE CROREPATI GAME
about 10 years ago
just love the KBC game , its really addictive .
about 8 years ago
Please provide the link to download the source of flash-KBC. Unable to download from link provided , error need to login.
please help.
This is great applciation for family connect event. GodBless You.
I am eagerly to download.