Quote:
Originally posted by jmb1881
Great Idea man, TYANKS
|
np
A really nice touch is to have the beginning of your program have a registration page where the user has to register before they can use your program, and then have to log in using a username and password. It's really easy to do and I think it's impressive to an interviewer because it shows you build security into your programs (even if a good hacker could get in in 5 seconds, they won't think of that
so make sure whatever you build is password protected before people can use it.
find out what programming language the web guys are using (prob either asp, coldfusion or php) and get a wrox book on it
http://www.wrox.com/ they have code samples you can download and just copy and paste into your program.