WP-Hashcash Now Working on Newer WordPress Versions!

2 Comments

Over the past two weeks, I was having a hard time with spam comments on Game Crunch, regardless of having Akismet or Stop Forum Spam enabled, a decent number of spam was still making it was through the cracks, I needed something to put an end to all/most of it as it was getting to be too much. I heard of an older plugin named WP-Hashcash, which looked promising as only real users with JavaScript on would be able to comment. However, I noticed and saw it mentioned on the WordPress forums, when installed on newer versions of WordPress (3.1 and Above), the plugin’s menu would not show up. More

Twitterrific iPhone Review

No Comments

Icon Factory’s Mobile Twitter client for iPhone and iPod Touch. This client boasts a smooth, polished and convenient Interface. The question is, with so many twitter clients on the market, how does this one stand? Does it truly make Twitter Terrific? Find out what we think now!
Keep Reading!

Flush DNS Cache in Mac OS X

No Comments

If you’re the person who’s constantly toying and tweaking with your website, you might sometimes need to flush your Mac’s DNS Cache to get things clean. Doing this on Mac OS X is pretty easy to do, all it takes is running one command from Terminal. So, to start, go to Applications, then go to the Utilities folder and open Terminal then copy and paste the proper command from below for your version of Mac OS X and hit enter. See the Commands!

Western Digital My Passport Essential SE Review

2 Comments

WD My Passport Essential SEThe WD My Passport Essential SE External Hard Drive is a portable, compact drive. The hard drive doesn’t use an AC Adapter to power itself and is conveniently small, allowing you to take it anywhere. It comes in two sizes, 750GB and 1TB and offers several colors to choose from. The hard drive performs well, looks neat and was created with the future in mind. One certainly can’t go wrong with this external hard drive! Read the Full Review!

Install Windows on Your Mac

No Comments

Want to run Windows on your MacBook side by side with Mac OS X? While other methods are easier, using this guide will allow you to install each Operating System on separate partitions, independent of each other. You can easily choose which OS you want to boot at start up and have it load up the default one automatically More

Securing Your WordPress Config File

No Comments

Your WordPress configuration file (wp-config.php) has very sensitive information. It contains your database information, including the password. This is why it is important to make sure you have this locked tight. If a malicious user gets a hold of your database password, they can delete your whole blog or even get your password(s). In this tutorial, I will show you how to add extra protection to your wp-config. More

Compressing Fraps Videos

No Comments

Trying to record game footage using Beepa Fraps to upload to YouTube? Your probably having the same problem most beginners will have; Fraps videos are too big to upload for you to upload to YouTube. This tutorial will show you how to compress them (make them smaller). More

Monetizing Your Web Site

No Comments

Every Web Master wants to be able to monetize their site. Here are some useful methods you can employ. Please note that not all methods will suit, depending on the website you have. Also, if you don’t have a good userbase, viewers or large amount of content, you shouldn’t bother with these but should focus on building a proper community. If you do, feel free to try them. More

Generate Random String in PHP

No Comments

Want to know how to generate random strings in PHP? This will help. Random strings can be used for anything; random, really. Random file names, random Usernames, random Passwords, random numbers. Anything you need randomly generated. If you’re looking for basic code to do that, you can find it below. More