- Home
Welcome to my web site
This is my welcome message. -
Can PHP Handle Unicode Yet?Editorials: 03/28/08 at 03:47:05 EST by Admin
What a pain. PHP has a hard time dealing with unicode. Programming languages have supported this trivial feature for many years. When is PHP going to get of the can or has it already? OMG! It never ceases to amaze me why so many people flock to such ...
Does PHP Use Namespaces Yet?Editorials: 03/28/08 at 03:32:45 EST by Admin
If two PHP developers happen to use the same function name in their modules then it is impossible to use them together because PHP will not know which function you want. PHP functions needs to be prefixed with the module name, to prevent name ...
PHP is Recursive HandicappedEditorials: 03/25/08 at 19:38:07 EST by Test Dummy
Every programming language, like Perl, should provide good recursion support. Recursion is a powerful feature which can make something complex something simple. PHP is horrible at recursion. I would like to quote a poor excuse from Zeev, one or the ...
PHP is SlowEditorials: 03/25/08 at 19:38:00 EST by Test Dummy
Ever notice that a website build with PHP is slower than the average one? That's because caching is not build into PHP. The performance of PHP can be increased to 500% by using caching but seeing that Zend is selling it's own so called ...
Another TestEditorials: 03/22/08 at 22:10:06 EST by testdummy
This is a test of an user submitted article.
[ 0 comments ]TestYou can add blocks anywhere along the center column.


