472,796 Members | 2,248 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,796 software developers and data experts.

Mobile Phone plan calculator

Hi guys,

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.

As you can probably tell, I'm completely lost. All of the tutorials I've
seen are simple "add this to, delete this from" database blah blah. I need
help!

:)

Psy

Nov 1 '06 #1
6 1621
Go in small steps. Most operations do involve adding, deleting, and
updating from a database. Move the data from Excel into a database, and it
may start coming together.

Ray at work

"psylencer" <da*@nutmeg.com.auwrote in message
news:DB**********************************@microsof t.com...
Hi guys,

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.

As you can probably tell, I'm completely lost. All of the tutorials I've
seen are simple "add this to, delete this from" database blah blah. I
need
help!

:)

Psy

Nov 1 '06 #2
Hi,
Since this is your first ASP page, take my advice and dont start with
complicated projects. Trust me, if you do you will soon hate ASP. That
what happened with me when i started programming. I had hundereds of
ideas in my head that i wanted to do in programming, i tried doing the
hardest, when my father knew that, he told me to start with the
simplest projects and step by step your mind will start accepting doing
complicated projects.
as they say, "you cant walk without crawling first"

And one more thing, since your a beginer, dont count on forums. Do
stuff yourself, test every single things yourself, and record the
result, dont go online and search for answers, find them your self.

This is my advice to you. And its your choice. GoodLuck

Best Regards
Firas S Assaad

On Nov 1, 6:34 am, "Ray Costanzo [MVP]" <my first name at lane 34 dot
commercialwrote:
Go in small steps. Most operations do involve adding, deleting, and
updating from a database. Move the data from Excel into a database, and it
may start coming together.

Ray at work

"psylencer" <d...@nutmeg.com.auwrote in messagenews:DB**********************************@m icrosoft.com...
Hi guys,
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.
As you can probably tell, I'm completely lost. All of the tutorials I've
seen are simple "add this to, delete this from" database blah blah. I
need
help!
:)
Psy- Hide quoted text -- Show quoted text -
Nov 2 '06 #3
Thanks for the help guys. I should yet you know, I'm very familiar with SQL
just not ASP. Thanks for the warning though. I dont need to know exactly how
to do it, just the logic behind the idea (Which bends my mind). I'll figure
the rest out myslef.
Still need help.

Thanks
Psy

"Firas S Assaad" wrote:
Hi,
Since this is your first ASP page, take my advice and dont start with
complicated projects. Trust me, if you do you will soon hate ASP. That
what happened with me when i started programming. I had hundereds of
ideas in my head that i wanted to do in programming, i tried doing the
hardest, when my father knew that, he told me to start with the
simplest projects and step by step your mind will start accepting doing
complicated projects.
as they say, "you cant walk without crawling first"

And one more thing, since your a beginer, dont count on forums. Do
stuff yourself, test every single things yourself, and record the
result, dont go online and search for answers, find them your self.

This is my advice to you. And its your choice. GoodLuck

Best Regards
Firas S Assaad

On Nov 1, 6:34 am, "Ray Costanzo [MVP]" <my first name at lane 34 dot
commercialwrote:
Go in small steps. Most operations do involve adding, deleting, and
updating from a database. Move the data from Excel into a database, and it
may start coming together.

Ray at work

"psylencer" <d...@nutmeg.com.auwrote in messagenews:DB**********************************@m icrosoft.com...
Hi guys,
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.
As you can probably tell, I'm completely lost. All of the tutorials I've
seen are simple "add this to, delete this from" database blah blah. I
need
help!
:)
Psy- Hide quoted text -- Show quoted text -

Nov 2 '06 #4
Thanks for the help guys. I should yet you know, I'm very familiar with SQL
just not ASP. Thanks for the warning though. I dont need to know exactly how
to do it, just the logic behind the idea (Which bends my mind). I'll figure
the rest out myslef.
Still need help.

Thanks
Psy

"Firas S Assaad" wrote:
Hi,
Since this is your first ASP page, take my advice and dont start with
complicated projects. Trust me, if you do you will soon hate ASP. That
what happened with me when i started programming. I had hundereds of
ideas in my head that i wanted to do in programming, i tried doing the
hardest, when my father knew that, he told me to start with the
simplest projects and step by step your mind will start accepting doing
complicated projects.
as they say, "you cant walk without crawling first"

