<?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>Davin&#039;s blog &#187; blog</title>
	<atom:link href="http://blog.davingranroth.com/tag/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.davingranroth.com</link>
	<description>Experience design, faith, and family.</description>
	<lastBuildDate>Sat, 21 Jan 2012 13:42:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How WordPress falters as a CMS: Multiple content fields</title>
		<link>http://blog.davingranroth.com/2009/12/how-wordpress-falters-as-a-cms/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-wordpress-falters-as-a-cms</link>
		<comments>http://blog.davingranroth.com/2009/12/how-wordpress-falters-as-a-cms/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 03:24:10 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Web design and technology]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[covenanteyes]]></category>
		<category><![CDATA[information architecture]]></category>
		<category><![CDATA[information design]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=1015</guid>
		<description><![CDATA[WordPress is amazing and keeps getting better, but I want to be clear about an inherent limitation that WordPress has as a content management system (CMS). That limitation is that WordPress doesn&#8217;t handle multiple content regions on web pages. Too &#8230; <a href="http://blog.davingranroth.com/2009/12/how-wordpress-falters-as-a-cms/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>WordPress is amazing and keeps getting better, but I want to be clear about an inherent limitation that WordPress has as a content management system (CMS). That limitation is that <strong>WordPress doesn&#8217;t handle multiple content regions on web pages</strong>.</p>
<p>Too strong? With WordPress, you can try to use <a href="http://wordpress.org/extend/ideas/topic.php?id=3310">custom fields</a> or innovative hacks like <a href="http://www.billerickson.net/wordpress-thesis-multiple-content-areas/">Bill Erickson&#8217;s approach to multiple content areas using H4 elements</a> in his excellent theme &#8220;Thesis&#8221;. Unfortunately, neither of those approaches really deals with the depth of the design problem that often requires multiple content areas for pages.</p>
<p>As an information architect/user experience designer, I&#8217;ve been involved in many projects that required more types of content on any single screen than WordPress is designed to handle.</p>
<p>Let me draw out what I&#8217;m talking about here.</p>
<h3>Exhibit A: Page content that WordPress is designed to handle</h3>
<p>In a standard WordPress page or post, you&#8217;ll see these author-controlled pieces of content.</p>
<ul>
<li>Post/page Title</li>
<li>Body</li>
<li>Excerpt (often not-used)</li>
</ul>
<div id="attachment_1032" class="wp-caption alignnone" style="width: 496px"><img class="size-full wp-image-1032" title="standard-wordpress-content-fields" src="http://blog.davingranroth.com/wp-content/uploads/2009/12/standard-wordpress-content-fields.png" alt="Standard WordPress content fields include the title, excerpt, and body." width="486" height="295" /><p class="wp-caption-text">Standard WordPress content fields include the title, excerpt, and body.</p></div>
<p>There are other sets of data for a page or post that an author can control, too, but these are meta-data such as tags, categories, slug (shows up in the URL), and possibly search engine optimization information like title, description, and keywords.</p>
<p>For a normal blog, many online trade journals, and a lot of basic websites, this really covers the bases. The body contains the bulk of the content including images, video, and audio that can be intermingled with the text itself. This model is very flexible, and it has definitely proven itself.</p>
<h3>Exhibit B: Page content that pushes WordPress too far</h3>
<p>In 2009, there was a small project at work to develop the website <a href="http://www.covenantmusicians.com/">Covenant Musicians</a>, and because the person who would keep the site updated was already using WordPress, we made the decision to build this site with WordPress too.</p>
<p>Well, if you look at one of the destination pages for this site, the musician profile page (<a href="http://www.covenantmusicians.com/musicians/nathan-clark-george/">here&#8217;s one for example</a>), you&#8217;ll notice some different pieces of content which may or may not be present on any particular musician profile page. When they are present, they need to be in certain places and sometimes with certain content.</p>
<div id="attachment_1035" class="wp-caption alignnone" style="width: 456px"><img class="size-full wp-image-1035" title="custom-wordpress-content-fields" src="http://blog.davingranroth.com/wp-content/uploads/2009/12/custom-wordpress-content-fields.png" alt="This custom WordPress page uses fields in addition to the standard options: Musician Image, URL, and Video." width="446" height="582" /><p class="wp-caption-text">This custom WordPress page uses fields in addition to the standard options: Musician Image, URL, and Video.</p></div>
<p>The problem is, to control those extra pieces of content: the video, the band image, the link to the band&#8217;s website, the site owner needs to use WordPress&#8217;s custom fields in very precise ways, without the benefit of WordPress&#8217;s content editing tools. What a drag!</p>
<p>To make life easier for the site owner, we ended up recording screencast instructions on how to use these fields and delivered those help files with the site itself. (We used Jing by Techsmith, by the way.)</p>
<p>It would&#8217;ve been better had the interface been clear enough so that we didn&#8217;t feel the need to document the process of updating these destination pages, but that&#8217;s the trouble with stretching WordPress beyond its default content fields.</p>
<h3>Ask too much of WordPress and ease-of-use is the casualty</h3>
<p>Do you see the difference? When an effective design solution requires multiple types of content per page, using WordPress will actually make your website difficult to manage. WordPress is usually so easy to use that when you hit this wall, it is very apparent.</p>
<p>When you&#8217;re at that point, WordPress is probably not the right CMS to choose.</p>
<h3>Should WordPress improve in this area?</h3>
<p>Whether through the core application or through an excellent plug-in (is there one already that I missed?), if WordPress is going to grow in the content management systems field, this shortfall will need to be addressed.</p>
<p>However, WordPress is really excellent at what it does already, and the better course might be to decide to keep the features in check and let other systems compete in the mid-to-enterprise scale CMS arena. Scope creep never stops, and a good application strategy knows when to say &#8220;no.&#8221;</p>
<h3>Am I wrong?</h3>
<p>Am I off-base here? This is just one aspect of WordPress that should limit its use. Another that should cause designers to think twice is when dealing with faceted-navigation which requires more than one dimension (tags can probably handle one dimension). But, again, those are more complex design requirements.</p>
<p>I&#8217;m not a WordPress consultant, and I&#8217;ll bet some of you would like to point to the errors in my thinking. Let&#8217;s hear it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2009/12/how-wordpress-falters-as-a-cms/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Switching to WordPress</title>
		<link>http://blog.davingranroth.com/2008/12/switching-to-wordpress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=switching-to-wordpress</link>
		<comments>http://blog.davingranroth.com/2008/12/switching-to-wordpress/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 22:31:59 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Davin]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[MovableType]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/2008/12/switching-to-wordpress/</guid>
		<description><![CDATA[In 2003, I started this blog on the then young Blogger.com service, linked in with my web space at MSU. Shortly thereafter I switched to MovableType and stayed with MT for a few versions. In a recent MT upgrade, I &#8230; <a href="http://blog.davingranroth.com/2008/12/switching-to-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In 2003, I started this blog on the then young Blogger.com service, linked in with my web space at MSU. Shortly thereafter I switched to MovableType and stayed with MT for a few versions. In a recent MT upgrade, I wasn&#8217;t pleased with the process. So, I&#8217;ve just switched to WordPress, which I had used for a number of prior web projects.</p>
<p>Over the next week the existing files at davingranroth.com/blog will go away and be redirected to blog.davingranroth.com, which is the WordPress-based site.</p>
<p>If you find broken links or missing files, please let me know so I can fix them. I should have taken care of the bulk of them already, though.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2008/12/switching-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Authenticate, commenters!</title>
		<link>http://blog.davingranroth.com/2006/09/authenticate-commenters/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=authenticate-commenters</link>
		<comments>http://blog.davingranroth.com/2006/09/authenticate-commenters/#comments</comments>
		<pubDate>Wed, 20 Sep 2006 01:44:48 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Web design and technology]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=322</guid>
		<description><![CDATA[
 <a href="http://blog.davingranroth.com/2006/09/authenticate-commenters/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I upgraded to MovableType 3.32 recently, and just turned on <a href="https://www.typekey.com/">TypeKey authentication</a>, so as to avoid comment spam.</p>
<p>This means that you will need to have a TypeKey profile in order to comment here. Sorry for the hassle! It is pretty easy to get a free TypeKey profile, so just do it <img src='http://blog.davingranroth.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>This will also mean that when you do comment, your comment will be published immediately, instead of waiting for me to get around to manually clearing it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2006/09/authenticate-commenters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[nav links above do not lay out properly in some browsers]</title>
		<link>http://blog.davingranroth.com/2005/10/nav-links-above-do-not-lay-out-properly-in-some-browsers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nav-links-above-do-not-lay-out-properly-in-some-browsers</link>
		<comments>http://blog.davingranroth.com/2005/10/nav-links-above-do-not-lay-out-properly-in-some-browsers/#comments</comments>
		<pubDate>Fri, 14 Oct 2005 12:30:35 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Web design and technology]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=286</guid>
		<description><![CDATA[
 <a href="http://blog.davingranroth.com/2005/10/nav-links-above-do-not-lay-out-properly-in-some-browsers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying a slightly different layout with the nav links above, and they don&#8217;t lay out as I want in some browsers. They are fine in Firefox on the Mac, but not in IE or Safari on the Mac. I&#8217;m guessing there are some issues on Windows, but I don&#8217;t have the time to deal with it at the moment.</p>
<p>The issue is related to the css float property.</p>
<p>I&#8217;ll see what I can do over the next couple days.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2005/10/nav-links-above-do-not-lay-out-properly-in-some-browsers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Comments work.</title>
		<link>http://blog.davingranroth.com/2005/09/comments-work/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=comments-work</link>
		<comments>http://blog.davingranroth.com/2005/09/comments-work/#comments</comments>
		<pubDate>Sat, 17 Sep 2005 01:23:39 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Davin]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=278</guid>
		<description><![CDATA[I turned off the TypeKey features. They were causing some problems. We&#8217;ll see how this goes—my goal is to avoid blog-spammers while allowing comments.]]></description>
			<content:encoded><![CDATA[<p>I turned off the TypeKey features. They were causing some problems. We&#8217;ll see how this goes—my goal is to avoid blog-spammers while allowing comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2005/09/comments-work/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Comment troubles</title>
		<link>http://blog.davingranroth.com/2005/08/comment-troubles/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=comment-troubles</link>
		<comments>http://blog.davingranroth.com/2005/08/comment-troubles/#comments</comments>
		<pubDate>Thu, 18 Aug 2005 01:21:39 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Davin]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=272</guid>
		<description><![CDATA[
 <a href="http://blog.davingranroth.com/2005/08/comment-troubles/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In case you&#8217;re wondering, I realize this blog is having issues with TypeKey&#8211;so nobody can comment for now. I&#8217;ll get to it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2005/08/comment-troubles/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Rewrote the main page code and css of this blog</title>
		<link>http://blog.davingranroth.com/2005/05/rewrote-the-main-page-code-and-css-of-this-blog/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rewrote-the-main-page-code-and-css-of-this-blog</link>
		<comments>http://blog.davingranroth.com/2005/05/rewrote-the-main-page-code-and-css-of-this-blog/#comments</comments>
		<pubDate>Sat, 28 May 2005 03:14:07 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Web design and technology]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=253</guid>
		<description><![CDATA[
 <a href="http://blog.davingranroth.com/2005/05/rewrote-the-main-page-code-and-css-of-this-blog/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just a note, this evening I rewrote the markup and css for this blog. I basically just deleted both and started over. This page is now more lean and the css is much less bulky.</p>
<p>I also ditched the monthly archive link list and the calendar. Instead, there is now a longer list of recent entries, and I posted in some articles I wrote for my business site&#8211;mostly just to get some visibility on them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2005/05/rewrote-the-main-page-code-and-css-of-this-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>color shift</title>
		<link>http://blog.davingranroth.com/2005/04/color-shift/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=color-shift</link>
		<comments>http://blog.davingranroth.com/2005/04/color-shift/#comments</comments>
		<pubDate>Wed, 27 Apr 2005 00:31:15 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Davin]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=239</guid>
		<description><![CDATA[
 <a href="http://blog.davingranroth.com/2005/04/color-shift/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Bear with me. I&#8217;m uploading a half-finished stylesheet. Gotta run and something else for a bit. Should be mostly readable, but gonna be some contrast issues until I get back to this.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2005/04/color-shift/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>redesign coming soon</title>
		<link>http://blog.davingranroth.com/2004/12/redesign-coming-soon/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=redesign-coming-soon</link>
		<comments>http://blog.davingranroth.com/2004/12/redesign-coming-soon/#comments</comments>
		<pubDate>Thu, 30 Dec 2004 23:46:39 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Davin]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=222</guid>
		<description><![CDATA[
 <a href="http://blog.davingranroth.com/2004/12/redesign-coming-soon/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Chey hates the look of this site. So, we shall declare a do-over. Soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2004/12/redesign-coming-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why your movable type blog must die.</title>
		<link>http://blog.davingranroth.com/2004/09/why-your-movable-type-blog-must-die/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=why-your-movable-type-blog-must-die</link>
		<comments>http://blog.davingranroth.com/2004/09/why-your-movable-type-blog-must-die/#comments</comments>
		<pubDate>Tue, 14 Sep 2004 15:10:07 +0000</pubDate>
		<dc:creator>Chey Davis</dc:creator>
				<category><![CDATA[Davin]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=203</guid>
		<description><![CDATA[
 <a href="http://blog.davingranroth.com/2004/09/why-your-movable-type-blog-must-die/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So <a href="http://www.noelheikkinen.com/noel"> Noel </a> has this interesting link to a rant about how movable type sucks and bloggers, that is, people who blog, suck, etc.  Now not being a technocrat I don&#8217;t understand much of the ranting but I find it really amusing that people can get that bent out of shape about someone else&#8217;s personal journal.</p>
<p>Davin likes to remind me that there is such a thing as a BLACK WEB, which, I guess, means that there are zillions (that is a technical term) of sites and pages out there that search engines, bots and people simply cannot find or access due to bad code or intentional obscurity.</p>
<p>I love that concept.  I&#8217;m a conspiracy theorist at heart.</p>
<p>The thought of hidden stuff is exhilarating; even though I know most of it is probably like the site I had to build for my English 453 class in college.  BAD!  Either way, Ranting will not stop the flow or stem the tide and movable type works for dingbats like me (and apparently, Noel).  SO, MOOOHAHAHAHAHAHAH, you angry ranter.  I shake my fist at you with indignation.</p>
<p>Gotta go.  Grading papers.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2004/09/why-your-movable-type-blog-must-die/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gonna have to register</title>
		<link>http://blog.davingranroth.com/2004/08/gonna-have-to-register/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gonna-have-to-register</link>
		<comments>http://blog.davingranroth.com/2004/08/gonna-have-to-register/#comments</comments>
		<pubDate>Thu, 26 Aug 2004 17:50:20 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Davin]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=193</guid>
		<description><![CDATA[
 <a href="http://blog.davingranroth.com/2004/08/gonna-have-to-register/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Okay. After just getting slammed by a dozen blog spam comments on Cialis and online casinos, I turned on TypeKey authentication for this blog.</p>
<p>To comment, you&#8217;ll need to create a typekey account. You&#8217;ll only have to do this once, and probably you won&#8217;t actually have to sign in that often.</p>
<p><strong>Warning:</strong> To those who enter false email addresses to avoid spam-bots, you&#8217;ll need to enter a URL when you comment as that will override the email display.</p>
<p><strong>If you don&#8217;t enter a URL, your actual email address will show.</strong> So, put in a web address. This could be your company&#8217;s home page, or, if you have nothing to link to, link to your favorite search engine or something.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2004/08/gonna-have-to-register/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Comment problems</title>
		<link>http://blog.davingranroth.com/2004/08/comment-problems/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=comment-problems</link>
		<comments>http://blog.davingranroth.com/2004/08/comment-problems/#comments</comments>
		<pubDate>Sat, 21 Aug 2004 15:34:37 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Davin]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=189</guid>
		<description><![CDATA[
 <a href="http://blog.davingranroth.com/2004/08/comment-problems/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>FYI, I updated this blog software to the most recent version of Movable Type, and the comment features aren&#8217;t working right. No matter what I set the preferences to, every comment submitted is help for approval &#8212; which I don&#8217;t really want. I&#8217;d prefer that the comments just went up and if there is something (like spam) that I want to axe, then I&#8217;d prefer to do that after the fact.</p>
<p>Hopefully Six Apart, the company that provides Movable Type, is on this problem and we&#8217;ll see this fixed promptly.</p>
<p>Until then, continue to comment away, but you won&#8217;t see your comments right away. It&#8217;ll be until Chey or I can manually approve them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2004/08/comment-problems/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>So, the colors here</title>
		<link>http://blog.davingranroth.com/2004/07/so-the-colors-here/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=so-the-colors-here</link>
		<comments>http://blog.davingranroth.com/2004/07/so-the-colors-here/#comments</comments>
		<pubDate>Fri, 23 Jul 2004 14:54:57 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Davin]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=168</guid>
		<description><![CDATA[
 <a href="http://blog.davingranroth.com/2004/07/so-the-colors-here/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Chey looked at this site yesterday evening and said to me, &#8220;So, why don&#8217;t you ask me when you redesign this page? I don&#8217;t like these colors.&#8221;</p>
<p>I found it sort of funny. I pictured myself sneaking upstairs at midnight, my wife sleeping soundly in bed. How peaceful.</p>
<p>Then, I would put my hand gently on her shoulder, give it a little squeeze and say, &#8220;Wake up honey, I&#8217;m redesigning the blog. Do you like these colors?&#8221; As I hold up her laptop, the light from the display shining on her incredulous, very tired face.</p>
<p>Hm. Somehow, that just doesn&#8217;t seem like a good idea.</p>
<p>So, anyway, what do you think of these colors? Hate them? Love them? Couldn&#8217;t care less about the colors, you&#8217;re just here to read and see pictures? Feel free to extrapolate.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2004/07/so-the-colors-here/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hm, a bug.</title>
		<link>http://blog.davingranroth.com/2004/06/hm-a-bug/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hm-a-bug</link>
		<comments>http://blog.davingranroth.com/2004/06/hm-a-bug/#comments</comments>
		<pubDate>Wed, 23 Jun 2004 17:53:35 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Web design and technology]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=142</guid>
		<description><![CDATA[
 <a href="http://blog.davingranroth.com/2004/06/hm-a-bug/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So, the background color isn&#8217;t showing in the Flash movie at the top. Any ideas? It wouldn&#8217;t have to do with the fact that it is not one of the sacrosanct web-safe colors, I would hope. Not sure. Using #eef.</p>
<p>Eventually the fading photo thing will be working on each photo section. In time.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2004/06/hm-a-bug/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Site tweak &#124; Lila&#8217;s prayers</title>
		<link>http://blog.davingranroth.com/2004/06/site-tweak-lilas-prayers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=site-tweak-lilas-prayers</link>
		<comments>http://blog.davingranroth.com/2004/06/site-tweak-lilas-prayers/#comments</comments>
		<pubDate>Wed, 23 Jun 2004 06:24:26 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Davin]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Family]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=141</guid>
		<description><![CDATA[
 <a href="http://blog.davingranroth.com/2004/06/site-tweak-lilas-prayers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So, I felt like tweaking the visuals here. I&#8217;ve been meaning to since</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2004/06/site-tweak-lilas-prayers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

