Dive into the archives.
- CSS tips
excerpt from: Unobtrusive Javascript
There are many ways to show and hide content, and each is valid in particular contexts. In this situation, I’ve opted to use visibility: hidden because it preserves the element’s dimensions while hiding it. Were I to use display: none, for example, the space that the anchor normally occupies would collapse, and [...]
- CSS Hacks for Internet Explorer
full article: CSS Hacks
Dealing with browser inconsistencies often makes up a majority of the work for a web designer. Sometimes there is no reasonable way to accomplish a desired layout in all major web browsers without the use of some special exception rules for certain layout engines. Hacks necessarily lead to potential complications and should [...]
- MiniAjax.com
MiniAjax.com
A pretty neat collection of various Ajax and JavaScript effects and techniques using different JavaScript libraries including JQuery and others.
- HTML 5
Original article: A List Apart
Excerpt:
To give authors more flexibility and interoperability, and enable more interactive and exciting websites and applications, HTML 5 introduces and enhances a wide range of features including form controls, APIs, multimedia, structure, and semantics.
Work on HTML 5, which commenced in 2004, is currently being carried out in a [...]
- Interesting point about an HTML non-breaking space
borrowed from: www.z-oc.com
Among the almost infinite list of HTML entities, the non-breaking space is one of the most popular but very often understood.
The correct place for one is, for instance, in “Mr. Smith”. This will avoid a line break between Mr. and Smith, while leaving a space between them.
The non-breaking [...]
- Web Directions South
Web Directions South
Web Directions South, held in Vancouver, was a jam packed couple of days with 28 presentations delivered by over 30 presenters. All of the presentations are available at the above link, many of them also including an audo recording of the presentation as well as the slides.

