<?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 William's Blog</title>
	<atom:link href="http://www.williamkolean.com/williamblog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.williamkolean.com/williamblog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 10 May 2011 13:46:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Internet Explorer and 120 dpi by Phyllis</title>
		<link>http://www.williamkolean.com/williamblog/?p=18&#038;cpage=1#comment-10762</link>
		<dc:creator>Phyllis</dc:creator>
		<pubDate>Tue, 10 May 2011 13:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.williamkolean.com/williamblog/?p=18#comment-10762</guid>
		<description>Saved my life. Thanks William. I was surprised to see so little chatter about this problem. I was so distressed to learn  my client had their  small screen laptop computer set to 120 DPI and is using IE9. Your simple line of code fixed everything.

Only problem which I will ignore is Dreamweaver says there is an error parsing styles Affects: Firefox 1.5
The code I used is:

body {
font-size: expression(1 / (screen.deviceXDPI / 96) * 100 + &quot;%&quot;);
}


Thank you very much for the help.</description>
		<content:encoded><![CDATA[<p>Saved my life. Thanks William. I was surprised to see so little chatter about this problem. I was so distressed to learn  my client had their  small screen laptop computer set to 120 DPI and is using IE9. Your simple line of code fixed everything.</p>
<p>Only problem which I will ignore is Dreamweaver says there is an error parsing styles Affects: Firefox 1.5<br />
The code I used is:</p>
<p>body {<br />
font-size: expression(1 / (screen.deviceXDPI / 96) * 100 + &#8220;%&#8221;);<br />
}</p>
<p>Thank you very much for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internet Explorer and 120 dpi by IgorV</title>
		<link>http://www.williamkolean.com/williamblog/?p=18&#038;cpage=1#comment-718</link>
		<dc:creator>IgorV</dc:creator>
		<pubDate>Tue, 07 Jul 2009 15:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.williamkolean.com/williamblog/?p=18#comment-718</guid>
		<description>Also, can someone explain to me the 1000 / ((screen.deviceXDPI / 96) * 16) ??? To me it doesn&#039;t make any sense, and happen to work just by accident. 100 / (screen.deviceXDPI / 96) or 9600 / screen.deviceXDPI seems to be the correct one.</description>
		<content:encoded><![CDATA[<p>Also, can someone explain to me the 1000 / ((screen.deviceXDPI / 96) * 16) ??? To me it doesn&#8217;t make any sense, and happen to work just by accident. 100 / (screen.deviceXDPI / 96) or 9600 / screen.deviceXDPI seems to be the correct one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internet Explorer and 120 dpi by IgorV</title>
		<link>http://www.williamkolean.com/williamblog/?p=18&#038;cpage=1#comment-717</link>
		<dc:creator>IgorV</dc:creator>
		<pubDate>Tue, 07 Jul 2009 14:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.williamkolean.com/williamblog/?p=18#comment-717</guid>
		<description>Keep in mind, Opera 10 scales fonts same way IE does on 120 DPI</description>
		<content:encoded><![CDATA[<p>Keep in mind, Opera 10 scales fonts same way IE does on 120 DPI</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internet Explorer and 120 dpi by Margo</title>
		<link>http://www.williamkolean.com/williamblog/?p=18&#038;cpage=1#comment-645</link>
		<dc:creator>Margo</dc:creator>
		<pubDate>Tue, 09 Jun 2009 17:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.williamkolean.com/williamblog/?p=18#comment-645</guid>
		<description>Hello,

We have a .net environment and the resizing works except for the navigational elements and buttons (unordered lists and html buttons). What is interesting that it also changes the font family to serif even though it is defined as Verdana, Arial, Helvetica, sans-serif. Any ideas?

Thank you,
Margo</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>We have a .net environment and the resizing works except for the navigational elements and buttons (unordered lists and html buttons). What is interesting that it also changes the font family to serif even though it is defined as Verdana, Arial, Helvetica, sans-serif. Any ideas?</p>
<p>Thank you,<br />
Margo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internet Explorer and 120 dpi by Bob D</title>
		<link>http://www.williamkolean.com/williamblog/?p=18&#038;cpage=1#comment-542</link>
		<dc:creator>Bob D</dc:creator>
		<pubDate>Thu, 30 Apr 2009 04:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.williamkolean.com/williamblog/?p=18#comment-542</guid>
		<description>Must agree - I did identify that IE7 (6 and 8 were OK) was resizing things and breaking page on macines running 120DPI.  I had no idea on how to resolve this until Google pointed me to this blog.  It totally solved all my layout issues - all pages now render perfectly regardless of machine DPI or IE version (FF2 &amp; 3 as mentioned above were fine).  

Awesome tip - saved many hours of troubleshooting....thanks 

Bob</description>
		<content:encoded><![CDATA[<p>Must agree &#8211; I did identify that IE7 (6 and 8 were OK) was resizing things and breaking page on macines running 120DPI.  I had no idea on how to resolve this until Google pointed me to this blog.  It totally solved all my layout issues &#8211; all pages now render perfectly regardless of machine DPI or IE version (FF2 &amp; 3 as mentioned above were fine).  </p>
<p>Awesome tip &#8211; saved many hours of troubleshooting&#8230;.thanks </p>
<p>Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internet Explorer and 120 dpi by Anthony Bouch</title>
		<link>http://www.williamkolean.com/williamblog/?p=18&#038;cpage=1#comment-504</link>
		<dc:creator>Anthony Bouch</dc:creator>
		<pubDate>Sun, 12 Apr 2009 03:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.williamkolean.com/williamblog/?p=18#comment-504</guid>
		<description>Great tip - thank for this. The whole 120DPI think on Windows / Vista is a bit of a nightmare really - including IE&#039;s default handling.</description>
		<content:encoded><![CDATA[<p>Great tip &#8211; thank for this. The whole 120DPI think on Windows / Vista is a bit of a nightmare really &#8211; including IE&#8217;s default handling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internet Explorer and 120 dpi by william</title>
		<link>http://www.williamkolean.com/williamblog/?p=18&#038;cpage=1#comment-433</link>
		<dc:creator>william</dc:creator>
		<pubDate>Thu, 12 Mar 2009 04:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.williamkolean.com/williamblog/?p=18#comment-433</guid>
		<description>This solution is meant for web sites that are using ems for font sizes. What it does is scales the base font size so that 1em = 10px, making it easier to work with ems, and applies the proper scaling to IE when it&#039;s screen DPI is set to 120 instead of 96. In order to use this, you would need to change all your units to ems. Or, you could just use pixels which would ensure that everything is the same size regardless of screen dpi, but older version of IE will not be able to increase or decrease the text size.</description>
		<content:encoded><![CDATA[<p>This solution is meant for web sites that are using ems for font sizes. What it does is scales the base font size so that 1em = 10px, making it easier to work with ems, and applies the proper scaling to IE when it&#8217;s screen DPI is set to 120 instead of 96. In order to use this, you would need to change all your units to ems. Or, you could just use pixels which would ensure that everything is the same size regardless of screen dpi, but older version of IE will not be able to increase or decrease the text size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internet Explorer and 120 dpi by John</title>
		<link>http://www.williamkolean.com/williamblog/?p=18&#038;cpage=1#comment-432</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 12 Mar 2009 03:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.williamkolean.com/williamblog/?p=18#comment-432</guid>
		<description>William,

Thanks for responding.  I tried it and it did kind of work.

This problem seems to effect text as well as images, because while it made some of the text elements on my site smaller, it left the images unchanged (naturally) and not even all of the text was made smaller.  So, the problem persists.  

Any other ideas?

Thanks.

John</description>
		<content:encoded><![CDATA[<p>William,</p>
<p>Thanks for responding.  I tried it and it did kind of work.</p>
<p>This problem seems to effect text as well as images, because while it made some of the text elements on my site smaller, it left the images unchanged (naturally) and not even all of the text was made smaller.  So, the problem persists.  </p>
<p>Any other ideas?</p>
<p>Thanks.</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internet Explorer and 120 dpi by william</title>
		<link>http://www.williamkolean.com/williamblog/?p=18&#038;cpage=1#comment-431</link>
		<dc:creator>william</dc:creator>
		<pubDate>Thu, 12 Mar 2009 02:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.williamkolean.com/williamblog/?p=18#comment-431</guid>
		<description>John, if you copied and pasted from Wordpress then what should be regular quotes around % and 62.5% may actually be curly quotes. Replace them with regular quotes and it should work.</description>
		<content:encoded><![CDATA[<p>John, if you copied and pasted from WordPress then what should be regular quotes around % and 62.5% may actually be curly quotes. Replace them with regular quotes and it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internet Explorer and 120 dpi by John</title>
		<link>http://www.williamkolean.com/williamblog/?p=18&#038;cpage=1#comment-430</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 11 Mar 2009 22:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.williamkolean.com/williamblog/?p=18#comment-430</guid>
		<description>Hi.  I am experiencing the same issue that you talk about in this blog (http://www.williamkolean.com/williamblog/?p=18).

However, I tried implementing the fix you stated and it didn&#039;t work on my end.  

I put this line: 

font-size: expression(screen.deviceXDPI &gt; 96 ? 1000 / ((screen.deviceXDPI / 96) * 16) + “%” : “62.5%”);

into the &quot;body&quot; part of my css file.  Did I do that right?

Thanks.

John
Did I do it right?</description>
		<content:encoded><![CDATA[<p>Hi.  I am experiencing the same issue that you talk about in this blog (<a href="http://www.williamkolean.com/williamblog/?p=18" rel="nofollow">http://www.williamkolean.com/williamblog/?p=18</a>).</p>
<p>However, I tried implementing the fix you stated and it didn&#8217;t work on my end.  </p>
<p>I put this line: </p>
<p>font-size: expression(screen.deviceXDPI &gt; 96 ? 1000 / ((screen.deviceXDPI / 96) * 16) + “%” : “62.5%”);</p>
<p>into the &#8220;body&#8221; part of my css file.  Did I do that right?</p>
<p>Thanks.</p>
<p>John<br />
Did I do it right?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

