dohms

DMS\Filter Library 1.0.1 and Bundle - Rafael Dohms

Planet PHP  Thu, 02/02/2012 - 16:08

The past weeks I finally had some time to invest in the DMS library again, so i got busy with a few things.

I also had to fix a big problem which had gone unnoticed to me, so i have to thank Mr.

Guilherme Blanco
for pointing it out.

Sadly this means a BC break, so please follow and make adjustments.


 

Rafael Dohms' Blog: PHP Benelux 2012 - Learning lessons

PHPDeveloper.org  Wed, 02/01/2012 - 13:32

Rafael Dohms has a new post to his blog about some of the lessons he learned attending this year's PHP Benelux conference both from the perspective of attending the conference and having been at several conferences around the world.


 

PHP Benelux 2012 – Learning lessons - Rafael Dohms

Planet PHP  Tue, 01/31/2012 - 15:12

After hearing about how great PHP Benelux Conferences were I finally made it over to Belgium to check it out, and i was impressed.

To catch you up on the new, I moved to Amsterdam last december and thus had the chance of attending the conference which is now 2 hours away on a train ride.


 

Rafael Dohms' Blog: Filtering objects using annotations

PHPDeveloper.org  Fri, 08/12/2011 - 09:04

Rafael Dohms has an interesting new post to his site today looking at a library he's developed (inspired by the Symfony Validation library) to help filtering values with rules defined in annotations.


 

Rafael Dohms' Blog: PHP Development in the Cloud by Ivo Jansch a...

PHPDeveloper.org  Tue, 08/09/2011 - 12:52

Rafael Dohms has posted a review of a book from Ivo Jansch and Vito Chin - "PHP Development in the Cloud", a guide to some considerations about running PHP applications on cloud-based platforms.


 

Cloudphp.net and reviews of PHP Development in the Cloud - Vito ...

Planet PHP  Sun, 08/07/2011 - 09:44

The companion website to PHP Development in the Cloud is at cloudphp.net.

The website contains the source code of examples in the book and other related resources.

There's also a list of PHP PaaS that might be useful if you're looking at migrating to these services.
Also, thanks to Jason and Rafael for the great reviews:

"The book provides an excellent overview of what the cloud is and isn't, and then how PHP developers can leverage it in our applications."


 

PHP Development in the Cloud by Ivo Jansch and Vito Chin - Rafae...

Planet PHP  Fri, 08/05/2011 - 07:47

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.


 

Rafael Dohms' Blog: Problem Solving technique #1: Taking a menta...

PHPDeveloper.org  Mon, 02/07/2011 - 12:08

Rafael Dohms has posted a new tip for developers (and really anyone else that has to concentrate on mentally challenging tasks all day) that could sometime help you break through that wall you've hit in your code - take a mental break.


 

Managing Test Users in Facebook - Rafael Dohms

Planet PHP  Mon, 02/07/2011 - 06:53

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 test information into their live activity feed, this makes it very easy and clean to test new applications.