Posted by Dave on 11/08/2009
I was going through some old documents of mine from back when I worked for Baan Support. I found a nice little guide that (I’m pretty sure I wrote) that may or may not still be available via support channels. I got to thinking about it, and decided that instead of linking an old doc [...]
Posted by Dave on 11/01/2009
The bulk of my little utilities are now back online under my Software page on this site. Follow the link or use the navbar to access my software section.
Posted by Dave on 11/01/2009
A lot of the things I want want to post here are too wide for my theme. to accommodate I’ll use scroll-bars. It took a little googling to find out how to do it. < pre style=”overflow-x:auto; overflow-y:hidden” >
Posted by Dave on 11/01/2009
After messing around with various <code> and <pre> tags in wordpress I finally just took at look at the source and found the CSSs it was calling and added this to one of them: pre { font-size: small; border:1px solid #ccc; } Gives it that nice box around the code and keeps everything monospaced.