TutorialsRecent Tweets
- Oh dear. We're going to see "The Situation" on dancing with the stars... - posted on 30/08/2010 20:53:12
- Green Apple Martini's are YUM! - posted on 29/06/2010 21:19:14
- It's 81 here and I feel a little chilly... - posted on 29/06/2010 18:02:18
- @elliothaughin Awesome work! Excited to see the completed project. Is this on CI? - posted on 28/06/2010 22:47:31
- Yay! Finally got smtp working on my server! - posted on 28/06/2010 22:43:53
Recent Poll
Loading ...Stalker’s Corner
- 3 Users Online
-
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
Posted in Linux Tutorials
1 Comment
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
Posted in Tutorials, jQuery Plugins, jQuery Tutorials
5 Comments
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
Posted in PHP Tutorials, Tutorials
1 Comment
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
Posted in Linux Tutorials, Tutorials
Leave a comment
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
Posted in Tutorials, jQuery Tutorials
Leave a comment
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
Posted in Tutorials, XHTML & CSS Tutorials
Leave a comment
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
Posted in MySql Tutorials, PHP Tutorials, Tutorials
2 Comments