Webdesign

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.alistapart.com/articles/alternate/

A List Apart: Articles: Alternative Style: Working With Alternate Style Sheets

So you've got a web page. You’ve marked it up with structural XHTML. You’ve also been a good little web developer and used style sheets to control what your document looks like. You’ve even gone the extra mile and created several alternative style sheets to show how hardcore you are. Style sheets can be associated with documents using a list of link elements in the head.

Controleer Browser Compatibiliteit, Cross Platform Browser Test - Browsershots

Browsershots makes screenshots of your web design in different operating systems and browsers. It is a free open-source online web application providing developers a convenient way to test their website's browser compatibility in one place. When you submit your web address, it will be added to the job queue. A number of distributed computers will open your website in their browser. Then they will make screenshots and upload them to our central dedicated server for your review. http://browsershots.org/
http://wordpress.org/extend/themes/charcoal Very clean template, elegent and great designwork, donated to the Habari Project by Ali B. - Ported over to WordPress by Jo0Lz. This theme looks best when using the Compact Archives plugin.

Charcoal « Free WordPress Themes

Clear is a free wordpress theme, released by Diovo. Clear is the perfect theme for great authors. It is clean, clear and beautiful. It is minimalistic one-cloumn theme with the widgets all arranged at the bottom. http://wordpress.org/extend/themes/clear

Clear « Free WordPress Themes

A clean, minimalist, grid-based theme featuring an alternate dark colour scheme, custom background, and custom header http://wordpress.org/extend/themes/wu-wei

Wu Wei « Free WordPress Themes

A grid-based, black and white WordPress theme http://wordpress.org/extend/themes/oulipo

Oulipo « Free WordPress Themes

http://wordpress.org/extend/themes/minimalist

Minimalist « Free WordPress Themes

Fast loading minimalist theme, utilising mootools, with 5 different colour schemes and no images.

CSS Gradient Background – Cross Browser! « puremango.co.uk

http://www.puremango.co.uk/2010/04/css-gradient-background/ My boss Mike passed this little CSS gem to me, and now dear reader I pass it to you. It was orignally developed by FakeDarren , who posted a great little CSS button example. I find it useful for those times when designers get all fancy with gradiented backgrounds. I’ve condensed Darren’s CSS down to these four lines plus comments, which will give you the lovely Green-to-Black CSS gradient background you can see above. And as you may have guessed by the ‘V’ in the class name, you can also do horizontal gradients – here are some more examples for left-right gradients, and we see what happens when we apply animations to a gradiented DIV.

Previews - CSS3 . Info

Many exciting new functions and features are being thought up for CSS3 . We will try and showcase some of them on this page, when they get implemented in either Firefox , Konqueror , Opera or Safari/Webkit . http://www.css3.info/preview/
Home / CSS3 Previews / Border-radius: create rounded corners with CSS! The CSS3 border-radius property allows web developers to easily utilise rounder corners in their design elements, without the need for corner images or the use of multiple div tags, and is perhaps one of the most talked about aspects of CSS3. Since first being announced in 2005 the boder-radius property has come to enjoy widespread browser support (although with some discrepancies) and, with relative ease of use, web developers have been quick to make the most of this emerging technology. However, for the moment, you’ll also need to use the -moz- prefix to support Firefox (see the browser support section of this article for further details): Rounder corners can be created independently using the four individual border-*-radius properties (border-bottom-left-radius, border-top-left-radius, etc.) or for all four corners simultaneously using the border-radius shorthand property. http://www.css3.info/preview/rounded-border/

Border-radius: create rounded corners with CSS! - CSS3 . Info