VirtualBox and Internet Explorer

If you’re a web designer and on a Mac like me, then you’ve probably experienced the difficulties that go along with testing sites in Internet Explorer. There are those great resources out there like BrowserStack and Adobe Browser Labs (sadly discontinued), but what if you don’t want to pay $20 bucks a month just to test…

Read More

Add Spaces to your Dock Menu

Mac used to support spaces in the Dock menu on old OS versions, but for some reason that feature has been removed in the more recent renditions. When you have a lot of apps sitting in the Dock, like I do, it can be a little cumbersome when things get crowded. So that’s why I thought I’d…

Read More

Position: Absolute; (Centered)

It’s pretty easy to center a relatively positioned div: #div { position: relative; margin: 0 auto; } However, sometimes centering a div that has an absolute position can be a little tricky. Here’s a workaround that I’ve been using that seems to get the job done. Say you have a logo that you want to center in…

Read More