<?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>Helpful Technology &#187; Uncategorized</title>
	<atom:link href="http://blog.helpfultechnology.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.helpfultechnology.com</link>
	<description></description>
	<lastBuildDate>Fri, 23 Jul 2010 13:07:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Adding RDFa to a consultation</title>
		<link>http://blog.helpfultechnology.com/2010/01/adding-rdfa-to-a-consultation/</link>
		<comments>http://blog.helpfultechnology.com/2010/01/adding-rdfa-to-a-consultation/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 08:00:43 +0000</pubDate>
		<dc:creator>Steph</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Government]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.helpfultechnology.com/?p=623</guid>
		<description><![CDATA[Recently, I&#8217;ve been involved in a project to ensure our consultations support RDFa markup, to make them indexable and reusable by third parties, including Directgov. Without duplicating the quite accessible and useful COI guidance, I thought I&#8217;d summarise here the process involved from the perspective of implementing the standard with minimal prior knowledge of the [...]


Related posts:<ol><li><a href='http://blog.helpfultechnology.com/2009/05/what-standards-and-legal-requirements-do-government-websites-need-to-take-account-of/' rel='bookmark' title='Permanent Link: What standards and legal requirements do government websites need to take account of?'>What standards and legal requirements do government websites need to take account of?</a></li>
<li><a href='http://blog.helpfultechnology.com/2008/07/adventures-in-social-consultation/' rel='bookmark' title='Permanent Link: Adventures in social consultation'>Adventures in social consultation</a></li>
<li><a href='http://blog.helpfultechnology.com/2009/03/civil-service-jobs-your-way/' rel='bookmark' title='Permanent Link: Civil Service jobs, your way'>Civil Service jobs, your way</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 5px 0 5px 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.helpfultechnology.com%2F2010%2F01%2Fadding-rdfa-to-a-consultation%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.helpfultechnology.com%2F2010%2F01%2Fadding-rdfa-to-a-consultation%2F&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Recently, I&#8217;ve been involved in a project to ensure our consultations support RDFa markup, to make them indexable and reusable by third parties, including Directgov. Without duplicating <a href="http://coi.gov.uk/guidance.php?page=312">the quite accessible and useful COI guidance</a>, I thought I&#8217;d summarise here the process involved from the perspective of implementing the standard with minimal prior knowledge of the whys and wherefores.</p>
<h2>Why bother?</h2>
<p>As of Jan 1st 2010, it&#8217;s <a href="http://www.hmg.gov.uk/frontlinefirst/action1/transparency.aspx">now a mandatory requirement for government sites</a>. But more importantly than that, it&#8217;s a Jolly Good Idea to provide a low-maintenance way of enabling other systems and services to grab a list of consultations from your site, and identify the important metadata about them, including the closing date and how to respond. Short term, it will make services like <a href="http://www.TellThemWhatYouThink.org">TellThemWhatYouThink</a> and <a href="http://consultations.direct.gov.uk/">Directgov</a> more useful, but in terms of the bigger picture, it will expose the opportunity to get involved with policymaking to a wider audience, and reduce the hassle for those who are already part of our regular stakeholder group (by making possible new services such as auto email alerts, RSS feeds, cross-government updates and so on).</p>
<h2>What&#8217;s involved?</h2>
<p>RDFa offers a simple way to add meaningful information to existing web pages, which can be extracted easily by software (as opposed to hit-and-miss &#8216;scraping&#8217; of regular web pages). As a lay person, I&#8217;d say there are three key principles which I can articulate:</p>
<ol>
<li><strong>B</strong><strong>e unobtrusive and minimalistic: </strong>taking this approach lets you add extra items to pages which aren&#8217;t seen by regular browsing visitors, but which are accessible to software robots looking for them. It&#8217;s also not &#8216;an extra thing&#8217; to maintain and serve like an RSS feed, so reduces risk, in theory.</li>
<li><strong>Offer clean data: </strong>through being consistent in how data about the consultation is described, the idea is that RDFa helps to extract very clean information about the consultation &#8211; for example, an unambiguous closing date, a response email address, an exact postcode, all in formats which can then be used in other ways (plotted on a map, listed on a calendar, turned into a mailform on a website etc)</li>
<li style="text-align: left;"><strong>Extend existing conventions: </strong>the most complicated aspect of implementing this particular specification is that the authors have gone out of their way to find existing wheels rather than reinvent their own. So they use <a href="http://en.wikipedia.org/wiki/Dublin_Core">Dublin Core</a> metadata to describe authors and organisations; <a href="http://en.wikipedia.org/wiki/VCard">vCard</a> to describe response contact information; plus nods to <a href="http://dbpedia.org/About">DBPedia</a> and <a href="http://www.foaf-project.org/">FOAF</a> (Friend Of A Friend) to support these major semantic web initiatives. Only for the  gaps where specific consultation information needs to be marked up is there a new standard introduced, using the namespace (prefix) <a href="http://code.google.com/p/argot-hub/wiki/ArgotConsultation"><code>argot</code></a>.</li>
</ol>
<p>In a nutshell, the process involves tweaking the template for your consultation pages, adding extra metadata elements and attributes. This is only as easy or hard as your CMS makes it. It&#8217;s important that it&#8217;s right though &#8211; even a few &#8216;broken bits&#8217; could render the page useless to a software robot trying to extract data from it.</p>
<h2>How to do it</h2>
<p>Read the COI guidance (and give it to your developer), which is the most comprehensive guide, with useful illustrated examples. There&#8217;s also a worked up <a href="http://argot-hub.googlecode.com/svn/trunk/_samples/dcms/consultation-world-heritage.html">HTML page showing how this works</a>, and of course <a href="http://www.bis.gov.uk/consultations">you&#8217;re welcome to look at ours</a> (which I *think* are right, based on feedback from the gurus).</p>
<p>As an example (but again, you should read the official guidance) I found I needed to work through the following:</p>
<ul>
<li>ensure we have a single page per per consultation</li>
<li>amend the DOCTYPE, if you&#8217;re using something like the standard XHTML strict/transitional version. Needs to tell requesters of the page that it contains RDFa</li>
<li>add some attributes to the &lt;html&gt; element, highlighting the namespaces (vocabularies) you&#8217;re referencing in the document</li>
<li>add Dublin Core metadata elements/attributes to your page &lt;head&gt; element if they&#8217;re not there already</li>
<li>ensure we have a wrapper &lt;div&gt; around the consultation information which again references the namespaces (vocabularies) you&#8217;re using. This also identifies the name of the organisation publishing the document</li>
<li>add some Dublin Core metadata attributes as &lt;spans&gt; within this &lt;div&gt; identifying this as a consultation</li>
<li>add some Dublin Core attributes to key bits of the HTML, such as the consultation title, start date, closing date and description, marking these as such &#8211; and in the case of dates, ensuring there&#8217;s a machine-readable data format value in the attribute. Also add a unique identifier &#8211; a reference number &#8211; to each consultation (not something we&#8217;d done routinely before)</li>
<li>ensure the contact details for responses is carefully structured using vCard format, with separate &#8216;Full Name&#8217;, &#8216;Street Address&#8217;, &#8216;Locality&#8217; and &#8216;Post Code&#8217; elements, suitably marked-up with attributes. Since vCard doesn&#8217;t cover the specific case of a consultation with an email reply address, for example, these elements are marked up with the new argot: namespace attributes</li>
<li>add Dublin Core-based attributes describing the file attachments &#8211; the consultation document itself, and any related ones such as appendices or Impact Assessments</li>
</ul>
<p><strong>UPDATE:</strong> <em>in retrospect, it was foolish to attempt a blog post about code without some code examples. I&#8217;ve tried and failed to find a half-decent code syntax highlighter plugin for WordPress, but the following couple of screenshots hopefully illustrate the before and after situations for the contact information part of a consultation:</em></p>
<p><strong>Before, plain HTML:</strong></p>
<p><a href="http://blog.helpfultechnology.com/wp-content/uploads/2010/01/before-rdfa.png"><img class="alignnone size-full wp-image-650" title="before-rdfa" src="http://blog.helpfultechnology.com/wp-content/uploads/2010/01/before-rdfa.png" alt="" width="450" height="144" /></a></p>
<p><strong>After, with RDFa added </strong><em>(and marked up more semantically as a list item within the consultation metadata)</em></p>
<p><a href="http://blog.helpfultechnology.com/wp-content/uploads/2010/01/after-rdfa.png"><img class="alignnone size-full wp-image-651" title="after-rdfa" src="http://blog.helpfultechnology.com/wp-content/uploads/2010/01/after-rdfa.png" alt="" width="450" height="310" /></a></p>
<h2>What help is available?</h2>
<p>I worked from the examples given in the COI guidance and the pioneers in this at the <a href="http://www.justice.gov.uk/consultations/consultations.htm">Ministry of Justice</a>. The <a href="http://coi.gov.uk/blogs/digigov/tag/tg124/">COI Digigov</a> team are your allies in helping to implement this, and should be able to answer queries and/or direct you to sources of further implementation advice and support.</p>
<p>In terms of online tools, you can see whether your RDFa is visible to suitably-equipped applications using <a href="http://backplanejs.appspot.com/rdfa?url=http://www.bis.gov.uk/european-works-council-directive">Mark Birbeck&#8217;s tool</a> or <a href="http://ubiquity-rdfa.googlecode.com/svn/trunk/install-checker.html">bookmarklet</a>, if you prefer (and he should know; he invented RDFa).</p>
<p>Good luck!</p>
<p><em>P.S. If you Know About This Stuff and feel I&#8217;m giving duff advice here, please drop me a line in the comments or via the contact form and I&#8217;ll correct. Thanks.</em></p>


<p>Related posts:<ol><li><a href='http://blog.helpfultechnology.com/2009/05/what-standards-and-legal-requirements-do-government-websites-need-to-take-account-of/' rel='bookmark' title='Permanent Link: What standards and legal requirements do government websites need to take account of?'>What standards and legal requirements do government websites need to take account of?</a></li>
<li><a href='http://blog.helpfultechnology.com/2008/07/adventures-in-social-consultation/' rel='bookmark' title='Permanent Link: Adventures in social consultation'>Adventures in social consultation</a></li>
<li><a href='http://blog.helpfultechnology.com/2009/03/civil-service-jobs-your-way/' rel='bookmark' title='Permanent Link: Civil Service jobs, your way'>Civil Service jobs, your way</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.helpfultechnology.com/2010/01/adding-rdfa-to-a-consultation/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Baby steps in Social Media News Releases</title>
		<link>http://blog.helpfultechnology.com/2009/05/baby-steps-in-social-media-news-releases/</link>
		<comments>http://blog.helpfultechnology.com/2009/05/baby-steps-in-social-media-news-releases/#comments</comments>
		<pubDate>Fri, 15 May 2009 23:16:05 +0000</pubDate>
		<dc:creator>Steph</dc:creator>
				<category><![CDATA[Government]]></category>
		<category><![CDATA[Social media]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.helpfultechnology.com/?p=263</guid>
		<description><![CDATA[The thinking goes: the old fashioned press release, with its carefully-crafted marketing-speak, stilted quotes and page or two of text is on the way out. First, the intended audience (journalists) don&#8217;t trust the content. Second, it doesn&#8217;t fit with the multimedia format of broadcast and online news. Third, in an age of blogging and citizen [...]


Related posts:<ol><li><a href='http://blog.helpfultechnology.com/2008/11/is-social-media-safe-for-work/' rel='bookmark' title='Permanent Link: Is social media safe for work?'>Is social media safe for work?</a></li>
<li><a href='http://blog.helpfultechnology.com/2008/06/innovating-in-small-steps/' rel='bookmark' title='Permanent Link: Innovating in small steps'>Innovating in small steps</a></li>
<li><a href='http://blog.helpfultechnology.com/2009/01/how-to-get-started-in-social-media/' rel='bookmark' title='Permanent Link: How to get started in social media'>How to get started in social media</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 5px 0 5px 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.helpfultechnology.com%2F2009%2F05%2Fbaby-steps-in-social-media-news-releases%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.helpfultechnology.com%2F2009%2F05%2Fbaby-steps-in-social-media-news-releases%2F&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>The thinking goes: the old fashioned press release, with its carefully-crafted marketing-speak, stilted quotes and page or two of text is on the way out. First, the intended audience (journalists) don&#8217;t trust the content. Second, it doesn&#8217;t fit with the multimedia format of broadcast and online news. Third, in an age of blogging and citizen journalism, there&#8217;s a wider audience out there for the raw information sans spin.</p>
<p>The <a href="http://www.pr-squared.com/2006/05/the_social_media_press_release.html">Social Media News Release</a> (SMNR) updates the old press notice and video news release for a social media age. Factual bullet points instead of marketingese. Embedded video and images for media outlets and bloggers to use. Social bookmarking buttons to help users to spread the word. Related documents and context to help the lazy or time-poor to put the report in context.</p>
<p><img class="alignnone size-full wp-image-264" title="smnr" src="http://blog.helpfultechnology.com/wp-content/uploads/2009/05/smnr.png" alt="smnr" width="450" height="327" /></p>
<p>I think there&#8217;s a real opportunity for government press officers here: by preparing more engaging news releases, we can give stretched media organisations the raw materials they need to cover public sector stories, help set the context of our programmes and announcements, and strengthen trust in government as a source of authoritative, credible information. The example of the <a href="http://www.cdc.gov/socialmedia/h1n1/">H1N1 swine flu materials</a> published by the US Center for Disease Control is a rather nice one, complete with embeddable widgets.</p>
<p>Rather haphazardly, I&#8217;ve been trying to do the same for some of the launches I&#8217;ve worked on. <a href="http://interactive.dius.gov.uk/workskills/launch.php">Early attempts</a> were very basic. <a href="http://www.hmg.gov.uk/newopportunities/bloggers.aspx">A more recent effort</a> (with more planning) was a bit more comprehensive. But now, I&#8217;ve got the luxury of piloting it properly, with Rhys Stacker &#8211; a former DIUS press officer and talented photographer &#8211; and Elliot Reuben at the helm.</p>
<p>Naively, I initially thought we could write a spec for a software tool to help us deliver SMNRs, and roll it out. It quickly became clear that actually, there are more cultural change and technical obstacles involved in preparing, creating, publishing, promoting and assessing SMNRs than I first realised. There seem to be four main challenges:</p>
<ol>
<li><strong>Getting the right content: </strong>capturing content with the appropriate tone, quality and range</li>
<li><strong>Publishing it in the right format: </strong>finding a platform which presents it right, including multimedia files which others can take and reuse, and publishing it in a timely way</li>
<li><strong>Promoting it to the right people:</strong> identifying who might be interested (e.g. specialist bloggers) and telling them about the release</li>
<li><strong>Tracking its impact: </strong>assessing who is using it, how, and how it could be improved</li>
</ol>
<p>We&#8217;re trying out PressItt, a free hosted SMNR service, which Rhys used today to collate <a href="http://pressitt.com/smnr/science-minister-opens-new-medical-tech-centre-to-boost-innovation-in-nhs/82/">an SMNR</a> about our minister&#8217;s opening of a new research facility &#8211; complete with high resolution images and a podcast of the minister&#8217;s speech. To my mind, it&#8217;s an impressive effort &#8211; simply converting and publishing the various components. And it&#8217;s step forward from our first attempt, which featured video clips of the <a href="http://pressitt.com/smnr/government-launches-learning-revolution/16/">launch of DIUS&#8217; Learning Revolution </a>- but which took 3 days to finally edit and publish.</p>
<p>This is still a relatively new and untested area of digital engagement for UK government, so we&#8217;re still feeling our way through successfully completing the process itself, let alone successful outcomes from it. But to my mind, that&#8217;s exactly where we should be, hence my documenting our baby steps.</p>
<p>Learnings so far? Planning is everything: know what we can capture, and line up the people and gear to do it. Editing and uploading takes time. Busy press officers can&#8217;t realistically take this on as a new responsibility &#8211; it needs dedicated focus and expertise, at least for now. Promotion is tricky &#8211; tools like <a href="http://www.socialmediaaffairs.co.uk/">Social Media Library</a> offer the promise of helping us target the right bloggers and tweeters alongside our corporate channels, but it&#8217;s too soon to tell what really works. The process is getting quicker with practice: while brands like <a href="http://ford.digitalsnippets.com/focus/">Ford have produced impressive SMNRs</a>, they&#8217;re focussing on big product launches, rather than the types of regular events and publications we&#8217;re currently aiming to cover in this way.</p>
<p>We&#8217;ll keep on trying, and seeing what works, and look forward to feedback and suggestions as we go.</p>


<p>Related posts:<ol><li><a href='http://blog.helpfultechnology.com/2008/11/is-social-media-safe-for-work/' rel='bookmark' title='Permanent Link: Is social media safe for work?'>Is social media safe for work?</a></li>
<li><a href='http://blog.helpfultechnology.com/2008/06/innovating-in-small-steps/' rel='bookmark' title='Permanent Link: Innovating in small steps'>Innovating in small steps</a></li>
<li><a href='http://blog.helpfultechnology.com/2009/01/how-to-get-started-in-social-media/' rel='bookmark' title='Permanent Link: How to get started in social media'>How to get started in social media</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.helpfultechnology.com/2009/05/baby-steps-in-social-media-news-releases/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Unblocking the Blockers</title>
		<link>http://blog.helpfultechnology.com/2009/01/unblocking-the-blockers/</link>
		<comments>http://blog.helpfultechnology.com/2009/01/unblocking-the-blockers/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 00:45:34 +0000</pubDate>
		<dc:creator>Steph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[survey]]></category>

		<guid isPermaLink="false">http://blog.helpfultechnology.com/?p=81</guid>
		<description><![CDATA[OK, it&#8217;s time to be a bit subversive. We have the Civil Service guidance on participation online, and yet in organisations across the UK, public servants and others are being prevented from engaging online at work thanks to restrictions placed on their internet access by their IT providers. Some of these are well-intentioned: designed to [...]


Related posts:<ol><li><a href='http://blog.helpfultechnology.com/2009/01/update-who-blocks/' rel='bookmark' title='Permanent Link: Update: who blocks?'>Update: who blocks?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 5px 0 5px 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.helpfultechnology.com%2F2009%2F01%2Funblocking-the-blockers%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.helpfultechnology.com%2F2009%2F01%2Funblocking-the-blockers%2F&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>OK, it&#8217;s time to be a bit subversive.</p>
<p><img class="alignnone size-full wp-image-82" title="Social Media Test Suite survey" src="http://blog.helpfultechnology.com/wp-content/uploads/2009/01/smts.png" alt="Social Media Test Suite survey" width="450" height="300" /></p>
<p>We have the <a href="http://www.civilservice.gov.uk/iam/codes/social_media/participation.asp">Civil Service guidance on participation online</a>, and yet in organisations across the UK, public servants and others are being prevented from engaging online at work thanks to restrictions placed on their internet access by their IT providers. Some of these are well-intentioned: designed to prevent malicious attacks through unguarded use of attachments to webmail messages. Some are questionable, but understandable, like blocking access to webmail to prevent leaking of sensitive material. But often, they&#8217;re just bloody-minded and a symptom of a lack of understanding that social networks, wikis and online video are increasingly important tools that people need to access from work in order to their jobs properly. As one person told me today: <em>&#8220;It&#8217;s OK, I <strong>can</strong> call up X to get temporary access to that site, but still, it makes me feel subversive, like I&#8217;m doing something out of the ordinary which isn&#8217;t a real part of my job&#8221;.</em> We won&#8217;t get anywhere with digital engagement unless we start treating colleagues as trustworthy adults.</p>
<p>(Note to managers: if people abuse the access they&#8217;re offered, discipline them according to the acceptable use policy they&#8217;ve signed up to. If you&#8217;re not aware of how they&#8217;re spending their time at work, why on earth not?)</p>
<p>So let&#8217;s try and build a picture of access to social media tools from the workplace. <strong>Please run my <a href="http://leste.ph/socialmediatestsuite">social media test suite survey</a> from your workplace machine</strong> and let&#8217;s see who the blockers are. I&#8217;m happy to publish here, or in the survey results you can see when you complete the survey, any appropriate explanations or justifications from IT providers. I know there can be good reasons for limiting access, and we should separate those from the bad ones.</p>
<p>Finally, as it says on the front page of the survey, don&#8217;t attempt the survey if you have the misfortune of working somewhere really prehistoric and draconian: if even attempting to access social media sites will get you in trouble, please don&#8217;t.</p>
<p><strong>UPDATE: <a href="http://blog.helpfultechnology.com/2009/01/update-who-blocks/">the results are in</a>.</strong></p>


<p>Related posts:<ol><li><a href='http://blog.helpfultechnology.com/2009/01/update-who-blocks/' rel='bookmark' title='Permanent Link: Update: who blocks?'>Update: who blocks?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.helpfultechnology.com/2009/01/unblocking-the-blockers/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>An incomplete field-spotters guide to the jungle beasts of the social media enterprise</title>
		<link>http://blog.helpfultechnology.com/2008/11/an-incomplete-field-spotters-guide-to-the-jungle-beasts-of-the-social-media-enterprise/</link>
		<comments>http://blog.helpfultechnology.com/2008/11/an-incomplete-field-spotters-guide-to-the-jungle-beasts-of-the-social-media-enterprise/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 23:04:19 +0000</pubDate>
		<dc:creator>Steph</dc:creator>
				<category><![CDATA[Social media]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.helpfultechnology.com/?p=30</guid>
		<description><![CDATA[Herewith in a half-dozen crisp pen-portraits, a description of some of the characters you are sure to meet as a missionary for social media in the curious jungle of social media in the enterprise: Macaques are fun and infuriating. They love to experiment, grabbing something and leaping away to play with it. They&#8217;re sociable types [...]


Related posts:<ol><li><a href='http://blog.helpfultechnology.com/2009/01/how-to-get-started-in-social-media/' rel='bookmark' title='Permanent Link: How to get started in social media'>How to get started in social media</a></li>
<li><a href='http://blog.helpfultechnology.com/2008/11/is-social-media-safe-for-work/' rel='bookmark' title='Permanent Link: Is social media safe for work?'>Is social media safe for work?</a></li>
<li><a href='http://blog.helpfultechnology.com/2009/05/baby-steps-in-social-media-news-releases/' rel='bookmark' title='Permanent Link: Baby steps in Social Media News Releases'>Baby steps in Social Media News Releases</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 5px 0 5px 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.helpfultechnology.com%2F2008%2F11%2Fan-incomplete-field-spotters-guide-to-the-jungle-beasts-of-the-social-media-enterprise%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.helpfultechnology.com%2F2008%2F11%2Fan-incomplete-field-spotters-guide-to-the-jungle-beasts-of-the-social-media-enterprise%2F&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Herewith in a half-dozen crisp pen-portraits, a description of some of the characters you are sure to meet as a missionary for social media in the curious jungle of social media in the enterprise:</p>
<p><img src="http://farm1.static.flickr.com/207/467041168_6379de50cb_s.jpg " alt="Macaque" style="float: left; clear: left; margin: 0 5px 5px 0;" /><strong>Macaques</strong> are fun and infuriating. They love to experiment, grabbing something and leaping away to play with it. They&#8217;re sociable types too, but defend their own space. You&#8217;ll wonder where that thing of yours went, only to find a cheeky macacque making a rude gesture with it, and then throwing it at you when you turn your back.</p>
<p><img src="http://farm3.static.flickr.com/2329/2197709166_78578cb2c9_s.jpg" alt="Camel" style="float: left; clear: left; margin: 0 5px 5px 0;" /><strong>Camels</strong> are generally miserable, unyielding and obstructive where possible. They do Real Work, have always done it a certain way, and won&#8217;t be persuaded that any other way exists. They cast you a look of disdain through their long eyelashes, and give you a sneaky kick if you get too close.</p>
<p><img src="http://farm1.static.flickr.com/5/6894124_982b3e00d3_s.jpg" alt="Puppy" style="float: left; clear: left; margin: 0 5px 5px 0;" /><strong>Puppies</strong> are endearing (I told you it was a strange old jungle). They crave attention and have seemingly boundless energy. Never too busy to play with a new toy, they gnaw things to shreds, unleash loo rolls throughout the house and run up expectantly for the pat on the head they know they&#8217;ll get.</p>
<p><img src="http://farm2.static.flickr.com/1317/908814138_9fa713a687_s.jpg" alt="Crocodile" style="float: left; clear: left; margin: 0 5px 5px 0;" /><strong>Crocodiles</strong> lurk in the shallows and appear at first to be a helpful log to cross the stream. Big mistake: they&#8217;ll cost you an arm.</p>
<p style='clear:left;'><img src="http://farm1.static.flickr.com/1/122380352_72cb93fce0_s.jpg" alt="Owl" style="float: left; clear: left; margin: 0 5px 5px 0;" /><strong>Owls</strong> watch and learn. You hardly notice they&#8217;re there, as they tentatively edge along the twig towards you. They aren&#8217;t afraid of new ideas and do things thoroughly and deliberately. In fact, because they take time to learn and practice, they often end up as the experts.</p>
<p><img src="http://farm4.static.flickr.com/3251/2770900614_6d737219e6_s.jpg" alt="Bison" style="float: left; clear: left; margin: 0 5px 5px 0;" /><strong>Bison</strong> are herd animals. They do things when others do them, and don&#8217;t want to be the first to explore a new domain. They worry that striking off in a new direction will leave them exposed. And they know, rightly, that lions come and go like the seasons, but the herd will always remain.</p>
<p><em>Photo credits (Flickr): Creativity+ Timothy K Hamilton, chotda, Tambako the Jaguar, meantux, Dom Dada and me</em></p>


<p>Related posts:<ol><li><a href='http://blog.helpfultechnology.com/2009/01/how-to-get-started-in-social-media/' rel='bookmark' title='Permanent Link: How to get started in social media'>How to get started in social media</a></li>
<li><a href='http://blog.helpfultechnology.com/2008/11/is-social-media-safe-for-work/' rel='bookmark' title='Permanent Link: Is social media safe for work?'>Is social media safe for work?</a></li>
<li><a href='http://blog.helpfultechnology.com/2009/05/baby-steps-in-social-media-news-releases/' rel='bookmark' title='Permanent Link: Baby steps in Social Media News Releases'>Baby steps in Social Media News Releases</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.helpfultechnology.com/2008/11/an-incomplete-field-spotters-guide-to-the-jungle-beasts-of-the-social-media-enterprise/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The power of unconference</title>
		<link>http://blog.helpfultechnology.com/2008/09/the-power-of-unconference/</link>
		<comments>http://blog.helpfultechnology.com/2008/09/the-power-of-unconference/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 11:22:54 +0000</pubDate>
		<dc:creator>Steph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dius]]></category>
		<category><![CDATA[ukyouthonline]]></category>
		<category><![CDATA[unconference]]></category>

		<guid isPermaLink="false">http://blog.helpfultechnology.com/?p=25</guid>
		<description><![CDATA[I think it was clear it was going to be a good day during the introductions. Around fifty youth workers, technologists and others with an interest in youth participation from as far away as Lancashire, Devon, Norfolk and Wiltshire had gathered at DIUS on a Saturday morning for UKYouthOnline, organised by Tim Davies. With that [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 5px 0 5px 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.helpfultechnology.com%2F2008%2F09%2Fthe-power-of-unconference%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.helpfultechnology.com%2F2008%2F09%2Fthe-power-of-unconference%2F&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I think it was clear it was going to be a good day during the introductions. Around fifty youth workers, technologists and others with an interest in youth participation from as far away as Lancashire, Devon, Norfolk and Wiltshire had gathered at DIUS on a Saturday morning for <a href="http://ukyouthonline.ning.com/">UKYouthOnline</a>, organised by <a href="http://www.timdavies.org.uk/">Tim Davies</a>. With that much enthusiasm and experience in the room, Tim&#8217;s gamble on the <a href="http://en.wikipedia.org/wiki/Open-space_meeting">open space conference</a> methodology was sure to pay off &#8211; even if only about a third of the participants had ever attended an unconference before.</p>
<p><img style="float: left;" src="http://farm4.static.flickr.com/3013/2892464568_03fb53bfdc.jpg" alt="Social Media game at UKYouthOnline" width="333" height="500" /></p>
<p>Tim&#8217;s a <a href="http://www.practicalparticipation.co.uk/">phenomenal facilitator</a>, motivator and organiser, and I think that&#8217;s what really made the unconference model work: having just enough structure and infrastructure to enable the interesting, serendipitous conversations, demonstrations and one-to-one meetings to take place.</p>
<p>It was also the first time I&#8217;d played the <a href="http://socialmedia.wikispaces.com/Social+media+game">infamous social media game</a>, in a great session run by <a href="http://www.davepress.net">Dave Briggs</a> (taking time out from tending to the needy and applying creams and lotions in his Social Media clinic). If you have a group of people interested in using social media tools for engagement but not sure which ones to choose or where to start, it&#8217;s a good way of thinking through some of the strategic choices involved.</p>
<p>I learnt a whole bunch of things:</p>
<ul>
<li>Examples of how the <a href="http://www.new.facebook.com/apps/application.php?id=20196811016">Facebook MyOffice application</a> is being used as a collaboration platform between youth workers and young people: a great example of going to where the audience is, rather than building a new and unfamiliar platform for them to use</li>
<li><a href="http://sproutbuilder.com/">Sprout</a>, a widget-building application. Probably best for prototyping since there are some question marks over accessibility</li>
<li>The fascinating work being done in organisations with different but parallel challenges to my own: <a href="http://www.oxfam.org.uk/get_involved/">Oxfam GB</a>, <a href="http://www.nationaltrust.org.uk/main/w-trust/w-volunteering/w-youthinvolvement.htm">The National Trust</a> and the <a href="http://byc.org.uk/">British Youth Council</a>, amongst others</li>
<li>The sophistication of youth work on social networking services: for example, the subtle enhancements to privacy in user profiles introduced by the new Facebook</li>
<li>Ultimately, the value of truly co-designed online projects, especially when it comes to services designed to be used by young people. I&#8217;m still too inclined to go it alone, when I think the lesson of youth work generally is to find appropriate ways to put the power to develop solutions in the hands of young people themselves. I wonder what a co-designed online consultation might look like if we were to bring in the stakeholders, scientists, employers, learners and front-line staff that we want to hear from?</li>
</ul>
<p>It was also really encouraging to see the enthusiasm and help I got from facilities colleagues and others in DIUS transforming a run-of-the-mill government building into a really good unconference venue with wifi, pizza and the works in terms of AV equipment, registration desk etc &#8211; all on a shoestring budget. I&#8217;d really encourage others in government to think about what their central London buildings could help to make possible on a weekend. Thanks are due to DIUS colleagues or alumni <a href="http://extendedreach.wordpress.com">Justin Kerr-Stevens</a> (for wifi), <a href="http://twitter.com/mlyons">Michelle Lyons</a> (for social reporting), Jo Simmons and Kim Worts (my boss and a senior civil servant, hopefully now a convert to unconferences).</p>
<p>I presented some analysis we commissioned from Forrester on how young people are using the internet, social media and social networking services &#8211; it led to an interesting discussion about issues of gender, and how we design for the social aspect of using the internet with friends (as opposed to a solitary experience) and recognise the challenge of media fragmentation and continuous partial attention. More to come on that one in a future post, I&#8217;m sure. For now, here are the slides:</p>
<div id="__ss_620738" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="How are young people using social media?" href="http://www.slideshare.net/diusgovuk/how-are-young-people-using-social-media-presentation?type=powerpoint">How are young people using social media?</a><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=youngpeopleonline-1222465651470652-9&amp;stripped_title=how-are-young-people-using-social-media-presentation" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=youngpeopleonline-1222465651470652-9&amp;stripped_title=how-are-young-people-using-social-media-presentation" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View SlideShare <a style="text-decoration:underline;" title="View How are young people using social media? on SlideShare" href="http://www.slideshare.net/diusgovuk/how-are-young-people-using-social-media-presentation?type=powerpoint">presentation</a> or <a style="text-decoration:underline;" href="http://www.slideshare.net/upload?type=powerpoint">Upload</a> your own. (tags: <a style="text-decoration:underline;" href="http://slideshare.net/tag/social-networking">social networking</a> <a style="text-decoration:underline;" href="http://slideshare.net/tag/youth">youth</a>)</div>
</div>
<p>Thanks again to Tim and everyone who came along for their inspiration and ideas.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.helpfultechnology.com/2008/09/the-power-of-unconference/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Welcome to the machine</title>
		<link>http://blog.helpfultechnology.com/2008/09/welcome-to-the-machine/</link>
		<comments>http://blog.helpfultechnology.com/2008/09/welcome-to-the-machine/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 23:04:09 +0000</pubDate>
		<dc:creator>Steph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.helpfultechnology.com/?p=23</guid>
		<description><![CDATA[I spent an interesting hour in the company of a long-serving colleague today, as part of a project we&#8217;re doing to look at the baseline skills and awareness of social media in the organisation. Peter (not his real name) first worked in the Department for Education in the late 1960s, and painted me a picture [...]


Related posts:<ol><li><a href='http://blog.helpfultechnology.com/2008/06/new-conversation/' rel='bookmark' title='Permanent Link: A new conversation'>A new conversation</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 5px 0 5px 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.helpfultechnology.com%2F2008%2F09%2Fwelcome-to-the-machine%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.helpfultechnology.com%2F2008%2F09%2Fwelcome-to-the-machine%2F&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://blog.helpfultechnology.com/wp-content/uploads/2008/09/bowlers.jpg"><img class="alignleft size-full wp-image-24" title="Bowler hats" src="http://blog.helpfultechnology.com/wp-content/uploads/2008/09/bowlers.jpg" alt="Civil servants in bowler hats" /></a>I spent an interesting hour in the company of a long-serving colleague today, as part of a project we&#8217;re doing to look at the baseline skills and awareness of social media in the organisation. Peter (not his real name) first worked in the Department for Education in the late 1960s, and painted me a picture of what life was like:</p>
<blockquote><p>&#8220;A letter would come in, and would go to the Registry. There were three sets of files: Policy, Premises and Correspondence. The Registry folk would work out which set of files the letter belonged with, and file it. Then I&#8217;d receive the file, together with a note about the letter. All the information about the matter would be kept in the file. Sometimes, if the file related to a school that had been established for decades, the file would be enormous. So they would send me a form asking which portion of the file I needed, and I&#8217;d send that back to them in the docket, and then back would come the file. I&#8217;d read the letter, maybe telephone a colleague to check something if I needed to &#8211; bearing in mind the cost of telephone calls &#8211; and then I&#8217;d write my response in longhand and give it to the typing pool. It would come back within 24 hours, and I&#8217;d check it. If corrections were needed, I&#8217;d send it back and have it redone. And then the letter would go out.&#8221;</p></blockquote>
<p>I&#8217;m sure in some ways the basic process of civil service work is much the same today &#8211; I remember the manila registry files myself from when I <a href="http://www.coi.gov.uk">started</a>, just five years ago. But it made me stop and think about the scale and pace of change. Twenty years ago, few civil servants would have regularly worked with a computer. Ten years ago, email would have been a novelty for most. Now, we&#8217;re wondering why it&#8217;s seeming so tough to embed a blogging culture amongst a workforce of whom <a href="http://www.statistics.gov.uk/pdfdir/cs0708.pdf">over 30%</a> (PDF) started work in the 1970s and 64% of whom were filing their first dockets before Tim Berners-Lee&#8217;s <a href="http://info.cern.ch/Proposal.html">vague but exciting idea</a> was even conceived.</p>
<p><a href="http://www.douglasadams.com/dna/19990901-00-a.html">Douglas Adams was right</a>:</p>
<blockquote><p>1) everything that&#8217;s already in the world when you&#8217;re born is just normal;</p>
<p>2) anything that gets invented between then and before you turn 35 is incredibly exciting and creative and, given opportunity, you can make a career out of it;</p>
<p>3) anything that gets invented after you&#8217;re 35 is against the natural order of things and the beginning of the end of civilization as we know it until it&#8217;s been around for about ten years when it gradually turns out to be alright really</p></blockquote>
<p>Later in the day, between spells of digital docket-filing, I stumbled across the Civil Service values, namely <a href="http://www.civilservice.gov.uk/iam/codes/cscode/code.asp">integrity, honesty, objectivity and impartiality</a>. We live in a performance-driven world, where it seems everyone is judged on results and targets achieved, deadlines and service agreements delivered. The what, not the how. And yet those values describe a different type of organisation: one in which the credibility and trust of the public rest at least as much in the <a href="http://news.bbc.co.uk/1/hi/uk_politics/7608155.stm">processes it follows</a> as in the results it produces. Rigour, transparency, independence. Curiously, I think social media, with its potential to expose organisations to scrutiny from <a href="http://www.badscience.net">passionate</a> <a href="http://www.theyworkforyou.com">outsiders</a> can help deliver as much on these process objectives as on the delivery ones. So maybe we shouldn&#8217;t just make the case for the adoption of social media by government from the perspective of quicker/faster/cheaper but also argue the potential for greater transparency, scrutiny, reflection and independence.</p>
<p>I think that&#8217;s one for the registry file.</p>


<p>Related posts:<ol><li><a href='http://blog.helpfultechnology.com/2008/06/new-conversation/' rel='bookmark' title='Permanent Link: A new conversation'>A new conversation</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.helpfultechnology.com/2008/09/welcome-to-the-machine/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Social media is poop scoop, not turd polish</title>
		<link>http://blog.helpfultechnology.com/2008/08/social-media-is-poop-scoop-not-turd-polish/</link>
		<comments>http://blog.helpfultechnology.com/2008/08/social-media-is-poop-scoop-not-turd-polish/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 09:55:55 +0000</pubDate>
		<dc:creator>Steph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[authenticity]]></category>
		<category><![CDATA[reputation]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://blog.helpfultechnology.com/?p=22</guid>
		<description><![CDATA[One day, when I can retire from all this social media stuff and become comfortably rich on the conference circuit, I&#8217;ll pepper my sell-out keynote speeches with colourful metaphors like the following: Social media is poop scoop, not turd polish. Accept that sh*t happens So much communication today &#8211; from the public and private sectors [...]


Related posts:<ol><li><a href='http://blog.helpfultechnology.com/2009/11/state-of-social-media-online-pr-in-the-uk/' rel='bookmark' title='Permanent Link: State of social media &#038; online PR in the UK'>State of social media &#038; online PR in the UK</a></li>
<li><a href='http://blog.helpfultechnology.com/2009/05/baby-steps-in-social-media-news-releases/' rel='bookmark' title='Permanent Link: Baby steps in Social Media News Releases'>Baby steps in Social Media News Releases</a></li>
<li><a href='http://blog.helpfultechnology.com/2009/01/how-to-get-started-in-social-media/' rel='bookmark' title='Permanent Link: How to get started in social media'>How to get started in social media</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 5px 0 5px 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.helpfultechnology.com%2F2008%2F08%2Fsocial-media-is-poop-scoop-not-turd-polish%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.helpfultechnology.com%2F2008%2F08%2Fsocial-media-is-poop-scoop-not-turd-polish%2F&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>One day, when I can retire from all this social media stuff and become comfortably rich on the conference circuit, I&#8217;ll pepper my sell-out keynote speeches with colourful metaphors like the following:</p>
<p><em>Social media is poop scoop, not turd polish.</em></p>
<p><strong>Accept that sh*t happens</strong><br />
<img class="alignleft" style="margin: 5px; float: left;" src="http://farm1.static.flickr.com/28/58547709_329eaec04f_m_d.jpg" alt="Scoop sign. From Minor Prophet, Flickr" width="240" height="180" />So much communication today &#8211; from the public and private sectors &#8211; is predicated on the belief that silence, rebuttal or defensive lines will be enough. It won&#8217;t, not these days. Even if it makes the issue die down for a bit in the mainstream media, in the long run it will blow up again or gnaw away at your brand corrosively to make you look foolish, dishonest or even mildly unhinged. Similarly, social media quickly <a href="http://www.badscience.net">exposes fabrication</a> and humiliates those responsible, so if you have skeletons in the closet then you&#8217;re best off coming clean. Try using the tools of social media to polish turds <a href="http://www.youtube.com/watch?v=4oNedC3j0e4">at your peril</a>.</p>
<p><em>Lesson #1: expect sh*t, and go equipped with the tools to deal with it.</em></p>
<p><strong>Take responsibility for it, and for clearing it up<br />
</strong><img class="alignleft" style="margin: 5px; float: left;" src="http://farm1.static.flickr.com/2/1743213_b3dda2517a_m_d.jpg" alt="No poop. From Johannal, Flickr" />Scoopers accept that it&#8217;s up to them to clear up the mess, even if there&#8217;s nobody looking and even if it&#8217;s not easy. It&#8217;s not that you couldn&#8217;t just leave it &#8211; you might get away with that a few times &#8211; but eventually it will catch up with you, or you&#8217;ll find yourself in a community which is overrun with the stuff. In practical terms, that means it&#8217;s your responsibility &#8211; as customer service agent, a press officer, a policy official, whatever &#8211; to engage in the process of helping put the screw-ups right when you find them. That doesn&#8217;t necessarily mean whistleblowing (but there&#8217;s a role for that too), but it does mean being prepared to muck in yourself and recognise that you can help to fix it.</p>
<p>I&#8217;d love to see more public sector organisations using services like <a href="http://getsatisfaction.com/">GetSatisfaction</a> to help identify and address problems in service, harnessing the passion and ideas of our customers to help us solve the problem. Social media helps <a href="http://www.dellideastorm.com">big organisations to turn frustration into solutions</a>, and to spot the holes in customer service or policy more effectively than mystery shopping, market research or even [sharp intake of breath] classic consultation. But it means <a href="http://angelasaini.blogspot.com/2008/08/government-reads-my-blog.html">being seen to stoop and scoop</a>, which we&#8217;re often not ready to do.<br />
<em><br />
Lesson #2: own up to mistakes, and use some of the tools out there to help people help you put things right.</em></p>
<p><strong>Do what people do in civilised society<br />
</strong><img class="alignleft" style="margin: 5px; float: left;" src="http://farm1.static.flickr.com/61/204376909_69d367b982_m_d.jpg" alt="Park bench, by robertotostes, Flickr" width="179" height="240" />Nobody wants to live in a world of polished turds &#8211; it makes for a more cynical, frustrated, insular community. Social media can restore some of the sense of community where we give and take, praise and criticise, and earn a reputation based on the contribution we make, not the image we try to manufacture. The civilised organisation, <a href="http://www.cabinetoffice.gov.uk/about_the_cabinet_office/speeches/watson/080310watson.aspx">the collaborative state</a>, behaves honestly in the social media ecosystem, whether that&#8217;s introducing yourself, crediting the work of others, admitting mistakes or being up front about what you&#8217;re doing and why.</p>
<p><em>Lesson #3: be nice.</em></p>
<p>I&#8217;m so gonna regret writing this when someone picks me up me in the future for polishing a turd of my own. But for now, wish me luck next week as I work with some colleagues to broach one of the hardest topics in social media: scoop, don&#8217;t polish.</p>
<p><em>Image credits (from top): <a href="http://flickr.com/photos/minorprophet/58547709/">Minor Prophet</a>, <a href="http://flickr.com/photos/johannal/1743213/">Johannal</a>, <a href="http://flickr.com/photos/robertotostes/204376909/">Robertotostes</a></em></p>


<p>Related posts:<ol><li><a href='http://blog.helpfultechnology.com/2009/11/state-of-social-media-online-pr-in-the-uk/' rel='bookmark' title='Permanent Link: State of social media &#038; online PR in the UK'>State of social media &#038; online PR in the UK</a></li>
<li><a href='http://blog.helpfultechnology.com/2009/05/baby-steps-in-social-media-news-releases/' rel='bookmark' title='Permanent Link: Baby steps in Social Media News Releases'>Baby steps in Social Media News Releases</a></li>
<li><a href='http://blog.helpfultechnology.com/2009/01/how-to-get-started-in-social-media/' rel='bookmark' title='Permanent Link: How to get started in social media'>How to get started in social media</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.helpfultechnology.com/2008/08/social-media-is-poop-scoop-not-turd-polish/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Blessed are the developers</title>
		<link>http://blog.helpfultechnology.com/2008/08/blessed-are-the-developers/</link>
		<comments>http://blog.helpfultechnology.com/2008/08/blessed-are-the-developers/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 00:00:40 +0000</pubDate>
		<dc:creator>Steph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.helpfultechnology.com/?p=18</guid>
		<description><![CDATA[This week, I took a trip down memory lane and revisited a (non-government) project I last worked on nearly five years ago. The &#8216;temporary‘ system I built back then is still going – amazingly – but the team wanted some changes made. Various people had dabbled in the code since 2003, most recently the organisation’s [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 5px 0 5px 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.helpfultechnology.com%2F2008%2F08%2Fblessed-are-the-developers%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.helpfultechnology.com%2F2008%2F08%2Fblessed-are-the-developers%2F&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>This week, I took a trip down memory lane and revisited a (non-government) project I last worked on nearly five years ago. The &#8216;temporary‘ system I built back then is still going – amazingly – but the team wanted some changes made. Various people had dabbled in the code since 2003, most recently the organisation’s team of Romanian programmers.  The problem was, my former colleague complained, though cheap those guys didn’t really understand the project, moved onto other stuff and ended up delivering a half-upgraded system which was worse than what was there before.</p>
<p>Today, I had lunch with some proper government techies. This social media stuff is all very well, they said, but what about accessibility, and security, and data protection, and support? To paraphrase their argument, the dabblings of people like me trigger an avalanche of expectation which people like them are then commanded to deliver on. Frustratingly, it’s not that those guys aren’t innovating – just that the incredible stuff they’ve been developing hasn’t managed to see the light of day.</p>
<p>So I’m starting to think this means two things:</p>
<ul>
<li><strong>If we want to be creative in how we apply technology to the problems of government, then we need to draw a line under the extent to which we outsource IT. </strong>Though they’d beat you to a pulp with one of their white papers for saying it, you’ll never get real innovation in web communication from the big outsourcers. For that, you need a guy in the corner who does this stuff out of pride, not for money and doesn’t need a spec to tell you how it should be built. It comes from leaving just enough breathing space in the day job for the in-house techies to build the stuff they think is cool, and ensuring it gets in front of the right people. It comes from the developers still working on the project their boss told them to <a href="http://www.nucalc.com/Story/">stop working on six months ago</a>. Like Spolsky says, we need to <a href="http://www.joelonsoftware.com/articles/FieldGuidetoDevelopers.html">treat our good in-house developers like the superstars they are</a> and recognise just how much talent we have sitting within government if only we could &#8211; dare I say &#8211; unlock it.</li>
<li><strong>Social media tools lower the barrier to entry, but only so far. </strong>WordPress.com, TypePad, Ning and SurveyMonkey are great. They let people like me take our meagre knowledge a long way. But we have a responsibility to stop others who understand less about these tools than we do from running away with the idea that this means government webbery has fundamentally changed: it hasn’t. More than ever in a converged, transformed, empowered world, we need the enterprise CMSes, the resilient hosting and the focus on making stuff that’s accessible to everyone. A <a href="http://whitehallwebby.wordpress.com/2008/07/28/steph-gray-social-media-swiss-army-knife/">swiss army knife</a> might save you on a camping trip, but it’s not exactly the tool of choice when you’re refitting a kitchen, and quite right too. We need to understand which of our projects are camping trips, and which are kitchen refits, and choose our tools and teams accordingly – making sure the senior decisionmakers understand the distinction too.</li>
</ul>
<p>To a non-techie, it can feel like your grumpy developers are just being obstructive when they tell you that they can’t just deploy that blog site you wanted overnight when that guy at the conference said that you could do it yourself on WordPress.com in half an hour. But chances are – if your techies are any good &#8211; it’s not obstructiveness at all: it’s professionalism.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.helpfultechnology.com/2008/08/blessed-are-the-developers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hassles and Handycams</title>
		<link>http://blog.helpfultechnology.com/2008/08/hassles-and-handycams/</link>
		<comments>http://blog.helpfultechnology.com/2008/08/hassles-and-handycams/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 09:57:46 +0000</pubDate>
		<dc:creator>Steph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.helpfultechnology.com/?p=17</guid>
		<description><![CDATA[“Let’s do some video case studies” “How about a little montage of the Minister doing the visit?” “We could do something on YouTube – you know, liven it up a bit” There’s something compelling about film, which is why so many events and launches open with an uplifting compilation to a jaunty soundtrack. They set [...]


Related posts:<ol><li><a href='http://blog.helpfultechnology.com/2010/02/happy-birthday-youtube/' rel='bookmark' title='Permanent Link: Happy Birthday YouTube'>Happy Birthday YouTube</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 5px 0 5px 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.helpfultechnology.com%2F2008%2F08%2Fhassles-and-handycams%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.helpfultechnology.com%2F2008%2F08%2Fhassles-and-handycams%2F&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><em>“Let’s do some video case studies”<br />
“How about a little montage of the Minister doing the visit?”<br />
“We could do something on YouTube – you know, liven it up a bit”</em></p>
<p>There’s something compelling about film, which is why so many events and launches open with an <a href="http://www.youtube.com/watch?v=Crxms85wnkg">uplifting compilation to a jaunty soundtrack</a>. They set the scene, tell <a href="http://www.timdavies.org.uk/2008/07/31/roaming-wild-web-cams-video-camera-consultation">real people’s stories</a>, <a href="http://socialreporter.wordpress.com/">bring events to life</a>, <a href="http://www.commoncraft.com/">make the conceptual personal</a>.</p>
<p>Expectations seem to be changing. In a YouTube world, I think it’s fair to say that the assumption is now that effective government communication online will incorporate video, whether it’s <a href="http://www.youtube.com/watch?v=krfcmHD-G54">formal</a>, <a href="http://www.youtube.com/watch?v=Oc4g6Yu8zzE">informal</a> or <a href="http://www.youtube.com/DowningSt">full-blown interactive</a>.</p>
<p>But it’s easier said than done.</p>
<p>A number of recent projects have brought me face to face with the world of video and the practicalities of making it happen:</p>
<ul>
<li>You need the gear to record video, or access to people who can do it for you (at a significant cost)</li>
<li>You need to find a way to look after and manage any in-house gear</li>
<li>You need people to project manage each shoot, getting the people lined up, the venues arranged etc</li>
<li>You need release forms and briefings (speeches, bullet points, background notes, whatever)</li>
<li>You need to manage the expectations of Important People who are used to being interviewed by the BBC with autocues</li>
<li>You need some way to edit what you shoot</li>
<li>You need a grasp of aspect ratios and codecs, video formats, frame rates and embeddable code</li>
<li>You need somewhere to put it and process for getting it OK-ed</li>
<li>You need rules about what you publish and how you moderate comments</li>
<li>You need an answer when someone says: “So why exactly are we doing this?” and when someone says: “So how come the YouTube ‘related videos’ show a girl in a G-string?”</li>
</ul>
<p>All of which can be done. But the hardest bit &#8211; and why I have newfound respect for graduates of media studies courses &#8211; is that you need to know how you tell a story through video. Talking heads are fine, but often dull. Proper film-makers know about finding interesting locations, putting interviewees at their ease, which bits to keep and which bits to chop, how to do intros, transitions, titles, splicing clips together, fixing the sound and colour balance, storing and converting the footage and lots more. And too often recently for me, it’s just been a cheerful civil servant with a Handycam and an Important Person wondering why the outputs aren’t a bit more polished.</p>
<p>The answer might be to leave this to people who know about video – just brief it out and leave it to the professionals. But I think video is becoming like typing: one day soon, the practical skills to communicate through video are going to be as normal as being able to put together a Powerpoint presentation &#8211; you don&#8217;t bring in an agency for that. In the same way that bullet point slides look dated these days, fairly soon the smart kids will be making their points with vox pops, <a href="http://qik.com/video/141708">Qik streams</a> and mini-documentaries, and we’ll see film-making skills creep into person specifications and CVs for people in communications roles.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/thwm3wIAA_0&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/thwm3wIAA_0&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p><!-- So I think we need to work on our skills as film-makers. We need better tools to make it happen, including software we can use at work which catches up with the ease of use of modern video hardware. We need to set expectations better so communicators understand what 'making video' entails, and the people commissioning those films start to think like movie directors. Above all, we need to know when and why to use video, make it part of our press notices and websites and just say no to the video equivalents of the 50-slide bullet point presentation. --></p>
<p>I think it’s worth it: the prize will be a much more engaging and authentic way of communicating.</p>


<p>Related posts:<ol><li><a href='http://blog.helpfultechnology.com/2010/02/happy-birthday-youtube/' rel='bookmark' title='Permanent Link: Happy Birthday YouTube'>Happy Birthday YouTube</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.helpfultechnology.com/2008/08/hassles-and-handycams/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Adventures in social consultation</title>
		<link>http://blog.helpfultechnology.com/2008/07/adventures-in-social-consultation/</link>
		<comments>http://blog.helpfultechnology.com/2008/07/adventures-in-social-consultation/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 10:25:58 +0000</pubDate>
		<dc:creator>Steph</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.helpfultechnology.com/?p=16</guid>
		<description><![CDATA[Some consultations are basically dull. Some are politically-charged. Some are hurried. So when the Science and Society consultation came sauntering along, it was clear this was an opportunity too good to miss. It&#8217;s a genuine call for ideas, casting the net wide to improve the way that science is communicated, understood, taught, and recruited for. [...]


Related posts:<ol><li><a href='http://blog.helpfultechnology.com/2010/01/adding-rdfa-to-a-consultation/' rel='bookmark' title='Permanent Link: Adding RDFa to a consultation'>Adding RDFa to a consultation</a></li>
<li><a href='http://blog.helpfultechnology.com/2009/05/baby-steps-in-social-media-news-releases/' rel='bookmark' title='Permanent Link: Baby steps in Social Media News Releases'>Baby steps in Social Media News Releases</a></li>
<li><a href='http://blog.helpfultechnology.com/2008/07/still-listening/' rel='bookmark' title='Permanent Link: Still listening'>Still listening</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 5px 0 5px 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.helpfultechnology.com%2F2008%2F07%2Fadventures-in-social-consultation%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.helpfultechnology.com%2F2008%2F07%2Fadventures-in-social-consultation%2F&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Some consultations are basically dull. Some are politically-charged. Some are hurried. So when the <a href="http://interactive.dius.gov.uk/scienceandsociety">Science and Society consultation</a> came sauntering along, it was clear this was an opportunity too good to miss. It&#8217;s a genuine call for ideas, casting the net wide to improve the way that science is communicated, understood, taught, and recruited for. What can we do to improve trust and confidence in scientists? How can we get more high quality science broadcasting and more intelligent media coverage of science issues? How can science be taught in school in more engaging ways? Interesting stuff.</p>
<p>These issues are ripe for a more interactive, distributed approach enabled by social media &#8211; a truly &#8216;social consultation&#8217; &#8211; where the issues are conveyed in an engaging way and people can respond in whole or in part through a number of channels, whether in our space or theirs.</p>
<p><a href="http://blog.helpfultechnology.com/wp-content/uploads/2008/07/sands.jpg"><img class="alignnone size-full wp-image-15" title="sands" src="http://blog.helpfultechnology.com/wp-content/uploads/2008/07/sands.jpg" alt="" width="420" height="272" /></a></p>
<p>Inspired by the truly groundbreaking <a href="http://governance.justice.gov.uk">Governance of Britain</a> site that <a href="http://www.puffbox.com">Puffbox</a> developed for Ministry of Justice, we pitched the idea of a &#8216;hub&#8217; site to the policy team, as a focus for the debate online and a technology solution to the challenge of harnessing the activities of stakeholders in a manageable way.</p>
<p>Like most consultations, the full document runs to 50+ pages with 34 meaty questions. Whilst virtually everyone has an interest in some of the issues, virtually nobody is interested in all of them. So our big experiment with this project is the idea of <a href="http://interactive.dius.gov.uk/scienceandsociety/site/share/">&#8216;widgetising&#8217;</a> the consultation questions so that bloggers or website owners can easily host a debate about the few issues which interest them and their network.</p>
<p>Complementing this is some truly remarkable content. My phenomenal new colleague Georgia &#8211; originally in the office for a week&#8217;s work experience &#8211; stayed on for more, organising the interviewing and filming of ten eminent scientists, broadcasters and policymakers you can <a href="http://interactive.dius.gov.uk/scienceandsociety/site/introvideo">watch</a> on the site talking about the consultation. We&#8217;ll be aiming to keep the blog area fresh with these personal perspectives over the summer.</p>
<p>There&#8217;s the second outing of a CommentPress-powered <a href="http://interactive.dius.gov.uk/scienceandsociety/comment/">&#8216;commentable&#8217;</a> version of a document, allowing visitors to leave public comments on specific questions or paragraphs. It&#8217;s not a panacea though: the CommentPress theme out-of-the-box needs a bit of work to make it robust and accessible, and we&#8217;re hoping to smooth some of the rough edges over the next few weeks.</p>
<p>Tracking the wider online debate is where we&#8217;ve borrowed most liberally from the excellent work of others: bringing in Parliamentary mentions from <a href="http://www.theyworkforyou.com">TheyWorkForYou</a> as originally demonstrated by <a href="http://www.tellthemwhatyouthink.org">TellThemWhatYouThink</a>; a <a href="http://del.icio.us/scisoc">Deli.cio.us account</a> to publicly share links on the site as pioneered by Governance of Britain; and an internally-focussed Netvibes-based dashboard to help officials keep track of online coverage.</p>
<p>A bit of a kitchen-sink approach? Maybe, but we&#8217;ve tried to apply some strategy to our choices:</p>
<p>- Yes to a Facebook group (we&#8217;ll be running events later and want to widen our network)<br />
- No to liveblogging or streaming the launch (it was a fun event, but the online audience would be too small and frankly we&#8217;ve got more engaging content)<br />
- Yes to <a href="http://twitter.com/DIUS_Science">Twitter</a>, but owned by Rhys &#8211; our dynamic, hip-to-the-Flickr Press Officer &#8211; and explictly corporate, science-oriented, and low volume<br />
- No to forums: with a comment-enabled blog, CommentPress document, widgets and Del.icio.us roll we think we&#8217;ve got more applied channels for feedback</p>
<p>As a result of all this, I&#8217;ve spent a lot more time in the guts of WordPress than I had done before, and it&#8217;s been a positive experience virtually all the way. Believe the hype &#8211; there&#8217;s much more to it than a blogging platform &#8211; especially when teamed with the excellent <a href="http://www.simplepie.org">SimplePie</a> for RSS. Creating a theme from scratch is easier than it seems, honest. We&#8217;ll put the code we&#8217;ve developed into Google Code&#8217;s repository after the project in case others can benefit from it.</p>
<p>With so many virtual plates spinning, we&#8217;ve undoubtedly made mistakes and missed some tricks &#8211; please do help me out by showing us where the holes are.</p>


<p>Related posts:<ol><li><a href='http://blog.helpfultechnology.com/2010/01/adding-rdfa-to-a-consultation/' rel='bookmark' title='Permanent Link: Adding RDFa to a consultation'>Adding RDFa to a consultation</a></li>
<li><a href='http://blog.helpfultechnology.com/2009/05/baby-steps-in-social-media-news-releases/' rel='bookmark' title='Permanent Link: Baby steps in Social Media News Releases'>Baby steps in Social Media News Releases</a></li>
<li><a href='http://blog.helpfultechnology.com/2008/07/still-listening/' rel='bookmark' title='Permanent Link: Still listening'>Still listening</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.helpfultechnology.com/2008/07/adventures-in-social-consultation/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
