Author Archive
-
Dec 30, 2008
6 CommentsGoogling “Google” On Google
Have you ever tried searching for “Google” on Google? You might have or not, I don’t know, but when I asked to one of my friend he gave me a very humorous answer. He said it would go into a “infinite loop“. Mathematically speaking R=G(G), here R is Result and G stands for searching in Google,...
-
Oct 26, 2008
7 CommentsNewsletter Email Tracking: Read or Not?
I have completed first phase of a simple, yet useful Newsletter System. When I demonstrated to the clients, they came up with a question if the newsletter being send was opened or not by the newsletter subscribers ? I then thought.. let see how its done. Then I came with this simple tracking trick, most...
-
Sep 23, 2008
2 CommentsFacebook Chat On a Side Bar Of Mozilla
These days I am using Facebook a lot and no wonder everyone is using Facebook a lot. And the number of online users on Facebook are sometimes more then my MSN Messager online friends list. I get so much of words from my friends saying I did not reply to their message on Facebook Chat....
-
Jul 22, 2008
2 CommentsAjaxified File Uploader Using IFrame
Today, while writing a code for AJAX file uploader, I was trying to do with [wiki]SALAJAX[/wiki]. But, with SALAJAX I could not manage to send the headers for $_FILES. So I thought of an alternative. And the alternative was to load the action page of the form on [wiki]IFrame[/wiki], whose display would be hidden and...
-
Jul 16, 2008
No CommentsTabbed Infowindow in Google Maps
I wanted to show different categories of information on one GMarker. That is I wanted to show different types of information on a Infowindow for a point on Google Maps. For that I used a tabbed info window, which helped me to show different data on each tabs. Here is the code of what I...
-
Jul 11, 2008
24 CommentsMapping The IP Address to Latitude and Longitude In Google Maps
At last I found hostip.info provides a service for getting the latitude and longitude of a place on the basis of the user’s ip address. Its light weight and free, rather than downloading bulky database and getting paid services, for getting latitude and longitude on the basis of IP. Here is the simplest way to do...
-
Jul 08, 2008
5 CommentsWikilinki Ver 1.0 Released
For last few days I have been trying to understand wordpress ins and outs, and had an idea of developing simple plugin for [wiki]wordpress[/wiki]. I thought people would want to give the reference of most of the words they use in their post to wikipedia, and placing it manually would be a very difficult task....
-
Jul 04, 2008
7 CommentsSurprised ! I installed a new theme.. Yeha
I was just wandering through the themes factories of wordpress I came across this theme BlueUzor by skinpress, had a demo view and I had opened the last theme I installed on the tab of mozilla. Then I compared the two.. I thought what a bad choice I had before! ...
-
Jun 26, 2008
7 CommentsConfiguring TinyMCE:Simple Setup
Everybody is already familiar with WYSIWYG editor. Before, doing CMS projects I used to use fckeditor, and I always had a problem with its bad design and loading time. Though you can config the editor to just the actions you need. I still felt something was not right about it. And I searched about editors,...
-
Jun 18, 2008
6 CommentsLatitude and Longitude Of a Place in Google Maps Using Zip Code
I have already posted similar post for finding out the latitude and longitude of a place using Google maps, but when I studied the traffic details and found out that when people visit that post, they sometime come with keywords like zipcode+latitude and longitudes, so I thought it would be better to them to post...