I want to use something like Streetmap.co.uk's ActiveX Component on a website so that a visitor can enter a startpoint and destination and I can calculate the distance by road between those 2 points.
This is for a website I'm writing for a mate of mine who owns a Courier firm. He wants to be able to provide online quotes to potential customers. I'm going to be using Brinkster as the webhost so I won't be able to install any Server-side DLL's, etc. Is there anything available to do this?
I am looking for a way create a distance calculator from city to city, zip to zip, so on so forth. I know this has been done many times. Does anyone have this around by any chance. Also does anyone know of a place I can get the db or text file I need for this? I know there are some floating about but haven't came across a decent one yet.
The user searches for a place and then can search for similar places within 5,10,15,20 mile s from the original place. Do I have to have a database of distances or is there some way to calculate it using ASP and mapquest.
I am working on a search which is used to search for something in cities of US.I want to add an option of "include nearby cities".When the user checks this it should bring up the cities near to that also.
so if the users enters city " LOS ANGELS " and state " California".It should bring up some results in california as well as cities near to californai.
Also i have another requirement in this search which is distance search.User will search for something with the option of with 5 or 10 or 15 or 25 etc., miles , so the same above results should occur.
My database contains two fields longitude and latitude.But i do not understand how to use this " include nearby cities" and for distance search.
I am trying to find a software that can find distance between two ZIP codes. I think most of them do it by having the longtitude and latidute of each ZIP, and substract. But this gives the air distance. Where can I find software that find the ground distance (like in Mapquest).
I have been asked to include a fee calculator in a site, which would enable a browser to calcualte fees on the sale/purchase of a property. I have searched Google for ages and cannot find such code. something similar that could be adapted(not too technical) or a basic script to do it that I could buy.
calculate depreciation in javascript language just like
Function DDB( _ ByVal Cost As Double, _ ByVal Salvage As Double, _ ByVal Life As Double, _ ByVal Period As Double, _ Optional ByVal Factor As Double = 2.0 _ )
and SLN(cost, salvage, life) used in Visual Basic?
I just developed a simple math calculator using c# in asp.net, now i want to be able to check for the higest and lowest answer from the label control, how to do this?
I have a site and i have a text box for someone to type in a zip code. i nee dto know how to program, or locate a database, where the results will display my business location(s) by zipcode and display the total distance between the zip code entered by the visitor to the site, and my locations.
like Midas has on their site (www.midas.com) where you type in a zip code and it returns the store locations and how far away they are from you.
I am using this code to produce a distance from two LONg, LAT from two different tables. Can any one help me write the code so that it can pull from the correct tables and then insert into one field in on table. Code:
I have a database of bible verses in hebrew. Each letter is given its value in number. Therefore words will have anumerical value. WHat are the steps that I need to take to search a number and let the search pick up all the words which adds up to that number? First can asp alone do that job? Javascript? VBScript?
I have a database of bible verses in hebrew. Each letter is given its value in number. Therefore words will have anumerical value.
WHat are the steps that I need to take to search a number and let the search pick up all the words which adds up to that number? First can asp alone do that job? Javascript? VBScript?
I'm working on my first ASP web site. The idea of the site is to calculate which mobile phone plan is right for you. The idea is that the user answers a few questions about their calling habits, and the server calculates the ammount of talk time for each plan and then recommends on or two. I've created 2 excell sheets already. One is a user input sheet, the other is a database of all the plans available. At the moment the excell sheet works like this. The user selects a rate plan, enters in their details and calling habits, and a total talk time is displayed on the bottom of the page. I want to go one step further. I want the ASP page im working on to calculate the total talk time for ALL the plans in my database (based on the users input) and then recommend the 3 with the most talk time.All of the tutorials I've seen are simple "add this to, delete this from" database
I need to design a form that does pre-retirement calculations and which I could post on my company website.I'm really not well versed at all with this language so my question is this:
1) Is this a type of calculator I can design myself? If not, what avenues do I have available? 2) If yes, what type of software/freeware is available?I only have MS Info Path on my PC, not really sure if this would be useful 3) What is the easiest way to develop such a form? asp alternatives? 4) The Form is not going to be pulling data from any back end source.Individuals will manually enter their own numbers,this data will not be saved anywhere,users will be able to get a rough idea of their retirement benefits.
I have a database of bible verses in hebrew. Each letter is given its value in number. Therefore words will have anumerical value. WHat are the steps that I need to take to search a number and let the search pick up all the words which adds up to that number?
anyone had done any car payment estimate calculations before??? If you 've had or you have an idea how to code this….please help. Thanks so much in advance. I have a form:
Retail price, Down Payment, Sales Tax, Annual Interest Rate, Term (months) Payment (12,24, 36, 48, 60, 72, 84) , and Loan.
How to calculate Monthly Payment and the Total amount (when you payoff the car) how to do it. Thanks so much. I really have no clue.
I have a database having, US zipcodes, longitude and latitude. What I want to do is LIST THOSE ZIPCODES which are at a distance of given miles from a particular zip code.
For Exmaple: I want to find the zip codes which are at a distance of 15 miles from zipcode 10001 (NYC).
I have the script that uses Zipcodes, latitudes and longitudes of two cities and caculate the distance. But it calculates distance.
Any recommendations for a freeware zip code distance program? I need the client to be able to select all clients living within a certain distance of his or her zip.
Is it possible to have some sort of hyperlink or long distance odbc connection so that I can get pages on my server here to draw from a database that is at a different location? How would this be done?
Alright, in regards to my previous post of finding a DB that has all of the latitude/longitudes in a DB, I need to now filter through those based on search criteria. The search criteria available includes: Code:
I have the following code that I am trying to use to calculate distance. However I keep getting a Type Mismatch error on line 50 which is in bold. Code: