Re: Recommendation on understanding CSS

2009-01-22 Thread rknobelspies

If learning-by-doing is your thing I would recommend having a look at
www.nettuts.com
and especially the css tutorials:

http://nettuts.com/tutorials/site-builds/from-psd-to-html-building-a-set-of-website-designs-step-by-step/
http://nettuts.com/tutorials/tools-and-tips/how-to-theme-any-cms-using-firebug-with-a-wiki-example/
http://nettuts.com/tutorials/html-css-techniques/solving-5-common-css-headaches/
http://nettuts.com/tutorials/html-css-techniques/5-time-saving-cssedit-tips/
http://nettuts.com/videos/screencasts/how-to-convert-a-psd-to-xhtml/
http://nettuts.com/articles/web-roundups/are-you-making-these-10-css-mistakes/
http://nettuts.com/videos/screencasts/converting-a-design-from-psd-to-html/

On 21 Jan., 09:52, Gath  wrote:
> Guys,
>
> Its seems the best way to do templates in Django is via plain html and
> css, but am having a problem in understanding css easily, can someone
> recommend some nice material/site on css i can read, i mean step by
> step till complex stuff.
>
> Paul

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Recommendation on understanding CSS

2009-01-22 Thread phoebebright

If you have a Mac I recommend CSSEdit which allows you to analyse the
css that applies to each element on a page (locally or online) and
changes show immediately.


On Jan 21, 8:52 am, Gath  wrote:
> Guys,
>
> Its seems the best way to do templates in Django is via plain html and
> css, but am having a problem in understanding css easily, can someone
> recommend some nice material/site on css i can read, i mean step by
> step till complex stuff.
>
> Paul

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Recommendation on understanding CSS

2009-01-22 Thread Skylar

I think getting the firebug plug-in for firefox and playing around and
looking at other people's code has been most beneficial to me
recently.

On Jan 21, 3:52 am, Gath  wrote:
> Guys,
>
> Its seems the best way to do templates in Django is via plain html and
> css, but am having a problem in understanding css easily, can someone
> recommend some nice material/site on css i can read, i mean step by
> step till complex stuff.
>
> Paul
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Recommendation on understanding CSS

2009-01-21 Thread Erik S.

On Jan 21, 3:52 am, Gath  wrote:
> Guys,
>
> Its seems the best way to do templates in Django is via plain html and
> css, but am having a problem in understanding css easily, can someone
> recommend some nice material/site on css i can read, i mean step by
> step till complex stuff.
>
> Paul

As said before, alistapart.com is excellent. One of their recent
articles on web education mentioned another set of tutorials at
http://www.opera.com/company/education/curriculum/

They look like a good starting point.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Recommendation on understanding CSS

2009-01-21 Thread Kenneth Gonsalves

On Wednesday 21 Jan 2009 3:24:22 pm bruno desthuilliers wrote:
> The references are on the w3c site - but they are, well, references. A
> good starting point for actually learning how to use css is A List
> Apart:
>
> http://alistapart.com/

that is not a starting point - that is nirvana

-- 
regards
KG
http://lawgon.livejournal.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Recommendation on understanding CSS

2009-01-21 Thread bruno desthuilliers

On 21 jan, 09:52, Gath  wrote:
> Guys,
>
> Its seems the best way to do templates in Django is via plain html and
> css, but am having a problem in understanding css easily, can someone
> recommend some nice material/site on css i can read, i mean step by
> step till complex stuff.


The references are on the w3c site - but they are, well, references. A
good starting point for actually learning how to use css is A List
Apart:

http://alistapart.com/

You'll find lot of concrete examples, tips and tricks, and links to
other related material.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---