The simplicity of modern washing machines (9 Mar 2011 ) Modern washing machines are apparently getting simpler. Is this a good thing?
The simplicity of ColdFusion 9 Part 1 (17 Mar 2011 ) Features of ColdFusion 9 which allow you to write simpler code than in previous versions.
Achieving simplicity through double duty (9 Sep 2011 ) An example of how one component of an everyday kitchen appliance simplifies the design by performing two functions simultaneously.
Simpler SSL switching with protocol-relative URLs (22 Mar 2011 ) Use protocol-relative URLs to avoid having to detect SSL.
The simplicity of ColdFusion 9 Part 2 (30 Mar 2011 ) More of my favourite code-simplifying new features in CF9.
Simpler Company Tax Return filing (1 Apr 2011 ) Electronic submission of UK company accounts has simplified the process
The simplicity of baked blogs (7 Apr 2011 ) If you don't need runtime dynamic elements on your blog, consider "baking" it as html.
The simplicity of HTML5 (4 May 2011 ) Aspects of HTML5 which can make your mark-up and code simpler.
The simplicity of progressive enhancement (7 May 2011 ) Great explanation by Paul Boag of why it's not worth trying to make design/CSS features work in browsers that don't support them.
The simplicity and complexity of ORM (11 May 2011 ) Does Object Relational Mapping add simplicity or complexity? A newbie's perspective.
The simplicity of jQuery style generic getters and setters in ColdFusion Part 1 (24 May 2011 ) First of three posts on making generic getters and setters in ColdFusion work like jQuery's x() and x(value).
The simplicity of jQuery style generic getters and setters in ColdFusion Part 2 (24 May 2011 ) Second of three posts on making generic getters and setters in ColdFusion work like jQuery: improving the technique in CF9
The simplicity of jQuery style generic getters and setters in ColdFusion Part 3 (25 May 2011 ) Final post on making generic getters and setters in ColdFusion work like jQuery: further refinements - bulk setting and ensuring NULLs for ORM
Simpler optional cfarguments (15 Jun 2011 ) For optional cfarguments, there is no need to use required="false". Also defaults will make required arguments optional.
The simplicity of roundabouts (1 Jul 2011 ) UK-style roundabouts are a simple and effective way of managing complex road intersections.
The simplicity of FW/1 (4 Aug 2011 ) Moving from Fusebox to FW/1 has brought a number of benefits. The latest update makes switching even more compelling.
Simple and Usable by Giles Colborne (6 Sep 2011 ) Review of "Simple and Usable: web, mobile, and interaction design" by Giles Colborne
The simplicity of forgiving web forms (14 Sep 2011 ) Simplify your web forms by making your code take responsibility for formatting the data as far as possible.
The simplicity of CfStatic (7 Oct 2011 ) CfStatic is a brilliant tool for managing your static CSS and JS files and improving page loading times.
The simplicity of LESS CSS with CfStatic (4 Jan 2012 ) CfStatic allows you to write your CSS files using the developer-friendly LESS syntax without having to worry about Javascript support/performance on the client.
Simpler link building in FW/1 (11 Nov 2011 ) FW/1 now supports relative sections when using the buildUrl() API method, meaning less code and easier renaming
Simplicity and clutter (23 Nov 2011 ) Simplicity is not about "clean", sparse designs. It's about including what's necessary and excluding what's not.
Too simple (28 Mar 2012 ) You can overdo simplicity by removing control where users expect it.
Code Simplicity by Max Kanat-Alexander (26 Apr 2012 ) Review of Code Simplicity by Max Kanat-Alexander (O'Reilly, 2012)