-
Reducing Download Speed in Firefox (Throttling)
Conveniently, Firefox Throttle meets my needs exactly and allows exclusions for specific websites or specific IP Addresses.
-
Determine if Skype is Installed
The easiest method of checking whether Skype is installed is actually to check for a Registry Key. We, of course, can’t check C:Program Files for a Skype Directory because the user could have installed elsewhere (or maybe if 64 bit the operating system did?) Skype’s API Document provides us with the following information: To check […]
-
Website Compatibility Testing (Chrome,IE,FireFox,Opera)
How do you test browsers? I don’t usually try for perfect pixel positioning in every browser, but if the client asks I won’t complain!
-
PHP On IIS & My Epic Battle (Failed to write session data)
Always make sure that you modify the session.save_path to somewhere meaningful and ensure the directory has the correct file permissions.