A do-it yourself blog
About me
My name is Christophe Verbinnen and I’ve been a web programmer for almost 8 years now.
I live in Paris, France but I’m looking for a job in the US so don’t hesitate to check out my resume at christopheverbinnen.com

Hi, I need your help for jTag, please check out the comments section.
How to allow for multiple images, I am doing an image uploader just like facebook and want to allow for the new images to be tagged, I add them to the DOM but I’m unable to make them taggable, and if I could make on taggable then how would I be able to add the jtagoverlay to a second image and remove it from the first image?
Many thanks,
Pablo
Hello there…,
I am constructing a Oauth Provider component for Zend Framework right now, and I’m pretty close to the finish. Your post at this address http://djpate.com/2011/01/13/how-to-write-a-complete-oauth-provider-in-php5/ is actually very helpful to me in order to see a real code rather than all the information in the specification.
I have a question for you. In your tutorial, your token database table seems to miss something. There is no field for the user in the table. Is it required to associate the tokens with both consumer and user, or not? I am just wondering this situation, how you can handle the requests which points to reach the private user resource…
Thanks in advance…