Sections on this page...
-
Browser Archive
-
http://browsers.evolt.org/
This site archives eveery version of every broswser they can find. Great idea, and excellent resource, but unfortunately a little daunting whn you actually see the list.
-
Old IE Versions
-
http://www.skyzyx.com/downloads/
This most excellent page contains several different versions of IE and simple instructions on how to get them running on your system for checking your pages in older browser. Thanks you to all those who made that possible.
-
Efficient CSS with shorthand properties
-
http://www.456bereastreet.com/archive/200502/efficient_css_with_sho...
Shorthand properties can be used to set several properties at once, in a single declaration, instead of using a separate declaration for each individual property. This article clearly explains how these can save a lot of space in your CSS file. Essential reading for any developing a website.
-
CSS / Javascript based version control
-
http://www.snook.ca/archives/000297.html
No the author hasn't gone crazy - he/she is just showing a simple premise of CSS and the rarely used "ins" and "del" tags to provide client siode version switching. Well worth a read, and make you sure you look at the sample document and click on the links to show/hide the different versions of the document.
-
CSS Floats explained
-
http://www.positioniseverything.net/easyclearing.html
Excellent (and heavy going) page explaing the behaviour of CSS float on DIV tags in various browsers.
-
CSS layout Techniques
-
http://glish.com/css/
This page starts with the wonderful heading - "Look Ma, No Tables", which sums up what most peole are trying to achieve with CSS. Excellent resource for learning CSSS. Highly recommended.
-
CSS ROI
-
http://www.7nights.com/asterisk/archives/web_standards_roi.php
One developers numebrs on switching to CSS and how much it saved the client. Very impressive numbers.
-
Sane CSS Sizes
-
http://www.thenoodleincident.com/tutorials/typography/
Essential reading for all web designers... though the guy who wrote it really needs to get out more. He has studied how different different browsers render different CSS font sizing methods, and then published the results. One page has 264 mini-screen shots, and then there are several other pages with different ways of grouping those results, and then there are more screenshots on other pages.
-
Max Design
-
http://www.maxdesign.com.au/presentation/index.cfm
This site has some of the best CSS atricles and tutorials you will ever come across. Its a must see for any serious Web designer or developer.
-
Articles and HTML and CSS code examples
-
http://www.domedia.org/oveklykken/articles.php
Excellent selection of HTML and CSS code examples written by Ove Klykken - highly recommended.
-
From Table Hacks to CSS Layout: A Web Designers Journey
-
http://www.alistapart.com/articles/journey/
Excellent article about moving from Table hacks to CSS based websites, inlcuding why and how stuff.
-
CSS Enhancements in Internet Explorer 6
-
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dn...
MS explanation of changes in the CSS supported by IE6, and in particular, a very good description of quicks mode and standards mode renderring. Essential reading for all web developers.
-
CSS Browser support
-
http://www.westciv.com.au/style_master/academy/browser_support/basi...
-
Using CSS to generate diagrams
-
http://www.surfare.net/~toolman/temp/diagram.html
Fantastic article that shows how to make flowchart diagrams using CSS, and it works on most modern browsers. This article is a must read for any web designer.
Why (and how) to use the right DocType