Manuel Lemos The PHP Classes site just made 13 years of age in June 24. Coincidentally, just these days the site reached 1.1 million registered users. On this anniversary a new feature was released to make it easier for you to automatically share the best content of the site in social networks. Read ...
... users with their social network accounts. This is what it seems to demonstrate certain top search keywords like: oauth2, login facebook, social login, oauth server, open graph, Google Auth, Facebook Page, json to xml, facebook album, youtube playlist, Youtube Class, soap wsdl, facebook app and json ...
Manuel Lemos As PHP 5.5 is getting ready to be released in the next months, the end of line for PHP 5.3 is being planned, while the original MySQL extension is being deprecated in PHP 5.5 to be killed in a later version. Whether this is a good or a bad thing for PHP developers, was one of the main ...
Manuel Lemos The PHP 5.4 includes 7 main optimizations that made PHP work more efficiently in terms of the speed and memory usage efficiency. That is the main topic discussed in episode 25 of the Lately in PHP podcast on which Manuel Lemos received Gustavo Lopes, a PHP core developer. Listen to the ...
Manuel Lemos This post attempts to clarify the confusion about the what is Web 2.0 and why it is an evolution over Web 1.0. It also discusses whether Web developers and Web site owners are ready to produce Web 2.0 sites and benefit from its potential. A presentation is made about the features that ...
Manuel Lemos With the inclusion of Zend Optimizer+ extension in PHP 5.5, the need for better documentation of PHP internals became more evident, so PHP contributors can write extensions that take the most of the core PHP features. That is one of the topics discussed by Manuel Lemos and Ernani Joppert ...
Manuel Lemos Particularly since version 5.0, PHP has been copying many of Java features and practices of Java programmers. This means that if Java programmers practices tend to be bureacratic and less productive, PHP programmers that use those features or adopt those Java practices may also become ...
Manuel Lemos Once in a while we see fans of other languages writing long articles on why PHP sucks and you should not use it. But will that ever matter? That is one of the main topics discussed by Manuel Lemos and Ernani Joppert in the episode 23 of the Lately in PHP podcast, for the first time also ...
Manuel Lemos Another PHP 5.3 version was released. Manuel Lemos and Ernani Joppert discuss whether you should upgrade to this new version of PHP, as well if you should try the new PHP 5.4 beta version. They also talk about the repercussion of the article about the Wrong PHP Ideas You Should Get Right ...
Manuel Lemos Some applications require access to APIs on behalf of the user even when the user is not present, i.e. offline access. OAuth is a protocol that allows applications to obtain a token to access an API when the user is not present but when the tokens expire they need to be renewed. Some APIs ...