October 2008
6 posts
Simple Workarounds to MSIE CSS Bugs
… or grist for the Web Developers’ Class Action Suit against Microsoft to recover countless hours of our lives that we have lost to their ongoing dysfunctional “support” of web standards. Float bug: if you have a floated element with a margin in the same direction as the float, it needs to have display: inline. <div style="float: left; margin-left: 1em; display:...
Oct 28th
Oct 19th
Oct 18th
Generating PHP include graphs from inclued on...
Using inclued 0.3 under Ubuntu 8.04 « Care2x Development Blog got me most of the way there, so in short: pecl install inclued-0.1.0 (or download and compile latest inclued from source) apt-get install graphviz gsfonts the gengraph.php mentioned in the article is at /usr/lib/php/gengraph.php My include graph isn’t as clean as CodeIgniter’s, but it’s not overly complex...
Oct 18th
You Should Not Be Using IE6 to View This Site
Internet Explorer 6 uses an old layout model and non-standard names for things. It is different in important ways from newer browsers, and it costs us time and energy to modify our site’s code so that we can support it. Please upgrade your browser, or switch to a different one like Firefox. If you use IE6 because it is required by internal websites at your company, then you should not be...
Oct 16th
“Observing these tests was more than a bit frustrating for the Yahoo! OpenID...”
– Yahoo! Releases OpenID Research
Oct 15th