The Google +1 Button <font size=-2><a href=http://www.lifemichael.com/en/?page_id=73 target=_blank>BIZ</a></font>
Google has started (currently still an experiment) to allow its search engine users to recommend sites they find through google by pressing the +1 button. I have just enabled google +1 button experiment in my google account. The following video clip shows how does it work from the private end user perspective. The following video clip […]
The PHP __autoLoad($str) Magic Method <font size=-2><a href=http://www.lifemichael.com/en/?page_id=73 target=_blank>PRO</a></font>
The PHP __autoLoad($str) magic method is been called when a class is required. We can define it in our PHP script and let it handle the inclusion of a separated PHP script source code where the class is defined. I have just updated the Object Oriented Programming slides in my PHP Fundamentals course with a […]