<?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; web design</title>
	<atom:link href="http://www.siamcomm.com/tag/web-design/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>
		<item>
		<title>Cool Buttons created &quot;On The Fly&quot;</title>
		<link>http://www.siamcomm.com/web-tools/cool-buttons-created-on-the-fly/</link>
		<comments>http://www.siamcomm.com/web-tools/cool-buttons-created-on-the-fly/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 15:11:23 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[creating graphics]]></category>
		<category><![CDATA[online tool]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.siamcomm.com/blog/2008/01/08/cool-buttons-created-on-the-fly/</guid>
		<description><![CDATA[I can&#8217;t tell you how many times I have been designing a web site and come to a point where I say to myself, &#8220;I wish I had a really cool looking button for this section.&#8221; So I start up Adobe Photoshop, of which my skills are somewhat lacking, and I attempt to create a [...]


Related posts:<ol><li><a href='http://www.siamcomm.com/web-tools/6-online-web-2-0-button-generators/' rel='bookmark' title='Permanent Link: 6 Online Web 2.0 Button Generators'>6 Online Web 2.0 Button Generators</a></li>
<li><a href='http://www.siamcomm.com/web-tools/5-online-wordpress-theme-generators/' rel='bookmark' title='Permanent Link: 5 Online WordPress Theme Generators'>5 Online WordPress Theme Generators</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%2Fweb-tools%2Fcool-buttons-created-on-the-fly%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.siamcomm.com%2Fweb-tools%2Fcool-buttons-created-on-the-fly%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><a href="http://feeds.feedburner.com/WebServicesAndTools" title="Subscribe to Web Services and Tools Feed" target="_blank"><img src="http://www.siamcomm.com/images/Click_me_2.png" alt="Click Me button" align="left" border="0" height="68" hspace="5" vspace="20" width="196" /></a>I can&#8217;t tell you how many times I have been <strong>designing a web site</strong> and come to a point where I say to myself, &#8220;I wish I had a really <strong>cool looking button</strong> for this section.&#8221;</p>
<p>So I start up Adobe Photoshop, of which my skills are somewhat lacking, and I attempt to create a <strong>stunning button</strong>. Hours later, I have a so-so graphic that looks like something a 3 year old drew with a crayon. Not my desired result and a major waste of time.</p>
<p>So I was very pleased to run across <a href="http://www.mycoolbutton.com/" title="Cool Web 2.0 Buttons" target="_blank">this fantastic <strong>online tool</strong></a> for creating very <strong>cool looking buttons</strong>. It takes very little effort on my part, but looks like I know my stuff when it comes to creating graphics.</p>
<p>In four easy steps, you too can have a <strong>Web 2.0 button</strong> that looks as stunning as the one shown here.</p>
<p><strong>Step 1</strong> &#8211; Select the size of your button with the handy slider bar</p>
<p><strong>Step 2</strong> &#8211; Select a color for your button</p>
<p><strong>Step 3</strong> &#8211; Optionally use a predefined, or uploaded, icon in the button and size it</p>
<p><strong>Step 4</strong> &#8211; Select your Text, font style, size and color</p>
<p>Click &#8216;Apply&#8217; and there you have your newly created, stunning looking Web 2.0 button. Don&#8217;t like it? Then revisit any step and click &#8216;Apply&#8217; again. When you like what you see, just download it to your computer by clicking the &#8216;Download&#8217; button.</p>
<p>What could be easier? And better yet, what else can make me look like the web design professional I wish I was?</p>


<p>Related posts:<ol><li><a href='http://www.siamcomm.com/web-tools/6-online-web-2-0-button-generators/' rel='bookmark' title='Permanent Link: 6 Online Web 2.0 Button Generators'>6 Online Web 2.0 Button Generators</a></li>
<li><a href='http://www.siamcomm.com/web-tools/5-online-wordpress-theme-generators/' rel='bookmark' title='Permanent Link: 5 Online WordPress Theme Generators'>5 Online WordPress Theme Generators</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/web-tools/cool-buttons-created-on-the-fly/feed/</wfw:commentRss>
		<slash:comments>0</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 35/107 queries in 0.243 seconds using disk

Served from: www.siamcomm.com @ 2010-09-06 22:50:10 -->