Hello stranger! This is the personal website of Manuel Strehl a.k.a Boldewyn. I write mostly about web development and topics loosely coupled to it, but there are also posts completely unrelated to this.
Please feel free to browse around here and to leave comments. For a more direct contact, you might want to follow me on Twitter.
The EPUB standard is based on several other, well-established technologies. This makes it easy to generate simple ebooks in this format with the standard libraries of many modern languages. I’ll show here…
Many web services allow access to their APIs via JSONP nowadays. This allows client-side JavaScript to access ressources via domain boundaries. However, for several reasons caching ressources locally (on…
After colorizing the SVG icons I needed to create images suitable for CSS sprites out of them. The first step is rasterizing the SVG files, as I described in the previous article. We now have a bundle…