<?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: A New Day in Design</title>
	<atom:link href="http://blog.websitestyle.com/index.php/2008/03/11/a-new-day-in-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.websitestyle.com/index.php/2008/03/11/a-new-day-in-design/</link>
	<description>Various Epiphanies of a Technical Mind</description>
	<lastBuildDate>Sun, 29 Jan 2012 23:20:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Tuemmel</title>
		<link>http://blog.websitestyle.com/index.php/2008/03/11/a-new-day-in-design/comment-page-1/#comment-18013</link>
		<dc:creator>Tuemmel</dc:creator>
		<pubDate>Fri, 28 Mar 2008 18:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.websitestyle.com/index.php/2008/03/11/a-new-day-in-design/#comment-18013</guid>
		<description>@Nicole

Guess my english is too hard to read.
This does not work for textareas. ;)
&lt;blockquote cite=&quot;&quot;&gt;body { font-size: 76% }&lt;/blockquote&gt;

The col size of a textarea is not touched by setting the font size to a percentage and the textarea will be displayed larger than the font setting.

This works:
&lt;code&gt;&lt;textarea style=&quot;width:100%&quot; rows=&quot;9&quot; cols=0&gt;text&lt;/textarea&gt;&lt;code&gt;</description>
		<content:encoded><![CDATA[<p>@Nicole</p>
<p>Guess my english is too hard to read.<br />
This does not work for textareas. <img src='http://blog.websitestyle.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<blockquote cite=""><p>body { font-size: 76% }</p></blockquote>
<p>The col size of a textarea is not touched by setting the font size to a percentage and the textarea will be displayed larger than the font setting.</p>
<p>This works:<br />
<code>&lt;textarea style="width:100%" rows="9" cols=0&gt;text&lt;/textarea&gt;</code><code></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicole</title>
		<link>http://blog.websitestyle.com/index.php/2008/03/11/a-new-day-in-design/comment-page-1/#comment-17981</link>
		<dc:creator>Nicole</dc:creator>
		<pubDate>Fri, 28 Mar 2008 14:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.websitestyle.com/index.php/2008/03/11/a-new-day-in-design/#comment-17981</guid>
		<description>@Tummel
&lt;blockquote&gt;So Iâ€™m looking for another way to reset the font size global.&lt;/blockquote&gt;

You mean for a whole site? You can set the body font size.

&lt;code&gt;body { font-size: 76% }&lt;/code&gt;

I think that&#039;s what you&#039;re asking, if not, let me know.</description>
		<content:encoded><![CDATA[<p>@Tummel</p>
<blockquote><p>So Iâ€™m looking for another way to reset the font size global.</p></blockquote>
<p>You mean for a whole site? You can set the body font size.</p>
<p><code>body { font-size: 76% }</code></p>
<p>I think that&#8217;s what you&#8217;re asking, if not, let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tuemmel</title>
		<link>http://blog.websitestyle.com/index.php/2008/03/11/a-new-day-in-design/comment-page-1/#comment-17980</link>
		<dc:creator>Tuemmel</dc:creator>
		<pubDate>Fri, 28 Mar 2008 14:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.websitestyle.com/index.php/2008/03/11/a-new-day-in-design/#comment-17980</guid>
		<description>ups, where&#039;s the code ?
Now there&#039;s only a gray box instead of code.
I thought the htmlentities where encoded automatically using the code tag.
However, hope this will work now:
&lt;code&gt;&lt;textarea style=&quot;width:100%&quot; rows=&quot;x&quot; cols=0&gt;text&lt;/textarea&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>ups, where&#8217;s the code ?<br />
Now there&#8217;s only a gray box instead of code.<br />
I thought the htmlentities where encoded automatically using the code tag.<br />
However, hope this will work now:<br />
<code>&lt;textarea style="width:100%" rows="x" cols=0&gt;text&lt;/textarea&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tuemmel</title>
		<link>http://blog.websitestyle.com/index.php/2008/03/11/a-new-day-in-design/comment-page-1/#comment-17977</link>
		<dc:creator>Tuemmel</dc:creator>
		<pubDate>Fri, 28 Mar 2008 14:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.websitestyle.com/index.php/2008/03/11/a-new-day-in-design/#comment-17977</guid>
		<description>@Nicole,

This works in textareas, too if there are no cols defined. The col size of a textarea is not affected by setting the font size to a percentage and will be displayed larger than the font setting. One workaround is to set the textarea size with css, which works fine. However it&#039;s not valid html to define a textarea without cols. To satisfy the folks of the w3c.com the easiest way is setting the cols to 0. 
&lt;code&gt;&lt;/code&gt;

This is okay, because it works. For me that does not mean a workaround like this is good. So I&#039;m looking for another way to reset the font size global.</description>
		<content:encoded><![CDATA[<p>@Nicole,</p>
<p>This works in textareas, too if there are no cols defined. The col size of a textarea is not affected by setting the font size to a percentage and will be displayed larger than the font setting. One workaround is to set the textarea size with css, which works fine. However it&#8217;s not valid html to define a textarea without cols. To satisfy the folks of the w3c.com the easiest way is setting the cols to 0.<br />
<code></code></p>
<p>This is okay, because it works. For me that does not mean a workaround like this is good. So I&#8217;m looking for another way to reset the font size global.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicole</title>
		<link>http://blog.websitestyle.com/index.php/2008/03/11/a-new-day-in-design/comment-page-1/#comment-17963</link>
		<dc:creator>Nicole</dc:creator>
		<pubDate>Fri, 28 Mar 2008 12:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.websitestyle.com/index.php/2008/03/11/a-new-day-in-design/#comment-17963</guid>
		<description>@Tummel,

I didn&#039;t do anything fancy :) Just made the default font-size percentage a bit smaller so it could handle more text-size increases.

Thanks a bunch for the screenshots you sent.</description>
		<content:encoded><![CDATA[<p>@Tummel,</p>
<p>I didn&#8217;t do anything fancy <img src='http://blog.websitestyle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Just made the default font-size percentage a bit smaller so it could handle more text-size increases.</p>
<p>Thanks a bunch for the screenshots you sent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tuemmel</title>
		<link>http://blog.websitestyle.com/index.php/2008/03/11/a-new-day-in-design/comment-page-1/#comment-17697</link>
		<dc:creator>Tuemmel</dc:creator>
		<pubDate>Wed, 26 Mar 2008 19:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.websitestyle.com/index.php/2008/03/11/a-new-day-in-design/#comment-17697</guid>
		<description>Hey Nicole, you&#039;ve done well. Now I&#039;ve the same problem with the screen and font size. How did you fix it? Did you set the font-size in the body style to percentage ( body{font:x%;} ) or is there another way ?

thanks for sharing

TÃ¼mmel</description>
		<content:encoded><![CDATA[<p>Hey Nicole, you&#8217;ve done well. Now I&#8217;ve the same problem with the screen and font size. How did you fix it? Did you set the font-size in the body style to percentage ( body{font:x%;} ) or is there another way ?</p>
<p>thanks for sharing</p>
<p>TÃ¼mmel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tuemmel</title>
		<link>http://blog.websitestyle.com/index.php/2008/03/11/a-new-day-in-design/comment-page-1/#comment-16545</link>
		<dc:creator>Tuemmel</dc:creator>
		<pubDate>Wed, 12 Mar 2008 23:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.websitestyle.com/index.php/2008/03/11/a-new-day-in-design/#comment-16545</guid>
		<description>Well done, :)
You&#039;re pretty fast.

Congratulations and good luck with the new design 

Cheers TÃ¼mmel</description>
		<content:encoded><![CDATA[<p>Well done, <img src='http://blog.websitestyle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
You&#8217;re pretty fast.</p>
<p>Congratulations and good luck with the new design </p>
<p>Cheers TÃ¼mmel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicole</title>
		<link>http://blog.websitestyle.com/index.php/2008/03/11/a-new-day-in-design/comment-page-1/#comment-16483</link>
		<dc:creator>Nicole</dc:creator>
		<pubDate>Tue, 11 Mar 2008 23:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.websitestyle.com/index.php/2008/03/11/a-new-day-in-design/#comment-16483</guid>
		<description>Yikes... you see all that?

I tried to reproduce the problems (using the same setup you said you were using) and I just can&#039;t see them. Do you have your text zoom set very high or perhaps a user style-sheet?

The comment preview, unfortunately, was lost only a couple of days ago when I did a late upgrade to my wordpress software - to my knowledge it&#039;s not currently working on the old theme either.

I know there are probably some more tweaks this theme needs, and I&#039;m willing to make whatever changes are required. Do you think you can tell me any more about your computer text size setup or anything else you might be able to share that you think would help? I haven&#039;t made any changes to the design, and sometimes a reload of new content makes a difference - you might see if that helps and let me know.

Thanks again for the input!

~Nicole</description>
		<content:encoded><![CDATA[<p>Yikes&#8230; you see all that?</p>
<p>I tried to reproduce the problems (using the same setup you said you were using) and I just can&#8217;t see them. Do you have your text zoom set very high or perhaps a user style-sheet?</p>
<p>The comment preview, unfortunately, was lost only a couple of days ago when I did a late upgrade to my wordpress software &#8211; to my knowledge it&#8217;s not currently working on the old theme either.</p>
<p>I know there are probably some more tweaks this theme needs, and I&#8217;m willing to make whatever changes are required. Do you think you can tell me any more about your computer text size setup or anything else you might be able to share that you think would help? I haven&#8217;t made any changes to the design, and sometimes a reload of new content makes a difference &#8211; you might see if that helps and let me know.</p>
<p>Thanks again for the input!</p>
<p>~Nicole</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tuemmel</title>
		<link>http://blog.websitestyle.com/index.php/2008/03/11/a-new-day-in-design/comment-page-1/#comment-16481</link>
		<dc:creator>Tuemmel</dc:creator>
		<pubDate>Tue, 11 Mar 2008 22:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.websitestyle.com/index.php/2008/03/11/a-new-day-in-design/#comment-16481</guid>
		<description>Hi,

It&#039;s really nice Beyond Caffeine can change the style so easy.

But, there&#039;s still some work to do.

There are bugs. Actually this textarea
is partitially below the &quot;Article Topics&quot;, cause the sidebar
floats above.

The top navigation has no padding-bottom and the &quot;y&quot; of the &quot;my work item jumps into the title div.

The subtitle is below the 
&quot;Photo Credits Blogging Code CSS Design Tech News&quot;-Navigation 
which has an incredable padding-top or margin of almost 1em.

The link of the beautiful foto above is not below, but right next the  bottom of the photo and also below the sidebar.

And where&#039;s the preview of the comments ? All gone ?

However, the sidebar is everywhere and I can&#039;t rewread my text,
so I don&#039;t need to apologize for mistakes in the syntax. :)

ie7 on xp2 1024*768

Hope this will help a bit to keep Beyond Caffeine on the level you want.
Thanks for the theme switcher.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>It&#8217;s really nice Beyond Caffeine can change the style so easy.</p>
<p>But, there&#8217;s still some work to do.</p>
<p>There are bugs. Actually this textarea<br />
is partitially below the &#8220;Article Topics&#8221;, cause the sidebar<br />
floats above.</p>
<p>The top navigation has no padding-bottom and the &#8220;y&#8221; of the &#8220;my work item jumps into the title div.</p>
<p>The subtitle is below the<br />
&#8220;Photo Credits Blogging Code CSS Design Tech News&#8221;-Navigation<br />
which has an incredable padding-top or margin of almost 1em.</p>
<p>The link of the beautiful foto above is not below, but right next the  bottom of the photo and also below the sidebar.</p>
<p>And where&#8217;s the preview of the comments ? All gone ?</p>
<p>However, the sidebar is everywhere and I can&#8217;t rewread my text,<br />
so I don&#8217;t need to apologize for mistakes in the syntax. <img src='http://blog.websitestyle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>ie7 on xp2 1024*768</p>
<p>Hope this will help a bit to keep Beyond Caffeine on the level you want.<br />
Thanks for the theme switcher.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

