PHP Hypertext Preprocessor
-
Seven things - Tagged by kore and mapi
by Jakob Westhoff on Wed, 11 Feb 2009 23:54:20 +0100
As the current seven things hype continues I have been tagged by Kore Nordmann and Manuel Pichler. Read this article to get to known seven facts about me. As well as to take a look at who I have tagged in the process. Read more…
-
SystemProcess - Execute system commands with ease
by Jakob Westhoff on Wed, 04 Feb 2009 23:44:26 +0100
A current project of mine demanded me to invoke a lot of different programms on the commandline. Some calls were simple executions of a command followed by one or two arguments. Others were more complex with the need to define special environment variables or custom file descriptors. Some of them even needed me to asyncronously run the programs to be able to read their output during execution or run multiple commands at once. Because nobody, includind me, really likes the proc_* family of functions like proc_open in php, I decided to write a simple and yet powerful object oriented wrapper around all this functionality. The wrapper is fully unit tested and licensed under LGPLv3 for you to use in your projects. For more informations and documentation please refer the the blog entry. Read more…
-
PHP@FrOSCon 2008 - Call for papers
by Jakob Westhoff on Wed, 11 Feb 2009 23:54:20 +0100
The php@froscon team will organize it's an official subconference at the FrOSCon this year. We want to encourage you to propose a talk to be held during this conference. Read more…
-
PHP Usergroup Dortmund officially turns 3 today
by Jakob Westhoff on Wed, 04 Feb 2009 23:44:26 +0100
The PHP Usergroup Dortmund is celebrating its third birthday. Happy Birthday Usergroup. Live long and prosper. Read more…
-
It's alive - Image 3D live browser rendering
by Jakob Westhoff on Tue, 03 Apr 2007 13:54:00 +0200
Take a look at my live 3d renderer for your browser. It is entirely implemented in javascript und runs on top of Image_3D, which can be used to generate a javascript applet for any object which can be rendered with this great php library. You should definitely check this one out. Read more…
-
Class dependency graph generation - Update
by Jakob Westhoff on Fri, 17 Nov 2006 16:29:00 +0100
Just a little update to the class dependency generation script to fix some incompatabilities. Now everything should work flawlessly Read more…
-
Class dependency graph generation
by Jakob Westhoff on Thu, 16 Nov 2006 20:33:00 +0100
Generate a graphical representation of any given php class structure including the class hirachy and every interface it implements just by calling this single utility script. Read more…
-
Activebar - Just a small compatibility fix
by Jakob Westhoff on Tue, 31 Oct 2006 18:27:00 +0100
A small compatability fix for my cross browser information bar. Now this bar should work in any javascript aware browser. Read more…
-
Activebar - A crossbrowser information bar
by Jakob Westhoff on Sat, 28 Oct 2006 20:26:00 +0200
A cross browser information bar, that mimics the look and feel of the everyday toolbars found in all modern web-browsers. It is easy to use, customizable and has a clean api. Just check it out. Read more…
-
Php Weekender - A beginners weekend
by Jakob Westhoff on Wed, 27 Sep 2006 18:54:00 +0200
The php usergroup dortmund proudly presents the php weekender. A weekend dedicated to php beginners and intermediate users filled with interesting presentations and workshops. And the best of all it is for free. Read more…