<?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"
	>
<channel>
	<title>Comments on: My CWSA talk now on Vimeo&#8230;</title>
	<atom:link href="http://www.refreshcleveland.org/2007/12/12/my-cwsa-talk-now-on-vimeo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.refreshcleveland.org/2007/12/12/my-cwsa-talk-now-on-vimeo/</link>
	<description>Refreshing the web, one city at a time</description>
	<pubDate>Thu, 24 Jul 2008 15:05:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: RefreshCleveland promotes design, technology, usability, and web standards in Cleveland, Ohio &#187; Blog Archive &#187; Podcast 001: Introduction to Web Standards</title>
		<link>http://www.refreshcleveland.org/2007/12/12/my-cwsa-talk-now-on-vimeo/#comment-739</link>
		<dc:creator>RefreshCleveland promotes design, technology, usability, and web standards in Cleveland, Ohio &#187; Blog Archive &#187; Podcast 001: Introduction to Web Standards</dc:creator>
		<pubDate>Mon, 14 Jan 2008 05:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.refreshcleveland.org/2007/12/12/my-cwsa-talk-now-on-vimeo/#comment-739</guid>
		<description>[...] Dave&#8217;s presentation on CSS   &#160;  &#160;Intro to Web Standards [18:05m]: Play Now &#124; Play in Popup &#124; Download (2)     SHARETHIS.addEntry( { title: "Podcast 001: Introduction to Web Standards", url: "http://www.refreshcleveland.org/2008/01/13/podcast-001-introduction-to-web-standards/" } ); [...]</description>
		<content:encoded><![CDATA[<p>[...] Dave&#8217;s presentation on CSS   &nbsp;  &nbsp;Intro to Web Standards [18:05m]: Play Now | Play in Popup | Download (2)     SHARETHIS.addEntry( { title: &#8220;Podcast 001: Introduction to Web Standards&#8221;, url: &#8220;http://www.refreshcleveland.org/2008/01/13/podcast-001-introduction-to-web-standards/&#8221; } ); [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DavidMead</title>
		<link>http://www.refreshcleveland.org/2007/12/12/my-cwsa-talk-now-on-vimeo/#comment-706</link>
		<dc:creator>DavidMead</dc:creator>
		<pubDate>Wed, 09 Jan 2008 02:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.refreshcleveland.org/2007/12/12/my-cwsa-talk-now-on-vimeo/#comment-706</guid>
		<description>Hi Sheri,

Glad you liked the presentation.  Though I haven't tried any of the frameworks in "real life", I did look through BlueprintCSS &#038; Tina used it to implement the current Refresh design.

That's exactly why I stick with the universal reset - virtually all CSS based designed I've done, I've had to do some styling to form elements so I end up resetting them in way or another.  At the end of the day it's personal preference.</description>
		<content:encoded><![CDATA[<p>Hi Sheri,</p>
<p>Glad you liked the presentation.  Though I haven&#8217;t tried any of the frameworks in &#8220;real life&#8221;, I did look through BlueprintCSS &#038; Tina used it to implement the current Refresh design.</p>
<p>That&#8217;s exactly why I stick with the universal reset - virtually all CSS based designed I&#8217;ve done, I&#8217;ve had to do some styling to form elements so I end up resetting them in way or another.  At the end of the day it&#8217;s personal preference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheri Bigelow</title>
		<link>http://www.refreshcleveland.org/2007/12/12/my-cwsa-talk-now-on-vimeo/#comment-701</link>
		<dc:creator>Sheri Bigelow</dc:creator>
		<pubDate>Tue, 08 Jan 2008 16:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.refreshcleveland.org/2007/12/12/my-cwsa-talk-now-on-vimeo/#comment-701</guid>
		<description>I like the reset styles you used in your presentation like body{font-size:small} and img{display:block; border:none}, etc. And, your tip on partial attributes was great. Have you reviewed any css frameworks such as &lt;a href="http://code.google.com/p/blueprintcss/" rel="nofollow"&gt;BlueprintCSS&lt;/a&gt;, &lt;a href="http://www.yaml.de/en/" rel="nofollow"&gt;YAML&lt;/a&gt;, and &lt;a href="http://developer.yahoo.com/yui/grids/" rel="nofollow"&gt;YUI CSS Grids&lt;/a&gt;?

I saw that &lt;a href="http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/#comment-145755" rel="nofollow"&gt;you commented on Eric Meyer's reset reloaded&lt;/a&gt;. You said you would stick with the universal reset, but you didn't say why. Does it just work better for you to reset all (even textarea and input)? I think it's interesting that Eric's reset is a variation based on the Yahoo reset.css. I like the idea of using css frameworks as a starting point for building your own.</description>
		<content:encoded><![CDATA[<p>I like the reset styles you used in your presentation like body{font-size:small} and img{display:block; border:none}, etc. And, your tip on partial attributes was great. Have you reviewed any css frameworks such as <a href="http://code.google.com/p/blueprintcss/" rel="nofollow">BlueprintCSS</a>, <a href="http://www.yaml.de/en/" rel="nofollow">YAML</a>, and <a href="http://developer.yahoo.com/yui/grids/" rel="nofollow">YUI CSS Grids</a>?</p>
<p>I saw that <a href="http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/#comment-145755" rel="nofollow">you commented on Eric Meyer&#8217;s reset reloaded</a>. You said you would stick with the universal reset, but you didn&#8217;t say why. Does it just work better for you to reset all (even textarea and input)? I think it&#8217;s interesting that Eric&#8217;s reset is a variation based on the Yahoo reset.css. I like the idea of using css frameworks as a starting point for building your own.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
