<?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 Refresh</title>
	<atom:link href="http://www.kartooner.com/archives/2005/03/08/css-refresh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kartooner.com/archives/2005/03/08/css-refresh/</link>
	<description>Thoughts and observations from a quirky cartoonist and designer.</description>
	<lastBuildDate>Wed, 21 Sep 2011 11:08:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3-beta3</generator>
	<item>
		<title>By: Mike</title>
		<link>http://www.kartooner.com/archives/2005/03/08/css-refresh/#comment-1355</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 21 Mar 2005 16:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.kartooner.com/archives/2005/03/07/css-refresh/#comment-1355</guid>
		<description>whoa...great comments posted here.

KartoonerI&#039;m feeln&#039; like your distant shadow or something. I am a print designer...dabbling in web, with hopes of becoming more proficient in web. If it werent for Dreamweaver though, I would have absolutely no desire to do web design.
Hello...my name is mike....and I am a wissy wig junkie. I realize my addiction and with the help of great sites like this, I hope to eventually call myself an actually web deigner someday. Thanks for the references as I&#039;m now reaching that point of striving to better myself in the world of code.

I&#039;m also your neighbor here in Rochester. Although, I haven&#039;t been to Palmeros yet.</description>
		<content:encoded><![CDATA[<p>whoa…great comments posted here.</p>
<p>KartoonerI’m feeln’ like your distant shadow or something. I am a print designer…dabbling in web, with hopes of becoming more proficient in web. If it werent for Dreamweaver though, I would have absolutely no desire to do web design.<br />
Hello…my name is mike.…and I am a wissy wig junkie. I realize my addiction and with the help of great sites like this, I hope to eventually call myself an actually web deigner someday. Thanks for the references as I’m now reaching that point of striving to better myself in the world of code.</p>
<p>I’m also your neighbor here in Rochester. Although, I haven’t been to Palmeros yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.kartooner.com/archives/2005/03/08/css-refresh/#comment-1354</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 11 Mar 2005 00:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.kartooner.com/archives/2005/03/07/css-refresh/#comment-1354</guid>
		<description>By the way, I&#039;m against any design that eliminates me from your link list...;)</description>
		<content:encoded><![CDATA[<p>By the way, I’m against any design that eliminates me from your link list…;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.kartooner.com/archives/2005/03/08/css-refresh/#comment-1353</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 11 Mar 2005 00:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.kartooner.com/archives/2005/03/07/css-refresh/#comment-1353</guid>
		<description>Thankfully, I started with Notepad and moved only to EditPlus. Not too far of a jump. I&#039;ve tried Dreamweaver and the like, but nothing beats simple text editors.</description>
		<content:encoded><![CDATA[<p>Thankfully, I started with Notepad and moved only to EditPlus. Not too far of a jump. I’ve tried Dreamweaver and the like, but nothing beats simple text editors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: O.F. Jay</title>
		<link>http://www.kartooner.com/archives/2005/03/08/css-refresh/#comment-1352</link>
		<dc:creator>O.F. Jay</dc:creator>
		<pubDate>Thu, 10 Mar 2005 22:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.kartooner.com/archives/2005/03/07/css-refresh/#comment-1352</guid>
		<description>I remember jumping into the subject of web design in late 2002. Prior to that I had no interest in web publishing of any sort; if anything, my interest in making the layouts I make stem more from a desktop publishing background coupled with the need to write, write, and write some more.

I started to learn web page styling using CSS from the very beginning. In fact, I found CSS to be much &lt;em&gt;easier&lt;/em&gt; than table-based layouts from a code perspective. It&#039;s easier to type and markup. However, I must say that WYSIWYG editors, especially DWMX/MX2004 are very helpful in churning out the markup code for certain documents. If I have a series of list items and paragraphs I don&#039;t have to write the tags (or select and assign tags to them using custom shortcuts) myself. I can just keep writing and give the code a once-over for semanticity and accuracy. And in all fairness, DWMX is  very good code at churning out good code.

There are more lightweight options, but when I&#039;m writing a forty page report in XHTML, one that consists of basic typographic effects, a WYSIWYG editor isn&#039;t that bad. (As a side note I&#039;ve grown to write a lot more written work in XHTML and plain text nowadays than using a word processor. Let&#039;s just say it&#039;s grown on me.)</description>
		<content:encoded><![CDATA[<p>I remember jumping into the subject of web design in late 2002. Prior to that I had no interest in web publishing of any sort; if anything, my interest in making the layouts I make stem more from a desktop publishing background coupled with the need to write, write, and write some more.</p>
<p>I started to learn web page styling using CSS from the very beginning. In fact, I found CSS to be much <em>easier</em> than table-based layouts from a code perspective. It’s easier to type and markup. However, I must say that WYSIWYG editors, especially DWMX/MX2004 are very helpful in churning out the markup code for certain documents. If I have a series of list items and paragraphs I don’t have to write the tags (or select and assign tags to them using custom shortcuts) myself. I can just keep writing and give the code a once-over for semanticity and accuracy. And in all fairness, DWMX is  very good code at churning out good code.</p>
<p>There are more lightweight options, but when I’m writing a forty page report in XHTML, one that consists of basic typographic effects, a WYSIWYG editor isn’t that bad. (As a side note I’ve grown to write a lot more written work in XHTML and plain text nowadays than using a word processor. Let’s just say it’s grown on me.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kartooner</title>
		<link>http://www.kartooner.com/archives/2005/03/08/css-refresh/#comment-1351</link>
		<dc:creator>kartooner</dc:creator>
		<pubDate>Thu, 10 Mar 2005 04:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.kartooner.com/archives/2005/03/07/css-refresh/#comment-1351</guid>
		<description>Matt, at one point I too was a &quot;Wissy Wig&quot; web designer and you know, I&#039;m glad because in hindsight I realize how confident and yet foolish I was. ;)</description>
		<content:encoded><![CDATA[<p>Matt, at one point I too was a “Wissy Wig” web designer and you know, I’m glad because in hindsight I realize how confident and yet foolish I was. <img src='http://www.kartooner.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Burris</title>
		<link>http://www.kartooner.com/archives/2005/03/08/css-refresh/#comment-1350</link>
		<dc:creator>Matt Burris</dc:creator>
		<pubDate>Thu, 10 Mar 2005 01:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.kartooner.com/archives/2005/03/07/css-refresh/#comment-1350</guid>
		<description>People that use WYSIWYG editors aren&#039;t what I&#039;d call web designers, but web site button clickers.  :P</description>
		<content:encoded><![CDATA[<p>People that use WYSIWYG editors aren’t what I’d call web designers, but web site button clickers.  <img src='http://www.kartooner.com/wp/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kartooner</title>
		<link>http://www.kartooner.com/archives/2005/03/08/css-refresh/#comment-1349</link>
		<dc:creator>kartooner</dc:creator>
		<pubDate>Wed, 09 Mar 2005 14:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.kartooner.com/archives/2005/03/07/css-refresh/#comment-1349</guid>
		<description>&lt;a href=&quot;http://www.kartooner.com/archives/2005/03/08/css-refresh/#comment-4686&quot; rel=&quot;nofollow&quot;&gt;Charlie&lt;/a&gt;: You&#039;re right, I think.

&lt;a href=&quot;http://www.kartooner.com/archives/2005/03/08/css-refresh/#comment-4687&quot; rel=&quot;nofollow&quot;&gt;Rob&lt;/a&gt;:  I think children inspire adults in different ways, but in this case it just so happened to coincide with the birth of my daughter so it sticks out in my mind. As for daughters (or sons) making a better designer, it worked for me mostly because my overall outlook on life changed dramatically, for the better.

&lt;a href=&quot;http://www.kartooner.com/archives/2005/03/08/css-refresh/#comment-4688&quot; rel=&quot;nofollow&quot;&gt;Beto&lt;/a&gt;: 10 years, you old fogey. :) Yet, I understand where you&#039;re coming from. It&#039;s just unfortunate that Zeldman&#039;s book didn&#039;t arrive earlier (at no fault to Jeffrey of course) because then we might&#039;ve avoided the clusters of stale designers out there, who as you described considered themselves web designers because they could work with Dreamweaver.

It&#039;s much more than that when you take into account web usability and a solid understanding of markup, not just being able to throw your weight around with CSS. We wear many hats but also it&#039;s advisable, from my standpoint, to avoid overspecializing. Otherwise you&#039;re dipping into too much and your focus should be on doing a few great things instead of several okay to mediocre skills.

As for the CSS Reboot, I think I&#039;ll take the challenge considering that&#039;s when I hope to finish this design.</description>
		<content:encoded><![CDATA[<p><a href="http://www.kartooner.com/archives/2005/03/08/css-refresh/#comment-4686" rel="nofollow">Charlie</a>: You’re right, I think.</p>
<p><a href="http://www.kartooner.com/archives/2005/03/08/css-refresh/#comment-4687" rel="nofollow">Rob</a>:  I think children inspire adults in different ways, but in this case it just so happened to coincide with the birth of my daughter so it sticks out in my mind. As for daughters (or sons) making a better designer, it worked for me mostly because my overall outlook on life changed dramatically, for the better.</p>
<p><a href="http://www.kartooner.com/archives/2005/03/08/css-refresh/#comment-4688" rel="nofollow">Beto</a>: 10 years, you old fogey. <img src='http://www.kartooner.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Yet, I understand where you’re coming from. It’s just unfortunate that Zeldman’s book didn’t arrive earlier (at no fault to Jeffrey of course) because then we might’ve avoided the clusters of stale designers out there, who as you described considered themselves web designers because they could work with Dreamweaver.</p>
<p>It’s much more than that when you take into account web usability and a solid understanding of markup, not just being able to throw your weight around with CSS. We wear many hats but also it’s advisable, from my standpoint, to avoid overspecializing. Otherwise you’re dipping into too much and your focus should be on doing a few great things instead of several okay to mediocre skills.</p>
<p>As for the CSS Reboot, I think I’ll take the challenge considering that’s when I hope to finish this design.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beto</title>
		<link>http://www.kartooner.com/archives/2005/03/08/css-refresh/#comment-1348</link>
		<dc:creator>beto</dc:creator>
		<pubDate>Wed, 09 Mar 2005 03:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.kartooner.com/archives/2005/03/07/css-refresh/#comment-1348</guid>
		<description>Amen to all that, brother. And then some.

See, my incursion on CSS, web standards and all that was perhaps less of a &quot;pinnacle&quot; than in your case, in no small part &#039;cause I was early in turning my initial addiction to all things Internet into a way to make a living. We&#039;re talking 1995 here (10 years in October - suddenly that date makes me feel just... too.. old :S ). Which was intended to be just a two-year stunt turned out to be my way of putting food on the table, well into this day...

Back in &#039;95 then, you &lt;em&gt;had&lt;/em&gt; to know your code - Dreamweaver, Scheamweaver. If you wanted to make it as a web designer, you had to get your hands dirty on code or else. I think that&#039;s where I got used to do things that way ever since. Then, of course came Macromedia with DW 1.0, corrupting thousands of minds and companies into making believe that &quot;using DW&quot; equaled &quot;knowing HTML&quot;. Still does, and to a sadly big degree.

Don&#039;t get me wrong - DW has always been a kickass piece of software - when used by the right hands and know-how. Trouble is, when everybdy and his mother got sold on DW, they missed the forest for the trees and began proclaiming themselves &quot;HTML experts&quot; with reckless abandon. It hasn&#039;t been until now that we are -in a way- getting &quot;back to basics&quot; that they are finally being proven wrong.

Anyone that has tried his or her hand at XHTML and CSS knows that it&#039;s far from being a walk in the park. Only God knows how many times I have cursed and kicked my monitor due for yet another IE CSS rendering bug or a hideous tag that keeps hiding from me. But as they say, what doesn&#039;t kill you makes you stronger, and the lots of experience I have gained over the years with CSS has taught me a lot of what is possible with it and what isn&#039;t, what works and what doesn&#039;t.

I&#039;ve read Zeldman&#039;s book. Probably one of the best for the budding web designer out there, however I feel it was written ten years too late for me. It&#039;s the kind of book anyone wanting to start the right way on this should read, though. I&#039;m really interested on Dave Shea&#039;s, especially since it focuses on the design aspect of CSS rather than on the techical side of tags and such.

And while you are at this, how about thinking on a new site design for May 1st &lt;a href=&quot;http://www.cssreboot.com/&quot; rel=&quot;nofollow&quot;&gt;CSS Reboot&lt;/a&gt;? (Yeah, riding on the coattails of &lt;a href=&quot;http://www.may1reboot.com/&quot; rel=&quot;nofollow&quot;&gt;May 1st Reboot&lt;/a&gt;). In any case, I&#039;m in. Should be fun. See you there.</description>
		<content:encoded><![CDATA[<p>Amen to all that, brother. And then some.</p>
<p>See, my incursion on CSS, web standards and all that was perhaps less of a “pinnacle” than in your case, in no small part ’cause I was early in turning my initial addiction to all things Internet into a way to make a living. We’re talking 1995 here (10 years in October — suddenly that date makes me feel just… too.. old :S ). Which was intended to be just a two-year stunt turned out to be my way of putting food on the table, well into this day…</p>
<p>Back in ’95 then, you <em>had</em> to know your code — Dreamweaver, Scheamweaver. If you wanted to make it as a web designer, you had to get your hands dirty on code or else. I think that’s where I got used to do things that way ever since. Then, of course came Macromedia with DW 1.0, corrupting thousands of minds and companies into making believe that “using DW” equaled “knowing HTML”. Still does, and to a sadly big degree.</p>
<p>Don’t get me wrong — DW has always been a kickass piece of software — when used by the right hands and know-how. Trouble is, when everybdy and his mother got sold on DW, they missed the forest for the trees and began proclaiming themselves “HTML experts” with reckless abandon. It hasn’t been until now that we are –in a way– getting “back to basics” that they are finally being proven wrong.</p>
<p>Anyone that has tried his or her hand at XHTML and CSS knows that it’s far from being a walk in the park. Only God knows how many times I have cursed and kicked my monitor due for yet another IE CSS rendering bug or a hideous tag that keeps hiding from me. But as they say, what doesn’t kill you makes you stronger, and the lots of experience I have gained over the years with CSS has taught me a lot of what is possible with it and what isn’t, what works and what doesn’t.</p>
<p>I’ve read Zeldman’s book. Probably one of the best for the budding web designer out there, however I feel it was written ten years too late for me. It’s the kind of book anyone wanting to start the right way on this should read, though. I’m really interested on Dave Shea’s, especially since it focuses on the design aspect of CSS rather than on the techical side of tags and such.</p>
<p>And while you are at this, how about thinking on a new site design for May 1st <a href="http://www.cssreboot.com/" rel="nofollow">CSS Reboot</a>? (Yeah, riding on the coattails of <a href="http://www.may1reboot.com/" rel="nofollow">May 1st Reboot</a>). In any case, I’m in. Should be fun. See you there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Mientjes</title>
		<link>http://www.kartooner.com/archives/2005/03/08/css-refresh/#comment-1347</link>
		<dc:creator>Rob Mientjes</dc:creator>
		<pubDate>Tue, 08 Mar 2005 22:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.kartooner.com/archives/2005/03/07/css-refresh/#comment-1347</guid>
		<description>Wow, so daughters make the good designer eh? Guess I&#039;ll have to work a tad harder on that area ;)</description>
		<content:encoded><![CDATA[<p>Wow, so daughters make the good designer eh? Guess I’ll have to work a tad harder on that area <img src='http://www.kartooner.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://www.kartooner.com/archives/2005/03/08/css-refresh/#comment-1346</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Tue, 08 Mar 2005 21:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kartooner.com/archives/2005/03/07/css-refresh/#comment-1346</guid>
		<description>You and I have a similar experience to learning CSS, except I don&#039;t have a daughter, and I really don&#039;t know what I&#039;m doing.  So I guess our experience is, uh, not similar.</description>
		<content:encoded><![CDATA[<p>You and I have a similar experience to learning CSS, except I don’t have a daughter, and I really don’t know what I’m doing.  So I guess our experience is, uh, not similar.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

