<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CSS &#8211; what is the current starting point?</title>
	<atom:link href="http://www.rachelandrew.co.uk/archives/2006/10/29/css-what-is-the-current-starting-point/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rachelandrew.co.uk/archives/2006/10/29/css-what-is-the-current-starting-point/</link>
	<description></description>
	<lastBuildDate>Thu, 11 Mar 2010 15:17:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rafael</title>
		<link>http://www.rachelandrew.co.uk/archives/2006/10/29/css-what-is-the-current-starting-point/comment-page-1/#comment-38993</link>
		<dc:creator>Rafael</dc:creator>
		<pubDate>Fri, 01 Dec 2006 04:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.rachelandrew.co.uk/archives/2006/10/29/css-what-is-the-current-starting-point/#comment-38993</guid>
		<description>Most places that provide syntax highlighting for code, it seems, still use  for colours. I&#039;ve noticed Dean Edwards is an exception (uses span with inline styles) and the PHP manual (spans with no inline styles). Gmail uses , which I thought was a bit odd, since their layout is tableless.</description>
		<content:encoded><![CDATA[<p>Most places that provide syntax highlighting for code, it seems, still use  for colours. I&#8217;ve noticed Dean Edwards is an exception (uses span with inline styles) and the PHP manual (spans with no inline styles). Gmail uses , which I thought was a bit odd, since their layout is tableless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: viebone</title>
		<link>http://www.rachelandrew.co.uk/archives/2006/10/29/css-what-is-the-current-starting-point/comment-page-1/#comment-37282</link>
		<dc:creator>viebone</dc:creator>
		<pubDate>Sun, 19 Nov 2006 17:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.rachelandrew.co.uk/archives/2006/10/29/css-what-is-the-current-starting-point/#comment-37282</guid>
		<description>In my opinion, the natural way to teach webdisign is showing html and css as a team, as partners. The one is nothing without the other. Then differences between the usage of font tags and css only will confuse new students but maybe is a good help for old school who needs to leave bad habits</description>
		<content:encoded><![CDATA[<p>In my opinion, the natural way to teach webdisign is showing html and css as a team, as partners. The one is nothing without the other. Then differences between the usage of font tags and css only will confuse new students but maybe is a good help for old school who needs to leave bad habits</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Curtis</title>
		<link>http://www.rachelandrew.co.uk/archives/2006/10/29/css-what-is-the-current-starting-point/comment-page-1/#comment-36888</link>
		<dc:creator>Richard Curtis</dc:creator>
		<pubDate>Fri, 17 Nov 2006 14:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.rachelandrew.co.uk/archives/2006/10/29/css-what-is-the-current-starting-point/#comment-36888</guid>
		<description>I published a website a few years ago for a local charity at www.crocusministries.org.uk using FrontPage Express and didn&#039;t know anything about CSS. Now I&#039;m having a life-changing experience and learning CSS from the ground up. For me, the comparison with  etc. is useful but now I&#039;m trying to remember body {font-family: Arial sans serif;} et al.</description>
		<content:encoded><![CDATA[<p>I published a website a few years ago for a local charity at <a href="http://www.crocusministries.org.uk" rel="nofollow">http://www.crocusministries.org.uk</a> using FrontPage Express and didn&#8217;t know anything about CSS. Now I&#8217;m having a life-changing experience and learning CSS from the ground up. For me, the comparison with  etc. is useful but now I&#8217;m trying to remember body {font-family: Arial sans serif;} et al.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erwin Heiser</title>
		<link>http://www.rachelandrew.co.uk/archives/2006/10/29/css-what-is-the-current-starting-point/comment-page-1/#comment-34652</link>
		<dc:creator>Erwin Heiser</dc:creator>
		<pubDate>Tue, 07 Nov 2006 00:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.rachelandrew.co.uk/archives/2006/10/29/css-what-is-the-current-starting-point/#comment-34652</guid>
		<description>I think the starting points should be:
writing good markup
understanding the separation between content and presentation
understanding document flow and the difference between block and inline elements
Grok all this and you&#039;re off to a very good start!</description>
		<content:encoded><![CDATA[<p>I think the starting points should be:<br />
writing good markup<br />
understanding the separation between content and presentation<br />
understanding document flow and the difference between block and inline elements<br />
Grok all this and you&#8217;re off to a very good start!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prisca</title>
		<link>http://www.rachelandrew.co.uk/archives/2006/10/29/css-what-is-the-current-starting-point/comment-page-1/#comment-34309</link>
		<dc:creator>prisca</dc:creator>
		<pubDate>Sun, 05 Nov 2006 12:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.rachelandrew.co.uk/archives/2006/10/29/css-what-is-the-current-starting-point/#comment-34309</guid>
		<description>teaching webdesign - I found it quite tricky to find what would be a suitable starting point, mainly though when I have people in my class who have already dabbled in webdesign using DW, for example. In this case it&#039;s a matter of dropping bad habits and adopting the new clean working method with CSS. It can be very confusing for people entirely new if I talk about things like the font tags etc - it becomes almost too much information to handle...
When I have only newcomers to webdesign in my class - this becomes an easier topic to approach  and I start with the bascis of coding and discuss the box model as soon as my students understand the basic syntax. This then becomes a more digestable content to understand ;)</description>
		<content:encoded><![CDATA[<p>teaching webdesign &#8211; I found it quite tricky to find what would be a suitable starting point, mainly though when I have people in my class who have already dabbled in webdesign using DW, for example. In this case it&#8217;s a matter of dropping bad habits and adopting the new clean working method with CSS. It can be very confusing for people entirely new if I talk about things like the font tags etc &#8211; it becomes almost too much information to handle&#8230;<br />
When I have only newcomers to webdesign in my class &#8211; this becomes an easier topic to approach  and I start with the bascis of coding and discuss the box model as soon as my students understand the basic syntax. This then becomes a more digestable content to understand <img src='http://www.rachelandrew.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miguel</title>
		<link>http://www.rachelandrew.co.uk/archives/2006/10/29/css-what-is-the-current-starting-point/comment-page-1/#comment-33857</link>
		<dc:creator>miguel</dc:creator>
		<pubDate>Thu, 02 Nov 2006 22:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.rachelandrew.co.uk/archives/2006/10/29/css-what-is-the-current-starting-point/#comment-33857</guid>
		<description>I really have my doubts whether this is an appropriate starting point. May be this is more important for those who have been coding only with html for many years. Those who work with wysiwyg programmes may be don´t care about it too much. Nonetheless I think it is useful to mention the difference between the font tag and the css-text style approach at some point in the book. 
I am a great fan of &quot;The CSS Anthology&quot; and I would like to buy a book which teaches CSS offering still more information on how to position elements and which includes a practical part about how to design your own WordPress Theme.</description>
		<content:encoded><![CDATA[<p>I really have my doubts whether this is an appropriate starting point. May be this is more important for those who have been coding only with html for many years. Those who work with wysiwyg programmes may be don´t care about it too much. Nonetheless I think it is useful to mention the difference between the font tag and the css-text style approach at some point in the book.<br />
I am a great fan of &#8220;The CSS Anthology&#8221; and I would like to buy a book which teaches CSS offering still more information on how to position elements and which includes a practical part about how to design your own WordPress Theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pixel Surfers &#187; Blog Archive &#187; Light Reading From WSG</title>
		<link>http://www.rachelandrew.co.uk/archives/2006/10/29/css-what-is-the-current-starting-point/comment-page-1/#comment-33784</link>
		<dc:creator>Pixel Surfers &#187; Blog Archive &#187; Light Reading From WSG</dc:creator>
		<pubDate>Thu, 02 Nov 2006 14:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.rachelandrew.co.uk/archives/2006/10/29/css-what-is-the-current-starting-point/#comment-33784</guid>
		<description>[...] CSS - what is the current starting point? [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS &#8211; what is the current starting point? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meryl K. Evans</title>
		<link>http://www.rachelandrew.co.uk/archives/2006/10/29/css-what-is-the-current-starting-point/comment-page-1/#comment-33780</link>
		<dc:creator>Meryl K. Evans</dc:creator>
		<pubDate>Thu, 02 Nov 2006 14:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.rachelandrew.co.uk/archives/2006/10/29/css-what-is-the-current-starting-point/#comment-33780</guid>
		<description>I&#039;ve been trying to educate those new to creating web pages (not necessarily designers, but people doing personal stuff and even -ack- myspace). 

I noticed my 12-year-old replying to a myspace comment and she used the font tag (I bit my tongue). I wish she could&#039;ve learned CSS from the start instead of font tags and made it a habit. It&#039;s going to be hard to get her to change at this point. 

I think it&#039;s time to teach inline CSS for stuff like this. Most CSS focus has been on external CSS and internal CSS. Maybe people need to learn inline just like they learned font tag.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying to educate those new to creating web pages (not necessarily designers, but people doing personal stuff and even -ack- myspace). </p>
<p>I noticed my 12-year-old replying to a myspace comment and she used the font tag (I bit my tongue). I wish she could&#8217;ve learned CSS from the start instead of font tags and made it a habit. It&#8217;s going to be hard to get her to change at this point. </p>
<p>I think it&#8217;s time to teach inline CSS for stuff like this. Most CSS focus has been on external CSS and internal CSS. Maybe people need to learn inline just like they learned font tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony crockford</title>
		<link>http://www.rachelandrew.co.uk/archives/2006/10/29/css-what-is-the-current-starting-point/comment-page-1/#comment-33703</link>
		<dc:creator>tony crockford</dc:creator>
		<pubDate>Thu, 02 Nov 2006 08:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.rachelandrew.co.uk/archives/2006/10/29/css-what-is-the-current-starting-point/#comment-33703</guid>
		<description>Isn&#039;t it about the target audience for the book?  if you were writing for existing designers who wanted to use CSS then the starting point would be different to a book for beginners to design.  

is the book for complete newbies or switchers?

I&#039;ve carved out a niche business just from building pages for designers using CSS and (x)html and most of them tell me they&#039;re okay with using CSS for styling, but not for layout (probably due to all those books that focus on styling)  If I were writing a book on CSS for the market that I observer it would be based on how to mark up a PSD using semantic html and CSS and getting it to work cross browser.  So my starting point for &quot;about CSS&quot; would be how to use it for layout.

Hmm, not quite what you meant really, but hopefully it&#039;s a helpful comment ;o)</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t it about the target audience for the book?  if you were writing for existing designers who wanted to use CSS then the starting point would be different to a book for beginners to design.  </p>
<p>is the book for complete newbies or switchers?</p>
<p>I&#8217;ve carved out a niche business just from building pages for designers using CSS and (x)html and most of them tell me they&#8217;re okay with using CSS for styling, but not for layout (probably due to all those books that focus on styling)  If I were writing a book on CSS for the market that I observer it would be based on how to mark up a PSD using semantic html and CSS and getting it to work cross browser.  So my starting point for &#8220;about CSS&#8221; would be how to use it for layout.</p>
<p>Hmm, not quite what you meant really, but hopefully it&#8217;s a helpful comment ;o)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Baber</title>
		<link>http://www.rachelandrew.co.uk/archives/2006/10/29/css-what-is-the-current-starting-point/comment-page-1/#comment-33692</link>
		<dc:creator>Mark Baber</dc:creator>
		<pubDate>Thu, 02 Nov 2006 07:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.rachelandrew.co.uk/archives/2006/10/29/css-what-is-the-current-starting-point/#comment-33692</guid>
		<description>I suspect this will prompt a shudder amongst many, but I think the box model is the perfect starting point. Probably the most complex component to get one&#039;s head around, it&#039;s easy to &quot;rehabilitate&quot; the manual html coder or to educate the novice by demonstrating the power of boxes and divs. For an immediate visceral effect, it allows a site-builder to change colors, fonts, sizes, and page organisation in one hit.
Class and id follow naturally.
Lists immediately after.
Tables can be reserved for implementing real tables.
This approach puts the emphasis on the separation of content and presentation, and brings the novice straight to the most important part of page construction: Design. It also mirrors word processor use, showing useful things like header/footer/margin/justification concepts which so many are familiar with. My tuppence ...</description>
		<content:encoded><![CDATA[<p>I suspect this will prompt a shudder amongst many, but I think the box model is the perfect starting point. Probably the most complex component to get one&#8217;s head around, it&#8217;s easy to &#8220;rehabilitate&#8221; the manual html coder or to educate the novice by demonstrating the power of boxes and divs. For an immediate visceral effect, it allows a site-builder to change colors, fonts, sizes, and page organisation in one hit.<br />
Class and id follow naturally.<br />
Lists immediately after.<br />
Tables can be reserved for implementing real tables.<br />
This approach puts the emphasis on the separation of content and presentation, and brings the novice straight to the most important part of page construction: Design. It also mirrors word processor use, showing useful things like header/footer/margin/justification concepts which so many are familiar with. My tuppence &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
