Artlines Media Blog

We unveil Pelham's new website

 

Our client, Pelham International, needed to realign their website. The site had to convey Pelham’s ongoing position as a market leader in the financial search market. With offices based in London and Hong Kong, the new site boasts an image rich homepage and uses latest technology to deliver an engaging user experience.

The team did a great job, from initial planning through to design and development.

About Pelham

Pelham is a leading International Executive Search Firm specialising in financial services. Founded in 1987, Pelham has forged close partnerships with a select group of clients in Europe and Asia working with them to help them achieve their strategic goals.

View the website

HTML 5

 

HTML 5

The online world is currently atwitter (no social media pun intended) about HTML 5, and how quickly we as web developers can adopt this 'new' mark-up language as our formatting default. But just how much excitement should this really merit?

I've used XHTML 1.1 transitional for the last 4 years, and for good reason. Mostly, I enjoy the consistency of it. Everything lowercase, all attributes within quotes, all tags must have an end. The XML-rigidity of it is extremely appealing to me, and also makes it more readable when it comes to making amends or working within a team.

HTML 5 doesn't inherit this rigidity – any case is allowed, attributes not required to be in quotes and tags don't require an ending. I'm not so sure about this, it could quite easily lead to messy code and inconsistent standards, especially with new coders, and I don't think this is a good thing – surely, code consistency is best practise.

This personal gripe can be solved, however, by serving HTML 5 with an XML MIME type, thereby turning it into XHTML 5. This way, all the new elements and features of HTML 5 can be used whilst maintaining the strict coding standards I so enjoy.

Here are some features I'm really looking forward to using:

  • Wrapping the a tag around any element, including block elements such as div – Up until now, this could only be done using a javascript fix.
  • HTML 5 video – clearly the most talked about HTML 5 element is video, for good reason. Video on the web currently relies on plugins being installed within the browser such as Adobe Flash, or Microsoft Silverlight. With HTML 5, video playback is native within the browser, requiring no plugins or javascript integration. This also opens up the video element for CSS manipulation for things like opacity, overlapping and rotation (with CSS 3). Annoyingly, a codec squabble is preventing consistent cross-browser operability at present.
  • Improved web forms – the text field has been revised, and HTML 5 now recognises input type="email", "tel", "url", etc, as well as returning validation through 'The constraint validation API'.

There are of course many more features, these are just some of the things that I can see will immediately improve my day-to-day life.

To find out more about HTML 5, visit whatwg.org

Page 1 of 1

Categories