Learning CSS with WordPress

10
Learning CSS with WordPress Jim Convey www.LadderIT.com

description

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

Transcript of Learning CSS with WordPress

Page 1: Learning CSS with WordPress

Learning CSS with WordPress

● Jim Convey● www.LadderIT.com

Page 2: Learning CSS with WordPress

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

Page 3: Learning CSS with WordPress

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/

Page 4: Learning CSS with WordPress

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?

Page 5: Learning CSS with WordPress

Firefox Web Developer Toolbar

Page 6: Learning CSS with WordPress

What on earth is going on?

Page 7: Learning CSS with WordPress

missing shotgun, an example

Page 8: Learning CSS with WordPress

something I like - rgba

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

vs

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

Page 9: Learning CSS with WordPress

Artisteertry not thinking about CSS

Page 10: Learning CSS with WordPress

Learning CSS with WordPress

● Jim Convey● www.LadderIT.com

JimConvey - twitterJimConvey - LinkedIn

Thank You and Good Morning