• Posts Tagged ‘PHP’

    Filtering objects using annotations

    by  • August 11, 2011 • PHP • 2 Comments

    Tweet Filtering with Annotations PHP does not have native Annotations support, however many projects have been using doc blocks to add value and semantics to code, like PHPUnit, Doctrine and Symfony. The Doctrine did a really good job in making available a Annotation parser kit, which allows you to bring the power of annotations...

    Read more →

    PHP Development in the Cloud by Ivo Jansch and Vito Chin

    by  • August 5, 2011 • Books, PHP • 2 Comments

    Tweet Cloud computing is finally reaching a point of maturity and leaving its early “hype” years behind. Ivo and Vito do a very good job of bringing the topic into a PHP developer’s world in a very concise and objective manner, without leaving important platforms and concepts behind. From the top the book sets...

    Read more →

    The ideas of March

    by  • March 15, 2011 • Career, PHP • 3 Comments

    Tweet This year my New Year’s resolution was to “write more” just as plain as that, blog more, write articles, maybe even a book can fit in there. Now it seems that resolution is in sync with the rest of the PHP Community and Chris Shifflet has once again caused ripples to roam the...

    Read more →

    Managing Test Users in Facebook

    by  • February 7, 2011 • PHP, Tools • 5 Comments

    Tweet Recently Facebook implemented a new and more secure way of creating test users for your applications using the new Graph API. This new resource creates test users per application, allowing the developers of these apps to login as these users and test out their app’s functionality without using their own accounts and throwing...

    Read more →

    Problem solving technique #1: Taking a mental break

    by  • February 4, 2011 • Development, PHP • 1 Comment

    Tweet Developers are modern day artists whose masterpieces are not hung on walls but stretched out thin on web servers all over the world, yes that is very poetic, but I really try to look at developers as artists and puzzle solvers. To become better developers your skill-set must include creativity and problem solving...

    Read more →