Jun
13
2008
ETPM website launched
Posted by mark at 5:40 PM
3 comments - Categories: Launches
We've just launched the new website for ETPM this week so go have a look. We've added some fancy unobtrusive jQuery and some PHP/mysql based content management of job vacancies and applications as well as giving the whole site a massive overhaul, we're kinda pleased with it!



Ryan wrote on 06/15/08 1:13 PM
Some criticism for ya ;)You forgot to fill out the description yet you filled out the keywords meta tag. I'd get that fixed.
I couldn't see any H1 tags... I'd swap the H2's for H1's then work down from there.
The header div is empty. I'd stick the company logo in there as an image or just text and ID it, mark it up as an H1 on the homepage though.
What's with the empty .actions lists? If they're for the show hide links then why not insert the whole thing with jQuery?
The contact form has some empty paragraph tags, and the label/inputs should really be wrapped in divs since they're not paragraphs.
xhtml served as text/html is kinda pointless, and true xhtml isn't particularly viable in real world use. I stick with html 4.01 strict these days.
One more thing which may or may not be a problem. It looks like you're using javascript to validate the contact form. With JS disabled it still work which opens it up to all the worlds spammers. This is also something I have to get fixed on one of our sites.
Other than these small points ;) it's nice and simple, much better than the old version.