Pseudo code (as far I know) is basically like this:
If the user did not enter his name
Warn user by message box
Focus on name textbox
exit the method
If the user did not enter a password
Warn user by message box
Focus on password textbox
exit the method
Try to connect to database
If connection to database fails
Show error in messabox
exit the method
I used to write things like this...paste it into my code editor, once I'm happy, and then use it at comments with the actuall valid code following each line.
Last edited by VanPetrol : Mar 27th, 2007 at 11:43 am.
If you want to use CSS to design Web sites you can't do it in a half-baked way. You are in or you're not in. - Charles Wyke-Smith