Click to See Complete Forum and Search --> : Baby/wedding registry


jgodek
04-16-2004, 09:18 AM
Does anyone know to create a Baby registry or wedding registry? how do i get started? Best progrtamming to use?
templates?

buntine
04-16-2004, 10:12 AM
Do you know of any examples? Im not familiar with this concept?

Are you referring to a HTML form which a user will fill out and register for some event, or something similar?

Regards,
Andrew Buntine.

jgodek
04-16-2004, 10:18 AM
Hi,
yeah it would be like a gift registry that us see on
http://www.theknot.com/kr_main.shtml

or new moms n dads can select what gifts they want to recieve then friends and family login to the site and purchase gifts.

thanks.

buntine
04-16-2004, 10:26 AM
Ok, well this particular example uses ASP.NET.

This would seem like an adequate choice for this type of thing. In reality, though, any server-side language could be used to develop such an application.

If you have any experience with C-style languages, go with PHP. Otherwise have a look at ASP, .NET, or any other Microsoft technologies.

You will have trouble finding a pre-made application of this nature as it is quite precise. However, you will be able to find some similar scripts, such as form-handling techniques.

You will need a working knowledge of server-side database programming using relevent database software. Some options include MS Access, MS SQL server, MySQL (free), Informix, Oracle (market leader). Plus many more.

Theres literally 1000's of books dedicated to teaching up-to-date database programming. You may want to check out your local library or book store. www.amazon.com is an alternative, also.

Finally, you could resort to learning from the internet by working through some of the tutorials at the following web sites:

- www.w3schools.com
- www.htmlgoodies.com (controversial)
- www.asp101.com
- www.aspin.com
- www.4guysfromrolla.com
- www.hotscripts.com

Regards,
Andrew Buntine.