<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>a dabbler's journal &#187; CSS</title>
	<atom:link href="http://dabblersjournal.com/category/dabbler/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://dabblersjournal.com</link>
	<description>prone to enthusiasms....</description>
	<lastBuildDate>Mon, 19 Jul 2010 04:30:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Design: finding your way to passable</title>
		<link>http://dabblersjournal.com/2003/11/20/design-finding-your-way-to-passable/</link>
		<comments>http://dabblersjournal.com/2003/11/20/design-finding-your-way-to-passable/#comments</comments>
		<pubDate>Fri, 21 Nov 2003 01:08:49 +0000</pubDate>
		<dc:creator>dabbler</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://dabblersjournal.com/2003/11/20/design-finding-your-way-to-passable/</guid>
		<description><![CDATA[<p>The object is to write, and to publish.  The tools are tools.  So are the design details.</p>
]]></description>
			<content:encoded><![CDATA[<p>Dave Pollard's discovered that <a href="http://blogs.salon.com/0002007/2003/11/20.html#a522">web design</a> isn't exactly an exercise in precision, and that his site looks very different as browsers and screen configurations change.  He seems to be taking the lesson pretty hard.</p>

<p>In some ways, he's echoing <a href="http://dabblersjournal.com/2003/11/12/design-tweaks">things I was saying</a> a few days back.  There are differences--I've been here before, and I've never aspired to detailed control of the screen.  I care how the site looks, but the intention's mainly to communicate.  It's always been enough, to me, that things <em>look OK.</em></p>

<hr />

<p>When I started building this site, I expected it to take a couple months to settle the design.  That estimate would have been pretty accurate if I'd not changed software and hosting packages in mid-project.  Essentially, I'm learning two platforms as I write--<a href="http://www.w3.org/Style/CSS/">CSS</a>, because I want to (<a href="http://mwlguide.com/">my other site</a> uses some CSS, but the layout there is controlled by tables); and <a href="http://fogcreek.com/CityDesk/index.html">CityDesk</a>, which is "easy to use" (in a geeky way, I'd say) but packed with nooks and crannies which should keep me entertained for several months. I have a mental list of problems to solve, and am working through it a bit at a time.</p>

<p>But there's the problem, methinks.  I'm a competent programmer, I'm an experienced web coder, and the problems of settling the website design and getting the sophisticated software to work are places I like to tinker.  At the other end, Userland (and some of the other blog software and webspace providers) have made getting started simple, and are excellent products for folks who are satisfied to work within provided templates.  It's the folks who want to operate somewhere between those extremes who have problems, of course.</p>

<p>As the comments attached to Dave's entry show, the problem is creating a design intended to accomodate folks who:</p>
<ul>
	<li>may use a variety of browsers on a variety of screens,</li>
	<li>may read the site directly,</li>
	<li>may read it through any of dozens of accumulators,</li>
	<li>may print it out on at least two sizes of paper.</li>
</ul>
<p>This is not an easy problem, and is the <em>reason</em> that HTML is designed to loosely control formatting. <em>(Note: This paragraph is a rewrite of my comment in that thread.)</em></p>

<p>The object is to write, and to publish.  The tools are tools.  So are the design details.</p>

<hr />
<p><em>Note to Dave Pollard:</em>  By all means, keep writing.</p>

<p class="pointer">Link courtesy of Dave Winer/<a href="http://archive.scripting.com/2003/11/20#When:12:33:06PM">Scripting News</a>.
Would have found it m'self, though; <em>How to Save the World</em> is one of my regular stops.</p>]]></content:encoded>
			<wfw:commentRss>http://dabblersjournal.com/2003/11/20/design-finding-your-way-to-passable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design Tweaks</title>
		<link>http://dabblersjournal.com/2003/11/12/design-tweaks/</link>
		<comments>http://dabblersjournal.com/2003/11/12/design-tweaks/#comments</comments>
		<pubDate>Thu, 13 Nov 2003 01:59:43 +0000</pubDate>
		<dc:creator>dabbler</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[Dabbler]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://dabblersjournal.com/2003/11/12/design-tweaks/</guid>
		<description><![CDATA[<p>CSS is a mystery. It's like the bad old days, when each browser--and each version of Netscape--had quirks you needed to accommodate so folks could actually read your website. I'm trying to find a way to build this site so it looks passable in <em>at least</em> the most common browsers. At least for me, that means doing things by trial and error, then testing in two versions of Opera, two versions of Netscape, two versions of IE, two versions of Firebird. <em>Such fun. I thought we were past this.</em></p>]]></description>
			<content:encoded><![CDATA[<p>CSS is a mystery. It's like the bad old days, when each browser--and each version of Netscape--had quirks you needed to accommodate so folks could actually read your website. I'm trying to find a way to build this site so it looks passable in <em>at least</em> the most common browsers. At least for me, that means doing things by trial and error, then testing in two versions of Opera, two versions of Netscape, two versions of IE, two versions of Firebird. <em>Such fun. I thought we were past this.</em></p>

<p>Guess not.</p>]]></content:encoded>
			<wfw:commentRss>http://dabblersjournal.com/2003/11/12/design-tweaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
