Internet/Web Sites

Easily Integrate a GitHub Repository with Redmine using The GitHub Hook Plugin

Back in April, I explained how to use a GitHub repository with Redmine using Cron. If that seemed complicated, do not worry, there is now an easier way. I was recently asked for my opinion on a Redmine plugin called GitHub Hook.
How this plugin works is simple. After installing the plugin, just clone the GitHub [...]

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 [...]

How-To: .htaccess not working? Maybe Apache is Ignoring It!

I am a web developer. As a web developer, I require a web server to test my applications on. When .htaccess does not work, I am unable to test my applications. See the problem?
So, this problem has plagued me before awhile back, and it happened again today. At first I thought it was a problem [...]