Learning CSS with WordPress

Preview:

DESCRIPTION

Jim Convey from Ladder IT's presentation from WordUp Edinburgh 2011 on how he is learning CSS using WordPress

Citation preview

Learning CSS with WordPress

● Jim Convey● www.LadderIT.com

It should go something like this:● What's the fuss about

● resources

● What on earth is going on?

● missing shotgun, an example

● something I like - rgba

● Artisteer

● Theme – here and now

Resourceswww.LadderIT.com/resources

● http://www.w3schools.com/● http://htmldog.com/● http://codex.wordpress.org/CSS● http://codex.wordpress.org/

Know_Your_Sources#CSS● http://chrispederick.com –

Firefox Web Developer● http://forabeautifulweb.com/ -

Andy Clarke

● http://safaribooksonline.com● http://www.artisteer.com/

http://codex.wordpress.org/CSSwww.LadderIT.com/resources

● Tags n Classes and such.

● http://codex.wordpress.org/Know_Your_Sources#CSS

What does the codex say?

Firefox Web Developer Toolbar

What on earth is going on?

missing shotgun, an example

something I like - rgba

.entry {background-color:rgb(255,255,255);}

vs

.entry {background-color:rgba(255,255,255,0.5);}

Artisteertry not thinking about CSS

Learning CSS with WordPress

● Jim Convey● www.LadderIT.com

JimConvey - twitterJimConvey - LinkedIn

Thank You and Good Morning

Recommended