The Internals of Passing Variables by Reference and Value

Tobby :

The concept of passing variables by reference or value isn't new to seasoned PHP developers; but often, newer developers aren't as familiar with this concept. Simply put: "by reference" means that you are passing the pointer (memory address) of a variable, while "by value" means you are copying the contents of a variable.

Posted 12/12/2011 - 09:41

Taxonomy Terms in Code

Kevin:

How to install taxonomy terms from code.

Posted 10/28/2011 - 08:59 // 1 comment

Expanding indexed content with Search API Data Alterations

Chris:

Learn about how search api makes it easy for developers to write modules to expand the data available for indexing.

Posted 09/21/2011 - 10:39

Getting Quicksilver and Subversion to work on OS X

Frank:

Out of the box, Quicksilver, a wonderful app launcher and more for Mac, and Subversion, a top open source version control system do not have a happy marriage. However, a one easy step can have you humming right along with a great integration of these two incredible tools.

Posted 07/21/2009 - 14:38

My new Ubuntu desktop

Eric :

I’m lucky enough to work at a company that allows working from home, but recently my home pc died suddenly.The motherboard was dead. So being no stranger to having PC's fail, I decided that now was a great time to rebuild my computer, and this time, make the leap to Ubuntu as my home workstation.

Posted 11/07/2008 - 09:14 // 2 comments

Troubles with Drupal, File Uploads, and XAMPP

Frank:

Ever tear your hair out for hours trying to track down why something is not working, only to find out that it is the simplest thing? Well, after losing a large chunk of my life that is never to return, I am happy to say that it is solved.

Posted 08/14/2008 - 05:22 // 7 comments