View NewsSubmit News

November 2, 2007

The XSL Cache Extension

The XSL Cache extension is a modification of PHP’s standard XSL extension that caches the parsed XSL stylesheet representation between sessions for 2.5x boost in performance for sites that repeatedly apply the same transform. Although there is still some further work that could be done on the extension, this code is already proving beneficial [...]

August 15, 2007

PHP 101: PHP For the Absolute Beginner

This area is intended for everyone new to PHP. It opens with a series of informal, entertaining tutorials written by Vikram Vaswani, founder and CEO of Melonfire. These tutorials build on a previously-published 5-part series which has now been updated and extended to embrace PHP 5, making parts of it suitable for those of you [...]

February 13, 2007

Vertical Bar Graphs with CSS and PHP

Who wants to use Excel to make a new graph each week? Using CSS and PHP you can create attractive bar graphs (yes, even the stacked kind) that are always up to date.

November 2, 2006

PHP 5.2.0 Released

The key features of PHP 5.2.0 include:

New memory manager for the Zend Engine with improved performance and a more accurate memory usage tracking.
Input filtering extension was added and enabled by default.
JSON extension was added and enabled by default.
ZIP extension for creating and editing zip files was introduced.
Hooks for tracking file upload progress were introduced.
Introduced [...]

September 11, 2006

Seagull PHP Framework

Seagull is a mature OOP framework for building web, command line and GUI applications. Licensed under BSD, the project allows PHP developers to easily integrate and manage code resources, and build complex applications quickly.
Many popular PHP applications are already seamlessly integrated within the project, as are various templating engines, testing [...]

August 23, 2006

CakePHP: Extra-pretty URLs with slugs

In this tutorial you will learn how to use words rather than IDs in your Cake URLs. These words are known as “slugs” in Wordpress so I decided to call them slugs too.

August 16, 2006

PHP Input Filter

Came across this neat PHP class when looking around for proctecting a site against XSS attacks.
“PHP Input Filter is a class that can filter input for stray or malicious PHP, JavaScript, or HTML tags. It can be used to prevent cross-site scripting (XSS) attacks. It should be used to filter input supplied by the user, [...]

July 17, 2006

Symfony Tutorial

Symfony is a PHP framework, however its very similar to Rails in it’s approach and offers features like scaffolding and simple templating. This is a complete tutorial for your first Symfony project.

June 19, 2006

Tagcloud demo with source!

Anty over at 15 tags writes:
“I should have done anything but creating this demo, but I took the time and did it anyway. So here it goes: A demo of the tagcloud script I wrote, in action. If you want to influence the tagcloud you can do this by writing down a comment [...]

June 18, 2006

Top 10 Web Developer Libraries

Cameron Olthuis has posted a list of what he thinks are the top 10 most useful developer libraries. These should be in any web developers bookmarks, so go ahead and look through these libraries and bookmark your favorite ones. The list is in no particular order.