Monthly Archives: June 2010
jQuery Slide To Plugin
The slide to jQuery plugin makes it so your web pages slide to the anchor rather than the traditional “page jump” to a specific anchor. I wrote a very light weight plugin which is very easy to install and configure. … Read More
Back to Generating Income Online
It has been quite a few years since I was making some extra cash from displaying advertisements on my websites. My first few websites that had introduced me to making some solid cash online were msmods.com, iconscripts.com and plusfriends.net. These … Read More
Site Scrapping Does Not Work
I’ve been receiving a lot of ping backs from other sites out there and most of them are scrapper sites. I took a look at these websites and realized they have stolen over hundreds of pages and posts that other … Read More
Creating Tag Links from a Comma Delimited String
In this code snippet you will learn how to create tag links in PHP. Many websites or let’s say Web 2.0 sites use a lot of so called “tags” to create a relevant search based on keywords. I find the … Read More
Tethering Android Phone with Linux Ubuntu
I’ve recently purchased the HTC Evo Google Android phone from Sprint for my wife and I as wedding anniversary gifts. The plan rocks, it includes unlimited data, 1500 anytime landline minutes (since any mobile to mobile does not use up … Read More
How to Check All from a Single Checkbox in jQuery
Suppose you want to check all listed checkboxes from a single checkbox. This is great for those who have scripts running a batch function. There are many different ways to implement this “check all checkboxes” functionality. I’m going to use … Read More
Using Faux Columns
Faux columns is a technique used to create columns with 100% height. Since most website designers often mistake the “height: 100%;” CSS property as literaly as it seems, it simply will not work. Faux columns are used for this purpose. … Read More