From: Patrick L. <pa...@la...> - 2001-11-12 22:34:13
|
Guys, From the skillset review that everybody sent me, here's some tasks that can get everybody's feet wet. If you have any questions about the task please post your question to this list so someone who has the same question can get answered. Basically we need to get a registration form up and running. We need a simple HTML form. Don't worry about the actual submission I'll do the form handler, unless someone wants to get their feet wet on PHP form handling. I would be more than happy to help you out! So the HTML form will consist of the following and assignee: - Nick (maybe a handoff to Dan) to design simple registration for for look and feel a) simple design, intuitive, etc.. b) Nick can add the javascript client-side validation for incomplete forms, etc. c) If you want to add fancy CSS or Javascript please include it all in the HTML file and I'll segment it out later.. d) Keep in mind the look & feel aspect, fonts, font-sizes etc.. - Leilani to search the web for "academy" focused images to put on the form and add to our collection of usable images a) Lei good place to start is google and use their images tab to search for academy - Joey to test form when completed a) we'll let you know when this form is ready to go! - Tay to build user tables to transition form information to database tables a) The task is to simple create a user table that will contain the data gathered from the form created by Nick b) Can you work with eugene on getting the schemas? I sent him the .sql scripts that define the table structures and names c) We're using MySQL 3.23.x and everything is using ANSI-SQL compliant DDL. Nick and Tay you guys will probably need to work closely. What form data will Nick collect? What data-type will Tay expect to put in the DB? text, number, date, etc.. So those are the crtical paths. If anybody has any questions please post them to this list. Thanks everyone and have fun with this! Let's tackle this thing one HTML form at a time! -P |