Main > Free Download Search >

Free distance between two locations script

distance between two locations

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 986
Finding the difference between date

Finding the difference between date


This code will find the difference between two dates, either in months, quarters, or days. more>> This code will find the difference between two dates, either in months, quarters, or days.<<less
Added: 2007-07-13 License: Other Free / Open Source License Price: Free
847 downloads
How to Make AJAX Read between the Lines

How to Make AJAX Read between the Lines


The method for getting information through an implicit request can be applied not only for technical dictionary. Have you ever wondered about the double underlined links in such projects as hotscripts more>> The method for getting information through an implicit request can be applied not only for technical dictionary. Have you ever wondered about the double underlined links in such projects as hotscripts.com and devarticles.com? This is context-dependent advertising based on IntelliTXT engine from Vibrant Media (www.vibrantmedia.com). When the mouse cursor points to such a link an advertisement window appears. This technology is referred to as in-text advertising. This method is also increasingly used on news portals. The main page contains only the news headings. Yet when the user puts a mouse cursor over the heading a short description appears. Thus the main page can hold a lot more news. The visitor sees the headings and all he/she has to do to get a short summary is to browse through the items with a mouse cursor. Let us now look into how contextual help can be implemented with AJAX.<<less
Added: 2007-01-18 License: Freeware Price: Free
1012 downloads
Differences between .Net Framework 2.0 and 3.5 1

Differences between .Net Framework 2.0 and 3.5 1


This tutorial reviews new features in .Net Framework 2.0, 3.0 and 3.5. Microsoft is always been stepping ahead of its competitors by bringing great new features and products in the market. The new development environment comes with tons of new more>> This tutorial reviews new features in .Net Framework 2.0, 3.0 and 3.5. Microsoft is always been stepping ahead of its competitors by bringing great new features and products in the market. The new development environment comes with tons of new features and design differences. .Net Framework 3.5 is ready to make futuristic websites with its extremely easy to use interface, rich accessibility features and new design that allows to reduce the time and efforts in website development.<<less
Added: 2009-03-12 License: Freeware Price: $0.00USD
11 downloads
Language Translation Class

Language Translation Class


The class embraces curl and the google translation service to translate strings between english, spanish, italian, french and german. more>> The class embraces curl and the google translation service to translate strings between english, spanish, italian, french and german.<<less
Added: 2007-06-28 License: Free for non-commercial use Price: Free
612 downloads
What is the difference between JDK and JRE 1.0.0

What is the difference between JDK and JRE 1.0.0


The "JDK" is the Java Development Kit. i.e., the JDK is bundle of software that you can use to develop Java based software. The "JRE" is the Java Runtime Environment. i.e., the JRE is an implementation of the Java Virtual Machine which actually executes more>> The "JDK" is the Java Development Kit. i.e., the JDK is bundle of software that you can use to develop Java based software. The "JRE" is the Java Runtime Environment. i.e., the JRE is an implementation of the Java Virtual Machine which actually executes Java programs.<<less
Added: 2007-05-24 License: Freeware Price: $0.00USD
13 downloads
Calculate Distance and Radius in ColdFusion

Calculate Distance and Radius in ColdFusion


This function calculates the distance between two locations by using latitude and longitude from ZIP code, postal code or postcode. The result is available in miles, kilometers or nautical miles based more>> This function calculates the distance between two locations by using latitude and longitude from ZIP code, postal code or postcode. The result is available in miles, kilometers or nautical miles based on great circle distance calculation.<<less
Added: 2005-11-26 License: Freeware Price: Free
829 downloads
US Zipcode Distance Calculator 2.0

US Zipcode Distance Calculator 2.0


Enter two 5 digit US zipcode, get the distance. more>> Enter two 5 digit US zipcode, get the distance.<<less
Added: 2005-03-03 License: Price: 0.00 Price: 0.00
12 downloads
 
Other version of US Zipcode Distance Calculator
US Zipcode Distance CalculatorGDSLand.com - Enter two 5 digit US zipcode, get the distance. US ... Enter two 5 digit US zipcode, get the distance
License:Not Specified
Download
1731 downloads
Added: 2005-03-03
Zip Code Range and Distance Calculation class 1.2.0

Zip Code Range and Distance Calculation class 1.2.0


