Check this out. It is best so far as it is very simple Driving Distance Calculator. Need more accessories to be added.
Simple Map
PHP, MySQL, Joomla, Wordpress and other CMSes as well as CSS, jScript, jQuery related tested & trusted references links will be posted here for every PHP enthusiasts references. Enjoy
Search This Blog
Thursday, August 25, 2011
Monday, August 22, 2011
How to calculate driving distance with Google Maps API
Once upon a time I wrote How to calculate distance with javascript and Google Maps API. This article showed my readers how to calculate the straight line distance between two addresses. It turns out that people really wanted the driving distance between two addresses. I get an e-mail about this about once a day.
Today I will finally provide the long–awaited much–anticipated tutorial: how to calculate driving distance between two addresses using javascript and google maps API.
Driving Distance Calculator Script
-------------------------------------------------------
Taxi Website Designer - Link
Today I will finally provide the long–awaited much–anticipated tutorial: how to calculate driving distance between two addresses using javascript and google maps API.
Driving Distance Calculator Script
-------------------------------------------------------
Taxi Website Designer - Link
How to Stop Baidu spider bot?
here are few links that helps you to stop baiduspider and others too...
One of the websites I manage had been experiencing tremendous use in bandwidth. “Sweet!” we thought, a solid boost in traffic is a good thing. But as time went by, it kept going up and up in an unreal way - something was awry. After checking the log files, I saw that the 3 bots mentioned above seemed to be literally attacking the website. After some Googling, I found that some or all of these robots have run amuck on other websites too, and are generally worthless as far as supplying any valuable traffic - so I just blocked them all by placing the following in my .htaccess file:
Stop unwanted Spiderbots
2nd Link to stop spiderbots
If your site is on an Apache server, you can block using mod_rewrite via .htaccess:
[code]
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^Baiduspider [NC]
RewriteRule .* - [F]
[/code]
----------------------------------------------------------------
We have launched Taxi Website Designer.com in North America
One of the websites I manage had been experiencing tremendous use in bandwidth. “Sweet!” we thought, a solid boost in traffic is a good thing. But as time went by, it kept going up and up in an unreal way - something was awry. After checking the log files, I saw that the 3 bots mentioned above seemed to be literally attacking the website. After some Googling, I found that some or all of these robots have run amuck on other websites too, and are generally worthless as far as supplying any valuable traffic - so I just blocked them all by placing the following in my .htaccess file:
Stop unwanted Spiderbots
2nd Link to stop spiderbots
If your site is on an Apache server, you can block using mod_rewrite via .htaccess:
[code]
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^Baiduspider [NC]
RewriteRule .* - [F]
[/code]
----------------------------------------------------------------
We have launched Taxi Website Designer.com in North America
Thursday, August 18, 2011
PHP Script To Fetch Title, Keyword and Description Tags
Someone recently asked for a way to quickly pull basic page info from a website, so I thought I’d go ahead and share the code for a very easy PHP script that will retrieve the page title, meta keywords and meta description for any website.
Fetch Keywords & Description tags from a URL
script 2 sample
Best sample 3
Fetch Keywords & Description tags from a URL
script 2 sample
Best sample 3
Thursday, August 11, 2011
Location based mobile websites
Goal is to provide a usable geo location framework for mobile websites/widget applications. It wraps the underlying platform specific implementation through a simple JavaScriptAPI that is aligned to the W3 Geolocation API Specification..
Usage Scenario
The framework provides two key methods, it determines if the handset has client side geo location capabilities and one method to retrieve the location (of course only after a request for permission). So a mobile web site that provides location based services can first determine if the client has client side geo capabilites and ask him to assist him in finding his location. If no geo capabilities are given or they are disabled the site can fallback on a manual location input method and use a geodata database/service to map the input to a pair of latitude/longitude coordinates.
Supported platforms
iOS Android Blackberry OS Browsers with Google Gears support (Android, Windows Mobile) Nokia Web Run-Time (Nokia N97,...) webOS Application Platform (Palm Pre) Torch Mobile Iris Browser Mozilla Geode
Geo Location for mobile
Sample script - Working Great
//determine if the handset has client side geo location capabilities
if(geo_position_js.init()){
geo_position_js.getCurrentPosition(success_callback,error_callback);
}
else{
alert("Functionality not available");
}
Usage Scenario
The framework provides two key methods, it determines if the handset has client side geo location capabilities and one method to retrieve the location (of course only after a request for permission). So a mobile web site that provides location based services can first determine if the client has client side geo capabilites and ask him to assist him in finding his location. If no geo capabilities are given or they are disabled the site can fallback on a manual location input method and use a geodata database/service to map the input to a pair of latitude/longitude coordinates.
Supported platforms
iOS Android Blackberry OS Browsers with Google Gears support (Android, Windows Mobile) Nokia Web Run-Time (Nokia N97,...) webOS Application Platform (Palm Pre) Torch Mobile Iris Browser Mozilla Geode
Geo Location for mobile
Sample script - Working Great
Wednesday, August 3, 2011
Ajax Triple Dropdown with States Cities Database
Ajax Dropdown Menu it's make easy for user to use interface. When you choose first dropdown menu data in second dropdown will be filter and data related in first dropdown will be show automatic
For This Example Code is PHP and Database is MySQL
Dropdown Updater Script
For This Example Code is PHP and Database is MySQL
Dropdown Updater Script
Tuesday, August 2, 2011
Subscribe to:
Posts (Atom)