Forum Moderators: mack

Message Too Old, No Replies

Simple website with a database - what do I need?

         

jglaysher

1:46 pm on Jan 12, 2007 (gmt 0)

10+ Year Member



I am looking to build a relatively simple website (they all say that!).

The website will capture information from the seller including a picture and the buyer will be able to search the data and view the individual information.

Is there a cms that will allow me to do this or is it possible to do it via HTML.

All tips gratefully received and if I were to outsource it, how do I phrase the request?

Matt Probert

5:46 pm on Jan 12, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



if I were to outsource it, how do I phrase the request

You would explain, in writing, what you wished to achieve and leave it to the supplier to produce a solution to the need.

Matt

jglaysher

9:25 pm on Jan 12, 2007 (gmt 0)

10+ Year Member



Thank you.

Does the supplier work in my webspace or do they create the web front and data backend and give it to me to upload myself.

jtara

3:42 am on Jan 13, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



There are CMSs that will allow you to do this, particularly if you keep it simple. It would take a learning curve, all the same. CMSs have a considerable learning curve to be able to do ANYTHING (say, set up a blog and forum), let alone to do custom forms attached to a database.

You cannot do it in static HTML.

You will need a hosting account that gives you access to MySQL or some other database, as well as a scripting language.

If you have somebody do this for you, let them recommend the kind of hosting package you need.

They should first develop in their space and demonstrate. I would recommend that you have them then set it up on your host.

I echo the previous comment, "just tell them what you want it to do". Wireframes are useful. ("Wireframes" is just a $1 word meaning "rough drawings of what you want the screens to look like").

Insist that they use standard, widely-used technologies. For example, LAMP. (Linux, Apache, Mysql, PHP/Perl). I'd avoid Microsoft (.ASP, .net) technology unless they can give some very good reason. (And, IMO, "that's the technology I know" is NOT a good reason, though you can thank them for their honesty and move on...)

WebmasterWorld is a good place to ask questions once a developer makes a proposal. While it may be Greek to you, we can help you make sense of it.

Just one more acronym to throw at you - what you need is basically CRUD. Not an insult: Create, Read, Update, Delete.