Category Archives: Internet

Denying Directory Listing With htaccess

Just type: Options -Indexes That’s it!

Convert Pixels to Points to Ems

I was looking for a way to convert pixels to ems for a website project I was working on, and came across this conversion table which, I’m sure, will be a useful reference to you if you ever need to convert pixels to points or ems (or percentage). In case you don’t know, using pixel [...]