<?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/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss/" ><channel><title>Chris Pirillo &#187; cleartype</title> <atom:link href="http://chris.pirillo.com/tag/cleartype/feed/" rel="self" type="application/rss+xml" /><link>http://chris.pirillo.com</link> <description>News and Reviews! Geek, Internet Entrepreneur, Hardware Addict, Software Junkie, Book Author, Once TV Show Host, Technology Enthusiast, Shameless Self-Promoter, Tech Conference Coordinator, Early Adopter, Idea Evangelist, Tech Support Blogger, Bootstrapper, Media Personality, Technology Consultant, Thicker Quicker Picker Upper.</description> <lastBuildDate>Sat, 20 Mar 2010 21:38:39 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.8.5</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <copyright>&#xA9; </copyright> <managingEditor>chris@pirillo.com ()</managingEditor> <webMaster>chris@pirillo.com()</webMaster> <category></category> <itunes:keywords></itunes:keywords> <itunes:subtitle></itunes:subtitle> <itunes:summary>Geek, Internet Entrepreneur, Hardware Addict, Software Junkie, Book Author, Once TV Show Host, Technology Enthusiast, Shameless Self-Promoter, Tech Conference Coordinator, Early Adopter, Idea Evangelist, Tech Support Blogger, Bootstrapper, Media Personality, Technology Consultant, Thicker Quicker Picker Upper.</itunes:summary> <itunes:author></itunes:author> <itunes:category text="Society &amp; Culture"/> <itunes:owner> <itunes:name></itunes:name> <itunes:email>chris@pirillo.com</itunes:email> </itunes:owner> <itunes:block>No</itunes:block> <itunes:explicit>no</itunes:explicit> <itunes:image href="http://chris.pirillo.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" /> <image> <url>http://chris.pirillo.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url><title>Chris Pirillo</title><link>http://chris.pirillo.com</link> <width>144</width> <height>144</height> </image> <item><title>Fix Windows Vista&#8217;s Fonts!</title><link>http://chris.pirillo.com/fix-windows-vistas-fonts/</link> <comments>http://chris.pirillo.com/fix-windows-vistas-fonts/#comments</comments> <pubDate>Tue, 26 Sep 2006 08:45:23 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Microsoft]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[cleartype]]></category> <category><![CDATA[font]]></category> <category><![CDATA[font-face]]></category> <category><![CDATA[font-family]]></category> <category><![CDATA[font-smoothing]]></category> <category><![CDATA[opentype]]></category> <category><![CDATA[raster]]></category> <category><![CDATA[registry-hack]]></category> <category><![CDATA[system-registry]]></category> <category><![CDATA[truetype]]></category> <category><![CDATA[tweak]]></category> <category><![CDATA[vector]]></category> <category><![CDATA[vista]]></category> <category><![CDATA[windows]]></category> <category><![CDATA[windows-vista]]></category><guid isPermaLink="false">http://chris.pirillo.com/2006/09/26/fix-windows-vistas-fonts/</guid> <description><![CDATA[<p><a href="http://chris.pirillo.com/fix-windows-vistas-fonts/">Fix Windows Vista&#8217;s Fonts!</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p><p>I&#8217;ve been labeled a nitipicker for seeing skipped details that few others seem to see on the surface of an application&#8217;s user interface. Guilty as charged! Download <a href="http://chris.pirillo.com/download/VistaFontFix.zip">this simple registry patch</a>, but please read this entire post before applying it?</p><p>I&#8217;m not happy that Microsoft has added yet another shell font to the mix with Windows Vista: Segoe UI. On its own, Segoe UI is an awesome font &#8211; but when it&#8217;s slapped up against Tahoma, MS Sans Serif, Microsoft Sans Serif, and/or Arial &#8211; it&#8217;s no longer a clean user experience. In fact, Vista is downright messy when it comes to shell fonts &#8211; with some aliased faces reaching back to the days of Windows 3.11!</p><p>These blatant font oversights were shoved onto the backburner for the sake of (a) 100% backwards compatibility and (b) time. However, that didn&#8217;t stop me from diving into REGEDIT and setting things straight. The good news? I believe I&#8217;ve figured out how to make everything inside of Windows Vista stick to Segoe UI. It&#8217;s a subtle, yet radical, transformation.</p><p>There are benefits and drawbacks that come with my font tweaks. The biggest benefit is that most (if not all) of your application fonts will finally be in the same font family. The drawbacks happen to be a matter of perspective.</p><p>Text in size-restricted config dialogs may appear tight or truncated, but you will never see Arial, Times New Roman, Microsoft Sans Serif, MS Serif, MS Sans Serif, or Tahoma font faces ever again. I can&#8217;t imagine this being a tremendous problem for most people &#8211; myself included.</p><p>I&#8217;ve killed most of the aliased fonts that will ship in Windows Vista &#8211; there&#8217;s virtually no other (or easier) way to do it other than through this registry patch. Software installers finally conform to a single Segoe UI typeset, Google Earth finally looks clean, and .NET apps finally don&#8217;t look any different than other apps on the system &#8211; and Web sites that call on Arial (like <a href="http://Google.com" title="http://Google.com" target="_blank">Google.com</a>) look amazing after this tweak, too. I posted a few <a href="http://chris.pirillo.com/photos/tags/fontface/">before and after screen shots</a> to Flickr.</p><p>If you bother to look at the .REG file I&#8217;ve compiled, you&#8217;ll see that the tweaks are relatively straighforward. I&#8217;m essentially redirecting font rendering from fonts I don&#8217;t want (Arial, Tahoma, MS Sans Serif, etc.) to a font that I do want (Segoe UI). The essential key is in HKEY_LOCAL_MACHINE  SOFTWARE  Microsoft  Windows NT  CurrentVersion  FontSubstitutes.</p><p>I&#8217;m releasing this tweak in the hope that others will help me refine it. You should set a System Restore point if you&#8217;re feeling gunshy. I&#8217;ve applied them safely to my own system, and have bug squished and cross-checked compatibility with both <a href="http://www.longhornblogs.com/" title="LonghornBlogs.com - The Source for Windows Vista News and Experiences">Robert McLaws</a> and <a href="http://www.mstechtoday.com/" title="MSTechToday">Brandon LeBlanc</a>. They were both quite helpful and suffered through countless reboots with me. If you find any other tweaks that should be added to the .REG file, let me know and I&#8217;ll incorporate them ASAP.</p><p>For further optimization, you might also set your icon font to 8pt (it&#8217;s 9pt by default). Right-click the desktop, choose Personalize, click the first &#8220;Windows Color and Appearance&#8221; option, click the &#8220;Open classic appearance properties for more color options&#8221; link near the bottom, then click the Advanced button on the &#8220;Appearance Settings&#8221; dialog, select the &#8220;Icon&#8221; item, then flip the Size field to &#8220;8.&#8221; Windows Vista: transparently convoluted!</p><p>While my font patch is harmless, I&#8217;m not responsible for anything that might happen to your system (or life) if you decide to apply it. I&#8217;m sure incompatibilities will spring up, but that&#8217;s when I&#8217;ll really need your troubleshooting assistance.</p><p>I&#8217;ll certainly be sharing this information with a few key Microsofties, though I do not expect them to officially incorporate my patch into future builds of Windows. If you don&#8217;t even care about the fonts on your screen, then why did you bother to read this far &#8211; and what have you got to lose by applying my patch? I simply couldn&#8217;t recommend running Windows Vista without it.</p><p>Moreover, to all the people who slapped me around for complaining about Vista&#8217;s font mayhem: at least I did something about it instead of rolling over and pretending we were past the point of no return. Feh. If only I could fix other visual hiccups &#8211; like Vista&#8217;s Task Manager, which has 16-color icons and doesn&#8217;t ToolTip truncated fields. Maybe <a href="http://channels.lockergnome.com/windows/archives/20060925_speedupmypc3.phtml" title="SpeedUpMyPC3 (Download)">SpeedUpMyPC</a> will fix it eventually?<ul class="related_post"><li><a href="http://chris.pirillo.com/windows-vista-stories/" title="Windows Vista Stories">Windows Vista Stories</a></li><li><a href="http://chris.pirillo.com/microsoft-give-me-a-million-dollars-to-market-windows-vista-for-you/" title="Microsoft: Give me a Million Dollars to market Windows Vista for you">Microsoft: Give me a Million Dollars to market Windows Vista for you</a></li><li><a href="http://chris.pirillo.com/windows-vista-and-outlook-2007-thoughts/" title="Windows Vista and Outlook 2007 Thoughts">Windows Vista and Outlook 2007 Thoughts</a></li><li><a href="http://chris.pirillo.com/microsoft-windows-vista-vs-apple-os-x/" title="Microsoft Windows Vista vs. Apple OS X">Microsoft Windows Vista vs. Apple OS X</a></li><li><a href="http://chris.pirillo.com/the-truth-about-windows-vista/" title="The Truth About Windows Vista">The Truth About Windows Vista</a></li><li><a href="http://chris.pirillo.com/the-windows-vista-challenge/" title="The Windows Vista Challenge">The Windows Vista Challenge</a></li><li><a href="http://chris.pirillo.com/leopard-vs-windows-vista/" title="Leopard vs. Windows Vista">Leopard vs. Windows Vista</a></li><li><a href="http://chris.pirillo.com/robert-and-robert-duh/" title="Robert and Robert: Duh!">Robert and Robert: Duh!</a></li><li><a href="http://chris.pirillo.com/windows-vista-lipstick-on-a-pig/" title="Windows Vista: Lipstick on a Pig">Windows Vista: Lipstick on a Pig</a></li><li><a href="http://chris.pirillo.com/microsoft-history-2/" title="Microsoft History">Microsoft History</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/fix-windows-vistas-fonts/">Fix Windows Vista&#8217;s Fonts!</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p><p>I&#8217;ve been labeled a nitipicker for seeing skipped details that few others seem to see on the surface of an application&#8217;s user interface. Guilty as charged! Download <a href="http://chris.pirillo.com/download/VistaFontFix.zip">this simple registry patch</a>, but please read this entire post before applying it?</p><p>I&#8217;m not happy that Microsoft has added yet another shell font to the mix with Windows Vista: Segoe UI. On its own, Segoe UI is an awesome font &#8211; but when it&#8217;s slapped up against Tahoma, MS Sans Serif, Microsoft Sans Serif, and/or Arial &#8211; it&#8217;s no longer a clean user experience. In fact, Vista is downright messy when it comes to shell fonts &#8211; with some aliased faces reaching back to the days of Windows 3.11!</p><p>These blatant font oversights were shoved onto the backburner for the sake of (a) 100% backwards compatibility and (b) time. However, that didn&#8217;t stop me from diving into REGEDIT and setting things straight. The good news? I believe I&#8217;ve figured out how to make everything inside of Windows Vista stick to Segoe UI. It&#8217;s a subtle, yet radical, transformation.</p><p>There are benefits and drawbacks that come with my font tweaks. The biggest benefit is that most (if not all) of your application fonts will finally be in the same font family. The drawbacks happen to be a matter of perspective.</p><p>Text in size-restricted config dialogs may appear tight or truncated, but you will never see Arial, Times New Roman, Microsoft Sans Serif, MS Serif, MS Sans Serif, or Tahoma font faces ever again. I can&#8217;t imagine this being a tremendous problem for most people &#8211; myself included.</p><p>I&#8217;ve killed most of the aliased fonts that will ship in Windows Vista &#8211; there&#8217;s virtually no other (or easier) way to do it other than through this registry patch. Software installers finally conform to a single Segoe UI typeset, Google Earth finally looks clean, and .NET apps finally don&#8217;t look any different than other apps on the system &#8211; and Web sites that call on Arial (like <a href="http://Google.com" title="http://Google.com" target="_blank">Google.com</a>) look amazing after this tweak, too. I posted a few <a href="http://chris.pirillo.com/photos/tags/fontface/">before and after screen shots</a> to Flickr.</p><p>If you bother to look at the .REG file I&#8217;ve compiled, you&#8217;ll see that the tweaks are relatively straighforward. I&#8217;m essentially redirecting font rendering from fonts I don&#8217;t want (Arial, Tahoma, MS Sans Serif, etc.) to a font that I do want (Segoe UI). The essential key is in HKEY_LOCAL_MACHINE  SOFTWARE  Microsoft  Windows NT  CurrentVersion  FontSubstitutes.</p><p>I&#8217;m releasing this tweak in the hope that others will help me refine it. You should set a System Restore point if you&#8217;re feeling gunshy. I&#8217;ve applied them safely to my own system, and have bug squished and cross-checked compatibility with both <a href="http://www.longhornblogs.com/" title="LonghornBlogs.com - The Source for Windows Vista News and Experiences">Robert McLaws</a> and <a href="http://www.mstechtoday.com/" title="MSTechToday">Brandon LeBlanc</a>. They were both quite helpful and suffered through countless reboots with me. If you find any other tweaks that should be added to the .REG file, let me know and I&#8217;ll incorporate them ASAP.</p><p>For further optimization, you might also set your icon font to 8pt (it&#8217;s 9pt by default). Right-click the desktop, choose Personalize, click the first &#8220;Windows Color and Appearance&#8221; option, click the &#8220;Open classic appearance properties for more color options&#8221; link near the bottom, then click the Advanced button on the &#8220;Appearance Settings&#8221; dialog, select the &#8220;Icon&#8221; item, then flip the Size field to &#8220;8.&#8221; Windows Vista: transparently convoluted!</p><p>While my font patch is harmless, I&#8217;m not responsible for anything that might happen to your system (or life) if you decide to apply it. I&#8217;m sure incompatibilities will spring up, but that&#8217;s when I&#8217;ll really need your troubleshooting assistance.</p><p>I&#8217;ll certainly be sharing this information with a few key Microsofties, though I do not expect them to officially incorporate my patch into future builds of Windows. If you don&#8217;t even care about the fonts on your screen, then why did you bother to read this far &#8211; and what have you got to lose by applying my patch? I simply couldn&#8217;t recommend running Windows Vista without it.</p><p>Moreover, to all the people who slapped me around for complaining about Vista&#8217;s font mayhem: at least I did something about it instead of rolling over and pretending we were past the point of no return. Feh. If only I could fix other visual hiccups &#8211; like Vista&#8217;s Task Manager, which has 16-color icons and doesn&#8217;t ToolTip truncated fields. Maybe <a href="http://channels.lockergnome.com/windows/archives/20060925_speedupmypc3.phtml" title="SpeedUpMyPC3 (Download)">SpeedUpMyPC</a> will fix it eventually?<ul class="related_post"><li><a href="http://chris.pirillo.com/windows-vista-stories/" title="Windows Vista Stories">Windows Vista Stories</a></li><li><a href="http://chris.pirillo.com/microsoft-give-me-a-million-dollars-to-market-windows-vista-for-you/" title="Microsoft: Give me a Million Dollars to market Windows Vista for you">Microsoft: Give me a Million Dollars to market Windows Vista for you</a></li><li><a href="http://chris.pirillo.com/windows-vista-and-outlook-2007-thoughts/" title="Windows Vista and Outlook 2007 Thoughts">Windows Vista and Outlook 2007 Thoughts</a></li><li><a href="http://chris.pirillo.com/microsoft-windows-vista-vs-apple-os-x/" title="Microsoft Windows Vista vs. Apple OS X">Microsoft Windows Vista vs. Apple OS X</a></li><li><a href="http://chris.pirillo.com/the-truth-about-windows-vista/" title="The Truth About Windows Vista">The Truth About Windows Vista</a></li><li><a href="http://chris.pirillo.com/the-windows-vista-challenge/" title="The Windows Vista Challenge">The Windows Vista Challenge</a></li><li><a href="http://chris.pirillo.com/leopard-vs-windows-vista/" title="Leopard vs. Windows Vista">Leopard vs. Windows Vista</a></li><li><a href="http://chris.pirillo.com/robert-and-robert-duh/" title="Robert and Robert: Duh!">Robert and Robert: Duh!</a></li><li><a href="http://chris.pirillo.com/windows-vista-lipstick-on-a-pig/" title="Windows Vista: Lipstick on a Pig">Windows Vista: Lipstick on a Pig</a></li><li><a href="http://chris.pirillo.com/microsoft-history-2/" title="Microsoft History">Microsoft History</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/fix-windows-vistas-fonts/feed/</wfw:commentRss> <slash:comments>115</slash:comments> </item> <item><title>How to Handle Remote Tech Support</title> <description> &lt;em&gt;Using &lt;a href=&quot;http://www.gotoassist.com/chris&quot;&gt;GoToAssist&lt;/a&gt; is the easiest way to view and control another person's computer online. Use it to provide instant technical support to family, friends and customers. Start a session with just one click, and instantly connect with the other party. &lt;/em&gt; </description> <author>chris@lockergnome.com (Chris Pirillo)</author> <category>Partner</category> <pubDate>Mon, 13 Jul 2009 06:30:00 GMT</pubDate><link>http://gotoassist.com/chris/</link> <guid>http://gotoassist.com/chris/</guid> </item><item><title>Network Tools for Windows</title> <description>You need these network tools, no matter which operating systems and networks you have to support. &lt;a href=&quot;http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome&quot;&gt;SolarWinds ipMonitor&lt;/a&gt;: Affordable Network Monitoring for SMBs. Get turnkey network, server and application availability monitoring with SolarWinds ipMonitor v9.0. This easy-to-use, reliable solution for SMBs delivers out-of-the-box availability monitoring so you always know exactly what's up with Active Directory, DNS, Exchange, FTP, Web, IMAP, MS SQL Server, and SMTP. &lt;a href=&quot;http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome&quot;&gt;Download your free trial today&lt;/a&gt;. Or, try their &lt;a href=&quot;http://www.solarwinds.com/products/freetools/&quot;&gt;totally free tools&lt;/a&gt;! And, through 2/29, save 20% when you purchase &lt;a href=&quot;http://store.solarwinds.com/s.nl/sc.16/.f&quot;&gt;ipMonitor 9.0&lt;/a&gt;. </description> <author>chris@lockergnome.com (Chris Pirillo)</author> <category>Partner</category> <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate><link>http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome</link> <guid>http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome</guid> </item> <item><title>Get Your Own Web Site</title> <description>Starting at just $3.99/month, web hosting from &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=cp2&quot;&gt;GoDaddy&lt;/a&gt; includes 99.9% uptime, 24/7 support and free access to GoDaddy Hosting Connection, THE place to install over 30 FREE applications sure to help you get the most from your hosting plan and Web site. Enter &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=cp2&quot;&gt;code CP2&lt;/a&gt; at checkout, and save an additional 10% on any order. &lt;p&gt;Plus, as a friend of Chris Pirillo, enter code &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=chris7&quot;&gt;CHRIS7&lt;/a&gt;, that's C-H-R-I-S and the number 7, when you check out, and save an additional 10% on any order. Get your piece of the internet at &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=chris7&quot;&gt;GoDaddy.com&lt;/a&gt;.&lt;/p&gt; </description> <author>chris@lockergnome.com (Chris Pirillo)</author> <category>Partner</category> <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate><link>http://www.godaddy.com/gdshop/default.asp?isc=cp1</link> <guid>http://www.godaddy.com/gdshop/default.asp?isc=cp1</guid> </item><item><title>VMware and Parallels for Virtual Machines</title> <description> It doesn't matter if you're running on Windows or Mac OS X - every power user needs either &lt;a href=&quot;http://send.onenetworkdirect.net/z/13766/rn_a32755/&quot;&gt;Parallels&lt;/a&gt; or &lt;a href=&quot;http://send.onenetworkdirect.net/z/17081/rn_a32755/&quot;&gt;VMware&lt;/a&gt; (or both). There's never been an easier way to test software without destroying your primary operating system's stability. Think of how many times you wish you could press a 'reverse' button on your computer. Plus, there's no easier way to try new Linux distributions - see what all the fuss is about. Run Windows in OS X, run Linux in Windows, but the best way to do either is with &lt;a href=&quot;http://send.onenetworkdirect.net/z/17081/rn_a32755/&quot;&gt;VMware&lt;/a&gt; and/or &lt;a href=&quot;http://send.onenetworkdirect.net/z/13766/rn_a32755/&quot;&gt;Parallels&lt;/a&gt;. </description> <author>chris@lockergnome.com (Chris Pirillo)</author> <category>Partner</category> <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate><link>http://chris.pirillo.com/2008/02/19/parallels-or-vmware/</link> <guid>http://chris.pirillo.com/2008/02/19/parallels-or-vmware/</guid> </item><item><title>Coupons for Online Shopping</title> <description>&lt;p style=&quot;color: red&quot;&gt;This feed is fueled by Lockergnome &lt;a href=&quot;http://www.lockergnome.com/buy/&quot;&gt;Online Shopping and Coupon Codes&lt;/a&gt;&lt;/p&gt; &lt;p&gt; Before you shop next time, see if we have &lt;a href=&quot;http://coupons.lockergnome.com/&quot;&gt;a coupon&lt;/a&gt; first. &lt;/p&gt; </description> <author>chris@lockergnome.com (Chris Pirillo)</author> <category>Partner</category> <pubDate>Sat, 12 Jul 2008 07:56:13 GMT</pubDate><link>http://coupons.lockergnome.com/</link> <guid>http://coupons.lockergnome.com/</guid> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached (user agent is rejected)
Database Caching 44/49 queries in 0.024 seconds using memcached
Content Delivery Network via maxcdn.chris.pirillo.com (user agent is rejected)

Served from: 192.168.20.61 @ 2010-03-21 07:31:58 -->