<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>High DPI in IE: Tip &amp; Mystery Solved</title><link>http://blogs.msdn.com/tonyschr/archive/2004/05/05/126305.aspx</link><description>On his blog (and in a comment on my 120 DPI post ) Omar points out a super-secret registry tweak make IE do extra scaling in high DPI mode . IE already adjusts for well-written web pages, but if you're using high DPI and still feeling cramped on some</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: High DPI in IE: Tip &amp; Mystery Solved</title><link>http://blogs.msdn.com/tonyschr/archive/2004/05/05/126305.aspx#126348</link><pubDate>Wed, 05 May 2004 10:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:126348</guid><dc:creator>Mike Dimmick</dc:creator><description>In the spirit of Bookmarklets (e.g. &lt;a target="_new" href="http://www.squarefree.com/bookmarklets/"&gt;http://www.squarefree.com/bookmarklets/&lt;/a&gt;), you can also create a new shortcut with the URL set to:&lt;br&gt;&lt;br&gt;javascript:(function(){document.body.style.zoom=&amp;quot;200%&amp;quot;;}())&lt;br&gt;&lt;br&gt;Creating the anonymous function probably isn't necessary, but it seems to work.</description></item><item><title>re: High DPI in IE: Tip &amp; Mystery Solved</title><link>http://blogs.msdn.com/tonyschr/archive/2004/05/05/126305.aspx#126424</link><pubDate>Wed, 05 May 2004 13:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:126424</guid><dc:creator>Dejan Jelovic</dc:creator><description>Or you can just use Mozilla FireFox which has this functionality built in. A godsend for us with 150 DPI laptops.</description></item><item><title>re: High DPI in IE: Tip &amp; Mystery Solved</title><link>http://blogs.msdn.com/tonyschr/archive/2004/05/05/126305.aspx#126994</link><pubDate>Thu, 06 May 2004 06:49:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:126994</guid><dc:creator>Mike Dunn</dc:creator><description>I would do anything for a command/setting/whatever to have the View-&amp;gt;Text Size menu have an effect when the web page specifies its font size in pixels. I don't mind if the layout gets hosed, I would just like to be able to read the bloody text.</description></item><item><title>re: the wrongness of </title><link>http://blogs.msdn.com/tonyschr/archive/2004/05/05/126305.aspx#127533</link><pubDate>Fri, 07 May 2004 01:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:127533</guid><dc:creator>jeffdav's WebLog</dc:creator><description /></item><item><title>Extending the Internet Explorer context menu</title><link>http://blogs.msdn.com/tonyschr/archive/2004/05/05/126305.aspx#140285</link><pubDate>Mon, 24 May 2004 17:03:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:140285</guid><dc:creator>The Old New Thing</dc:creator><description>It's just script.</description></item><item><title>re: High DPI in IE: Tip &amp; Mystery Solved</title><link>http://blogs.msdn.com/tonyschr/archive/2004/05/05/126305.aspx#140301</link><pubDate>Mon, 24 May 2004 14:32:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:140301</guid><dc:creator>Centaur</dc:creator><description>Mike Dunn&lt;br&gt;&lt;br&gt;You just check that “Ignore font sizes” box in the Internet Options | Accessibility. The layout gets hosed, but you get to control the font size.&lt;br&gt;&lt;br&gt;Or, in Mozilla Firefox, you can set the minimum font size you agree with. Anything lower will be grown to your specified minimum. (Might be a good idea to steal that for IE?)</description></item><item><title>re: High DPI in IE: Tip &amp; Mystery Solved</title><link>http://blogs.msdn.com/tonyschr/archive/2004/05/05/126305.aspx#140382</link><pubDate>Mon, 24 May 2004 16:38:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:140382</guid><dc:creator>Marc Wallace</dc:creator><description>Mike: or just use client-side stylesheets.  I have a stylesheet that basically overrides everything with !important, forcing everything times-new-roman 14pt.  I started by attaching it to [font], but that doesn't deal with inline styles... better to apply it to every element.</description></item><item><title>re: High DPI in IE: Tip &amp; Mystery Solved</title><link>http://blogs.msdn.com/tonyschr/archive/2004/05/05/126305.aspx#179773</link><pubDate>Sun, 11 Jul 2004 04:13:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:179773</guid><dc:creator>follow instructions here</dc:creator><description>follow these and never have to worry about dpi in IE again...</description></item><item><title>re: High DPI in IE: Tip &amp; Mystery Solved</title><link>http://blogs.msdn.com/tonyschr/archive/2004/05/05/126305.aspx#196426</link><pubDate>Sun, 25 Jul 2004 21:12:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:196426</guid><dc:creator>Chris Hester</dc:creator><description>Fascinating stuff! You guys might be interested in this post I made on this topic, along with a potentially useful demo aimed at creating a usable zoom feature for IE:&lt;br&gt;&lt;br&gt;&lt;a target="_new" href="http://www.designdetector.com/archives/04/07/IECanZoomPagesLikeOpera.php"&gt;http://www.designdetector.com/archives/04/07/IECanZoomPagesLikeOpera.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Wish me luck.</description></item><item><title>re: High DPI in IE: Tip &amp; Mystery Solved</title><link>http://blogs.msdn.com/tonyschr/archive/2004/05/05/126305.aspx#200809</link><pubDate>Thu, 29 Jul 2004 16:38:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:200809</guid><dc:creator>Bruce Boughton</dc:creator><description>MIke: Why not prompt for the required zoom factor?&lt;br&gt;&lt;br&gt;e.g./ Bookmarlet:&lt;br&gt;javascript:(function(){factor = prompt(&amp;quot;Please choose a percentage zoom factor (100% is actual size):&amp;quot;,100);document.body.style.zoom=factor+&amp;quot;%&amp;quot;;}()) </description></item><item><title> Tony Schreiner s WebLog High DPI in IE Tip amp Mystery Solved | Paid Surveys</title><link>http://blogs.msdn.com/tonyschr/archive/2004/05/05/126305.aspx#9659768</link><pubDate>Sat, 30 May 2009 01:41:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9659768</guid><dc:creator> Tony Schreiner s WebLog High DPI in IE Tip amp Mystery Solved | Paid Surveys</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://paidsurveyshub.info/story.php?title=tony-schreiner-s-weblog-high-dpi-in-ie-tip-amp-mystery-solved"&gt;http://paidsurveyshub.info/story.php?title=tony-schreiner-s-weblog-high-dpi-in-ie-tip-amp-mystery-solved&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>