Join Facebook on Mobile and get Rs 50 Talktime

As per Alexa ratings, Facebook stands world`s No.1 popular site.
 The company is enticing users to join the social network by offering Rs. 50 talk time to every new users who signs up using a mobile phone.


 Today i`m going to present you a promotional offer from Facebook through which you can get Rs.50 talk time on your mobile.

Site:

                   https://m.facebook.com/tt

(Note: Only this Registration link will offer you Recharge as it is promotional offer)


The offer is only valid for new Users and old users cant avail this.

I think this is the best idea for increasing number of users on Facebook,but it also results in increase of Fake profiles.


See Also:




Live Train Locator [Rail Radar]

Indian Railways has launched a live Train tracking site named Rail Radar with the help of Google Maps.The main feature of this site is to locate the exact location of the Train. For now it is working with almost all stations in India.

This web service is purely developed by Html5,So it can be accessed through any device having Internet connectivity. There is no developed app for it,but we can expect soon.

It is been developed by  Railyatra.in company which earlier provided various services like knowing present location of train through sms and train enquiry.






  Site:                      http://railradar.trainenquiry.com/

  Features:
  
               1.Provides Zoom in and Zoom out features.

                  2.Displays actives trains status.

                  3.Displays location and status of trains.

                  4.Search with locations or Stations tabs.

It actually doesn't support GPS data.Train is mapped on the basis of the data received from the station.That means,we are not getting the exact live location of train.

  This project is a Ad-Relief project where the preview is been loaded by the Google Maps.      

Rename "Refresh" in Windows XP

Now you can Rename Refresh text of right click menu in Windows XP easily in few steps.You can rename to any desired text easily.

Requirements:

                 1. Resource Hacker 

                 2. Replacer Tool

                 3. A basic knowledge on computer.

You can download Resource Hacker and Replacer tool from here.




Steps:

   1.Download link from the above link

   2.Open Resource Hacker and click open.

   3.Browse C:\WINDOWS\system32 and choose shell32.dll

   4.Go to Shell32.dll>Menu>215>1033


   5.Change the name Refresh to any other name you want.



    6.After changing it,Just click on Compile Script button and then Save as shell32.dll on desktop (dont save it in system32 folder).

   7.Now open Replacer tool  






   8. Now Drag and drop shell32.dll from system32 directory onto the replacer tool and hit Enter.

                                                     

   9.Next Drag and Drop New shell shell32.dll onto the replacer tool and hit Enter.

                                                     
  
   10.Now after Restarting your computer, you can see Refresh name changed.


Please Subscribe to our Newsletter and Follow our updates...Enjoy Guys...

Control Media Player using Hand Gestures



Control your Media player using hand gestures,well this sounds interesting right??Yes..Now you can control your media player using your hand movements around your webcam.


You can Play,Pause,Stop music or videos just with your gestures.




Requirements:

        1.Flutter application.
                      [Windows: Download        Mac: Download ]
       
        2.Webcam

        3. Windows 7 or Mac (it doesn't supports previous versions of windows)    

                           
Steps:

          1.Install Flutter on your PC

          2.Run Windows Media Player,Winamp or iTunes.

          3.Turn On your Webcam.

          4.Start up your music or video

             5.To pause music or video,just hold your hand in front of your webcam.It works under 1 and 6 feet away from webcam

             6.To Start up again,Just Hold your hand back up in front of webcam.

             7.That`s all.Enjoy it.


Many more applications are been developed by Flutter team.So we have to wait until its arrival. :-)









Search Google Maps by Address [tool]


Now you can search Google Maps with address,area,longitude,latitude,pincode through the Google api.
I now designed a tool to search google maps directly with the input text.

The idea behind google map from address is simple.It is based on reverse geocoding google map.I am using google map v3 api.

Lets get right to the topic
to get map from Google you need location’s longitude and latitude
you can get location geocode from google map Geocoder function.

How google maps by address works

google map latitude longitude thumb Google maps by address
Stage 1 : Your Address goes to geocoder.
address includes address, city/town , State, postalcode and country.
Function : google.maps.Geocoder();
Stage 2 : Geocoder fetch your address’s latitude and longitude.
Stage 3: These latitude and longitude value passed to the google map function.
Function : google.maps.Map();
Stage 4: The google map then represent these latitude and longitude value in map.
you can design your info window of address here by
Function : google.maps.InfoWindow()
Also you can set the title of your location by marker function.
Function : google.maps.Marker()

Feature of google maps by address widget

  • You can select from all the four view of google map.
    ROADMAP displays the normal, default 2D tiles of Google Maps.
    SATELLITE displays photographic tiles.
    HYBRID displays a mix of photographic tiles and a tile layer for prominent features.
    TERRAIN displays physical relief tiles for displaying elevation and water features.
  • You can set the zoom level of the map.
  • You can get longitude latitude from google maps address(can find geocode).
  • Find location by latitude longitude google map.

       
                                                      Live Demo
                          


Preview:

googlemap by address thumb Google maps by address

Source: Buffernow.com