| Author |
Message |
Scoby007 LP Regular

Joined: 24 Mar 2004 Posts: 869 Location: Ireland
|
Posted: Sat Oct 13, 2007 5:55 pm Post subject: Trying to Learn CSS |
|
|
Hi Guys,
I am interested in starting to learn CSS I can work with HTMl but would like to introduce some CSS into my designing, any suggestions on simple straight forward resourses that I could look into which are simple to follow
S |
|
| Back to top |
|
| |
drath D

Joined: 27 Sep 2005 Posts: 1696 Location: Canada
|
Posted: Mon Oct 15, 2007 10:41 pm Post subject: |
|
|
I actually learned CSS through Dreamweaver. It's a great way to learn all the basics of CSS because as Dreamweaver is doing lots of the coding behind the scenes, it is using CSS for most of everything (in Dreamweaver 8/CS3). Once you lay some things out, you can go directly to your code and see exactly how CSS is working to render certain things. This is just how I eventually learned and starting using CSS more, but there is countless other ways. Including doing some free online tutorials:
http://codepunk.hardwar.org.uk/bcss.htm
This site looks pretty decent in covering all the basics and getting you up to speed how to include CSS into your HTML. _________________ The Gamer's Journal | Online Portfolio | Half-Life Library | UNDATA |
|
| Back to top |
|
| |
Desbrina Jadeite

Joined: 11 Jun 2005 Posts: 2972 Location: Earth
|
|
| Back to top |
|
| |
Necromis Lifeless on my Boat

Joined: 11 Apr 2005 Posts: 748 Location: USA
|
Posted: Tue Oct 23, 2007 1:10 pm Post subject: |
|
|
| There are lots of tutorials on line. google and you will find a ton. I cannot remember the one I used either. It had a program for css, I believe CSSMaster, they wanted to sell, but also had lots of raw tutorials that taught me lots in the beginning. From there I just hunt around when I am lost on something using google and the term I am needing help with. |
|
| Back to top |
|
| |
martin Cafe Montevideo

Joined: 17 Mar 2005 Posts: 1030 Location: Uruguay
|
Posted: Thu Oct 25, 2007 6:51 am Post subject: |
|
|
I think Dreamweaver is a good way to learn: you do it while you look at the code and see how CSS works. Another posibility is to have a look at the W3C CSS guides in http://www.w3.org or at W3Schools. I heared something about CSS3! Don't worry, information at theese sites is very updated. _________________ http://martin.com.uy
http://cafemontevideo.com |
|
| Back to top |
|
| |
nagisa_01 Novice Poster
Joined: 15 Sep 2007 Posts: 14 Location: Montevideo - Uruguay
|
Posted: Fri Oct 26, 2007 12:06 pm Post subject: |
|
|
I learnt a lot from this book, it also covers other topics, i found it to be a great way to start.
"Beginning Web Programming with HTML, XHTML, and CSS"
http://www.wrox.com/WileyCDA/W.....70781.html
You can see the contents in the link above.
Anyway CSS is not that difficult to learn, what i think it's difficult is to get the same result in all browsers, so you could go for tutotials as well
one that i liked a lot
http://www.sitepoint.com/artic.....of-the-box |
|
| Back to top |
|
| |
Lyth Server Ninja

Joined: 13 Nov 2004 Posts: 1649 Location: Socorro, New Mexico, USA
|
Posted: Sat Oct 27, 2007 1:44 am Post subject: |
|
|
| Scoby007 wrote: | | any suggestions on simple straight forward resourses that I could look into which are simple to follow |
The most straightforward resource is learning by doing. You can learn a lot about CSS just by messing around and practicing with it. Guides are helpful too, don't forget to consult them, but you get a better feel for things regarding CSS when you actually apply them. _________________ I talk to the rain |
|
| Back to top |
|
| |
marinaroz Grey Scaled

Joined: 04 Mar 2004 Posts: 2813 Location: Israel
|
Posted: Sat Oct 27, 2007 7:31 am Post subject: |
|
|
Lyth is right. Learning CSS by doing is the best option. All you need is a starting point. When you know the base of CSS, just start using it for your site. When you come across a problem - just do a google search and you're likely to quickly come across the solution.
Also, if you're oing for a tableless layout - be sure to test it in all the browsers you would like your site to work in, as there are many incompatibilities between them. _________________ Tarakana NET |
|
| Back to top |
|
| |
freakazoidx3 Novice Poster

Joined: 01 Nov 2007 Posts: 16 Location: miami (:
|
Posted: Tue Nov 20, 2007 4:54 pm Post subject: |
|
|
im also trying to learn css,
its hard for me but at the same time easy
because i know a lot about html & really
what you need to be is an expert in html. _________________ freakazoid layouts |
|
| Back to top |
|
| |
packagedeliverer Pro Freelancer::llp elder

Joined: 20 Feb 2004 Posts: 2692 Location: belgium
|
Posted: Sat Nov 24, 2007 9:22 pm Post subject: |
|
|
| freakazoidx3 wrote: | im also trying to learn css,
its hard for me but at the same time easy
because i know a lot about html & really
what you need to be is an expert in html. |
Well, an expert in html is an expert in css. With only html your options are quite limited, with css however, everything is possible to make.
W3schools are great if you can't think of something, but not for actually learning css and that counts for many sites. How I learned every programming or markup language: I bought a book. The one for HTML and CSS I bought back then was one of 1400 pages by EasyComputing (probably a bit out of date now). I read through it completely and had a thought of what was possible and the rest was practice. Good luck... _________________ [img:0a108d93e8]http://img338.imageshack.us/img338/9430/packagedeliverer54hy.gif[/img:0a108d93e8] |
|
| Back to top |
|
| |
jthomsonmain Ardent Poster

Joined: 11 Jan 2008 Posts: 80 Location: Albion, NY (USA)
|
Posted: Fri Jan 25, 2008 2:13 pm Post subject: |
|
|
CSS Came easy for me. I got a book that was out of date and had non-working codes and I played around with it until it worked. That was about a week ago. CSS Kicks ***! _________________ [img:8728bad64c]http://i212.photobucket.com/albums/cc118/jthomsonmain/l2psig.jpg[/img:8728bad64c] |
|
| Back to top |
|
| |
tacpnehy Novice Poster
Joined: 31 Jan 2008 Posts: 8
|
Posted: Thu Jan 31, 2008 8:48 am Post subject: |
|
|
| I mainly learned CSS by looking at other sites. Same with HTML, although dreamweaver helped as well with both |
|
| Back to top |
|
| |
jthomsonmain Ardent Poster

Joined: 11 Jan 2008 Posts: 80 Location: Albion, NY (USA)
|
Posted: Thu Jan 31, 2008 4:02 pm Post subject: |
|
|
| tacpnehy wrote: | | I mainly learned CSS by looking at other sites. Same with HTML, although dreamweaver helped as well with both |
Nice work! I have had to do the same thing with some different programming languages. Sit back and pat yourself on the back, thats quite an accomplishment! _________________ [img:8728bad64c]http://i212.photobucket.com/albums/cc118/jthomsonmain/l2psig.jpg[/img:8728bad64c] |
|
| Back to top |
|
| |
|
|
|