473,466 Members | 1,388 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

looking for a price quote

alright here is what it is:

a computer site where customers build custom system by selecting from
forms and radio buttons.

what is needed:

a database (MySQL) with php basicly...

1 users reguister with email address and password if password is lost
an email is sent to them giving them the password.

2 orders are saved in the database in many different 2 different spots
1 table that holds all the information and one that is set up like a
mailing list.

3 web pages that get info from the database to create A. invoice B.
Packaging slip C. retrive the proper warranty D. can retrive the
manual for the order and D. when an order is first drawn up and added
to a users basket weither registered or not they are assigned an order
number and the order is saved for a timed peroid of time 48 hours
maybe but is saved to a diff location then one that is saved at
payment and if they call up our number they our rep. can type in that
number which will display on the page and show they order allowing the
rep to finish it if the user feels uncomfortable giving that info over
the phone and also there could be something like this that says save
for call back and when a user clicks that it sends all that order
information to a page that reps can view and when the page is
refreshed the order info and call back info are included at the time
of clicking send order for call back the user is prompted log in or
register.

the site will be done all that will be needed is the incorporation of
the php and backend we have a server and database with php 5 installed
also note that this must be 1000% yes 1000% injection safe.

Mar 1 '07 #1
8 1376
On Mar 1, 1:51 pm, "plemon" <kkdd...@gmail.comwrote:
alright here is what it is:

a computer site where customers build custom system by selecting from
forms and radio buttons.

what is needed:

a database (MySQL) with php basicly...

1 users reguister with email address and password if password is lost
an email is sent to them giving them the password.

2 orders are saved in the database in many different 2 different spots
1 table that holds all the information and one that is set up like a
mailing list.

3 web pages that get info from the database to create A. invoice B.
Packaging slip C. retrive the proper warranty D. can retrive the
manual for the order and D. when an order is first drawn up and added
to a users basket weither registered or not they are assigned an order
number and the order is saved for a timed peroid of time 48 hours
maybe but is saved to a diff location then one that is saved at
payment and if they call up our number they our rep. can type in that
number which will display on the page and show they order allowing the
rep to finish it if the user feels uncomfortable giving that info over
the phone and also there could be something like this that says save
for call back and when a user clicks that it sends all that order
information to a page that reps can view and when the page is
refreshed the order info and call back info are included at the time
of clicking send order for call back the user is prompted log in or
register.

the site will be done all that will be needed is the incorporation of
the php and backend we have a server and database with php 5 installed
also note that this must be 1000% yes 1000% injection safe.
also will need a page that the rep. can type in the order number and
get a list of every part that is in the computer.

Mar 1 '07 #2
plemon wrote:
alright here is what it is:

a computer site where customers build custom system by selecting from
forms and radio buttons.

what is needed:

a database (MySQL) with php basicly...

1 users reguister with email address and password if password is lost
an email is sent to them giving them the password.

2 orders are saved in the database in many different 2 different spots
1 table that holds all the information and one that is set up like a
mailing list.

3 web pages that get info from the database to create A. invoice B.
Packaging slip C. retrive the proper warranty D. can retrive the
manual for the order and D. when an order is first drawn up and added
to a users basket weither registered or not they are assigned an order
number and the order is saved for a timed peroid of time 48 hours
maybe but is saved to a diff location then one that is saved at
payment and if they call up our number they our rep. can type in that
number which will display on the page and show they order allowing the
rep to finish it if the user feels uncomfortable giving that info over
the phone and also there could be something like this that says save
for call back and when a user clicks that it sends all that order
information to a page that reps can view and when the page is
refreshed the order info and call back info are included at the time
of clicking send order for call back the user is prompted log in or
register.

the site will be done all that will be needed is the incorporation of
the php and backend we have a server and database with php 5 installed
also note that this must be 1000% yes 1000% injection safe.
This is nowhere near enough information for a fixed price quote. You
need page screen layouts, what data will be entered in which pages,
exactly what you want to do with the data, etc.

With this information it would be hourly rate only, and no guess on the
number of hours from this information.

What you have is something like:

"I need a house. It needs three bedrooms, two bathrooms, living room,
dining room, kitchen and den. How much will it cost to build?"

