jQuery Bubble Popup Implementation

I needed to implement some tooltip functionality, so I resorted to looking for a jQuery snippet that I could use. I came across this nifty plugin called jQuery Bubble Popup. …

Defining Arrays as Constants in PHP

Today I was re-factoring code on one of my online games websites. I try to make my sites as modular as possible, using a lot of constants that are extracted into …

Directory Structure in Linux

A computer system organizes all of its files in what is called a directory structure. The directory structure itself resides on what is called a partition – a low-level structure …