Technical, Toolbox »

[12 Mar 2009 | 0 Comments]

When generating parts of the page dynamically using JavaScript it is handy to see the HTML code that your script is actually generating. IE8 comes with View Generated Source context menu but it is a bit wonky. I had very little luck using it - it would show up in the but not on the pages that I w... [More]

Toolbox »

[9 Mar 2009 | 0 Comments]

Many times when I needed to convert RGB color from Hex (like #3399CC) to Dec (like (51, 153, 204)) between HTML editor and image editor. I would normally pull up Calculator.exe which I keep in Scientific mode so I could convert each of the Red, Green and Blue components of the color manually...... [More]

Featured, Technical »

[29 Sep 2008 | 0 Comments]

While looking for line-wrapping solution for syntax highlighted code blocks on the new vbCity community web site and had (once again) to search for the right <pre> tag CSS attributes that'd wrap code in all browsers. So, I ran at this great post that summarizes it all nicely and in on... [More]