Projects

An overview of the projects I work(ed) on

Appengine Wiki

Tuesday, 2 Sep. 2014

I have been working on a Google Appengine Wiki to host some of my hobby projects and used GeaWiki as a base for the wiki development.

The outdated GaeWiki application ...

read more »

Accessibility

Sunday, 16 Dec. 2012

ARIA Landmarkroles enable visually impaired people to navigate to specific elements in webpages with screenreaders.
Although ARIA seems a rather simple solution, an implementation makes a huge difference. We all ...

read more »

Cors

Saturday, 15 Dec. 2012

Cross-Origin Resource Sharing (CORS) is a specification that enables truly open access across domain-boundaries.
The Enable-Cors project collects various solutions for different platforms and adapted my solution for static hosted ...

read more »

CouchDB

Monday, 17 Sep. 2012

CouchDB is a web server which is also a RESTful database that you query with Javascript (including geospatial data which syncs to your server and phone).

CouchDB allows you to ...

read more »