Topics About W3c

Oct 21, 2008 How to make google video and youtube players W3C Xhtml valid

How to make google video and youtube players W3C Xhtml valid You may have noticed that if you copy the flash embed code from youtube, it is not actually standards-compliant and will break your W3C validation. Here is the proper way to embed google video and youtube videos.

Jan 26, 2008 How to make a CSS menu

How to make a CSS menu A menu is nothing more than a list of links for navigation, so the most ideal way to code your menus are by using a list, styled with CSS. This makes the styling ability very flexible while keeping the content-end of the list completely separate from any styling and in a format that is easy to read when style sheets are not in use or disabled.

Dec 09, 2007 CSS: Media types

A CSS media type names a set of CSS properties. A user agent that claims to support a media type by name must implement all of the properties that apply to that media type.

Dec 09, 2007 CSS: Create a style sheet for print only

I'm sure everybody has had experience printing a webpage with less-than-perfect results when EVERYTHING on the page is printed including banners, navigation, textures, crazy colors, etc. When I needed to print out only the content of a page, my solution was typically to just select the specific content I wanted, and then choose the "print selection only" option, but that limits flexibility of data selection and formatting.