Category: "LAMP"

Accelerate - Focus on the end product, not the components
Mar 14th
There is so much awesome open source code available, and some of it is very powerful. To build a powerful, cost-effective solution, the best approach is to use open source code to provide the bulk of the functionality, and then extend or integrate the r… more »

Cleaning after a hack
Mar 1st
Here are some tips for cleaning up after your site/server has been hacked.
Look at the files that don't belong - find a common pattern. Most have one.
Use grep -rl pattern * to find all the affected files. If you pipe the output to a file, you ca… more »

My Favorite Web Stuff
Feb 19th
Template engine - Smarty (http://smarty.php.net)
Scripting language - PHP (http://php.net)
AJAX toolkit - dojo (http://dojotoolkit.org)
ACL library - phpGACL (http://phpgacl.sourceforge.net/)
Windows AMP server - XAMPP (http://www.apachefrien… more »

LAMP Engineer
Jan 30th
LAMP = Linux/Apache/MySQL/PHP(or Perl,Python)
A good LAMP engineer can use the whole stack to build graceful, cost-effective solutions. It is the synergy of the stack, with a good knowledge of each layer, that makes this skill set valuable.
Exampl… more »