PHP Usergroup Dortmund
-
Character sets vs. encodings
by Kore Nordmann at Fri, 11 Dec 2009 10:33:47 +0100
Todays PHP Advent article iterates the topic of character sets and encodings once more. While I welcome this in general, because each developer should have at least basic knowledge about this, I would like to clarify some points. read more…
-
SVN commit hooks
by Kore Nordmann at Wed, 16 Sep 2009 17:12:05 +0200
Thomas moderated a discussion during the PHP-Unconference-Hamburg on SVN commit hooks. It showed that there is interest in my commit message parser, so that I make it available now… read more…
-
FrOSCon upcoming
by Kore Nordmann at Fri, 07 Aug 2009 20:37:39 +0200
The schedule for the PHP room at the upcoming FrOSCon 2009 is now available. We got an amazing list of talks and speakers again, read more for details… read more…
-
PHP BBQ tour in Dortmund
by Kore Nordmann at Fri, 12 Jun 2009 11:18:27 +0200
At June 19th the PHP BBQ tour will stop in Dortmund. It will be a great event, with sun, beer and tasty grilled stuff. Several interesting people will stop by and you are very welcome to join us. For details about the meeting read on... read more…
-
PHP @ FrOSCon 2009 CfP started
by Kore Nordmann at Sat, 25 Apr 2009 10:43:21 +0200
Once again we, mostly the PHP Usergroup Dortmund, are organizing a PHP room at this years FrOSCon and want you to give a talk there... read more…
-
Release PHPillow 0.3-alpha
by Kore Nordmann at Tue, 31 Mar 2009 19:13:44 +0200
CouchDB 0.9-alpha with several new features and some API changes has just been released, so that we are pleased to announce a new release of PHPillow, too. The most important change is PHP 5.2 compability, which comes together with some API changes... read more…
-
The document component
by Kore Nordmann at Mon, 16 Mar 2009 22:35:56 +0100
Conversion between different document formats can be really hard. The document component can help you there, and already implements support for several markup languages... read more…
-
Talk about "Semantic web" at PHPUG Cologne
by Kore Nordmann at Wed, 18 Feb 2009 17:14:04 +0100
I will give a talk about the "Semantic Web" at the PHP UserGroup Cologne on March 6th. Details are one click away... read more…
-
Charset vs. Encoding
by Kore Nordmann at Mon, 16 Feb 2009 13:22:22 +0100
One of the most common errors when dealing with strings is to confuse charset with encoding - and I do understand that very well. So how could that happen? read more…
-
Extracting data from HTML
by Kore Nordmann at Mon, 16 Feb 2009 13:17:41 +0100
A lot of people try to scrape content from HTML - the first approach always seem to be regular expressions, which are incapable of parsing HTML - which I proved earlier, already. So, how to do it properly with PHP? read more…