sitetitle
 

 

Finding a Good HTML Editor

Making The Business Case For Web Standards

Separating Presentation Content and Structure

7 Benefits of HTML Validation

Page Structure Headings and Lists

Using QuickSub To Make It Easier For Your Visitors To Subscribe To Your Feed

Content is King Believe It

The bread and butter of website accessibility

Some Places to Go For More Information

CSS The Basics ID s and Classes

Website Optimization A SEO Specialist Reveals All

Benefits Of Making Your Website Accessible To Disabled Users Part 2 The Business Case

Codes and Scripts at your Fingertips

WHY DESIGN IS AS IMPORTANT AS PROMOTION

CSS Site Design Basics Part One

I m just me An Overview of an Web er Designer Developer Consultant and Friend

Key Facts you should know about Web Site design and Search Engine Optimization

Top mistakes first time web developers often make


Why CSS Is Good For Your Web Site

 

Cascading Style Sheets (CSS) are used within the HTML behind your Web site as a way of controlling how each page is laid out and what elements on it look like. For instance, you can use CSS to make headings in your copy a standard size across the whole of your site.

CSS has been around for several years and is supported by all the major browsers available today, including Internet Explorer for the PC and Mac, Firefox, Safari and Opera.

Using CSS to control your Web site will give you several benefits:

Makes your Web pages snappier

By using CSS and writing your HTML code to match standards like 'XHTML Transitional' or 'XHTML Strict' you can decrease the 'render time' of your pages. This is the time it takes between downloading the page and actually showing it on screen to your Web site visitor.

When using tables for layout - the traditional alternative to using CSS - and 'font' tags to control how the text on the page looks, the browsers have a lot more work to do before they show the page. Using CSS and the proper DocType for the pages means the browser knows what to expect from the code and can display it much more quickly.

In practice, converting to a standards based CSS layout on one client's Web site reduced the time it took the page to display by almost a quarter of a second. Although this is a very small amount of time, it is more than enough to make a Web site feel much more snappy and responsive, helping it give a good impression to your potential customers.

Makes your Web site quicker to update

As well as making your pages display quicker, CSS makes it easier to make global updates to your Web site. Say you're having a minor change in corporate image and want all your page headings changed from blue to green. With CSS controlling how your headings look, that means changing the colour in one file and the whole site shows the change - a two minute job rather than having to edit every page on the site.

This flexibility gives you the opportunity to do more with your Web site. Want to show your support for Red Nose Day? Again, one file change can put a little red nose next to all of your headers, turn the text red and even make them display in a silly typeface. Turning them back to normal for the next day is, once again, a single file change.

Good for Search Engine Optimisation

Because using CSS removes lots of HTML from your pages as layout and the look of text is controlled through the CSS file, it makes your textual content much more prominent within your HTML. This means the search engine spiders can easily find your textual content, and that your content is generally displayed in one block, rather than being split up into less readable chunks by HTML just to fit it in to your design.

Using 'semantically correct XHTML' - ie heading tags around the headings and sub-headings in your copy, and bold or strong tags around content you wish to highlight - tells the search engines those words are the most important on the page. This helps give the page a boost for searches which match the words which are marked as more important in this way.

Helps in passing the Disability Discrimination Act

Using good CSS and XHTML makes it easy for people with disabilities to change your pages the way they may need to for easy reading. This may be through increasing or decreasing the font size, or having it read to them through a screen reader. The clean page coding that goes along with using CSS means screen readers can easily navigate through your page and find the content, giving a good experience to visually impaired users.

Using CSS and XHTML also helps you comply with the UK Disability Discrimination Act rules for accessible Web sites. This is a valuable side-effect of using this kind of coding and takes no extra development time to be compliant.

Helps browsing from different devices

As well as helping screen readers, using CSS means alternative devices like mobile phones and PDAs can show your content effectively and easily. Although the current market in the West for browsing the Web through mobiles is small, it is growing and by using CSS you can create a Web site which is easily viewable on these devices with little extra effort,. So as more people use them it will be simple to convert your site to work with current or future devices..

