May 23, 2009
Free Software, WordPress
If you want to know what the spirit of GPL and Free Software is, listen to what Stephen Fry and Richard Stallman have to say. These ideas are so simple and amazing at the same time that no rule or license can fully define them. You have to sense them.
#
May 17, 2009
WordPress
If you are using my Widget Context plugin and you have just upgraded to WordPress 2.8 Beta, please use this new version of Widget Context plugin.
#
May 12, 2009
WordPress
Quick Reply Templates is a really useful WordPress plugin by Paul William that allows you to have a predefined comment reply template, such as <a href="#commend-id">@Name</a>, that will be filled out automatically when you reply to a comment within your WordPress Dashboard or Edit Comments page. Read more »
#
May 11, 2009
Web Design
I have never used them, and here is why you shouldn’t use CSS @imports too. Via Monday By Noon.
#
May 6, 2009
Design, Media & Publishing

Digital Britain logo
While the ideas behind the Digital Britain initiative are really great and noble, its logo is quite the opposite — what is the connection between a flash drive and an open access to information and its distribution networks?
Every letter in the logo is supposed to symbolize a node attached to Britain’s information network, which sounds like a good explanation until you put it on a USB thumb drive. Read more »
#
May 2, 2009
Web Design
For illustrating anchor links in some cases you might want to use bottom-border instead of a default text-decoration:underline. In order to achieve that, one would use the following CSS rule:
a { text-decoration:none; border-bottom:2px solid; }
which also adds border to the bottom of all linked images. In order to remove it, you would think that setting
a img { border:none; }
would be enough. Read more »
#