Tag “UI”
-
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…
-
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.
-
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).
-
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.