Posts Tagged ‘css’
Friday, April 1st, 2011
Marked up the wonderful web designs designs in HTML for The Art of Service, a website set up to market a hospitality board game by Michel Roux Jnr’s co-host on the BBC2 series about service and hospitality, ‘Michel Roux’s Service’. From the site, ‘The Art of Service board game is a training tool for restaurant and hotel owners, F&B directors and hospitality lecturers’.
(more…)
Tags: css, design to html, hospitality websites, psd to html, user interface, web design London, xhtml
Posted in Front end coding | 152 Comments »
Friday, September 3rd, 2010
Whipped up version two of a site for the guys at Nova Forca. Along with a new design, the site moves up to the much improved WordPress 3.
(more…)
Tags: css, London SEO, psd to html, SEO, seo surrey, surrey web design, wordpress
Posted in Front end coding, Portfolio, Wordpress | No Comments »
Monday, May 3rd, 2010
I implemented a new front end design for LegionLive, The Royal British Legion’s online community. The site has a very engaging look and feel, and leverages a good number of web 2.0/social community mediums, providing a hub of activity for Royal British Legion members and friends alike.
(more…)
Tags: css, psd to html, psd to wordpress, Royal British Legion, web design London, web development, wordpress
Posted in Front end coding, Wordpress | 66 Comments »
Wednesday, March 10th, 2010
Coded up a talented designer’s clean tradesman layout. The design focuses on usability and straight to point content. Images play a large role as they’re an immediate endorsement of the craftsman’s ability and skill.
(more…)
Tags: cms, css, psd to html, wordpress, xhtml
Posted in Portfolio | 102 Comments »
Thursday, December 17th, 2009
There doesn’t appear to be too many psd to HTML tutorials on the net, so I thought I’d write one. Given the popularity of the WordPress blogging software, I’ll code the design up for WordPress rather than a static HTML site. To reiterate, this is about taking a design (in whatever format), slicing it up in Photoshop, or similar (Gimp), then applying the CSS to the HTML. WordPress features intuitive markup, so I’ll base the HTML around theirs.
(more…)
Tags: css, psd to html, user interface, wordpress
Posted in Tutorials | 5 Comments »
Thursday, December 17th, 2009
You’ve developed a site using W3C best practices; it validates, the markup’s semantic or as clean as possible, and looks great in Firefox. The problem is, Internet Explorer doesn’t quite see it as the designer intended. The CSS is out and in need of a few hacks; but there’s a better, more effecient and tidier solution – conditional comments.
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" href="css/ie.css" media="screen" />
<![endif]-->
(more…)
Tags: conditional comments, css, IE6, IE7, Internet Explorer
Posted in Tips | No Comments »
Fixing Internet Explorer CSS Problems with Conditional Comments
Thursday, December 17th, 2009You’ve developed a site using W3C best practices; it validates, the markup’s semantic or as clean as possible, and looks great in Firefox. The problem is, Internet Explorer doesn’t quite see it as the designer intended. The CSS is out and in need of a few hacks; but there’s a better, more effecient and tidier solution – conditional comments.
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" href="css/ie.css" media="screen" />
<![endif]-->
(more…)
Tags: conditional comments, css, IE6, IE7, Internet Explorer
Posted in Tips | No Comments »