<?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 for Dial D For Design</title>
	<atom:link href="http://dialdfordesign.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://dialdfordesign.com</link>
	<description></description>
	<lastBuildDate>Tue, 30 Jun 2009 20:38:19 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Page Zoom, Elastic Layouts &amp; Em (Erratic Moustaches) by Steve</title>
		<link>http://dialdfordesign.com/?p=185&#038;cpage=1#comment-52</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 30 Jun 2009 20:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://dialdfordesign.com/?p=185#comment-52</guid>
		<description>Hey Kim!

Thanks for the input and I totally agree. If anyone is having problems with liquid layouts becoming too wide on larger screens they can apply a maximum width which will work on browser versions above IE6. 

max-width can be applied to the main container or elements within the container to keep everything in proportion.</description>
		<content:encoded><![CDATA[<p>Hey Kim!</p>
<p>Thanks for the input and I totally agree. If anyone is having problems with liquid layouts becoming too wide on larger screens they can apply a maximum width which will work on browser versions above IE6. </p>
<p>max-width can be applied to the main container or elements within the container to keep everything in proportion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Page Zoom, Elastic Layouts &amp; Em (Erratic Moustaches) by Kim H</title>
		<link>http://dialdfordesign.com/?p=185&#038;cpage=1#comment-50</link>
		<dc:creator>Kim H</dc:creator>
		<pubDate>Mon, 29 Jun 2009 17:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://dialdfordesign.com/?p=185#comment-50</guid>
		<description>The only problem that I have with liquid layouts is the fact that some are made too wide in order to accomodate thinner screen resolutions.

For example, most designers design so that the design looks good in 800 x 600 or 1024 x 768, depending, feeling that it should look fine on a large screen that is, say, 1600 x 1280.  The major problem with this, however, is that they don&#039;t get a second look at the site, in 1600 x 1280 they might have made said content too wide, so that there are too many characters per line, meaning that one with a large resolution has to scale their window down in order to just be able to read the content without getting a headache.  Then again, this is possibly just a bad understanding of typography.
.-= Kim H&#180;s last blog ..&lt;a href=&quot;http://www.belinkddesign.com/2009/06/thoughts-on-css-manias-new-job-board/&quot; rel=&quot;nofollow&quot;&gt;Thoughts on CSS Mania’s New Job Board&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>The only problem that I have with liquid layouts is the fact that some are made too wide in order to accomodate thinner screen resolutions.</p>
<p>For example, most designers design so that the design looks good in 800 x 600 or 1024 x 768, depending, feeling that it should look fine on a large screen that is, say, 1600 x 1280.  The major problem with this, however, is that they don&#8217;t get a second look at the site, in 1600 x 1280 they might have made said content too wide, so that there are too many characters per line, meaning that one with a large resolution has to scale their window down in order to just be able to read the content without getting a headache.  Then again, this is possibly just a bad understanding of typography.<br />
<span class="cluv"> Kim H&#180;s last blog ..<a href="http://www.belinkddesign.com/2009/06/thoughts-on-css-manias-new-job-board/" rel="nofollow">Thoughts on CSS Mania’s New Job Board</a> <span class="heart_tip_box"><img class="heart_tip" alt="My ComLuv Profile" border="0" width="16" height="14" src="http://dialdfordesign.com/wp-content/plugins/commentluv/images/littleheart.gif"/></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Twitter &amp; RSS feeds to inspire &#8211; 24 Ways Edition by Graphic Design Links and Tutorials</title>
		<link>http://dialdfordesign.com/?p=112&#038;cpage=1#comment-33</link>
		<dc:creator>Graphic Design Links and Tutorials</dc:creator>
		<pubDate>Sun, 07 Jun 2009 16:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://dialdfordesign.com/?p=112#comment-33</guid>
		<description>&lt;strong&gt;Twitter &amp; RSS feeds to inspire - 24 Ways Edition...&lt;/strong&gt;

Fill out your twitter feed and rss reader with some of the top creatives and thinkers from the www.  24ways is a yearly web developer advent calender. Each day providing an interesting and inspiring article. I’ve compiled a list of links to each auth...</description>
		<content:encoded><![CDATA[<p><strong>Twitter &amp; RSS feeds to inspire &#8211; 24 Ways Edition&#8230;</strong></p>
<p>Fill out your twitter feed and rss reader with some of the top creatives and thinkers from the www.  24ways is a yearly web developer advent calender. Each day providing an interesting and inspiring article. I’ve compiled a list of links to each auth&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Applied Design: Hidden Text &amp; Magnification by Steve</title>
		<link>http://dialdfordesign.com/?p=71&#038;cpage=1#comment-16</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 25 May 2009 21:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://dialdfordesign.com/?p=71#comment-16</guid>
		<description>Hi Mark!

Thanks so much for the tip. Currently after the hover buttons are clicked on a dotted border appears extending across the page. I looked to remove the border when I should have been looking to make the text appear when the :focus state was reached. 

I checked my text links after reading Roger Johansson&#039;s tip http://tinyurl.com/qj85wm on not using border: none on the :focus for keyboard navigation. It just didn&#039;t twig while making the links!

Thanks again,

Steve</description>
		<content:encoded><![CDATA[<p>Hi Mark!</p>
<p>Thanks so much for the tip. Currently after the hover buttons are clicked on a dotted border appears extending across the page. I looked to remove the border when I should have been looking to make the text appear when the :focus state was reached. </p>
<p>I checked my text links after reading Roger Johansson&#8217;s tip <a href="http://tinyurl.com/qj85wm" rel="nofollow">http://tinyurl.com/qj85wm</a> on not using border: none on the :focus for keyboard navigation. It just didn&#8217;t twig while making the links!</p>
<p>Thanks again,</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Brew Time Titbit: What is Doctype? by Bindass Delhiite</title>
		<link>http://dialdfordesign.com/?p=60&#038;cpage=1#comment-15</link>
		<dc:creator>Bindass Delhiite</dc:creator>
		<pubDate>Mon, 25 May 2009 13:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://dialdfordesign.com/?p=60#comment-15</guid>
		<description>Nice explanation!

thanks!

enjoy :)

&lt;abbr&gt;&lt;em&gt;Bindass Delhiite’s last blog post..&lt;a href=&quot;http://theunnecessaryworld.co.cc/2009/05/23/blogger-widget-social-media-sharing/&quot; rel=&quot;nofollow&quot;&gt;Blogger Widget : Social Media Sharing&lt;/a&gt;&lt;/abbr&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Nice explanation!</p>
<p>thanks!</p>
<p>enjoy <img src='http://dialdfordesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><abbr><em>Bindass Delhiite’s last blog post..<a href="http://theunnecessaryworld.co.cc/2009/05/23/blogger-widget-social-media-sharing/" rel="nofollow">Blogger Widget : Social Media Sharing</a></em></abbr></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Applied Design: Hidden Text &amp; Magnification by Mark Norman Francis</title>
		<link>http://dialdfordesign.com/?p=71&#038;cpage=1#comment-13</link>
		<dc:creator>Mark Norman Francis</dc:creator>
		<pubDate>Mon, 25 May 2009 00:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://dialdfordesign.com/?p=71#comment-13</guid>
		<description>You&#039;ll probably want to add a :focus state to the links, so that keyboard-only access works too. Currently tabbing to the link does nothing to change the visible state, so the text doesn&#039;t appear.</description>
		<content:encoded><![CDATA[<p>You&#8217;ll probably want to add a :focus state to the links, so that keyboard-only access works too. Currently tabbing to the link does nothing to change the visible state, so the text doesn&#8217;t appear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Brew Time Titbit: What is Doctype? by Steve</title>
		<link>http://dialdfordesign.com/?p=60&#038;cpage=1#comment-9</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 24 May 2009 09:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://dialdfordesign.com/?p=60#comment-9</guid>
		<description>Thanks Mike! Glad you enjoyed it.</description>
		<content:encoded><![CDATA[<p>Thanks Mike! Glad you enjoyed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Brew Time Titbit: What is Doctype? by Mike</title>
		<link>http://dialdfordesign.com/?p=60&#038;cpage=1#comment-8</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 23 May 2009 19:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://dialdfordesign.com/?p=60#comment-8</guid>
		<description>Hi, nice posts there :-) thank&#039;s for the interesting information</description>
		<content:encoded><![CDATA[<p>Hi, nice posts there <img src='http://dialdfordesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  thank&#8217;s for the interesting information</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Supporting Browsers With Javascript Disabled by Applied Design: foxholebank.com - Paper Prototype &#171;</title>
		<link>http://dialdfordesign.com/?p=5&#038;cpage=1#comment-3</link>
		<dc:creator>Applied Design: foxholebank.com - Paper Prototype &#171;</dc:creator>
		<pubDate>Tue, 28 Apr 2009 21:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://dialdfordesign.com/?p=5#comment-3</guid>
		<description>[...] scroller displaying beautiful pictures of the surrounding area and asummary box. For those without javascript the picture section will display three of the most popular [...]</description>
		<content:encoded><![CDATA[<p>[...] scroller displaying beautiful pictures of the surrounding area and asummary box. For those without javascript the picture section will display three of the most popular [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Supporting Browsers With Javascript Disabled by egozgame</title>
		<link>http://dialdfordesign.com/?p=5&#038;cpage=1#comment-2</link>
		<dc:creator>egozgame</dc:creator>
		<pubDate>Thu, 23 Apr 2009 09:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://dialdfordesign.com/?p=5#comment-2</guid>
		<description>I totally agree. It maybe a low percentage but the more universal a page is the more I can get across to my market. Thanks for the tip. 

R</description>
		<content:encoded><![CDATA[<p>I totally agree. It maybe a low percentage but the more universal a page is the more I can get across to my market. Thanks for the tip. </p>
<p>R</p>
]]></content:encoded>
	</item>
</channel>
</rss>
