{ |one, step, back| } http://onestepback.org/index.cgi Jim Weirich's Blog en-us { |one, step, back| } http://onestepback.org http://onestepback.org/images/jwface.gif My Mac Can't Count http://onestepback.org/index.cgi/Tech/Mac/MyMacCantCount.red <blockquote><em>This one mystifies me.</em></blockquote> <h2>The Raw <span class="caps">HTML</span></h2> <p>This is on my MacBook Pro. How in the world to you go from this <span class="caps">HTML</span>:</p> <p><img src="http://onestepback.org/images/huh/2007-08-19_0727.png" alt="" /></p> <h2>As Rendered in the Browser</h2> <p>To this in the browser?</p> <p><img src="http://onestepback.org/images/huh/2007-08-19_0731.png" alt="" /></p> <p>Look carefully at the sequence of digits for the default font.</p> <p>This happens in both safari and firefox. Javascript is disabled. Disabling <span class="caps">CSS</span> will cause all 7s to look like 9s (because everything is then in the defaualt font).</p> <h2>Huh?</h2> <p>Any clues on how to fix this would be welcome.</p> <h2>Update</h2> <p>Several people have reported they can&#8217;t reproduce it. Here is additional information:</p> <p>Mac <span class="caps">OS 10</span>.4.10<br/> Firefox 2.0.0.6<br/> Safari 3.0.3<br/></p> <p>Also, copying and pasting what looks to be &#8220;0123456979&#8221; into a text editor will give &#8220;0123456789&#8221;. Perhaps a font is corrupted so the &#8220;7&#8221; is displaying as a &#8220;9&#8221; glyph?</p> <h2>Update 2&#8212;Problem Fixed</h2> <p>John Guenin suggests: Try resetting your font caches: http://www.jamapi.com/pr/fn</p> <p>Thanks John. I downloaded FontNuke from the link provided and although the program itself was a bit flaky, I finally got a clean run from it and after rebooting the problem has been fixed. So the verdict is that it was probably a bad font cache that was displaying the &#8220;7&#8221; glyph incorrectly.</p> <p>Whew.</p> <p>Thanks to everyone who made suggestions.</p> Trouble with MacPorts http://onestepback.org/index.cgi/Tech/Mac/MacPortsTrouble.red <p style="padding-left:3em;"><em>This happened to me just this past week.</em></p> <h2>Trouble Installing Packages with MacPorts?</h2> <p>If you are having problem installing packages with the macports <tt>port</tt> command, double check that you have the latest version of Xcode installed (version 2.4.1 at this point in time). A number of packages install with much less hassle when you are up to date.</p> <p>Just speaking from experience.</p>