I had to fix a strange bug today in the iBegin Share widget. On one of our pages (the readme specifically) it was positioning wrong. The goal was to position it 5px below the bottom of the object it’s attached to. Easily enough I was able to Google and find the same 10 results that [...]
Archive for March, 2008
I found a couple bugs tonight on PasteThat, by the time I was done correcting them I had redesigned the site, updated the syntax highlighter (strangely enough, which now supports 1/3 the languages it used to), and added several new features.
I was searching the internet the other day for a solution to word-wrap preformatted text for pastethat.com. Low and behold, Google answers all, it just takes finding the right keywords. So, the solution:
white-space: pre-wrap; /* CSS-3 [...]
One of my first projects at the new company has been updating a script called iBox. Most people are familiar with the concept, that of lightbox, as well as how inefficient most of the scripts are. The goal of iBox is simple: provide a lightweight modal dialog box with additional support for document types to [...]