Downsides

Currently, Web browsers treat CSS slightly differently, so when your Web site is created you may need slightly more cross-browser testing, and you will need to find a Web designer who understands how to build a site in CSS correctly. Most professional designers and developers are now seeing the benefits of creating standards based CSS sites, but it is worth ensuring that anyone you hire to make your Web site does know CSS before starting a project.

But the downsides are small when compared to the immediate and ongoing benefits of a CSS-based Web site.

About The Author

Paul Silver and David Rosam are Head of Technical SEO and Head of SEO Copywriting at Web Positioning Centre (webpositioningcentre.co.uk). Paul has been involved with the Web commercially since 1996 and David has been writing marketing copy for 20 years, and writing for the Web for a decade.

 Paul Silver and David Rosam

More Articles 

Consistency In Web Design - Sitecritic Net
The human mind constantly searches for patterns in everything that it sees everyday, striving to find the unified picture as a whole. If the mind cannot find pattern in what it is seeking, it has a high tendency to look elsewhere. When doing...

A Guide To Writing Successful Website Copy - Steve Hattrick
We all know that the lion’s share of web traffic comes through the search engines. We also know that keywords and links to your site are the two things that affect your ranking in the search engines. Your keywords tell the search engines what you...

Server Side Programming Languages - Dave Davis
Server-side programming languages are scripts that are executed on the server, and are then translated into HyperText Markup Language (HTML) which can be viewed by all web browsers. The two most popular server-side scripting ...

Design Principles and Elements - Lee Asher
Design Principles and Elements A truly shocking number of web designers are unfamiliar with the basic principles and elements of design. Having never been through any formal design education, many just go with what they think 'looks good',...

Avoid Graphical Overload - Ron King
When designing a website, it's easy to start loading it up with graphics. While tempting, you have to resist -- otherwise, you'll end up with graphical overload. Why is that a bad thing? Here's why. It Takes Too Long to Download ...

Learning HTML & HTML Editors - Colleen Chard
Learning HTML & HTML Editors by Kalina of Affordable Web Design I hold a firm belief that all webmasters should practice validating their code, so all advice I give in this site will be centered around that belief. If you'd like to...

How to Create an Enjoyable Web Page Design - Lala C Ballatan
Novice and professional designers alike – you may probably be skilled enough of any one or all of the techniques in creating a Web page and designing them. However, not all designs, even those made by authorities in the field, prove to be enjoyable...

Search Engine Friendly Web Design Advice - Jimsun Lui
Online marketers understand the importance of getting top search engine rankings in major search engines. Therefore, they spend many time in optimizing website content, seeking inbound links, and optimizing title and Meta Tags. However, many of...

Some Places to Go For More Information - Lee Asher
If you feel like you know quite a bit about web design now, but you'd really like to explore the details a bit more, then this is the article for you. As web designers are, by their nature, very likely to be web users and website owners, there's...

Maintain Your Site with Page Include Files - Larry Poch
Maintain Your Site with Page Include Files by Larry (Momp) Poch We all know how web sites seem to take on a life of their own. As the number of pages increases maintaining the site can be a time consuming task...! The use of "Page Include" files...

CASCADING STYLE SHEETS AND SERVER SIDE INCLUDES - Amrit Hallan
Highlight: Below, first we learn how to define individual tags with multiple definitions using the Cascading Style Sheets, and then we learn how to include common components on multiple web pages with minimum effort. We packed up with external...

Fonts are More Important Than You Think - Lee Asher
Most of the visitors to your website are going to spend 99% of their time doing one thing: reading your content. Given that the web is a medium mainly devoted to reading, it's surprising just how ignorant most page authors are about typography....

 

 

 

 

 

 

 

 

Copyright sitetitle @2007  Turnkey Websites
Download Game: Monster Mash
A broad assortment of mobile phone accessory producing by Geits.
banner advertising
Corgi
Download Game: Monster Mash
A broad assortment of mobile phone accessory producing by Geits.
banner advertising
Corgi