Dvorak Designs Network | Freelance Design | Web Design Blog | More Coming Soon!
Dvorak Designs - Design Blog
 

Archives

HTML Web Forms – Part 4: Styling Forms With CSS

January 27, 2010Posted in Tutorials and Guides by Preston Dvorak

The final part of our HTML Web Forms guide will show you how to style your form using CSS. More specifically, I’ll be showing you how to give your form a basic style by using the tags that are already included in the form, as well as by adding some stuff right into the HTML [...]

Read More...

HTML Web Forms – Part 3: Validating Form Fields

January 16, 2010Posted in Tutorials and Guides by Preston Dvorak

Part 3 of our HTML Web Forms guide will show you how to add Javascript and PHP verification to your form. More specifically, we’ll show you how to check if certain form fields are empty, as well as check for a valid email address. The plus side to using Javascript is you can add in [...]

Read More...

HTML Web Forms – Part 2: PHP File for Sending Form Data

January 11, 2010Posted in Tutorials and Guides by Preston Dvorak

Part 2 of our HTML Web Forms guide will be focused on creating the PHP file that will send the data entered in on our form to an email address. When it comes to processing forms, there are many different things you can do: you can send the information to a database, post it onto [...]

Read More...

HTML Web Forms – Part 1: Creating the Form

January 8, 2010Posted in Tutorials and Guides by Preston Dvorak

When I first started building this website, one of the things I struggled with was making forms. The list of things I had problems with was endless: verification of data, styling the form, sending the correct data, and making all of those things work well together. If you search for any of those things on [...]

Read More...