Archive for the 'php' Category

Deploying PHP Applications on Red Hat Linux « Nuclear Dawn

Monday, June 11th, 2012

How to package PHP app as a RPM during continuos integration build process

Deploying PHP Applications on Red Hat Linux « Nuclear Dawn

Monday, June 11th, 2012

How to package PHP app as a RPM during continuos integration build process

Deploying PHP Applications on Red Hat Linux « Nuclear Dawn

Monday, June 11th, 2012

How to package PHP app as a RPM during continuos integration build process

Caching & Performance: Lessons from Facebook

Sunday, October 30th, 2011

Slides describe how FB uses caching at web server/php layer. ($GLOBALS->apc_cache->memcache->MySQL)

Caching & Performance: Lessons from Facebook

Sunday, October 30th, 2011

Slides describe how FB uses caching at web server/php layer. ($GLOBALS->apc_cache->memcache->MySQL)

elFinder – свободный файловый менеджер для Web | web-bases open source file manager

Thursday, March 25th, 2010

php, jQuery

ArgentumInvoice: Free, Open Source, Online Project Management & Invoicing Software

Tuesday, March 9th, 2010

open source client-management and invoicing software

[RUS] Простейшая генерация odt файла из существующего / PHP / Хабрахабр

Tuesday, September 15th, 2009

how to generate open office document in PHP

[php mvc] Framework – mzz.ru

Monday, August 10th, 2009

kind of cool MVC framework, supports a lot of modern features like url routing, etc. documentation seems to be only available in russian

Common Optimization Mistakes / presentation from phpCon Quebec 2009 /

Friday, March 6th, 2009

about optimization, speed, scaling web apps. Useful not only to php programmers, but to web app developers in general