Styling a form is never an easy thing to do, but adding CSS3 on a HTML5 form is a task that shows a large variety of results when it comes to testing on different browsers. Check the test link.
When it comes to CSS3 not much can be done: but adding rounded corners, gradients and dropshadows is still more than nothing anf the overall aspect of the form is waaaaaaaaay better. But HTML5 is supported by few browsers (this HTML form only by Opera) and CSS3 also by few broswers – but different from the one supporting HTML5.
Tweet Strange? What do you say if we use this term for a form validation, server side? I say “Unobrusive PHP” because it’s what I work with, but it can be any other language. Let me explain We already do this in Javascript. We attach a class to a field we want to validate, then, [...]
Tweet When we use forms we need somehow to validate the data user input. We can do this both server sideĀ and client side. Client side part helps in user experience, and reduce bandwidth usage. Anyway, it’s not offering a good security so you ALWAYS should validate your input server side too. Below we’ll put [...]

