Tag: browser

CSS July 2007

CSS Hacks and Filters

In an ideal world, properly coded CSS would work in every browser with CSS support. Unfortunately, we do not live in an ideal world, and browsers are littered with bugs and inconsistencies. To create ...

Read more →
CSS December 2007

What is CSS Framework?

A CSS framework is a simple template that may contain several CSS and HTML files which you can use as a starting point for your websites. Every web developer knows, that at some point you have to defi...

Read more →
CSS December 2007

What is Global CSS Reset?

One of the most common mistakes when creating a website is not removing the default browser CSS styling. This leads to inconsistencies in the appearance of your website design across browsers, and mak...

Read more →
HTML September 2006

HTML Validator

HTML Validator is a Mozilla extension that adds HTML validation inside Firefox and Mozilla. The number of errors of a HTML page is seen on the form of an icon in the status bar when browsing. The deta...

Read more →
HTML January 2007

HTML vs XHTML

It seems like the eternal question amongst web developers: HTML or XHTML? Wherever I look there seems to be posts in forums raising the question, web developers asking me or other people write blog po...

Read more →
HTML August 2006

Is XHTML Good Enough?

There are many false benefits of XHTML promoted on the Web. Let’s clear up some of them at a glance:

Read more →