<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Puffbox.com &#187; wordpress</title>
	<atom:link href="http://puffbox.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://puffbox.com</link>
	<description>Adventures in government, politics and open source. Mostly WordPress-related.</description>
	<lastBuildDate>Fri, 18 May 2012 13:41:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Code For The People presents: HMG&#8217;s Olympic &amp; Paralympic media centre</title>
		<link>http://puffbox.com/2012/05/18/code-for-the-people-presents-hmgs-olympic-paralympic-media-centre/</link>
		<comments>http://puffbox.com/2012/05/18/code-for-the-people-presents-hmgs-olympic-paralympic-media-centre/#comments</comments>
		<pubDate>Fri, 18 May 2012 13:41:52 +0000</pubDate>
		<dc:creator>Simon Dickson</dc:creator>
				<category><![CDATA[company]]></category>
		<category><![CDATA[e-government]]></category>
		<category><![CDATA[catn]]></category>
		<category><![CDATA[dcms]]></category>
		<category><![CDATA[laurakalbag]]></category>
		<category><![CDATA[olympics]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://puffbox.com/?p=3429</guid>
		<description><![CDATA[The run-up to the Olympic Games starts in earnest today, with the arrival of the flame on British shores - and Whitehall is opening up its dedicated Government Olympic Communication operation, providing 'a single point of contact for London 2012-related media enquiries ... until the end of the Paralympic Games on 9 September.' There's a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-3430" title="goc2012" src="http://puffbox.com/wp-content/uploads/2012/05/goc2012.jpg" alt="" width="500" height="300" /></p>
<p>The run-up to the Olympic Games starts in earnest today, with the arrival of the flame on British shores - and Whitehall is <a href="http://www.culture.gov.uk/news/news_stories/9083.aspx">opening up</a> its dedicated <a href="http://goc2012.culture.gov.uk/">Government Olympic Communication</a> operation, providing 'a single point of contact for London 2012-related media enquiries ... until the end of the Paralympic Games on 9 September.' There's a dedicated press team, drawn from across Government - and a dedicated website, <em>which I'm genuinely proud to say we built.</em></p>
<p>DCMS asked us for a site which could draw together the many streams of information - text, photo and audio - already being produced in government, and make them easy for journalists to explore. Many departments were issuing press briefings, or posting fantastic material on Flickr or YouTube, but there was no easy way to browse through it, or conduct targeted searches.</p>
<p><em>Cue some <a href="http://wordpress.org/">WordPress</a>-powered magic.</em> <img src='http://puffbox.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>A trained eye will spot our heavy use of <strong>custom post types</strong>. Some, like 'backgrounder' were fairly straightforward, identical to posts or pages, but separated out for convenience. Others, like 'theme' and 'region' were more complex - and were also <strong>sync'ed up to custom taxonomies</strong>, allowing us to 'tag' other post types as being relevant to a given theme/region. We then interfere with WordPress's default selection of <strong>display templates</strong>, to show collated results pages: editorial on one side, search results on the other.</p>
<p>Here's an <a href="http://goc2012.culture.gov.uk/themes/arts-and-culture/">example</a>: a 'theme' page, showing relevant results from the other post types.</p>
<p><img class="alignnone size-full wp-image-3432" title="goc-collated" src="http://puffbox.com/wp-content/uploads/2012/05/goc-collated.jpg" alt="" width="500" height="200" /></p>
<p>There are specific custom post types for <a href="http://goc2012.culture.gov.uk/flickr/">photos</a> - specifically Flickr; and <a href="http://goc2012.culture.gov.uk/media/">videos</a> - specifically YouTube. (Why these two? Because pretty much every department is already using them.) And in both cases, we've written custom code to interface directly with the host sites' APIs, making the process of adding new material a breeze.</p>
<p>Let's take YouTube, for example. Editors simply click 'Add New', then paste the URL of a YouTube clip's page into a clearly labelled box. We extract the clip's unique ID, then query the YouTube API to get its thumbnail, which we save as the WP post's featured image; and the YouTube-recommended embed code. Couldn't be easier.</p>
<p>Then, when you view the clip's page on the site, the video gets embedded automatically - and we display the YouTube embed code, for journalists or bloggers to take away to their own sites.</p>
<p>We let the journalists and bloggers customise the embed's dimensions via an ajax call back to YouTube; so if you need a clip to be a certain size, we'll recalculate the width and height accordingly. We store your preference using a cookie - meaning that now, every time you look at a video page, the embed code is pre-customised for you. <img src='http://puffbox.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img class="alignnone size-full wp-image-3433" title="goc-embed" src="http://puffbox.com/wp-content/uploads/2012/05/goc-embed.jpg" alt="" width="500" height="180" /></p>
<p>Then there's the <strong>multi-dimensional search</strong> function. Each post type has a number of taxonomies associated with it: theme, region, originating department, and so on. So when you're browsing, say, the photo archives, you can specify that you want photos on a given theme... or from a given region... or by a given department... or in a given month. Individually, or in combination.</p>
<p><img class="alignnone size-full wp-image-3434" title="goc-filter" src="http://puffbox.com/wp-content/uploads/2012/05/goc-filter.jpg" alt="" width="500" height="250" /></p>
<p>It's the first time we've tackled this kind of 'advanced searching' functionality, and it probably doesn't sound all that complicated: but I can assure you, it is. <img src='http://puffbox.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It's also the first time we've delivered a <strong>responsive design</strong> on a client site. We originally planned three versions: phone, tablet and desktop. But a late change of code base, and (to be honest) questions over its real value, led us to drop the tablet view. For the most part, it's just been a case of un-floating the various blocks in the layout grid - but a few elements, like the primary navigation and homepage carousel, needed a bit more work. Give it a try if you've got a smartphone handy; or resize your (non-IE) browser to a really narrow size. It should kick in at 480px width.</p>
<p>Behind the scenes, working with our very good friends at <a href="http://catn.com/">CatN Hosting</a>, we've added a <strong>Varnish cache</strong> - just in case there's a sudden huge leap in traffic. Hopefully it won't ever be required. But for the same reason they're putting <a href="http://www.bbc.co.uk/news/uk-17884897">missiles</a> on top of east London tower blocks, we're planning for a worst-case scenario.</p>
<p>My thanks to Nick at DCMS/GOC for commissioning us, and protecting us from the internal wrangling. To <a href="http://joegardiner.co.uk/">Joe</a> at <a href="http://catn.com">CatN</a>, for leaping into action when called upon, and for very kindly volunteering to help with Varnish. And to the G-Cloud process, directly and indirectly, for its help in buying <a href="http://www.govstore.net/Catalogue/ViewService/811">Joe's services</a>. To the other clients who, knowingly or not, contributed ideas and code to the site's development. But most of all, to designer <a href="http://laurakalbag.com/">Laura Kalbag</a>, who developed the visuals and did the bulk of the front-end functionality. You're all wonderful.</p>
<p>Let the Games begin.</p>
<p><em>This has been a Code For The People production.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://puffbox.com/2012/05/18/code-for-the-people-presents-hmgs-olympic-paralympic-media-centre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BuddyPress powers new Civil Service community site</title>
		<link>http://puffbox.com/2012/05/17/buddypress-powers-new-civil-service-community-site/</link>
		<comments>http://puffbox.com/2012/05/17/buddypress-powers-new-civil-service-community-site/#comments</comments>
		<pubDate>Thu, 17 May 2012 20:20:05 +0000</pubDate>
		<dc:creator>Simon Dickson</dc:creator>
				<category><![CDATA[e-government]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://puffbox.com/?p=3425</guid>
		<description><![CDATA[There's a new website in the civilservice.gov.uk domain - but because it's at a subdomain, of course, it doesn't count as a 'new' site. (That's an observation, not a criticism; I'm as guilty of doing this as anyone.) Created by DWP 'in their role as leaders of Govt agile adoption on the ICT Strategy CIO [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-3426" title="agilegov" src="http://puffbox.com/wp-content/uploads/2012/05/agilegov.jpg" alt="" width="500" height="275" /></p>
<p>There's a <a href="http://agile.civilservice.gov.uk/">new website in the civilservice.gov.uk domain</a> - but because it's at a subdomain, of course, it doesn't count as a 'new' site. (That's an observation, not a criticism; I'm as guilty of doing this as anyone.)</p>
<p>Created by DWP 'in their role as leaders of Govt agile adoption on the ICT Strategy CIO Delivery Board', it's a community site which sets out to provide a space for 'people in the public and private sectors to discuss, share and get advice and answers on adopting agile in UK Government projects'. As such, it ticks a box from the ICT Strategy Implementation Plan.</p>
<p>Naturally I'm delighted to see they've built it using <a href="http://buddypress.org/">BuddyPress</a>. It looks like a fairly 'vanilla' installation for the moment, running using the free BuddyPress Corporate theme, with minimal customisation. I've also spotted the <a href="http://premium.wpmudev.org/project/qa-wordpress-questions-and-answers-plugin">Q&amp;A premium plugin</a> in there too. The IP address reveals it's the handiwork of Harry Metcalfe's DXW crew.</p>
<p>They're doing the right thing by just charging headlong into it; it seems like all the Facebook-esque functionality - personal profiles, groups, forums (?), friending, etc - has been enabled. Some of it will work, some won't. But since it's all in there already, you may as well give it a try.</p>
<p>I'd also endorse the decision to work with a ready-made theme: I recently looked into developing a BuddyPress theme from scratch, and soon gave up on the idea. It's terrifying. If you really want to customise the look &amp; feel, do it as a Child Theme.</p>
<p>The fate of any BuddyPress is dictated by the momentum it builds (or fails to build). The site, or more accurately its membership, needs to provide good enough reason for people to come back regularly, and contribute while they're there. I wish them well.</p>
<p><em>We've got a BuddyPress-based government project of our own in the works; the development work is close to completion, but we're facing a few bureaucratic hurdles. I'm hoping for progress in the next couple of weeks; naturally, I'll blog about it in due course.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://puffbox.com/2012/05/17/buddypress-powers-new-civil-service-community-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Going in 60 seconds</title>
		<link>http://puffbox.com/2012/02/08/going-in-60-seconds/</link>
		<comments>http://puffbox.com/2012/02/08/going-in-60-seconds/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 09:19:54 +0000</pubDate>
		<dc:creator>Simon Dickson</dc:creator>
				<category><![CDATA[e-government]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[stephenhale]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://puffbox.com/?p=3250</guid>
		<description><![CDATA[In a single sentence, Stephen Hale's latest blog post encapsulates the sheer joy of moving from a classic old-style CMS to WordPress. By switching out Stellent for WordPress as our primary content management tool, we changed the processes by which web content was created and published. Editors no longer needed the same in-depth knowledge of the [...]]]></description>
			<content:encoded><![CDATA[<p>In a single sentence, <a href="http://hale.dh.gov.uk/2012/02/07/who-does-digital/">Stephen Hale's latest blog post</a> encapsulates the sheer joy of moving from a classic old-style CMS to WordPress.</p>
<blockquote><p>By switching out Stellent for WordPress as our primary content management tool, we changed the processes by which web content was created and published. Editors no longer needed the same in-depth knowledge of the CMS to publish content, it was possible to publish more quickly, and it was much easier for us to devolve the act of publishing. The day-long CMS training course for new editors was replaced with a 1 minute (I timed it) session showing staff how to click on “add new” and type in a box.</p></blockquote>
<p>From what I hear, the GDS training course for those publishing on the new unified platform is going to take a _little_ longer than that.</p>
]]></content:encoded>
			<wfw:commentRss>http://puffbox.com/2012/02/08/going-in-60-seconds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New plugin embeds gov.uk forms within WordPress</title>
		<link>http://puffbox.com/2012/02/07/new-plugin-embeds-gov-uk-forms-within-wordpress/</link>
		<comments>http://puffbox.com/2012/02/07/new-plugin-embeds-gov-uk-forms-within-wordpress/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 09:31:31 +0000</pubDate>
		<dc:creator>Simon Dickson</dc:creator>
				<category><![CDATA[e-government]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[gds]]></category>
		<category><![CDATA[govuk]]></category>
		<category><![CDATA[saulcozens]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://puffbox.com/?p=3242</guid>
		<description><![CDATA[Saul Cozens has done a wonderful thing. He's written a WordPress plugin which allows you to integrate content from the new gov.uk site within WordPress pages. You add a WordPress shortcode, of the form: [govuk url="https://www.gov.uk/vat-rates"] It pulls in the corresponding JSON data - which is really just a case of adding .json on the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-3243" title="govukplugin" src="http://puffbox.com/wp-content/uploads/2012/02/govukplugin.jpg" alt="" width="500" height="500" /></p>
<p><a href="http://saulcozens.co.uk/pages/wordpressgovuk">Saul Cozens has done a wonderful thing</a>. He's written a WordPress plugin which allows you to integrate content from the new gov.uk site within WordPress pages. You add a WordPress shortcode, of the form:</p>
<p><code>[govuk url="https://www.gov.uk/vat-rates"]</code></p>
<p>It pulls in the corresponding JSON data - which is really just a case of adding .json on the end of the URL - and plonks it into your WordPress page. So far, so not tremendously complicated.</p>
<p>Here's the good bit. <em>No, sorry, the fantastic bit.</em> Not only does it plonk the text in, it can also plonk forms into place. And keeps them active as forms. Yes - actual, working forms.</p>
<p>My screenshot above is taken from my test server: no offence Saul, but I'm not putting a v0.1 alpha plugin on my company site! - but it shows me successfully embedding the Student Finance Calculator 'quick answer' form within my current blog theme, and sending data back and forth. Sure, the CSS needs a little bit of work... but Saul's concept is proven.</p>
<p><strong>Game on.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://puffbox.com/2012/02/07/new-plugin-embeds-gov-uk-forms-within-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress comes &#8216;home&#8217;: France holds its first WordCamp</title>
		<link>http://puffbox.com/2011/11/27/wordpress-comes-home-france-holds-its-first-wordcamp/</link>
		<comments>http://puffbox.com/2011/11/27/wordpress-comes-home-france-holds-its-first-wordcamp/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 20:09:25 +0000</pubDate>
		<dc:creator>Simon Dickson</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[paris]]></category>
		<category><![CDATA[wordcamp]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://puffbox.com/?p=3144</guid>
		<description><![CDATA[It seemed like fun. A quick jaunt over to Paris, to attend their first WordCamp proper. A chance to put my French to its toughest test in 17 years. A chance to attend a WordCamp as an ordinary punter, rather than as an organiser. And a good opportunity to check up on the neighbours. Paris [...]]]></description>
			<content:encoded><![CDATA[<p>It seemed like fun. A quick jaunt over to Paris, to attend their first WordCamp proper. A chance to put my French to its toughest test in 17 years. A chance to attend a WordCamp as an ordinary punter, rather than as an organiser. And a good opportunity to check up on the neighbours.</p>
<div id="attachment_3146" class="wp-caption alignnone" style="width: 410px"><img class="size-medium wp-image-3146" title="P1060140" src="http://puffbox.com/wp-content/uploads/2011/11/P1060140-400x300.jpg" alt="" width="400" height="300" /><p class="wp-caption-text">The venue: the cinema-esque Studio Raspail</p></div>
<p>Paris has a well-established barcamp-style event each year, and will continue to do so, but was (according to host <a href="http://www.herewithme.fr/a-propos/">Amaury Balmer</a>) the only country in the world not to have a formal WordCamp. And as if to underline the increasing professionalisation of WordPress, they decided to hold it on a Friday, starting at 9:00am. Or effectively, if your brain has only just got off the Eurostar, 08:00am. Thankfully, black coffee was provided.</p>
<p>First speaker of the day, appropriately enough, was <a href="http://twitter.com/michelv">Michel Valdrighi</a> - you've probably never heard of him, but he's the Frenchman who ultimately gave WordPress to the world.</p>
<div id="attachment_3148" class="wp-caption alignnone" style="width: 410px"><img class="size-medium wp-image-3148" title="P1060195" src="http://puffbox.com/wp-content/uploads/2011/11/P1060195-400x300.jpg" alt="" width="400" height="300" /><p class="wp-caption-text">Michel Valdrighi, the absent father of WordPress</p></div>
<p>Michel was an early convert to the joys of blogging, but couldn't find a platform which ticked all his boxes. A month after he wrote his first lines of PHP code, to create a dictionary of the Corsican language, he started on his <a href="http://cafelog.com/">own blogging platform</a> - Blogger 2, or b2. A version 1.0 release was written, but never released; then came unemployment and a bout of depression, and he walked away from it all. Which led to a <a href="http://ma.tt/2003/01/the-blogging-software-dilemma/">conversation</a> between <a href="http://ma.tt">this guy</a> and <a href="http://zed1.com/about/about-mike-little">this guy</a>, which led to... well, you can probably pick the story up from here yourself.</p>
<p>And then - ironically - having set the day's wheels in motion, Michel more or less disappeared. A shame, as I was dying to hear more. (I believe he returned for the social side later, but I'd gone by then.)</p>
<div id="attachment_3160" class="wp-caption alignnone" style="width: 510px"><img class="size-medium wp-image-3160" title="michelv" src="http://puffbox.com/wp-content/uploads/2011/11/michelv-500x201.png" alt="" width="500" height="201" /><p class="wp-caption-text">&#39;I stammered, forgot half what I wanted to say, improvised the rest. Stress.&#39;</p></div>
<p><a href="http://www.fran6art.com/">Francis Chouquet</a> was up next: a web designer who also has a premium themes business (<a href="http://peaxl.com/">Peaxl</a>), and has <a href="http://www.amazon.co.uk/gp/product/2744024244/ref=as_li_ss_tl?ie=UTF8&amp;tag=vodalicious-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=2744024244">written a book</a> on WordPress development. He talked about the market for premium themes, where apparently 2/3 of purchases are by resellers; and why he had ultimately opted to build a team to create premium themes, and a custom platform from which to sell them.</p>
<div id="attachment_3149" class="wp-caption alignnone" style="width: 410px"><img class="size-medium wp-image-3149" title="P1060231" src="http://puffbox.com/wp-content/uploads/2011/11/P1060231-400x300.jpg" alt="" width="400" height="300" /><p class="wp-caption-text">Francis Chouquet</p></div>
<p>His key point was that a theme shop needed distinct skills: creative, technical, marketing and support. You had to have a fighting spirit to make it work, he explained; but it was important not to lose the pleasure which made you do it in the first place.</p>
<div id="attachment_3150" class="wp-caption alignnone" style="width: 410px"><img class="size-medium wp-image-3150" title="P1060241" src="http://puffbox.com/wp-content/uploads/2011/11/P1060241-400x300.jpg" alt="" width="400" height="300" /><p class="wp-caption-text">Julio Potier</p></div>
<p>He was followed by <a href="http://secu.boiteaweb.fr/">Julio Potier</a>, who gave a very assured talk on theme and plugin vulnerabilities, and how not to get caught by them. He listed the various well-known plugins he'd found issues in, even certain security plugins! - and described the various levels of interest shown by the original developers. Some were grateful for the tipoff, some were hostile, some simply weren't bothered. Cautionary tales a-plenty.</p>
<p>With each slot lasting a full hour - not something I'm planning to recommend for future UK events, we were already nearing lunchtime. Next up was the youthful Aurélien Denis, who runs French-language tutorial site <a href="http://wpchannel.com/">wpchannel.com</a>, talking about recent WordPress enhancements which made it more of a CMS. People were wrong to say WordPress was a system conceived for managing blogs, he concluded; in fact, it was much more than that.</p>
<div id="attachment_3151" class="wp-caption alignnone" style="width: 410px"><img class="size-medium wp-image-3151" title="P1060310" src="http://puffbox.com/wp-content/uploads/2011/11/P1060310-400x300.jpg" alt="" width="400" height="300" /><p class="wp-caption-text">Aurélien Denis</p></div>
<p>I very nearly spoke up at that point; personally, I think the fact that it was conceived for blogs is <em>precisely</em> what makes WordPress what it is, and we should be embracing that fact, rather than trying to argue it away. A normal CMS is designed to be managed by a trained sysadmin, and built by experienced developers. (cf Drupal) WordPress assumes you're on your own, and you just want to get on with writing something. Which is almost always the case, even in large organisations like government departments.</p>
<p>We broke a little early for lunch, and given the (frankly unforgivable) lack of wifi at the venue, I went in search of free connectivity and good food. I couldn't find anywhere visibly offering both in the immediate vicinity; probably just as well, as I really fancied a moules-frites, and it wouldn't have gone well with my iPad.</p>
<div id="attachment_3152" class="wp-caption alignnone" style="width: 410px"><img class="size-medium wp-image-3152" title="P1060371" src="http://puffbox.com/wp-content/uploads/2011/11/P1060371-400x300.jpg" alt="" width="400" height="300" /><p class="wp-caption-text">Benjamin Lupu</p></div>
<p>First after the restart was <a href="http://twitter.com/benjaminlupu">Benjamin Lupu</a>, who runs the <a href="http://www.lagazettedescommunes.com/">WordPress-based digital operations</a> of a <a href="http://www.groupemoniteur.fr/">publishing company</a> targeting the public sector. In his excellent talk, he reviewed their work to integrate WordPress with their various other systems: subscriptions, email marketing and so on. There was initial reluctance at the thought of using a blogging platform, but the work came in under budget, handled the huge traffic levels, did everything they wanted, and provided a much more journalist-friendly experience than what had gone before. His only complaint was the lack of a built-in search engine in WordPress core; but it's not as if there aren't better, more focused open source solutions which could be easily bolted on.</p>
<p>And so to our gold sponsor for the day: Microsoft. <em>Yes, yet another WordCamp sponsored by Microsoft.</em> Things didn't start well, with Pierre Couzy failing to get his PowerPoint slides to project properly, unlike earlier Mac and Google Docs-based presentations. <em>(Sorry, a cheap shot, I know.)</em> And although he had a lot to say about Microsoft's efforts to engage with the product and the community, you just knew he would get a hard time when it came to questions.</p>
<div id="attachment_3153" class="wp-caption alignnone" style="width: 410px"><img class="size-medium wp-image-3153" title="P1060409" src="http://puffbox.com/wp-content/uploads/2011/11/P1060409-400x300.jpg" alt="" width="400" height="300" /><p class="wp-caption-text">Pierre Couzy</p></div>
<p>I've heard the 'we love open source really' speech from numerous Microsoft people over the past couple of years. (Usually followed by 'And we hate IE6 as much as you.') I'm not as hostile to it as I once was. They now have numerous free downloads and services to help make WordPress work on Windows; and whilst you mightn't choose to use Microsoft's products in your WordPress project, sometimes it's forced upon you. At least they're helping... although you sense it's with at least half an eye of monetisation in future, probably based on cloud hosting services.</p>
<div id="attachment_3154" class="wp-caption alignnone" style="width: 410px"><img class="size-medium wp-image-3154" title="P1060484" src="http://puffbox.com/wp-content/uploads/2011/11/P1060484-400x300.jpg" alt="" width="400" height="300" /><p class="wp-caption-text">Benjamin and Nicolas from beAPI</p></div>
<p>Final presentation of the day was a double header: Nicolas and Benjamin from WordPress specialists <a href="http://beapi.fr/">beAPI</a> (Amaury's consultancy), talking about ways to improve WordPress performance. I thought I'd have heard it all before, but they came it at from unexpected angles, and I still picked up a few new tips.</p>
<p><img class="alignnone size-medium wp-image-3155" title="P1060489" src="http://puffbox.com/wp-content/uploads/2011/11/P1060489-400x300.jpg" alt="" width="400" height="300" /></p>
<p>The day finished with a 'round table' Q&amp;A, featuring all the day's speakers (apart from Michel). The questions seemed rather negative, fearful, suspicious. Was the growth of Tumblr a cause for concern? Did the panel think 'they' would ever make WordPress paid-for? Why do 'they' bundle a paid-for plugin like Akismet with the free core product? It rather confirmed a feeling I'd had throughout the day, that the community in France felt distant from the core WordPress effort, in a way which we in the UK just don't. Perhaps it's the common language; perhaps we're just that little bit longer-established, and more confident as a result.</p>
<p>It proved to be a fascinating day, not least for the cultural differences. With so much of the jargon being in English, the presentations sometimes felt like they were being delivered simultaneously bilingually: and it took me a little while to tune into the Frenchified pronunciation of English terms. (It took me ages to work out what 'Apash' was.) And then there are the English terms which don't match the terms we use: <em>le back-office</em>, for one.</p>
<p><img class="alignnone size-medium wp-image-3147" title="P1060174" src="http://puffbox.com/wp-content/uploads/2011/11/P1060174-400x300.jpg" alt="" width="400" height="300" /></p>
<p>Félicitations to Amaury and Xavier for such a well-run event; and merci for the steady supply of coffee and cakes. Here's hoping the event inspires an even stronger, more confident WordPress community on the other side of <em>la Manche</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://puffbox.com/2011/11/27/wordpress-comes-home-france-holds-its-first-wordcamp/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Small site, big name</title>
		<link>http://puffbox.com/2011/11/24/small-site-big-name/</link>
		<comments>http://puffbox.com/2011/11/24/small-site-big-name/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 10:10:37 +0000</pubDate>
		<dc:creator>Simon Dickson</dc:creator>
				<category><![CDATA[company]]></category>
		<category><![CDATA[e-government]]></category>
		<category><![CDATA[multilingual]]></category>
		<category><![CDATA[walesoffice]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://puffbox.com/?p=3137</guid>
		<description><![CDATA[It feels like ages since I built a site completely from scratch; so much recently has been about invisible enhancement, or extra-large scale work taking months to reach its conclusion. So it's been great fun to do a small and relatively quick build for the Commission on Devolution in Wales, established to review the present [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-3138" title="cdw" src="http://puffbox.com/wp-content/uploads/2011/11/cdw.jpg" alt="" width="500" height="275" /></p>
<p>It feels like ages since I built a site completely from scratch; so much recently has been about invisible enhancement, or extra-large scale work taking months to reach its conclusion. So it's been great fun to do a small and relatively quick build for the <a href="http://commissionondevolutioninwales.independent.gov.uk/">Commission on Devolution in Wales</a>, established to review the present financial and constitutional arrangements in Wales.</p>
<p>In fact, it's been a complete identity package: working with <a href="http://www.dunstongraphics.co.uk/">Matt Budd</a>, we generated a handful of logo suggestions, trying our best - but ultimately failing - to get away from the use of a red dragon. The Commission team picked a favourite which we then worked up into a website, Word and PowerPoint templates, business cards, etc etc. (Note the deliberate selection of <a href="http://www.google.com/webfonts/specimen/Francois+One">a (free) Google Web Font</a>, by the way: how's that for 'digital by default'?)</p>
<p>The website is a child site of the <a href="http://www.walesoffice.gov.uk/">Wales Office</a>'s existing WordPress multisite setup, which we activated <a href="http://puffbox.com/2010/10/06/wales-office-refresh/">just over a year ago</a>, with precisely this kind of scenario in mind. A couple of clicks, a mapped domain, and bingo - a new and independent website in a matter of moments.</p>
<p>Ah yes, <em>independent</em>. We're using the <a href="http://independent.gov.uk/">independent.gov.uk domain</a>, set up to accommodate 'arms-length bodies, independent inquiries and other suitable temporary sites'. I still feel slightly uncomfortable with caveat-ed gov.uk addresses like this: <em>is it gov.uk, or isn't it?</em> But it's an established standard now, so we'll happily fall into line.</p>
<p>All of which gives us a site rejoicing in the URL:</p>
<p style="padding-left: 30px;">http://commissionondevolutioninwales.independent.gov.uk/</p>
<p>unless you're Welsh, in which case you get:</p>
<p style="padding-left: 30px;">http://comisiwnarddatganoliyngnghymru.independent.gov.uk/</p>
<p>- which, if I'm not mistaken, is the joint longest root URL in UK government, matching that of the <a href="http://publicappointmentscommissioner.independent.gov.uk/">Commissioner for Public Appointments</a> who - guess what? - is also independent of government.</p>
<p>It's a single child site, running off a fairly simple but internationalised theme. The content is fully bilingual, managed - somewhat reluctantly, I must say - via the paid-for WPML plugin. As Word Up Whitehall attendees will have heard, <a href="http://www.simonwheatley.co.uk">Mr Wheatley</a> and I are working on a multilingual plugin of our own: but it's not quite ready yet, and anyway, the Wales Office server wouldn't be ready for it either. <em>(Long story.)</em> I bear the scars of several WPML-based developments recently, but this one doesn't push it too hard, so it's been OK.</p>
<p>My thanks, as ever, to Matt for the creative work, Simon for some last-minute cake icing, and the Commission team for making this one run remarkably smoothly.</p>
<p>We'll have more multilingual shenanigans to come in the next couple of months... but on a <em>completely</em> different scale. <img src='http://puffbox.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://puffbox.com/2011/11/24/small-site-big-name/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Paris go! Off to France&#8217;s first WordCamp</title>
		<link>http://puffbox.com/2011/11/11/paris-go-off-to-frances-first-wordcamp/</link>
		<comments>http://puffbox.com/2011/11/11/paris-go-off-to-frances-first-wordcamp/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 12:34:00 +0000</pubDate>
		<dc:creator>Simon Dickson</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[wordcamp]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://puffbox.com/?p=3116</guid>
		<description><![CDATA[France's first 'proper' WordCamp takes place in Paris in a couple of weeks: and I've just bought my ticket. I did French as part of my degree - although that was nearly two decades ago, and only a tiny part of it was ever computer-related. So I'm placing a lot of confidence in 1) my [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-3117" title="wcparis" src="http://puffbox.com/wp-content/uploads/2011/11/wcparis.png" alt="" width="200" height="253" /><a href="http://2011.paris.wordcamp.org/">France's first 'proper' WordCamp</a> takes place in Paris in a couple of weeks: and I've just bought my ticket.</p>
<p>I did French as part of my degree - although that was nearly two decades ago, and only a tiny part of it was ever computer-related. So I'm placing a lot of confidence in <em>1)</em> my memory of the language, and <em>2)</em> the likelihood of the most difficult words being derived from English anyway. <img src='http://puffbox.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>There's a reassuring familiarity to the day's provisional programme: the themes business, scale, security, optimisation, and so on.</p>
<p>But the star attraction, for me anyway, will be the appearance of Michel Valdrighi - the man who created the <a href="http://cafelog.com/">b2/cafelog</a> blogging platform, and whose sudden disappearance led to a <a href="http://ma.tt/2003/01/the-blogging-software-dilemma/">discussion</a> between a kid from Texas and a bloke in Stockport, which ultimately led to... <img src='http://puffbox.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Also worth noting is the gold-level <a href="http://2011.paris.wordcamp.org/partenaires/">sponsorship</a> offered by Microsoft. Yes, yet another one.</p>
<p><em>Alors... est-ce qu'il y en a parmi les lecteurs de ce blogue qui voudraient me rejoindre à Paris?</em> Tickets are a very reasonable €25, and there are still plenty left. Come on, let's help the neighbours build some momentum.</p>
]]></content:encoded>
			<wfw:commentRss>http://puffbox.com/2011/11/11/paris-go-off-to-frances-first-wordcamp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Foreign Office finally switches to WordPress</title>
		<link>http://puffbox.com/2011/11/10/er-about-time-fco/</link>
		<comments>http://puffbox.com/2011/11/10/er-about-time-fco/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 15:17:46 +0000</pubDate>
		<dc:creator>Simon Dickson</dc:creator>
				<category><![CDATA[e-government]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[foreignoffice]]></category>
		<category><![CDATA[toldyouso]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://puffbox.com/?p=3107</guid>
		<description><![CDATA[Earlier this week, the Foreign Office rebuilt its blogs.fco.gov.uk site. It doesn't look much different. But the screenshot above isn't the significant one. The one below is. Yes, after some gentle encouragement on the pages of this blog, it's great to see the Foreign Office moving off the Apache Roller blogging platform - What, you've [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-3108" title="fco-1" src="http://puffbox.com/wp-content/uploads/2011/11/fco-1.jpg" alt="" width="500" height="270" /></p>
<p>Earlier this week, the Foreign Office rebuilt its blogs.fco.gov.uk site. It doesn't look much different. But the screenshot above isn't the significant one. The one below is.</p>
<p><img class="alignnone size-full wp-image-3109" title="fco-2" src="http://puffbox.com/wp-content/uploads/2011/11/fco-2.jpg" alt="" width="500" height="270" /></p>
<p>Yes, after some <a href="http://puffbox.com/2009/12/18/wireframes-specs-ha/">gentle encouragement</a> on the pages of this blog, it's great to see the Foreign Office moving off the Apache Roller blogging platform - What, you've never heard of it? <em>Exactly.</em> - and on to the blogging platform of choice, WordPress.</p>
<p>Like a lot of government projects, the brief has clearly been to keep the visuals almost exactly as-was. But Steph Gray has rebuilt the site using an HTML5-based theme, deployed on a multisite setup at Bytemark (by the look of it), and has managed to migrate 50+ blogs' worth of content too.</p>
<p>I can see a few things we'd have done differently - notably around non-English content. But as Word Up Whitehall attendees will have heard, Simon Wheatley and I have been concentrating on precisely that subject for most of the past few months, so we're probably deeper into it than most.</p>
<p title="BIS gets a blog">And so the highest-profile blogging platform in Whitehall comes over to WordPress, joining similar efforts at <a href="http://puffbox.com/2008/10/08/dfid-bloggers-tales-from-the-front-line/">DFID</a> (launched Oct 2008), <a href="http://www.dh.gov.uk/health/about-us/dh-bloggers/">Health</a>, <a href="http://puffbox.com/2011/02/04/decc-launches-staff-blogs-on-wordpress/">DECC</a> and <a title="BIS gets a blog" href="http://puffbox.com/2011/05/19/bis-gets-a-blog/">BIS</a>. Well done to Ross &amp; co for doing the right thing. You know it makes sense. <em>That really only leaves the <a href="http://www.blogs.mod.uk/">MOD</a>...</em></p>
]]></content:encoded>
			<wfw:commentRss>http://puffbox.com/2011/11/10/er-about-time-fco/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>When WordPress gets boring, things get interesting</title>
		<link>http://puffbox.com/2011/11/09/wordpress-gets-boring-great/</link>
		<comments>http://puffbox.com/2011/11/09/wordpress-gets-boring-great/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 09:40:02 +0000</pubDate>
		<dc:creator>Simon Dickson</dc:creator>
				<category><![CDATA[e-government]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[health]]></category>
		<category><![CDATA[transport]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordupwhitehall]]></category>

		<guid isPermaLink="false">http://puffbox.com/?p=3095</guid>
		<description><![CDATA[[Thanks to @JonAkwue for suggesting a vastly improved headline for this piece...] The big moment of this year's Word Up Whitehall came in the second presentation of the day: Gavin Dispain from the Department for Transport, telling the story of their hasty migration to WordPress. It was already clear that we were in very different [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://puffbox.com/wp-content/uploads/2011/11/P1060040.jpg"><img class="alignnone size-medium wp-image-3096" title="Transport's savings" src="http://puffbox.com/wp-content/uploads/2011/11/P1060040-400x300.jpg" alt="" width="400" height="300" /></a></p>
<p><em>[Thanks to @JonAkwue for <a href="https://twitter.com/#!/JonAkwue/status/134252856453763072">suggesting</a> a vastly improved headline for this piece...]</em></p>
<p>The big moment of this year's Word Up Whitehall came in the second presentation of the day: Gavin Dispain from the Department for Transport, telling the story of their hasty migration to WordPress.</p>
<p>It was already clear that we were in very different territory from last year's inaugural event: Stephen and Francis from Health had opened with a presentation featuring the kind of technical architecture diagrams you just don't see at WordCamps. We weren't just talking about the potential for government departments to use WordPress, or sharing examples of little microsites they'd built: no, this was real corporate-sized heavy-duty stuff. And there, at the heart of it, increasingly so in fact, was WordPress.</p>
<p>Then came Gavin, and that slide. He didn't really make a big deal of it. I think we all knew about the <em>potential</em> to generate massive savings. But there it was, in black and white: hundreds of thousands of real pounds, not notional pounds, saved at a stroke. With further savings to come, as more arms-length agencies come on-board. (Defra are <a href="http://puffbox.com/2011/04/15/multisite-mania-defra-puffbox/">a bit further down that track</a> already, as David Pearson related later in the day.)</p>
<p><img class="alignnone size-medium wp-image-3104" title="stephtweet" src="http://puffbox.com/wp-content/uploads/2011/11/stephtweet-500x111.png" alt="" width="500" height="111" /></p>
<p>Technical architecture diagrams. PowerPoint slides with incomprehensibly large numbers on them. Weren't these precisely the things which drove me out of 'proper' IT, and into the world of WordPress? What the hell were these doing at a WordPress event? For a moment I could feel myself switching off, as I'd done in countless meetings over the years.</p>
<p>And that's when it all suddenly fell into place.</p>
<p>I'd reacted against such things in the past, because they were visions of the future - and for the most part, futures that never quite arrived. But something was different here. People weren't talking about how they could or would do it. They were demonstrating how they <em>had</em> done it. Health had built that structure, and it was working. Transport had left behind one set of contracts costing £X, and were now in a new arrangement costing £Y.</p>
<p>To be frank, systems admin and accountancy can be a bit boring. But it's a mark of the success of the WordPress mission<sup>1</sup>, and the potential it has unlocked, that we're now into that business-as-usual territory. When you're getting stuck into the 'boring' bits, that's when change is <em>really</em> happening.</p>
<p>And it turns out, I don't <em>actually</em> hate technical architecture diagrams and budget forecasts after all.</p>
<p><sup>1</sup> When I first drafted this, I wasn't sure about using the word 'mission'. But then, by sheer coincidence, <a href="http://sethgodin.typepad.com/seths_blog/2011/11/theres-nothing-wrong-with-having-a-pla.html">Seth Godin posts a few lines on his blog</a>, and I feel a whole lot better about it.</p>
<p><img class="alignnone size-full wp-image-3101" title="sethplan" src="http://puffbox.com/wp-content/uploads/2011/11/sethplan.png" alt="" width="447" height="102" /></p>
]]></content:encoded>
			<wfw:commentRss>http://puffbox.com/2011/11/09/wordpress-gets-boring-great/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Coming up in WordPress 3.3</title>
		<link>http://puffbox.com/2011/11/01/coming-up-in-wordpress-3-3/</link>
		<comments>http://puffbox.com/2011/11/01/coming-up-in-wordpress-3-3/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 09:36:35 +0000</pubDate>
		<dc:creator>Simon Dickson</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://puffbox.com/?p=3089</guid>
		<description><![CDATA[The next version of WordPress, version 3.3 is on the horizon: a second beta release came out a couple of weeks back, and a first release candidate is due in the next couple of days. So what is there to look forward to? Hear it from to Andrew Nacin, one of the core developers, at a recent New York meetup.]]></description>
			<content:encoded><![CDATA[<p>The next version of WordPress, version 3.3 is on the horizon: a second beta release came out a couple of weeks back, and a first release candidate is due in the next couple of days.</p>
<p>So what is there to look forward to? I'll hand you over to <a href="https://twitter.com/#!/nacin">Andrew Nacin</a>, one of the core developers, and the presentation he gave at a recent New York meetup.</p>
<p><object width="500" height="281"><param name="movie" value="http://www.youtube.com/v/OVj4j72M0IQ?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/OVj4j72M0IQ?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="500" height="281" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>There are quite a few incremental improvements to the admin interface, but nothing to stop you in your tracks. The left-hand menu is now based on 'fly-out' submenus, more or less as the compressed view has always done, albeit with a nicer animation. There are tweaks to the Admin Bar (including pointy notifications), the 'Help' area, and the 'welcome' screen you see on an initial install. The file uploader is no longer Flash-dependent, favouring HTML5 where available, and adds drag-and-drop functionality.</p>
<p>Lots of little things, none of which sounds like much; but I'm told that once you've been using 3.3 for a while, going back to 3.2 feels rather dated.</p>
<p>Final release is currently scheduled for the end of November.</p>
]]></content:encoded>
			<wfw:commentRss>http://puffbox.com/2011/11/01/coming-up-in-wordpress-3-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

