Tags
AJAX,
Apache,
Book Review,
Charset,
Cheat Sheet,
Data structures,
Database,
Firebird SQL,
Imagick,
INFORMATION_SCHEMA,
JavaScript,
Linux,
mod_rewrite,
MySQL,
Oracle,
PDO,
PEAR,
Performance,
PHP,
PostgreSQL,
Profiling,
Scalability,
Security,
SPL,
SQL Server,
SQLite,
Testing,
Tutorial,
TYPO3,
Windows,
Zend Framework
Buy me a book
Articles
» PHP
Wrapup of the PHP UK Conference 2010. Uploaded slides of my talk "RDBMS in the social networks age" about graphs in the database.
My latest article on Profiling using XHProf, a neat tool developed at Facebook. A step-by-step tutorial to install and use XHProf, and some useful hints on how to improve performances and scalability of your PHP application.
Speaking at the PHP Barcelona Conference 2009. Talk: "Trees in the Database: Advanced Data Structures".
PHP,
SPL,
Tutorial,
Imagick 31 August 2009
Extract frames from a movie and create a preview as animated GIF, using PHP, SPL, Imagick and FFmpeg.
Wrap-up of the Dutch PHP Conference, Amsterdam, 11-13 June 2009.
Speaking at the Dutch PHP Conference 2009. Talk: "Trees in the Database: Advanced Data Structures".
A quick tip on how to deal with Zend Framework directory structure and the public document root directory in most shared hosting accounts, using mod_rewrite and an .htaccess file.
A review of the book TYPO3 Extension Development" by Dmitry Dulepov, Packt Publishing
Exploring database delimited identifiers and case sensitivity: the effect of quoting table and field names in the various DBMS.
How to test HTTP calls using Zend Framework, using Dependency Injection and a stub HTTP Client.