<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: What would you want in an &#8220;advanced CSS&#8221; course?</title>
	<link>http://www.rachelandrew.co.uk/archives/2007/11/05/what-would-you-want-in-an-advanced-css-course/</link>
	<description></description>
	<pubDate>Wed, 20 Aug 2008 16:13:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Johan Olsson</title>
		<link>http://www.rachelandrew.co.uk/archives/2007/11/05/what-would-you-want-in-an-advanced-css-course/#comment-142553</link>
		<dc:creator>Johan Olsson</dc:creator>
		<pubDate>Tue, 06 Nov 2007 15:50:22 +0000</pubDate>
		<guid>http://www.rachelandrew.co.uk/archives/2007/11/05/what-would-you-want-in-an-advanced-css-course/#comment-142553</guid>
		<description>Something I would have appreciated are things like: 

- When and where different CSS methods are practical, and when they should be avoided. 
- Tips about good CSS in a Content Management environment. A lot of CSS tips found on the web are unpractical on big, dynamic sites. 
- Good CSS structure for increasing maintainability -  making code easy to read, namestandards for class/id etc.</description>
		<content:encoded><![CDATA[<p>Something I would have appreciated are things like: </p>
<p>- When and where different CSS methods are practical, and when they should be avoided.<br />
- Tips about good CSS in a Content Management environment. A lot of CSS tips found on the web are unpractical on big, dynamic sites.<br />
- Good CSS structure for increasing maintainability -  making code easy to read, namestandards for class/id etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harmen Janssen</title>
		<link>http://www.rachelandrew.co.uk/archives/2007/11/05/what-would-you-want-in-an-advanced-css-course/#comment-142513</link>
		<dc:creator>Harmen Janssen</dc:creator>
		<pubDate>Tue, 06 Nov 2007 12:18:28 +0000</pubDate>
		<guid>http://www.rachelandrew.co.uk/archives/2007/11/05/what-would-you-want-in-an-advanced-css-course/#comment-142513</guid>
		<description>I reckon advanced books are allowed to cover the same techniques and/or tackle the same problems as intermediate books would, except they should be cranked up a notch. For instance; creating a 3-column layout, but not only a 3-column layout, but an elastic layout with equal-height columns, with background-images, borders, the whole shebang. 
Or vertically aligning something without knowing in advance how high the element will be.
I think by just adding parameters like that, you can turn intermediate stuff into advanced stuff :)</description>
		<content:encoded><![CDATA[<p>I reckon advanced books are allowed to cover the same techniques and/or tackle the same problems as intermediate books would, except they should be cranked up a notch. For instance; creating a 3-column layout, but not only a 3-column layout, but an elastic layout with equal-height columns, with background-images, borders, the whole shebang.<br />
Or vertically aligning something without knowing in advance how high the element will be.<br />
I think by just adding parameters like that, you can turn intermediate stuff into advanced stuff <img src='http://www.rachelandrew.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Johnson</title>
		<link>http://www.rachelandrew.co.uk/archives/2007/11/05/what-would-you-want-in-an-advanced-css-course/#comment-142496</link>
		<dc:creator>Sean Johnson</dc:creator>
		<pubDate>Tue, 06 Nov 2007 10:34:12 +0000</pubDate>
		<guid>http://www.rachelandrew.co.uk/archives/2007/11/05/what-would-you-want-in-an-advanced-css-course/#comment-142496</guid>
		<description>I agree that practice is the best method of advancing your CSS skills, however, designers can benefit from some pointers, providing they are 'real-world' techniques supported by 'real-world' browsers. Books like &lt;a href="http://seanjohnson.net/2007/book-review-css-mastery/" rel="nofollow"&gt;CSS Mastery&lt;/a&gt; are good, taking your basic grasp of CSS and leading you down the 'advanced' path rather than books like &lt;a href="http://seanjohnson.net/2007/book-review-pro-css-techniques/" rel="nofollow"&gt;Pro CSS Techniques&lt;/a&gt; talking of advanced CSS capabilities that aren't supported by IE (despite the hate for it, still the most used browser!)</description>
		<content:encoded><![CDATA[<p>I agree that practice is the best method of advancing your CSS skills, however, designers can benefit from some pointers, providing they are &#8216;real-world&#8217; techniques supported by &#8216;real-world&#8217; browsers. Books like <a href="http://seanjohnson.net/2007/book-review-css-mastery/" rel="nofollow">CSS Mastery</a> are good, taking your basic grasp of CSS and leading you down the &#8216;advanced&#8217; path rather than books like <a href="http://seanjohnson.net/2007/book-review-pro-css-techniques/" rel="nofollow">Pro CSS Techniques</a> talking of advanced CSS capabilities that aren&#8217;t supported by IE (despite the hate for it, still the most used browser!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Casciano</title>
		<link>http://www.rachelandrew.co.uk/archives/2007/11/05/what-would-you-want-in-an-advanced-css-course/#comment-142413</link>
		<dc:creator>Chris Casciano</dc:creator>
		<pubDate>Tue, 06 Nov 2007 00:10:03 +0000</pubDate>
		<guid>http://www.rachelandrew.co.uk/archives/2007/11/05/what-would-you-want-in-an-advanced-css-course/#comment-142413</guid>
		<description>Maybe an "intermediate" CSS course would be an easier target? Now, offhand  I can't say I know what you cover under the "basics" umbrella, but I imagine its floated layouts, positioning runes, getting the most out of background images rather then gutting graphics up, and the like? Maybe getting into spites / background image rollovers but not much more complex?

To me the next step from there would be a combination of more complex positioning cases [using resetting origin then using abs. positioning], some of the negative margin based column techniques, using negative margins in general to overlap elements .. and then starting into more interactive concepts and how you'd use CSS as a part of something bigger - start with gratuitous use of :hover and then go using JS to swap classes [vs. setting style directly]. And finish off with some other "goodies" like trying to get transparency working, rounded corners, generated content, etc.</description>
		<content:encoded><![CDATA[<p>Maybe an &#8220;intermediate&#8221; CSS course would be an easier target? Now, offhand  I can&#8217;t say I know what you cover under the &#8220;basics&#8221; umbrella, but I imagine its floated layouts, positioning runes, getting the most out of background images rather then gutting graphics up, and the like? Maybe getting into spites / background image rollovers but not much more complex?</p>
<p>To me the next step from there would be a combination of more complex positioning cases [using resetting origin then using abs. positioning], some of the negative margin based column techniques, using negative margins in general to overlap elements .. and then starting into more interactive concepts and how you&#8217;d use CSS as a part of something bigger - start with gratuitous use of :hover and then go using JS to swap classes [vs. setting style directly]. And finish off with some other &#8220;goodies&#8221; like trying to get transparency working, rounded corners, generated content, etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
