Replace WordPress Search With Google Search Box

This tutorial will show you how to replace the default search built into Wordpress with a Google Search box through Google Adsense. Adding the Google Search box will help you make money from your website by showing advertisements in the search results. You are paid if a users clicks on an advertisement. The downside to Google Search is that when a user clicks an advertisement they will leave your site.

How To Redirect Affiliate Links

This tutorial will show you how to redirect your affiliate links using a PHP script and a simple edit to your .htaccess file. For some reason users seem to trust links more if the reside on your own server. Using a “link cloaking” technique is an easy way to increase revenue from affiliate offers.

How To Disable A Button With Jquery

Disabling a button with jQuery can be a useful feature when building interactive web applications. In this article, I’ll guide you through the process of disabling a button using jQuery, and share some personal insights along the way. Understanding the Need Before we dive into the code, let’s understand why we might want to disable … Read more