How-to

Mouse Clicks on Flash Objects Not Working in 64-bit Linux? You Might Need to Disable Compiz

Ever since I installed Ubuntu on my computer, I have had issues with Flash objects. Half of the time, I was unable to click on certain parts of Flash objects, like the video controls in some YouTube videos, for example. For the longest time, I thought that the problem was due to the fact that [...]

Speed Up Your Site By Moving JavaScript Down

One day, I was looking for a way to speed up the page load times of my blog. I changed many things, but one of the most useful in WicketPixie’s case was moving links to JavaScript files down to the bottom of the page.
Let me first explain why moving links to scripts down to the [...]

Rewriting for RESTful URLs in Apache and Nginx

In my last post, I shared my issues with Apache ignoring the .htaccess file. The reason I was using .htaccess was to create RESTful URLs for my PHP app. I thought that now would be a good time to show how easy it is to do this.
First off, I’ll start by showing you how to [...]