CSS3 3D bookshelf
# Linked to 21 June 2010, 06:51 in Articles by Sam Brown
I was thinking about a fun way to display my book section. I eventually found a way to pull the books out off the shelf by pure CSS magic.
The CSS white-space Property Explained
# Linked to 9 June 2010, 00:03 in Tips by Sam Brown
The CSS white-space property can come in handy in some instances. This article explains all its possible values.
Create a Vibrant Digital Poster Design with CSS3
# Linked to 7 June 2010, 03:48 in Tutorials by Sam Brown
CSS has come a long way in recent years, and with new browser support for a hand full of CSS3 properties we can begin to replicate design styles directly in the browser that beforehand were recently only possible in our design applications. Follow this walkthrough of the making of Circlicious, a vibrant and abstract digital poster design made purely of HTML and CSS.
How To Use RGBA In IE
# Linked to 3 June 2010, 05:50 in Tips by Sam Brown
The modern browsers all have rgba(), giving you a semi-transparent background colour while keeping the foreground elements (text, images) fully opaque. But if you want to use that in your design, what about IE? Here’s how to do it.
CSS3 Bookshelf
# Linked to 2 June 2010, 09:36 in Articles by Sam Brown
Using CSS3 and a little JavaScript, I’ve created a bookshelf for your blog. For a demo, go to the CSS3 bookshelf, for some more information on how it was made, read on.
Recreating the MLB.com Content Switcher with jQuery and CSS3
# Linked to 2 June 2010, 03:26 in Tutorials by Sam Brown
The MLB.com content switcher is created with Flash. This version uses jQuery and CSS3.
Create a smooth entrance for your website
# Linked to 31 May 2010, 01:38 in Tips by Sam Brown
A subtle fade-in animation when the website opens.
A game of memory, with CSS3
# Linked to 28 May 2010, 01:43 in Links by Sam Brown
A game of memory in which you will have to find three matching cards.
White Hot Glowing Text is the New Lens Flare
# Linked to 27 May 2010, 06:36 in Code by Levi Figueira
Really cool glowing text effect via CSS. Quite simple as well.
Bonus: Make sure you’re using a Webkit browser and check the awesome use of background gradient to create the glow feel.
CSS Three — Connecting The Dots
# Linked to 27 May 2010, 03:59 in Articles by Sam Brown
Right now, there are tons of property combinations and uses out there waiting to be discovered. All we have to do is connect the dots. It’s time to get your hands dirty and innovate!