Main > Free Download Search >

Free latitude and longitude script

latitude and longitude

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 687
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
PHP distance Calculation using Latitude and Longitude using GeoDataSource 1.0

PHP distance Calculation using Latitude and Longitude using GeoDataSource 1.0


This routine calculates the distance between two points. It is being used to calculate the distance between two locations using GeoDataSource Products more>> This routine calculates the distance between two points. It is being used to calculate the distance between two locations using GeoDataSource Products<<less
Added: 2006-08-16 License: Freeware Price: $0.00USD
76 downloads
 
Other version of PHP distance Calculation using Latitude and Longitude using GeoDataSource
Articles and scripts

Articles and scripts


Articles covering a wide range of high end computer hardware and software and other consumer electronics. We also have thousands of scripts for web developers. more>> Articles covering a wide range of high end computer hardware and software and other consumer electronics. We also have thousands of scripts for web developers.<<less
Added: 2005-04-22 License: Price: 0.00 Price: $0.00USD
11 downloads
Globalization and Localization 1

Globalization and Localization 1


Tutorial explains how to make international applications customizable to users belonging to different nations, cultures, or regions. The local is the combination of a language and a country. An application uses the locale to identify the preference more>> Tutorial explains how to make international applications customizable to users belonging to different nations, cultures, or regions. The local is the combination of a language and a country. An application uses the locale to identify the preference of a user.<<less
Added: 2008-06-30 License: Freeware Price: $0.00USD
14 downloads
Long Date And Time Format

Long Date And Time Format


The Following code will print out the date so that its in a long date format including the appropriate suffix - i.e st, nd, rd. Heres the code in action: Thursday 12th May 2005 more>> The Following code will print out the date so that its in a long date format including the appropriate suffix - i.e st, nd, rd. Heres the code in action: Thursday 12th May 2005<<less
Added: 2005-05-12 License: Freeware Price: Free
1631 downloads
Rails and SQL queries

Rails and SQL queries


Ruby on Rails is Model-View-Controller web-application framework. Rails uses ActiveRecord database abstraction classes to work with SQL tables. However, sometimes it is more convenient to work with pl more>> Ruby on Rails is Model-View-Controller web-application framework. Rails uses ActiveRecord database abstraction classes to work with SQL tables. However, sometimes it is more convenient to work with plain SQL queries(without any model classes) for specific database operations.<<less
Added: 2006-11-06 License: Other Free / Open Source License Price: Free
669 downloads
PHP Articles and Tutorials

PHP Articles and Tutorials


Listing of more then 100 Articles on Php Including tips,tricks,how like 1.Apache, MySQL & PHP for Windows 2.Creating Dynamic Website Content with PHP - MySQL 3.PHP Server to Client with No Refresh. 4. more>> Listing of more then 100 Articles on Php Including tips,tricks,how like 1.Apache, MySQL & PHP for Windows 2.Creating Dynamic Website Content with PHP - MySQL 3.PHP Server to Client with No Refresh. 4.Some PHP functions you must know 5.PHP & Dynamic Content<<less
Added: 2006-10-05 License: Freeware Price: Free
1116 downloads
Include() and Require()

Include() and Require()


Learn how to spead up your developing by using PHP include() and require() functions. Dynamicly including your functions, header, footer and graphic. more>> Learn how to spead up your developing by using PHP include() and require() functions. Dynamicly including your functions, header, footer and graphic.<<less
Added: 2004-01-27 License: Not Specified Price: Free
2102 downloads
ASP image resize and convert

ASP image resize and convert


Short sample to resize and convert jpeg, gif and png image files from an ASP page on-the-fly using Chart object from Office web components. Live online sample. more>> Short sample to resize and convert jpeg, gif and png image files from an ASP page on-the-fly using Chart object from Office web components. Live online sample.<<less
Added: 2007-02-06 License: Freeware Price: Free
656 downloads
TimeTrex Time and Attendance

TimeTrex Time and Attendance


TimeTrex is a complete Web-based payroll and time management suite that offers employee scheduling, time and attendance (timeclock, timesheet/timecard), job costing, invoicing, and payroll in a single more>> TimeTrex is a complete Web-based payroll and time management suite that offers employee scheduling, time and attendance (timeclock, timesheet/timecard), job costing, invoicing, and payroll in a single package. Employees can use Web browsers or timeclocks to track their time and attendance, check their own timesheet for missed punches, and respond to flagged timesheet errors. Payroll administrators can quickly generate paystubs and process payroll based off timesheet information or export timesheet data to other applications.<<less
Added: 2006-08-15 License: Other Free / Open Source License Price: FreeAdditionalInfoMozillaPublicLicensev1.1
1877 downloads
Calculate Distance and Radius in Perl 2.0

Calculate Distance and Radius in Perl 2.0


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. 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: $0.00USD
11 downloads
 
Other version of Calculate Distance and Radius in Perl
License:Freeware
Download
1445 downloads
Added: 2005-11-26
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
Quote And Link Bookmarklet

Quote And Link Bookmarklet


This bookmarklet creates a blockquote element with cite attribute, paragraphs and address element for the source link. * You want to quote some text from another website? * You want to link back to the original? * You want to do this in a more>> This bookmarklet creates a blockquote element with cite attribute, paragraphs and address element for the source link. * You want to quote some text from another website? * You want to link back to the original? * You want to do this in a semantical way? Mark some text. - Hit the bookmarklet. - Copy and paste.<<less
Added: 2006-04-03 License: Freeware Price: $0.00USD
11 downloads
PHP validation and verification

PHP validation and verification


This is one the trickiest parts of any application at all. Why is that? Because the developer doesnt control it. You can write the best algorithm in the world, but still if it includes user input there is a place for mistakes. Even if we put some more>> This is one the trickiest parts of any application at all. Why is that? Because the developer doesnt control it. You can write the best algorithm in the world, but still if it includes user input there is a place for mistakes. Even if we put some coplicated logic to prevent the input of wrong symbols, check the consistence of the data and do whatever possible to make sure that it is all OK, there is still possibility that the users enter the wrong number. Though all said, we must try to prevent the most of human errors and the best way to do this is by using Regular Expressions. Basicly Regular Expressions are used for string matches. They are based on search and pattern matching strings in text. A lot of books are written about them, there are even some programming languages designed especially for Regular Expressions.<<less
Added: 2007-12-08 License: Freeware Price: $0.00USD
13 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
Calculate Distance and Radius in ASPdistance 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 b. Calculate Distance and
License:Freeware
Download
1283 downloads
Added: 2006-05-21
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5