And one more thing, since your a beginer, dont count on forums. Do
stuff yourself, test every single things yourself, and record the
result, dont go online and search for answers, find them your self.

This is my advice to you. And its your choice. GoodLuck

Best Regards
Firas S Assaad

On Nov 1, 6:34 am, "Ray Costanzo [MVP]" <my first name at lane 34 dot
commercialwrote:
Go in small steps. Most operations do involve adding, deleting, and
updating from a database. Move the data from Excel into a database, and it
may start coming together.

Ray at work

"psylencer" <d...@nutmeg.com.auwrote in messagenews:DB**********************************@m icrosoft.com...
Hi guys,
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.
As you can probably tell, I'm completely lost. All of the tutorials I've
seen are simple "add this to, delete this from" database blah blah. I
need
help!
:)
Psy- Hide quoted text -- Show quoted text -

Nov 2 '06 #5
The logic will only bend your brain all the while that you don't break the
problem down into small parts. Do you really need the ASP logic to perform
your calculations? Since you are familiar with SQL, try putting your data
in Access and see how much of the calculations can be done there (SELECT TOP
3, calculated fields.. etc).

The one thing you haven't done is to detail what exactly you need help with.
The reason I suggest that you haven't done this is because you haven't
analysed the problem thoroughly yet, so you haven't actually identified the
steps you need to take and in which order you need to take them.

Create a flow chart/list of the steps that need to be taken to arrive at the
final result, including branches where different conditions require
different input/output. Design your datastore on the basis of the inputs
and outputs. Then start coding at the beginning and take it one step at a
time, testing as you go, and building on each successfully tested step.

There is no such thing as a "complicated" project, just projects where the
required planning hasn't been done properly :-)

--
Mike Brind
"psylencer" <da*@nutmeg.com.auwrote in message
news:FE**********************************@microsof t.com...
Thanks for the help guys. I should yet you know, I'm very familiar with
SQL
just not ASP. Thanks for the warning though. I dont need to know exactly
how
to do it, just the logic behind the idea (Which bends my mind). I'll
figure
the rest out myslef.
Still need help.

Thanks
Psy

"Firas S Assaad" wrote:
>Hi,
Since this is your first ASP page, take my advice and dont start with
complicated projects. Trust me, if you do you will soon hate ASP. That
what happened with me when i started programming. I had hundereds of
ideas in my head that i wanted to do in programming, i tried doing the
hardest, when my father knew that, he told me to start with the
simplest projects and step by step your mind will start accepting doing
complicated projects.
as they say, "you cant walk without crawling first"

And one more thing, since your a beginer, dont count on forums. Do
stuff yourself, test every single things yourself, and record the
result, dont go online and search for answers, find them your self.

This is my advice to you. And its your choice. GoodLuck

Best Regards
Firas S Assaad

On Nov 1, 6:34 am, "Ray Costanzo [MVP]" <my first name at lane 34 dot
commercialwrote:
Go in small steps. Most operations do involve adding, deleting, and
updating from a database. Move the data from Excel into a database,
and it
may start coming together.

Ray at work

"psylencer" <d...@nutmeg.com.auwrote in
messagenews:DB**********************************@m icrosoft.com...

Hi guys,

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.

As you can probably tell, I'm completely lost. All of the tutorials
I've
seen are simple "add this to, delete this from" database blah blah.
I
need
help!

:)

Psy- Hide quoted text -- Show quoted text -


Nov 2 '06 #6
I was thinking just that as I was falling asleep last night. The idea is to
do as much as possible in access, then do as little as possible in ASP. I
think I've figured it out.
SO here we go,

Each mobile plan in the database will have entry fields for each of the
users resposes. Then all I have to do is cross reference the details to the
users input and do the caluclations, the results of which will be displayed
in a single column, then the best 3 of which (in terms of time) are returned
to the user along with plan names, Carrier names, cost etc.

