Articles posted in XHTML

Running ExpressionEngine on Media Temple’s (dv) Part 3

In the final part of the series we look at how to optimise the front end code on your site and cut response times by up to 50%. Read more

Web Standards in Email Clients

Fed up of writing Web 0.1 HTML for emails? You are not alone. Join the campaign to sort out standards support in HTML clients. Read more

Preparing for a site launch

Creating a website is often a chaotic process. As the deadline looms it is easy to let quality slip. Here is the checklist I follow to ensure things are not left out. Read more

Site Navigation in CSS and XHTML

Coding navigation in CSS and XHTML properly is important for both search engines and accessibility. Here's my take on how to do it, although I would be very interested to hear what others think. Read more

10 ways to spot a good front-end coder

Front-end coding is certainly a craft and there are some amazing people doing it. When I visit a good site I often rummage around in the undergrowth to learn from the Masters. Here are ten practices I commonly see from the best coders. Read more

The joy and curse of WYSIWYG

Allowing sites to be updated by non-technical staff is essential. WYSIWYG editors are a must in Content Management Systems, but can cause frustration too. Read more

Book Review - HTML & XHTML - Musciano & Kennedy

Although a good introduction to HTML this book suffers from its age but turns up some unexplored parts of HTML even for an experienced reader. Read more

Drop Shadows with CSS

A short tutorial showing how to apply drop shadows to images on your site with CSS. Read more

The importance of semantic markup

Creating web documents that have meaning behind the page rendered in a browser is very important. Here are some pointers as to how to understand and write semantic markup. Read more

Wallpaper for websites

Here's a quick look about how you can give your site some wallpaper. Whilst you are moving the furniture around there is also some traditional wallpaper design for inspiration. Read more

Curved boxes in CSS

Curved boxes are straight forward to do in CSS. Here's a quick tutorial of how to achieve curved boxes in CSS and what's to come in CSS 3. Read more

Contact details in one click

At some stage everyone has laboriously copied and pasted contact details from a website into their address book. Wouldn't it be nice if you could just click a graphic and see the details turn up in your address book? Read more

Firebug is simply brilliant

Software comes and goes and rarely is there a piece of 'must have' software. Firebug, an extension for Firefox, deserves to be to be heralded as an outstanding piece of software and something no web developer should be without. Read more

Writing Good XHTML and CSS Part 2

The second in a series of good practices for writing XHTML and CSS looking at writing clean, maintainable code and dealing with browser hell problems. Read more

Writing good XHTML and CSS Part 1

In two articles I’m going to outline my opinion on what you need to understand and write high quality XTHML and CSS. The articles will focus on producing code that stands up to the rigors of the web and future proofs code. The articles are aimed at coders starting out and looking to get to grips with writing professional front end code. Of course if you don’t agree with something the comments box is there for you to add your opinion. In part 1 I’m going to look at what you need to get off the ground. Read more

CSS Font Size not inherited in IE tables

I recently came across a problem that I couldn't find a solution to. In IE6, IE5.5 and IE5 text within tables was not inheriting the font declarations from my CSS. I declared the font size on the body tag and for all other elements it works fine: Read more

Goodbye Internet Explorer Hacks (well maybe)

I had to do a template today and I took the opportunity to code using no hacks. With the impending launch of Internet Explorer 7 there are going to be many sites that won't render properly because of existing Internet Explorer hacks. Read more

Websites On Mobile Phones

With mobile access to the web becoming more prolific it may well be the time for businesses to ensure that their online presence covers delivery over mobile platforms. The good news is that if the site is build using modern methods it is relatively easy and cheap to do. Read more

Better coding with Fangs

Until today I wasn't aware of the Fangs plugin for Firefox. Whilst reading an article on evaluating accessibility over at 456 Berea Street I came across the plugin. Roger at 456 Berea Street recommends that developers use this plugin to assess accessibility and I fully concur with him. Read more