Blog archives for HTML/CSS

Semantic Data Extractor

February 7, 2005

Semantic Data Extractor

The aim is to show that providing a semantically rich HTML gives much more value to your code: using a semantically rich HTML code allows a better use of CSS, makes your HTML intelligible to a wider range of user agents (especially search engines bots).

CSS3 Transparency

November 25, 2004

CSS3 is still a work in progress but I’ve been playing aroud with it nonetheless. You can probably tell that I think that CSS3 transparency is really, really cool. When it is fully supported it is going to allow for so much design flexibilty without having to use a single image.

If you are using a Mozilla based browser or Safari then the background of this post should be a transparent red. If you are using Internet Explorer you will only see a solid red.

If you are wondering how it is done then all you need is this:

#blah
{
opacity: 0.5;
}

It is worth noting you can do the same in IE with a bit of proprietry code which only IE will see.

#blah
{
opacity: 0.5; /* everything that supports CSS3 */
filter: alpha(opacity=50); /* IE */
}

You can decide if that is a good idea or not. :)

Filed under HTML/CSS

A Web Standards Checklist

August 23, 2004

Nobody is calling it a “definitive guide” but MaxDesign’s checklist is an excellent starting point.

Filed under HTML/CSS

March to Your Own Standard

July 7, 2004

March to your own standard really got me thinking. It raises a few points that I had not considered. I am not saying it changes everything I believe in when it comes to validation. It does however make some excellent and persuasive points that are difficult to deny.

Filed under HTML/CSS

Random articles

Xylescope

May 9, 2005

Xylescope has been designed and developed for looking underneath the surface of web pages as you surf the web – it couldn’t be easier. Using Xylescope you can look forward to analysing complex CSS designs with incredible ease and experimenting with third-party sites, without having to download them onto your own computer first. Xylescope – [...]

I really thought web development had moved on from this sort of thing…

August 24, 2004

I was told to use IE when trying to visit a govt website today. Firefox and Safari users are told to use IE instead. A colleague questioned the site’s creators on this method and was told due to accessibility reasons it was best to use IE. Isn’t that sort of philosophy completely against the entire [...]

Full Code Press

August 18, 2007

As I write this Full Code Press is taking place in Sydney. The Woman of Words is participating for the Australian team as copywriter/editor. You can check out the progresss on Flickr and YouTube.