Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
How did you learn CSS?
I wrestle with the simplest of positioning problems with CSS.
How did you learn CSS? Do you have advice for someone who wants to learn how to properly “write CSS” and position elements on the screen?
- a book or books
- strictly by doing; is there a sample problem you’d recommend?
- an online site or tutorial
- a software tutorial (e.g. StyleMaster or TopStyle?)
- by asking questions and getting answers
- a tutor
- a certain set of tools/software/websites
- some other way
Thanks for any advice you can offer.
“Well, I, uh, don’t think it’s quite fair to condemn a whole program because of a single slip-up, sir.” General ‘Buck’ Turgidson
Offline
Re: How did you learn CSS?
Immediate feedback. That means use developer tools for firefox and editing css from the sidebar pane of a live page.
That, and use resources like floatorial at maxdesign and w3schools.
Offline
Re: How did you learn CSS?
I installed Textpattern onto my site.
Then I was forced to do what MrDale did to use it, Same way I learn everything! lol
Offline
Re: How did you learn CSS?
I started dabbling—just playing around with CSS. Hung out in CSS/HTML newsgroups.
Then took an online course. Yikes, I paid money to do that! It dealt with CSS 2 before most browsers supported much of it. Now that was certainly fun!
Used BBEdit.
Read the Textpattern forum regularly and follow suggested links that sound interesting.
It sure helps to know CSS!
M
I am not a professional woman
Offline
#5 2006-01-16 05:15:45
- brian.zerangue
- Member
- Registered: 2005-02-15
- Posts: 62
Re: How did you learn CSS?
Here’s a few ideas…
- Go to htmldog.com and go through there html / css tutorials… they are really easy to pick up and very informative.
- After you have a basic feel for CSS… Read Web Standards Solutions and Bulletproof Web Design by Dan Cederholm of SimpleBits.com…
- then take a look at csszengarden.com and inspect the CSS files.
Last edited by brian.zerangue (2006-01-16 05:18:56)
Offline
Re: How did you learn CSS?
Looked at CSS Zen Garden stylesheets, pored over w3c schools pages, and got lots of practice with IE5.
Lumilux – A Photoblog
Offline
Re: How did you learn CSS?
I started with a few examples, and mostly by looking at websites source code. But that was like 6 or 8 years ago. It’s easy now.
I can recommend a very good book, Cascading Style Sheets – The Definitive Guide (2^nd^ edition) by Eric Meyer. It’s a classical, a CSS bible. Good to start, good as a refence.
Last edited by Jeremie (2006-01-16 06:11:11)
Offline
Re: How did you learn CSS?
All I know about CSS I learned at <a href=“http://alistapart.com”>A List Apart</a>. Well not really, but they got me started… I also second Jeremie’s suggestion.
Offline
#9 2006-01-16 13:17:08
- Jaro
- Member
- From: S/F
- Registered: 2004-11-18
- Posts: 89
Re: How did you learn CSS?
I learned alot from westciv.com and then practice and immediately check what’s the css rule doing.
Last edited by Jaro (2006-01-16 13:17:40)
Offline
Re: How did you learn CSS?
I have done my first steps in XHTML and CSS with Russ Weakly and with Ross Shannon.
Great articles:
http://www.maxdesign.com.au/presentation/
Also, he has this great resource, where I have learned a lot:
http://css.maxdesign.com.au/
Offline
Re: How did you learn CSS?
Westciv’s tutorial took me from almost complete novice, to the “never ever will I ever more develop a site in the old way” -state.
So go on =)
Offline
Re: How did you learn CSS?
Brainjar’s CSS position Tutorial , A List Apart’s Taming Lists and Eric Meyer’s Containing Floats were the AHA moments for me. They took me from hacking to understanding.
I would also recommend, just building a site using nothing but CSS. That’s what helped me the most. When I started to move from tag soup to standards I decided to re-design my site all via css as a learning experience. No tables allowed. That forced me to re-arrange my thought process to start thinking like CSS, which to me was the main obstacle after almost a decade of table hacking.
Never looked back.
Last edited by hakjoon (2006-01-24 14:42:17)
Shoving is the answer – pusher robot
Offline