For a fixed price quote, you need details as specific as a set of
blueprints are for a house.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Mar 1 '07 #3
On Mar 1, 3:32 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
plemon wrote:
alright here is what it is:
a computer site where customers build custom system by selecting from
forms and radio buttons.
what is needed:
a database (MySQL) with php basicly...
1 users reguister with email address and password if password is lost
an email is sent to them giving them the password.
2 orders are saved in the database in many different 2 different spots
1 table that holds all the information and one that is set up like a
mailing list.
3 web pages that get info from the database to create A. invoice B.
Packaging slip C. retrive the proper warranty D. can retrive the
manual for the order and D. when an order is first drawn up and added
to a users basket weither registered or not they are assigned an order
number and the order is saved for a timed peroid of time 48 hours
maybe but is saved to a diff location then one that is saved at
payment and if they call up our number they our rep. can type in that
number which will display on the page and show they order allowing the
rep to finish it if the user feels uncomfortable giving that info over
the phone and also there could be something like this that says save
for call back and when a user clicks that it sends all that order
information to a page that reps can view and when the page is
refreshed the order info and call back info are included at the time
of clicking send order for call back the user is prompted log in or
register.
the site will be done all that will be needed is the incorporation of
the php and backend we have a server and database with php 5 installed
also note that this must be 1000% yes 1000% injection safe.

This is nowhere near enough information for a fixed price quote. You
need page screen layouts, what data will be entered in which pages,
exactly what you want to do with the data, etc.

With this information it would be hourly rate only, and no guess on the
number of hours from this information.

What you have is something like:

"I need a house. It needs three bedrooms, two bathrooms, living room,
dining room, kitchen and den. How much will it cost to build?"

For a fixed price quote, you need details as specific as a set of
blueprints are for a house.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================
yeah in the time it takes me to write it all out i could do it myself
i need to contact someone and talk to them over aim yim ventrillo the
phone ect.

Mar 1 '07 #4
On Mar 1, 3:32 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
plemon wrote:
alright here is what it is:
a computer site where customers build custom system by selecting from
forms and radio buttons.
what is needed:
a database (MySQL) with php basicly...
1 users reguister with email address and password if password is lost
an email is sent to them giving them the password.
2 orders are saved in the database in many different 2 different spots
1 table that holds all the information and one that is set up like a
mailing list.
3 web pages that get info from the database to create A. invoice B.
Packaging slip C. retrive the proper warranty D. can retrive the
manual for the order and D. when an order is first drawn up and added
to a users basket weither registered or not they are assigned an order
number and the order is saved for a timed peroid of time 48 hours
maybe but is saved to a diff location then one that is saved at
payment and if they call up our number they our rep. can type in that
number which will display on the page and show they order allowing the
rep to finish it if the user feels uncomfortable giving that info over
the phone and also there could be something like this that says save
for call back and when a user clicks that it sends all that order
information to a page that reps can view and when the page is
refreshed the order info and call back info are included at the time
of clicking send order for call back the user is prompted log in or
register.
the site will be done all that will be needed is the incorporation of
the php and backend we have a server and database with php 5 installed
also note that this must be 1000% yes 1000% injection safe.

This is nowhere near enough information for a fixed price quote. You
need page screen layouts, what data will be entered in which pages,
exactly what you want to do with the data, etc.

With this information it would be hourly rate only, and no guess on the
number of hours from this information.

What you have is something like:

"I need a house. It needs three bedrooms, two bathrooms, living room,
dining room, kitchen and den. How much will it cost to build?"

For a fixed price quote, you need details as specific as a set of
blueprints are for a house.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================
im just trying to find out if anyone is intrested
and if you say hourly then state the hourly rate

Mar 1 '07 #5
plemon wrote:
On Mar 1, 3:32 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
>plemon wrote:
>>alright here is what it is:
a computer site where customers build custom system by selecting from
forms and radio buttons.
what is needed:
a database (MySQL) with php basicly...
1 users reguister with email address and password if password is lost
an email is sent to them giving them the password.
2 orders are saved in the database in many different 2 different spots
1 table that holds all the information and one that is set up like a
mailing list.
3 web pages that get info from the database to create A. invoice B.
Packaging slip C. retrive the proper warranty D. can retrive the
manual for the order and D. when an order is first drawn up and added
to a users basket weither registered or not they are assigned an order
number and the order is saved for a timed peroid of time 48 hours
maybe but is saved to a diff location then one that is saved at
payment and if they call up our number they our rep. can type in that
number which will display on the page and show they order allowing the
rep to finish it if the user feels uncomfortable giving that info over
the phone and also there could be something like this that says save
for call back and when a user clicks that it sends all that order
information to a page that reps can view and when the page is
refreshed the order info and call back info are included at the time
of clicking send order for call back the user is prompted log in or
register.
the site will be done all that will be needed is the incorporation of
the php and backend we have a server and database with php 5 installed
also note that this must be 1000% yes 1000% injection safe.
This is nowhere near enough information for a fixed price quote. You
need page screen layouts, what data will be entered in which pages,
exactly what you want to do with the data, etc.

