Page 3
-
Rolling Releases are the Future
16 Aug 2011
The Mozilla developers have received some critics for their decision to remove the version number from future Firefox releases. Many other open source projects, like GIMP, are speeding up their release cycles as well, al…
-
About Attribution of my Works
4 Jul 2011
The question came up quite regularly in the past, what would be an appropriate way to attribute me when using one of the CC-released works. Unfortunately the Creative Commons License itself proves to be no real help here. The license text (as of version 3.0) says:
-
motokai, a dark motif for ChatZilla
28 Jun 2011
I’m a sucker for the monokai color scheme, especially in its Vim theme incarnation molokai. It is easy to imagine, how surprised I was, that this scheme wasn’t ported to a ChatZilla motif yet. After all it exists no…
-
Back from the MDN Doc Sprint
22 Jun 2011
The Mozilla Doc Sprint in Cincinnati was an extremely interesting event to be. This article sketches the deepest impressions I took home with me.
-
On Replacing Checkboxes and Radio Buttons with CSS3 and w/o Images
13 Jun 2011
There are several techniques to replace native checkboxes with images. This approach will need no extra markup, degrades gracefully and doesn’t harm a single image.
-
Using PHP as It was Meant to
11 May 2011
PHP has been thrashed a lot over the last years. While many critics are doubtlessly true, it is still the most used server-side language to create the web we use today and it is an easy to learn language to get started w…
-
A Simple Icon Set
9 May 2011
For one of my recent projects I looked for simple icons, that are free to use. Well, to put it in a nutshell, I didn’t find, what I was looking for. So I fired up Inkscape and created a set that fits my need. Here it is, simple, plain, monochrome and free to use (a.k.a. in public domain).
-
HTML5 Reset Styles
2 May 2011
The HTML5 specification lists default CSS rules. The article describes how to revert these.
-
Markup for Syntax Highlighting
28 Apr 2011
The article describes a way to mark up syntax highlighted source code with a simple pre element while retaining the advantages of other solutions.
-
Simple EPUB ebooks with Python
29 Mar 2011
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 a way to do it …