PHP Hypertext Processor
-
VCS wrapper development
by Kore Nordmann at Wed, 28 Jul 2010 16:51:57 +0200
We started developing a wrapper for different version control systems. A rough description and some context... read more…
-
Fun with XML schema
by Kore Nordmann at Wed, 03 Dec 2008 22:55:38 +0100
For university I currently have to analyse XML schema quite in depth and there are some interesting / funny things inside the specification I wasn't before. First: The default elementForm value: unqualified. Let me try to explain what this is and why it is kind of strange... read more…
-
Current state of semantic web
by Kore Nordmann at Fri, 31 Oct 2008 16:31:52 +0100
For university I have been asked to summarize the current state of the Semantic Web. Existing and emerging technologies. There was a quite tight limitation on the amount of content, but it resulted in a good overview on this topic with a slight focus on computer science. read more…
-
Released first arbit development snapshot
by Kore Nordmann at Wed, 28 Jul 2010 16:51:57 +0200
"Arbit aims to provide a decent modern extensible multi project tracking tool." We just released a first development snapshot. Read more... read more…
-
CouchDB - A use case
by Kore Nordmann at Sat, 06 Dec 2008 10:12:07 +0100
This article tries to give you an overview on how CouchDB can be used to map data to a data storage and how it is completely different from relational databases. I try to introduce the basic concepts and show an advanced use case. read more…
-
Shell bookmarks
by Kore Nordmann at Thu, 28 Aug 2008 09:56:55 +0200
Developing in lots of different projects with different directory structures and navigating mostly on the shell sometimes makes it hard to keep track on where you currently are. A simple script for shell bookmarks made navigating much easier for me. read more…
-
Released PHPillow 0.2-alpha
by Kore Nordmann at Sun, 17 Aug 2008 18:37:29 +0200
CouchDB 0.8.1-alpha has just been released, and so I am doing a second release of PHPillow. The test suite runs just fine against this version of CouchDb. Thanks to the CouchDB team for its awesome work on this new and refreshing kind of database. read more…
-
Released PHPillow 0.1-alpha
by Kore Nordmann at Thu, 26 Jun 2008 10:43:15 +0200
CouchDB 0.8-alpha has just been released, and so I am doing a first release of PHPillow. The test suite runs just fine against this version of CouchDb. Thanks to the CouchDB team for its awesome work on this new and refreshing kind of database. read more…
-
Detecting URLs with PCRE
by Kore Nordmann at Sat, 28 Jun 2008 21:17:17 +0200
Form time to time I experience the issue that I should detect URLs in some text, while neither the URLs are standard conform (regarding the used characters), nor the URLs are strictly separated from other stuff by whitespaces or something. Now Derick asked me to provide him with a regular expression for that, and I finally wrote some, which should work in most cases... read more…
-
New features in eZ Components Graph 1.3
by Kore Nordmann at Mon, 16 Jun 2008 11:42:06 +0200
There are some interesting new features in the driver part of the graph component of the eZ components - one thing I even thought is "impossible" until some external submission... read more…