Disable Directory Browsing with HostGator

option-indexes

How would you feel if someone could view the contents of all your directories which do not contain an index.html, index.php, or other index file? Personally, I feel like my privacy has been invaded. Time to shed some light. How’s your setup? Let’s test. From your browser’s address bar, navigate to a directory that you [...]

I’m with GoDaddy, BlueHost, HostGator!

In roughly six months time, I’ve managed to switch my web hosting from GoDaddy to BlueHost and have ultimately ended up with HostGator. Here are some thoughts concerning my journey. I hosted my websites with GoDaddy for several years before making my first hosting switch last September. At the time, I was satisfied with GoDaddy’s [...]

Time Flies: Track When You Last Did Something

Time Flies iPhone App

Time Flies is a iPhone app used to keep track of how long it has been since you did something. Use it to keep track of the things you need to remember, the things you do too often, and all those things that you just don’t do often enough. I just installed this app and [...]

Ternary Operators Anyone?

While reading through the WordPress Coding Standards, I read some good advice to follow when using ternary operators. To keep things from getting confusing when using ternary operators, always have the statements test for true instead of false. // (if statement is true) ? (do this) : (if false, do this); $basketballteam = ( ‘lakers’ [...]