With this information it would be hourly rate only, and no guess on the
number of hours from this information.

What you have is something like:

"I need a house. It needs three bedrooms, two bathrooms, living room,
dining room, kitchen and den. How much will it cost to build?"

For a fixed price quote, you need details as specific as a set of
blueprints are for a house.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================

im just trying to find out if anyone is intrested
and if you say hourly then state the hourly rate
I'm sure there will be people interested. But don't go just by hourly
rates.

Which is cheaper - 50 hours @ $100/hr., or 150 hours @ $50/hr?

As for getting someone on the phone - I'm sure you can get that also, at
regular hourly rates.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Mar 2 '07 #6
Message-ID: <11**********************@s48g2000cws.googlegroups .comfrom
plemon contained the following:
>yeah in the time it takes me to write it all out i could do it myself
i need to contact someone and talk to them over aim yim ventrillo the
phone ect.
I guess most people here are contactable but you are not going to get an
accurate quote with such a sketchy description. Not only that but you
don't seem to have a handle on database normalisation. Why are you
talking about saving the same information in different locations? That's
not necessary at all. I would concentrate on describing the /operation/
of the system rather than suggesting how it will be achieved.

It doesn't seem like a particularly complicated job, though your
requirements are specific. Other factors that could have an effect are
the existing code. I have a client who uses Front Page. I charge extra
for working with FPs tag soup.

There are other factors. Good, quick, cheap. Pick any two.

40 hours /should/ cover it. But don't hold me to that. :-)

--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Mar 2 '07 #7
Jerry Stuckle wrote:
"I need a house. It needs three bedrooms, two bathrooms, living room,
dining room, kitchen and den. How much will it cost to build?"
When I was doing this sort of thing for a living, we used to scoff at
Lines Of Code estimates. I used to say that you couldn't estimate what
it would cost in time, money or effort to build a house by computing the
number of nails you would need.

Let's see, he wants a computer configurator associated to a store...
geee, OSC has one of those...
Mar 2 '07 #8
met00 wrote:
Jerry Stuckle wrote:
>"I need a house. It needs three bedrooms, two bathrooms, living room,
dining room, kitchen and den. How much will it cost to build?"

When I was doing this sort of thing for a living, we used to scoff at
Lines Of Code estimates. I used to say that you couldn't estimate what
it would cost in time, money or effort to build a house by computing the
number of nails you would need.

Let's see, he wants a computer configurator associated to a store...
geee, OSC has one of those...
Actually, I find LoC estimates can be quite good at determining the
number of person-hours required. I first learned how to estimate them
when working for IBM, and have used them successfully as a consultant
for a number of years.

The secret, however, is to get an accurate estimate. It's not easy and
takes a lot of experience (as well as a good set of requirements).

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Mar 2 '07 #9

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

Similar topics

0
by: Kingdom | last post by:
I Need some serious help here. strugling novis with ASP and javascript any help would be greatly appreciated The script below does exactly what I want it to do for each product on the two passes...
2
by: Matt England | last post by:
I am looking for a C++ code beautifier/styler. Requirements and a list of potential choices follow. I'm looking for people's specific recommendations and reasons thereof per their specific...
2
by: SmartbizAustralia | last post by:
Hi, This seems to be a neglected bit of info as everyone gets carried away with data binding examples instead. Can simply use the datareader as below: Private Sub PopulateControls1() Dim...
4
by: Bishop | last post by:
I have text files that I download daily from one of our vendors. They are in this format (and they won't change the way they do it) File1: ProductID, Description, Price, etc.... File2:...
3
by: dancole42 | last post by:
I have an InvoiceLines subform on an invoice table. In the subform, I have the following fields that are bound to the actual InvoiceLines table: Class (the type of product) Product (the...
9
by: Ming | last post by:
I am looking for a PHP based CMS (or blog system) that supports: 1) static output (like Movable Type) 2) remote publishing through FTP, SFTP or SSH (like Blogger) 3) Different templates for...
6
by: Patrick Fisher | last post by:
Hi I have tables from 12 suppliers each of whom can supply the same part, I need to be able to create a table or query containing a list of suppliers who can supply at the lowest price for each...
4
by: =?Utf-8?B?S2ltIFM=?= | last post by:
I have a Datagridview with a Price column ( in test string) how to get a messagebox then the price is negative. I know how to make a messagebox it's the event type in datagridview i don't know. ...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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,...
0
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...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
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...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...

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.