Tuesday, April 16, 2013

Efficient CSS with shorthand properties

Efficient CSS with shorthand properties
I get a lot of questions about CSS from people who aren't crazy enough to have spent the thousands of hours working with CSS that I have. Sometimes I'm asked to take a look at something they're working on to see if I can figure out why it doesn't work as expected. When I look at their CSS I often find that it's both bloated and unorganised.

One of the reasons for using CSS to layout websites is to reduce the amount of HTML sent to site visitors. To avoid just moving the bloat from HTML to CSS, you should try to keep the size of your CSS files down as well, and I thought I'd explain my favourite CSS efficiency trick: shorthand properties. Most people know about and use some shorthand, but many don't make full use of these space saving properties.

Sunday, April 14, 2013

Beginners Guide to CSS and Standards (Part IV)

Beginners Guide to CSS and Standards
In the chat channel I'm in, I get to talk to people on a daily basis that have never used CSS before, or are at the very beginning of learning it..

This article teaches all the basics you need to make your first CSS powered website. It is aimed at people that know a little HTML, and maybe have made a few websites themselves.

Let's get started.

Beginners Guide to CSS and Standards (Part III)

Beginners Guide to CSS and Standards
In the chat channel I'm in, I get to talk to people on a daily basis that have never used CSS before, or are at the very beginning of learning it..

This article teaches all the basics you need to make your first CSS powered website. It is aimed at people that know a little HTML, and maybe have made a few websites themselves.

Let's get started.

Beginners Guide to CSS and Standards (Part II)

Beginners Guide to CSS and Standards
In the chat channel I'm in, I get to talk to people on a daily basis that have never used CSS before, or are at the very beginning of learning it..

This article teaches all the basics you need to make your first CSS powered website. It is aimed at people that know a little HTML, and maybe have made a few websites themselves.

Let's get started.

Beginners Guide to CSS and Standards (Part I)

Beginners Guide to CSS and Standards
In the chat channel I'm in, I get to talk to people on a daily basis that have never used CSS before, or are at the very beginning of learning it..

This article teaches all the basics you need to make your first CSS powered website. It is aimed at people that know a little HTML, and maybe have made a few websites themselves.

Let's get started.