Internet Explorer 8 Beta Available

March 6th, 2008 · 1:56 pm  →  Web Design

It was only a couple of days ago that I posted the news that Microsoft had decided to backtrack on their initial proposal of using the IE7 engine as their default rendering engine and instead IE8 would be using Standards mode by default. However, Microsoft have had a busy week and have actually released IE8 [...]

IE8 to use Standards mode by default

March 4th, 2008 · 2:18 pm  →  Web Design

Much uproar was caused a few weeks ago when Microsoft announced that IE8 would use the IE7 rendering engine by default, however it seems as though they’re back tracking on that decision and IE8 will now render as IE8 without the need for any trigger.

Creating FAQs Using a Definition List

February 25th, 2008 · 1:09 pm  →  CSS HTML Web Design

With a lot of web developers finally becoming conscious of using the correct semantic elements for marking up their HTML document, I’m often asked how frequently asked question (FAQ) pages should be marked up. Within this tutorial, I’ll explain how I deal with FAQ pages and provide you with a couple of options that I’ve [...]

CSS Margin Collapse

February 20th, 2008 · 1:33 pm  →  CSS Web Design

Margin and padding are extremely important when it comes to CSS designs but margins collapsing between elements positioned vertically to each other can often cause some confusion. However, within this tutorial, I’ll quickly explain how it works and how to use collapsing margins effectively.

CSS Reset

February 18th, 2008 · 5:14 pm  →  CSS Web Design

There’s plenty of different reset methods already available and I’ve been using Eric Meyer’s method for some time now but have started to realize that in most projects, I only use a fraction of the styles specified and much more often find myself rewriting a whole different set of styles that I use in all [...]

CSS Font Shorthand

February 14th, 2008 · 3:52 pm  →  CSS Web Design

CSS Stylesheets can sometime became large and unmanageable especially on large projects so it’s important to use shorthand wherever possible to keep your CSS simple, easy to understand and to keep the file size down to a minimal. This quick tip will demonstrate how CSS shorthand for fonts can be applied to limit the amount [...]

MouseOver Images Using CSS Sprites

February 13th, 2008 · 1:14 pm  →  CSS Web Design

It amazes me how many developers still resort to JavaScript to create a mouseover image effect especially when you consider that CSS can take care of this so easily. Within this tutorial, I’ll show how this can be achieved using a simple example with nothing more than CSS and a single image.

Zavvi.co.uk – Payment Process made difficult

February 12th, 2008 · 11:05 am  →  Web Design

It all started on Saturday afternoon when I was trying to buy a fairly rare DVD for a relative. After much hunting, I’d managed to track the DVD down to Zavvi.co.uk and that’s where I came across one of the most infuriating checkout procedures that I’ve encountered in recent times.

CSS Navigation Menu – Basics

February 11th, 2008 · 4:29 pm  →  CSS Web Design

CSS menu’s can be very simple but can also cause confusion when combining block and inline elements. This tutorial will hopefully clear up any confusion and demonstrate the best way to structure your navigation in its simplest form. This demonstration isn’t complicated but I’ve decided to write an article about it as it is very [...]

IE6 PNG Fix

February 4th, 2008 · 12:23 am  →  Web Design

Using GIF’s for transparency can be extremely useful but can cause problems when transparency is required against multiple coloured or image backgrounds. For this problem, you should use a PNG image instead but whilst Firefox, Opera, Safari and even IE7 support PNG transparency, IE6 fails miserably. However, there is a solution…