If there’s one thing I want you to learn from the wide range of blog posts I’ve written, it’s that it’s the small things matter when you’re creating your websites. Whether it’s a one-page showcase, a business website, or an enterprise web application, there are always small details you can add that will really help …
Daily Archives: May 23, 2012
Upcoming PHP6
Seeing technologies you love move forward is an exciting feeling. Another version brings hope of better integrated tools, increased security, and faster ways to complete core tasks, thus making your web application quicker. PHP6’s improvements and and updates are sure to make PHP6 the best version yet.
Integrating eAccelerator Into PHP5 CentOS 5.0
Integrating eAccelerator Into PHP5 (CentOS 5.0) This guide explains how to integrate eAccelerator into PHP5 on a CentOS 5.0 system. From the eAccelerator project page: "eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead …
Continue reading “Integrating eAccelerator Into PHP5 CentOS 5.0”
Install XCache PHP5
XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load. It is tested (on linux) and supported on all of the latestPHP cvs branches such as PHP_4_3 PHP_4_4 PHP_5_1 PHP_5_2 HEAD(6.x).
10 Linux backup utilities
Whether you’re in the IT industry or you’re a computer power user, you need to have a backup tool at the ready. With this tool, you will need scheduled backups, one-time backups, local backups, remote backups, and many other features.
jsPDF
jsPDF is an open-source library written by our lead developer, James, for generating PDF documents using nothing but Javascript. You can use it in a Firefox extension, in Server Side Javascript and with Data URIs in some browsers.