Category Archives: Tutorials
Mac OSX Style Navigation Task Bar for Ubuntu Using Avant Window Navigator
Ok, I got fed up with the standard gnome task bar and decided to give the Mac OSX style task bar a try. Linux can handle a ton of running processes and applications (I mean a SH!T load) . So … Read More
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
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
Recursive Functions in PHP to Manage Single MySql Hierarchy Table
The recursive function is a necessary tool when it comes to creating very deep levels of categories and pages. These functions in fact are one of the best solutions in order to manage deep levels of relationships that are also … Read More