your query returned 2 results
PHP
This is the primary programming language of Sieben Design. It is free, flexible and it allows us to make create software applications! PHP is a recursive acronym that stands for Hypertext Pre-Processor. Appropriately named since the code is executed on the server side (as opposed to the client side). The PHP programming language was originally developed by Rasmus Lerdorf.
PEAR (PHP Extension and Application Repository)
PEAR is a way to code in PHP, there are PEAR guidelines and suggestions for coding so that your PHP code matches the repository framework. Once installed, PEAR is a distribution system for code that has been created and accepted into the repository (providing reusable PHP components).
DEVELOPER LINKS
Rails Lighttpd setup on Debian-3.1
A quickie command line setup tutoriial that blows away Apache using only Lighttpd to save on precious resources while getting a faster Rails server at the same time. I have not not tried this one yet but it looks like fun!
No Right-Click
The easiest way to block a majority of people from viewing your source code or stealing your photos. It introduces you to a little code snippet that can be placed into the body tag of any web page to disable the right click menu in most all browsers (but not Opera).This tutorial is so great, it even teaches you how to over-ride this option!
From Linux to Mac OS X
I have recently re-discovered the appeal of a Mac. Coming from a Linux environment, it is a smooth transition. Mac is nice and slick, but there may be a few things that one might miss about Linux. This site offered some really neat ways to make a Mac OS more like Linux.