Dive into the archives.
- Sitepoint introduces CSS reference site
Sitepoint has introduced their new CSS reference site. Their idea is to follow the mold of something like php.net and give developers a comprehensive reference for all things CSS. They also have “coming soon” links for HTML and JavaScript sections.
Check it out HERE
- Reset Reloaded
Reset Reloaded by Eric Meyer
A CSS reset is the technique of resetting all the defaults like padding and margins that differ so much between the many browsers. By putting this at the top of your CSS file, it gives a default for any rules you don’t specify later and makes it easier to keeps [...]
- Great reference for lists in HTML and CSS
Listamatic
Can you take a simple list and use different Cascading Style Sheets to create radically different list options? The Listamatic shows the power of CSS when applied to one simple list.
- The W3C Cannot Save Us
Excerpt From:The W3C Cannot Save Us
In order for the future to be better by a large amount, it must be different by a large amount.
I think that statement alone is enough to indict Opera’s anti-trust actions as stupid and ill-considered. But we should also recognize that it forms the basis of Opera’s grievances. We should [...]
- IE8 Passes Acid2 Test, Web Standards Project Dies of Shock
Excerpt from:
IE8 Passes Acid2 Test, Web Standards Project Dies of Shock
These are all incredibly useful features that the other major browsers have supported for some time, but which have not been available for real-world use because of the lack of support for them in Internet Explorer. That’s all about to change. Support for CSS tables [...]
- Internet Explorer Developer Toolbar!!
Internet Explorer Developer Toolbar
Finally! I’ve found something that looks like it will help with troubleshooting things on IE (and it comes from Microsoft, surprisingly). I have it loaded in 7 right now, not sure if it works for 6. It’s very similar to the Web Developer add-on for Firefox with some of [...]
- 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 [...]

