Tag: html

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 →
HTML October 2006

Benefits of Using Unordered Lists

When marking up content which could be defined in some way as a list, you should consider using an unordered list (<ul>) for presentation. Not only does it improve the readability of your HTML c...

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 →
HTML August 2007

Semantics, HTML, XHTML, and Structure

Good HTML structure is based on logic, order, and using semantically correct markup. If you have a heading use the heading element, beginning with the H1 element. If you have a paragraph, use a paragr...

Read more →
HTML June 2006

The Title and Alt Attributes

When browser vendors bend the standards and implement something in a different way than what the specification states, they may cause problems, or at least confusion. One example of this is the way ce...

Read more →
HTML September 2006

Web Developer Extension

The Web Developer extension adds a menu and a toolbar to the browser with various web developer tools. It is designed for Firefox, Flock, Mozilla and Seamonkey, and will run on any platform that these...

Read more →
HTML July 2006

What Goes Into a Web Page?

HTML has come a long way from its humble beginnings. However, despite the fact that you can use HTML (and its derivatives) for much more than serving up static text documents, the basic organization a...

Read more →
JavaScript December 2007

SWFObject - Embedding Flash Using Valid HTML/XHTML/JavaScript

SWFObject is a small Javascript file used for embedding Adobe Flash content. The script can detect the Flash plugin in all major web browsers (on PC and Mac) and is designed to make embedding Flash mo...

Read more →
Text Editors August 2006

WeBuilder

WeBuilder is all-in-one Web code editor that enables you to edit HTML, CSS, JavaScript, PHP, ASP and other web documents within single program. Clean and convenient interface, quick startup, true flex...

Read more →
XHTML July 2008

XHTML Compatible Markup for Embedding Flash and Video

It has always gotten my goat that Internet Explorer’s non-standard use of the object tag has forced standards-loving browsers to use the non-standard embed tag in order to embed movies on a web page...

Read more →