Archive for November, 2008

Latest
November 22, 2008, 5 Comments

There is a lot of articles on the Internet about: becoming better programmer, writting better and more readable code, where someone just makes a list of techniques or tips (as …

PHP AutoLoad Best Practices

November 13, 2008, 12 Comments

Few days ago my friend Mark, added on my blog interesting comment regarding autoloading objects in PHP. While i think it is great to have quality comm ...

10 most popular videos on YouTube

November 11, 2008, 4 Comments

This is info i found while browsing WebInside.pl website for which i wrote articles few years back, actually, i wrote no more then 10 articles there, ...

PHP string to hex and hex to string functions

November 4, 2008, 19 Comments

In my opinion SQL injection is an major issue when it comes to web application development. Typically programmers deal with it by escaping strings, wh ...