<?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>Siam Communications Web Services &#38; Tools &#187; display issues</title>
	<atom:link href="http://www.siamcomm.com/tag/display-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.siamcomm.com</link>
	<description>Simple Web Sites that Produce Results</description>
	<lastBuildDate>Sun, 29 Aug 2010 13:22:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>IE Displays larger, low quality fonts &amp; images</title>
		<link>http://www.siamcomm.com/website-design/ie-displays-larger-low-quality/</link>
		<comments>http://www.siamcomm.com/website-design/ie-displays-larger-low-quality/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 04:41:24 +0000</pubDate>
		<dc:creator>The Coach</dc:creator>
				<category><![CDATA[Website Design]]></category>
		<category><![CDATA[display issues]]></category>
		<category><![CDATA[IE 7]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.siamcomm.com/blog/?p=61</guid>
		<description><![CDATA[One of the most frustrating aspects of web design is ensuring compatibility across different web browsers. The most frustrating for our team to date is the issue with Internet Explorer 7 and changing the DPI setting of the display in Windows. The computer is a Dell XPS laptop, and it turns out that the DPI [...]


Related posts:<ol><li><a href='http://www.siamcomm.com/how-tos/getting-to-grips-with-css/' rel='bookmark' title='Permanent Link: Getting to Grips with CSS'>Getting to Grips with CSS</a></li>
<li><a href='http://www.siamcomm.com/how-tos/wordpress-sticky-posts/' rel='bookmark' title='Permanent Link: WordPress: Sticky Posts'>WordPress: Sticky Posts</a></li>
<li><a href='http://www.siamcomm.com/seo/slow-websites-and-seo/' rel='bookmark' title='Permanent Link: Slow Websites and SEO'>Slow Websites and SEO</a></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.siamcomm.com%2Fwebsite-design%2Fie-displays-larger-low-quality%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.siamcomm.com%2Fwebsite-design%2Fie-displays-larger-low-quality%2F&amp;source=siamcomm&amp;style=normal&amp;service=bit.ly&amp;service_api=erbuc%3AR_4b34be0ba7f3518b2ad9e2565167eeae&amp;space=1" height="61" width="50" /><br />
			</a>
		</div>
<p>One of the most frustrating aspects of web design is ensuring compatibility across different web browsers. The most frustrating for our team to date is the issue with Internet Explorer 7 and changing the DPI setting of the display in Windows.</p>
<p>The computer is a Dell XPS laptop, and it turns out that the DPI setting from the factory is set to 120 dpi. While browsing with Firefox, the web pages looked just fine. But when we fired up IE and had a look, the font sizes were scaled up dramatically and provided a jagged, low quality effect to fonts and images. The easiest fix was to change the default display setting from 120 dpi back to 96 dpi. This maintained the web page display with Firefox and improved the IE display of the web site so that everything looked proper. But we can&#8217;t go suggesting that all visitor change their display setting before coming to our web site.</p>
<div style="width=100%;">
<div style="width: 80%; margin: 10px 10%; padding: 5px; border: 2px solid #999999; background-color: #cccccc;">
Just to pause for a minute, this DPI setting is accomplished by right-clicking on an empty space on your desktop, and then selecting Properties from the resulting dialogue box. Once the settings window appears, select the Settings tab and then click on the Advanced button. A window will be displayed that has a drop down selection box that allows you to change the DPI of your display.
</div>
</div>
<p>This raised some questions;</p>
<p>How many of our visitors are going to be visiting the site and experiencing the same problem?</p>
<p>Is there a way to determine the dpi setting of a visitor and reformat the page so it looks proper?</p>
<p>Based on our research across the web, the good news is that not a lot of manufacturers ship with the display set to 120 dpi. But Dell and possibly Toshiba are among the manufacturers that ship units with this setting from the factory.</p>
<p>We also discovered a couple of suggessted fixes for this that can be inserted into your CSS or HTML to try and compensate for the change. <a title="William's blog" href="http://www.williamkolean.com/williamblog/?p=18" target="_self">William&#8217;s Blog</a> had a good post on how to handle the scaling and sizing of fonts using a conditional staement in your CSS file. We found another good article at <a title="Leading Edge Scripts" href="http://leadingedgescripts.co.uk/highdpiinternetexplorer.php" target="_blank">Leading Edge Scripts </a>that provides a Java Script to insert into your HTML file to accodate for the issue.</p>
<p>Is this a hint of the continuing issues to come for Web Designers that want to provide an equal experience regardless of the users browser? Let&#8217;s hope not. We will continue to monitor this issue and look for other solutions. Until then, if you have a proposed solution or suggestion, we would love to hear from you.</p>


<p>Related posts:<ol><li><a href='http://www.siamcomm.com/how-tos/getting-to-grips-with-css/' rel='bookmark' title='Permanent Link: Getting to Grips with CSS'>Getting to Grips with CSS</a></li>
<li><a href='http://www.siamcomm.com/how-tos/wordpress-sticky-posts/' rel='bookmark' title='Permanent Link: WordPress: Sticky Posts'>WordPress: Sticky Posts</a></li>
<li><a href='http://www.siamcomm.com/seo/slow-websites-and-seo/' rel='bookmark' title='Permanent Link: Slow Websites and SEO'>Slow Websites and SEO</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.siamcomm.com/website-design/ie-displays-larger-low-quality/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 26/63 queries in 0.125 seconds using disk

Served from: www.siamcomm.com @ 2010-09-10 00:17:38 -->