473,757 Members | 5,404 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1691
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******** *************** ***********@mic rosoft.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.co m.auwrote in messagenews:DB* *************** *************** ***@microsoft.c om...
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.co m.auwrote in messagenews:DB* *************** *************** ***@microsoft.c om...
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.co m.auwrote in messagenews:DB* *************** *************** ***@microsoft.c om...
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 "complicate d" project, just projects where the
required planning hasn't been done properly :-)

--
Mike Brind
"psylencer" <da*@nutmeg.com .auwrote in message
news:FE******** *************** ***********@mic rosoft.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
commercialwrot e:
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.co m.auwrote in
messagenews:DB* *************** *************** ***@microsoft.c om...

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 "complicate d" project, just projects where the
required planning hasn't been done properly :-)

--
Mike Brind
"psylencer" <da*@nutmeg.com .auwrote in message
news:FE******** *************** ***********@mic rosoft.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.co m.auwrote in
messagenews:DB* *************** *************** ***@microsoft.c om...

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
4789
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 a web cam or ip cam. I have different ip cams connected to the internet, they continuously send images refreshed over the internet.
1
4657
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 unsuccessful in getting it to work in asp.net 1.1 The following code has allowCustomAttributes set and works fine for labels, but not for textboxes. This is because it is building span tags around the control. I need to embed the class tag inside the...
3
4068
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 dosen't work when I call from a mobile.it can't detect digits from mobile..I mean the MONITORDIGIT event dosen't fire when I call from mobile. I don't know why??
3
9137
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 anyone help me and guide me, I wrote a program which could open COM port but still couldn't detect mobile phone and send SMS through it. I searched internet and I didn't find right answer to my question. please if anyone could guide me. the...
4
7011
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 the server which run these aspx pages. now my question is 1- how to detect this mobile phone which connected through serial ports 2- how I could send SMS through this mobile to other mobile devices, if anyone has any suggestion please help me
0
1745
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. Now, I'm with Verizon and my current phone also uses an Openwave WAP 2.0 browser, but I cannot access my mobile web site. When I punch in the URL, it hangs for long time, then it gives me the error "Error: Request timed out". I asked a friend...
852
28590
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 my general education. Mark
3
2009
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 it for ID purposes. I have no idea where to start on this. Has anyone had any experience with sending pictures to mobiles from a .net app? Any pointers would be appreciated. I would not know the phone service providers of the recipients...
1
1855
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 innovative widget service lets users run cool "widgets" on their mobile phones. There are over 20,000 widgets and mobile mash-ups on Plusmo, most of them created and shared by end users and publishers with no coding knowledge. Join us in tackling the...
0
9297
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10069
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9904
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8736
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6556
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5324
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3828
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3395
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2697
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.