This is a PHP class to do various calculations with zip codes. Its primary purposes are to calculate the distance between two zip codes and to extract all the zip codes that are within a range of a given zip code. All calculations are based on lattitude more>> This is a PHP class to do various calculations with zip codes. Its primary purposes are to calculate the distance between two zip codes and to extract all the zip codes that are within a range of a given zip code. All calculations are based on lattitude and longitude coordinates stored in the database. Included is a class file, demonstration file, and the sql files required to create and populate the MySQL tables. ** UPDATE ** Added code to make the function which gets a range of zip codes execute ALOT faster. Went from 3.2 seconds to 0.42 seconds! Modification was submitted by Jeff Bearer<<less
Added: 2005-04-16 License: GPL Price: $0.00USD
13 downloads
 
Other version of Zip Code Range and Distance Calculation class
Zip Code Range and Distance Calculation classIts primary purposes are to calculate the distance between two zip codes and to extract all the ... Its primary purposes are to calculate the distance between two zip codes and to extract all the
Price: FreeAdditionalInfoFreeforalltouse,modify,anddistribute.
License:GPL
Download
1678 downloads
Added: 2005-04-16
Difference between HashMap and HashTable 1.0.0

Difference between HashMap and HashTable 1.0.0


Both provide key-value access to data. The Hashtable is one of the original collection classes in Java. HashMap is part of the new Collections Framework, added with Java 2, v1.2. The key difference between the two is that access to the Hashtable is more>> Both provide key-value access to data. The Hashtable is one of the original collection classes in Java. HashMap is part of the new Collections Framework, added with Java 2, v1.2. The key difference between the two is that access to the Hashtable is synchronized on the table while access to the HashMap isnt. You can add it, but it isnt there by default.<<less
Added: 2007-05-24 License: Freeware Price: $0.00USD
12 downloads
The Difference Between require() and include()

The Difference Between require() and include()


Did you know that require() and include() work differently? Both are used for including code in another file into your program, but there is a crucial difference in how they operate when that file can more>> Did you know that require() and include() work differently? Both are used for including code in another file into your program, but there is a crucial difference in how they operate when that file cannot be read which any PHP programmer needs to know about. Theres also a slight difference with require() between new and older versions of PHP which this tutorial discusses too.<<less
Added: 2006-01-04 License: Other Free / Open Source License Price: Free
1393 downloads
Calculate Distance and Radius in ASP 1.0

Calculate Distance and Radius in ASP 1.0


This ASP function calculates the distance between two locations by using latitude and longitude from ZIP code, postal code or postcode. The result is available in miles, kilometers or nautical miles based on great circle distance calculation. more>> This ASP function calculates the distance between two locations by using latitude and longitude from ZIP code, postal code or postcode. The result is available in miles, kilometers or nautical miles based on great circle distance calculation.<<less
Added: 2006-05-21 License: Freeware Price: $0.00USD
13 downloads
 
Other version of Calculate Distance and Radius in ASP
License:Freeware
Download
1283 downloads
Added: 2006-05-21
Shadow button with two sounds

Shadow button with two sounds


See this step by step tutorial and learn how to create simple shadow button with two sounds. To create this tutorial you dont have to use action script. more>> See this step by step tutorial and learn how to create simple shadow button with two sounds. To create this tutorial you dont have to use action script.<<less
Added: 2007-04-17 License: Freeware Price: Free
925 downloads
Applying and changing blur effect on two pictures

Applying and changing blur effect on two pictures


Learn how to apply and after that how to change blur effect on two pictures. more>> Learn how to apply and after that how to change blur effect on two pictures.<<less
Added: 2007-08-23 License: Freeware Price: $0.00USD
11 downloads
Calculate Distance and Radius using Latitude and Longitude in Java

Calculate Distance and Radius using Latitude and Longitude in Java


This function calculates the distance between two locations by using latitude and longitude from ZIP code, postal code or postcode. The result is available in miles, kilometers or nautical miles based more>> This function calculates the distance between two locations by using latitude and longitude from ZIP code, postal code or postcode. The result is available in miles, kilometers or nautical miles based on great circle distance calculation.<<less
Added: 2005-11-26 License: Freeware Price: Free
870 downloads
ZIPCodeWorld? Store Locator Live

ZIPCodeWorld? Store Locator Live


Add a free US ZIP code or Canada postal code search locator for local business, organizational, branch locations, event locations and more to any web site in less than 10 minutes. The results show each locations distance from your customer and even more>> <<less
Added: 2006-03-09 License: Other Price: $0.00USD
13 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5