Notes to self

Easy solutions to tricky problems
Jun 14
Permalink

Make MAMP Pro show directory on localhost

Problem: I kept getting “You don’t have permission to access / on this server.”

Solution: In MAMP Pro go to Hosts > Advanced  and check “Indexes”. Restart server.

Nov 19
Permalink

IE:hover problem solution

For some reason when you hover over a transparent background in IE, it considers the mouse to not be in the dom object (or in this case, the span) anymore, but instead in the element below it and calls the mouse out event.

Nov 17
Permalink
Sep 25
Permalink
Sep 21
Permalink
Always put in left: 0 and top: 0 when using positioning. It will save you from many IE-related headaches.

(Source: blank)

May 30
Permalink
Apr 30
Permalink
Apr 20
Permalink
So you need a typeface (via i.imgur.com)

So you need a typeface (via i.imgur.com)

Apr 17
Permalink
Apr 15
Permalink