Web Advice From Form Designers Please: Web Pages need Web Forms, but how? Technical details inside.
→[More:] I'm doing a bit of programming to get my VDF webapp skills
(1) up, and am determined to do it correctly.
So, how do y'all do web forms. Do you use css and positioning for the labels and the entry boxes, or do you just bang everything into two column tables? Are there any advantages or disadvantages to the two methods? Which of the two methods allows for simpler css.
I realise this is one of those "religious war" issues, but I want to get a feel for what the current thinking is on this.
(1)VDF is the programming language I've ended up using at work. It's got its good points (easy access to the database, simple language, I know it inside out), but it's hamstrung by the fact that it's expensive, tied to Windows, IIS and ASP & it is used by approximately three people in the entire world.