Why you should not use WordPress
The appeal of WordPress is obvious: cheap and easy, and lots of “developers” know it. The biggest problem with WordPress is that something originally designed as a blog platform, has evolved general CMS features, and is widely used a development platform. The problems are that it has security issues, and is neither flexible nor productive when used a a development platform and cheap developers are not good developers. (more…)
Comments disabled
WordPress plugin: Slug Trimmer
I have got sick of URLs that end in really long post slugs that look-something-like-this-and-are-far-too-long so I wrote a little plugin that shortens post slugs more intelligently than simply truncating them.
(more…)
WordPress theme: Red Drop
Red Drop is a red (surprisingly!) WordPress theme with drop down menus. (more…)
WordPress theme: Dent
This is a simple theme based on earth colours. (more…)
WordPress theme: Esthwaite
My first completely original WordPress themes. You can preview it by using the theme browser (you may have to reload the page to get the theme to change). (more…)
Comments disabled
WordPress plugin: Frameable
This plugin is designed to make individual pages of a site frameable. This can be used to enable cut and paste quoting of individual posts or cut and paste (X)HTML only syndication of a blog or blog category. (more…)
Comments disabled
Simple Sparklines WordPress plugin, version 0.2
I have updated my Simple Sparklines WordPress plugin. My thanks to David Chait and Mark Wubben for anwsering my questions on the WordPress support forum. The hardwork was done for me by James Byers’ Sparkline PHP Graphing Library. (more…)
WordPress plugin: Simple Sparklines
This is a very simple WordPress plugin that allows the creation of simple sparklines (small graphs that fit in the flow of text). It uses James Byers’ Sparkline PHP Graphing Library.
The aim of this plugin is simplicity, it therefore does not use the full range of features of the PHP sparkline library, let alone the full potential of sparklines per se. However it is very easy to use. For example this graph [spark] [type line] [size 20,30] [series 66,64,62,60,56,54,52,50,40,30,20,10,0][dot 7,50,5,green][/spark] illustrates the kinked demand curve faced by a firm in a oligopolistic market. The EBITDA of telecoms company Thus over the last five years is shown by [spark] [type bar] [size 20, 4] [series -24.6,3.1,27.1,43.6,39.1][/spark]. (more…)