Tag: PHP

JavaScript Invasion – from Frontend to Backend

I have recently been forced to do some research on frontend programming because of past…

OOP is under attack!

Yes! Main attacker is jQuery using ugly techniques such as lambda/anonymous functions. * * *…

Just another reason to hate using others’ code: Paypal SDK for PHP

Recently, I have downloaded Paypal SDK for PHP developers release 1.1.93 which is for "Express…

Why you do not need a heavy-weight PHP framework

This post is (not) for beginners. Recommended reading: Rasmus Lerdorf: PHP Frameworks? Think Again. What…

Programming with too many unknowns in a dynamic language

The aim is to write code efficiently, but without compromising easy debugging, maintenance, and especially…

To upgrade or not to upgrade XAMPP 1.7.3

XAMPP is just another package of: Apache HTTP Server, MySQL, PHP + PEAR + Zend…

PHP FastCGI on LightTPD

Recently, I've been having issues with php-cgi.exe crashing on Apache 2.2 and IIS7 on Windows…

Class Library as DLL for Business Model to be used in PHP

Just an idea, not a new one, and I promise, it is not another "framework":…

Minimum Apache/PHP, Maximum Performance

The idea is simple: why don't we turn off all the modules of Apache HTTPD…

Creating a CV indexing facility using Oracle Text

Recently, I have struggled to get Oracle Text working on Linux. It was supposed to…