Month: August 2010

Get a Double Random Number | Quick Tip

This is useful since the Random() object can only export a double number between 0.0 and […]

CSS | Hide Overflow Vertical Scrollbar

When you set a div style like this: div#tbl-container { width: 600px; overflow: auto; scrollbar-base-color:#ffeaff } […]

Convert degrees to minutes for Google Maps in Excel

Normal Formula =”N” & INT(H2) & ” ” & ROUND(((H2 – INT(H2)) * 60), 6) Advanced […]

Mime Types

Was searching for the flash content mime type and found this list of all the mime […]