After a long term of proposal time, the call for paper for the PHP room at the FrOSCon conference is finally over. The PHP Usergroup Dortmund will evaluate the received proposals by the end of next week and will inform speakers about their proposal status ASAP. An official time table for the PHP room will be available in about 3-4 weeks. [Read full post…]
I really like OpenOffice.org. Until now, it satisfied any of my needs quite fine. But since I am writing a book using OpenOffice.org, I found some really annoying stuff. Most annoying by now, is the problem of cross references. It happens almost in every text section, that I need to add a reference to another section of the book. For example, while writing about securing user data I want to point to the section of a database chapter, where prevention of SQL injection is explained. I basically want to add a reference like 'See section X.Y.Z, "SQL injection"'. [Read full post…]
Just to remind you, if you did not propose a talk yet for PHP@FrOSCon, be sure to hurry! The call for papers will end this Friday, so take your heels and propose something interessting! [Read full post…]
Are you using my phpDocumentor for VIM plugin? Go ahead and stack it! :) [Read full post…]
During this years eZ Conference, which was an amazing event, I saw the first draft of the original PHP elephant plush toy! Amazingly cool! [Read full post…]
Almost 1 year ago I blogged about Ohloh, and eZ Components being registered there. Those days I just found it funny to see how they measure the project cost of open source projects based on the ammount of code contained and things. Recently I am actively watching Ohloh and I think, by now it becomes a serious project with real value for every involved party. The maintainers added many new features to Ohloh, since I last blogged about it, and many contributors started participating in the service. So, I want to revise my "review" of Ohloh from the last year and explain how I see it by now. [Read full post…]
Because the members of the PHP Usergroup Dortmund were a bit busy in the past weeks, we totally forgot about the nearing end of our call for papers for the PHP room at FrOSCon 2007. Therefore, here comes the reminder and the announcement, that our call for papers is extended until June 29th. So if you did not send your proposal, yet, please submit it ASAP, so that we can start evaluating the proposals. All information about PHP@FrOSCon can be found on our official PHP room website. [Read full post…]
A couple of weeks after the International PHP Conference Spring Editition, which was held in Ludwigsburg (near Stuttgart) - Germany -, I managed to upload the slides. Here you go: [Read full post…]
Jeff Moore posted an article on procata.com about getters, setters and real properties. I fully agree with him. Especially the usage of interceptors (__get()/__set()/__isset()/__call()) makes your API a lot more readable and comfortable, while maintaining the purpose behind getters and setters: Checking the correctness of values assigned to a property and wrapping around retrieval mechanisms for a property. I personally call the way of maintaining value-correctness for properties through interceptors virtual properties, which fits quite nice I think. [Read full post…]
After the usual development cycle of eZ Components we just released version 2007.1 beta 1. This release (which will go stable in a few weeks) includes lots of new features and many bug fixes. [Read full post…]