How much should I get paid?? - My clients wants database driven site, $$$$?

They have: 5,633 posts

Joined: Jan 1970

My client wants me to make a database driven website(possiblely ASP/SQL or
PHP/MySQL). The site will contain several hundred pictures, some info for
each pictures. and also, he wants membership feature with complete
interactivity(for eg. members should be able to clip pictures and info into
their own page and edit, print, change info, etc..) And the site should be
updated daily.
How much do people generally get for creating that kinds of website? How
much should I charge him for it?

thanks.

----------
-Jinho Choi-
http://www.pcshowdown.com

They have: 453 posts

Joined: Jan 1999

Hi,
that depends heavily on your location, but here in germany I would do the following.

1. Charge 500$ for an evaluation (should be about 5 hours).
2. Negotiate the _exact_ requirements and prereqs.
(What does he want. What does he supply.)
Let him sign that !!!
3. Calc how long it would take you.
4. Calc the price (hours*100$*5).
5. Make the offer. Do not drop the price below hours*100$*3 !!
6. Include a service-option in the contract (~150-200$ per hour).

This values seem high, but compared to "usual market-prices" you are as cheap as can be.

My boss "borrows" me to other companys for about 200$/hour, but only if you buy over six weeks.

Make sure the contract is clean.
Don't start before the contract is signed.
Invest some money into an attorney.

I'm not doing the pricing in my company, but I lived from jobs like that for 5 years.

ciao
Anti
ps:
DejaVu at http://www.biker-forum.com/ ???

They have: 5,633 posts

Joined: Jan 1970

You should be charging about US$100/hr. for the type of programming that you are going to be doing. It is a very competitive rate in the market. For what this client is looking for, he should be expecting to pay upwards of $5,000. Anti gave every bit of advice you could ask for! You really need to look at all of the legal stuff involved and don't cut yourself short!

----------
Dynamic Internet Solutions : http://www.dids.com
UNIX and Windows NT Hosting

They have: 88 posts

Joined: Jun 1999

by the way how do you add images to a mysql database

They have: 453 posts

Joined: Jan 1999

Hi,

you could use a blob for images,
however I don't recommend this,
if you serve lot's of images it will increase your load heavily.

An approach I took some time for a customer was to put
the images in the database, but extract them into flat-files once every day via a cron-job. The images were then served directly by apache and not via apache->mod-perl->mysql.

just my 2cent.

ciao
Anti

btw:
blobs are described in chapter 7.2.7.2 in the mySQL-reference.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.