Thankyou so much for the help.
"Mike Brind" wrote:
The logic will only bend your brain all the while that you don't break the
problem down into small parts. Do you really need the ASP logic to perform
your calculations? Since you are familiar with SQL, try putting your data
in Access and see how much of the calculations can be done there (SELECT TOP
3, calculated fields.. etc).

The one thing you haven't done is to detail what exactly you need help with.
The reason I suggest that you haven't done this is because you haven't
analysed the problem thoroughly yet, so you haven't actually identified the
steps you need to take and in which order you need to take them.

Create a flow chart/list of the steps that need to be taken to arrive at the
final result, including branches where different conditions require
different input/output. Design your datastore on the basis of the inputs
and outputs. Then start coding at the beginning and take it one step at a
time, testing as you go, and building on each successfully tested step.

There is no such thing as a "complicated" project, just projects where the
required planning hasn't been done properly :-)

--
Mike Brind
"psylencer" <da*@nutmeg.com.auwrote in message
news:FE**********************************@microsof t.com...
Thanks for the help guys. I should yet you know, I'm very familiar with
SQL
just not ASP. Thanks for the warning though. I dont need to know exactly
how
to do it, just the logic behind the idea (Which bends my mind). I'll
figure
the rest out myslef.
Still need help.

Thanks
Psy

"Firas S Assaad" wrote:
Hi,
Since this is your first ASP page, take my advice and dont start with
complicated projects. Trust me, if you do you will soon hate ASP. That
what happened with me when i started programming. I had hundereds of
ideas in my head that i wanted to do in programming, i tried doing the
hardest, when my father knew that, he told me to start with the
simplest projects and step by step your mind will start accepting doing
complicated projects.
as they say, "you cant walk without crawling first"

And one more thing, since your a beginer, dont count on forums. Do
stuff yourself, test every single things yourself, and record the
result, dont go online and search for answers, find them your self.

This is my advice to you. And its your choice. GoodLuck

Best Regards
Firas S Assaad

On Nov 1, 6:34 am, "Ray Costanzo [MVP]" <my first name at lane 34 dot
commercialwrote:
Go in small steps. Most operations do involve adding, deleting, and
updating from a database. Move the data from Excel into a database,
and it
may start coming together.

Ray at work

"psylencer" <d...@nutmeg.com.auwrote in
messagenews:DB**********************************@m icrosoft.com...

Hi guys,

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.

As you can probably tell, I'm completely lost. All of the tutorials
I've
seen are simple "add this to, delete this from" database blah blah.
I
need
help!

:)

Psy- Hide quoted text -- Show quoted text -



Nov 2 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Mario | last post by:
Hello, Excuse me if I am not so clear on what I a looking for, but its getting very hard to find any software,application or information that will let me access or get a frame(still image) from...
1
by: Jose Gonzalez | last post by:
How to apply a numeric format to a textbox using xhtml? I know you have to use the "-wap-input-format" style tag in css. I can get this to work in a regular xhtml page, however, I've been...
3
by: perspolis | last post by:
Hi all thanks in advance to read my post. I created a TAPI application and in this application I monitor the digits that user enter by phone.. it works well when I call from a phone but it...
3
by: Sara | last post by:
HI, I want to code a program to detect GSM mobile (any kind) which connected through serial port to computer and then be able to send SMS through this mobile phone to other mobile phones, could...
4
by: Sara | last post by:
Hi I want to code a program which could send SMS through web page to mobile phone, but because there is no Service here such as SMPP , therefore I have GSM mobile phone which connected directly to...
0
by: James Nong | last post by:
I built an ASP.NET mobile web application last year for fun and hosted it on my home server. I was successful in accessing it with my Sprint phone, which uses the "Obigo 1.1.4 WAP 2.0" browser. ...
852
by: Mark Tarver | last post by:
How do you compare Python to Lisp? What specific advantages do you think that one has over the other? Note I'm not a Python person and I have no axes to grind here. This is just a question for...
3
by: John | last post by:
Hi We have a staff database app that also stores staff pictures with each staff record. I have been asked to design something so we can send pictures of staff to people's mobiles when they need...
1
by: Vangati | last post by:
Plusmo is Hiring! Plusmo's mission is to provide the ultimate mobile experience for users by bringing together advanced technologies and easy to use services for mobile phones. Plusmo's...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.