<?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>johninnit &#187; Blogging</title>
	<atom:link href="http://www.johninnit.co.uk/category/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johninnit.co.uk</link>
	<description>occasional scrapbook of a labor geek</description>
	<lastBuildDate>Fri, 03 Feb 2012 09:41:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>If Damien Hirst did WordPress: Turning old CMS driven sites into static archives</title>
		<link>http://www.johninnit.co.uk/2011/10/11/if-damien-hirst-did-wordpress-turning-old-cms-driven-sites-into-static-archives/</link>
		<comments>http://www.johninnit.co.uk/2011/10/11/if-damien-hirst-did-wordpress-turning-old-cms-driven-sites-into-static-archives/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 21:54:41 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[archiving]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[deactivate]]></category>
		<category><![CDATA[kill]]></category>
		<category><![CDATA[mothball]]></category>
		<category><![CDATA[neutralising]]></category>
		<category><![CDATA[offline]]></category>
		<category><![CDATA[sites]]></category>
		<category><![CDATA[static]]></category>
		<category><![CDATA[suspending]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.johninnit.co.uk/?p=1291</guid>
		<description><![CDATA[WordPress is as any fule kno, about three or four of the seven wonders of the Internet. It&#8217;s a remarkably elegant and flexible website platform that puts enormous publishing power into the hands of people without any particular coding skills to speak of. As a definite member of this low-talent group, I find it hard [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1295" class="wp-caption alignright" style="width: 210px"><img class="size-full wp-image-1295" title="Hirst does WordPress" src="http://www.johninnit.co.uk/wp-content/uploads/2011/10/preservedwordpress.jpg" alt="" width="200" height="155" /><p class="wp-caption-text">&quot;The Physical Impossibility Of v3.2 In The Mind Of Someone Running v2.8&quot;</p></div>
<p>WordPress is as any fule kno, about three or four of the seven wonders of the Internet. It&#8217;s a remarkably elegant and flexible website platform that puts enormous publishing power into the hands of people without any particular coding skills to speak of. As a definite member of this low-talent group, I find it hard to speak too highly of it.</p>
<p>However, like all good things, it&#8217;s very easy to binge on it and regret it later. You can throw up impressive, interactive blogs and sites for anything, extremely quickly &#8211; any short term project, event or campaign &#8211; and soon find you&#8217;ve got a dozen defunct CMS-driven websites on your hands.<span id="more-1291"></span></p>
<p>Often you want to keep the content of these sites, as it&#8217;s useful to have as an archive, you&#8217;ve got a sentimental attachment to them, or at least they&#8217;re not harmful and give a bunch of people a teaspoon of Googlejuice. The problem is that CMSs move on all the time. WordPress drops another incremental version every now and then, adding lovely new features and fixing bugs, but also addressing security vulnerabilities.</p>
<p>Get too far behind, and you may find yourself with a site that&#8217;s swiss cheese for hackers, using your hard written content to push Viagra or phish for others&#8217; personal data. You web host is unlikely to take kindly to this abuse of their servers too, and it&#8217;s an all round hassle you&#8217;d be far better off without.</p>
<p>The problem is that keeping  your dozen defunct sites up to date in perpetuity, when you&#8217;ve no longer any intention of updating the content ever again, is also a hassle you could do without.</p>
<p>I&#8217;ve had this problem recently, and have set out on a program of killing off a number of old blogs or sites for defunct but still interesting projects. I basically wanted a way to render a site unhackable, which would mean deactivating the site admin tools and database, and converting the whole thing into hard-to-mess-with flat file HTML.</p>
<p>I&#8217;d hoped there might be a plugin for this (there&#8217;s one for pretty much everything else), but didn&#8217;t manage to find it, so with a colleague, we came up with our own 7 step plan. I admit this is of pretty specialist interest, but I guess if you&#8217;ve read this far, you&#8217;ve probably got the same problem, and may find this useful too:</p>
<ol>
<li>Get hold of an offline browser program. I like <a href="http://www.maximumsoft.com/products/wc_index.html" target="_blank">Maximumsoft WebCopier</a>. This can be set to crawl a whole website, saving a local copy of each page with the same relative file structure as the site, and copies of all static resources such as images or stylesheets.</li>
<li>Tweak your WordPress theme&#8217;s header.php, so you can add a banner at the top of every page, explaining the site is no longer actively maintained, and is being kept as an archive, so you shouldn&#8217;t be surprised if content&#8217;s out of date, or links no longer work. If you want to be very clever, you could even do this via an iframe, so editing it in one place in future will change the banner on all pages.</li>
<li>Take out locally hosted search functions, or other pieces of interactivity that wouldn&#8217;t work if saved as static files. Remove contact forms and switch off new comment permissions across the site, so you don&#8217;t disappoint people who wanted to respond but now can&#8217;t.</li>
<li>Run WebCopier on the site, saving every page the spider can find onto your hard drive.</li>
<li>Make a subdomain or subfolder for your site, and upload the offline site copy there. Have a quick poke around to check it&#8217;s all still linked okay.</li>
<li>When it&#8217;s okay, switch the main domain to point at the subdomain folder or the subfolder holding the static site.</li>
<li>Delete the WordPress files and remove the MySQL database.</li>
</ol>
<p>And presto, you have one mothballed website, still all there, still with incoming links intact, but now proof against hacking or other unpleasantries.</p>
<p>A rather drastic solution sure (you can obviously not go back to running it by CMS again), but one that might save you a lot of grief repairing hacker damage on an old site you didn&#8217;t plan to do much with anyway.</p>
<p>(Of course, for completeness sake, there&#8217;s a less drastic alternative you could be factoring in from the start, by using the MultiUser functionality of WordPress to run loads of sites off one installation, meaning you need only ever keep the one central system updated. It&#8217;s not always an option though, as it restricts your freedoms around user accounts and plugins used on different sites. Plus it requires a degree of planning, which is not always my strong suit.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johninnit.co.uk/2011/10/11/if-damien-hirst-did-wordpress-turning-old-cms-driven-sites-into-static-archives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unions that borrow blogs</title>
		<link>http://www.johninnit.co.uk/2009/11/19/unions-that-borrow-blogs/</link>
		<comments>http://www.johninnit.co.uk/2009/11/19/unions-that-borrow-blogs/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 14:08:33 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[unions2.0]]></category>
		<category><![CDATA[Unions]]></category>

		<guid isPermaLink="false">http://www.johninnit.co.uk/?p=976</guid>
		<description><![CDATA[We&#8217;ve seen a whole bunch more union related blogs over the last year, at all levels of the movement (check out the lists at TIGMOO.co.uk for many of them). But one thing I&#8217;ve noticed has impressed me in particular, and that&#8217;s the first attempts at cleverly using other people&#8217;s blogs to talk to members. I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve seen a whole bunch more union related blogs over the last year, at all levels of the movement (check out the lists at <a href="http://www.TIGMOO.co.uk">TIGMOO.co.uk</a> for many of them). But one thing I&#8217;ve noticed has impressed me in particular, and that&#8217;s the first attempts at cleverly using other people&#8217;s blogs to talk to members. I&#8217;m not talking about the Gen Sec posts that pop up on Comment Is Free every now and then, or the more mainstream political blogs, but something much closer to unions&#8217; membership &#8211; the online trade press. <span id="more-976"></span></p>
<p>The first I saw was Unite AGS Tony Burke, who has started adding regular guest posts to the Print Week blog, as a sub-blog called <a href="http://community.printweek.com/blogs/unite_viewpoint/default.aspx" target="_blank">Unite Viewpoint</a>. Tony is in charge of the Unite print workers&#8217; section, and this is a great fit &#8211; getting the union&#8217;s comment right into a paper which will be closely followed by Tony&#8217;s members, and much more importantly by workers in the industry who aren&#8217;t yet members of the union.</p>
<p>And thanks to a helpful comment she left on <a href="http://www.touchstoneblog.org.uk" target="_blank">ToUChstone blog</a>, I recently noticed UNISON head of local government <a href="http://opinion.publicfinance.co.uk/author/hwakefield/" target="_blank">Heather Wakefield&#8217;s own blog</a> as part of Public Finance magazine&#8217;s group blog. She has written some great articles that will be of a lot of interest to local government administration, positioning her as a recognisable expert with many potential members and other key people around her sector. UCU officer Stephen Court has also <a href="http://opinion.publicfinance.co.uk/author/stephencourt/" target="_blank">joined her</a> on PF blog with a monthly article which gets combined into the wider blog.</p>
<p>The trade press are busily trying to build their online presence, and for many publications, this means instituting a blog as a way of adding more topical content and getting more direct contact with their readership through commenting. Offering help with this by contributingÂ  regular articles from the union&#8217;s unique perspective should be pretty attractive prospect to them as well as to you (don&#8217;t worry it&#8217;s not taking union journalists&#8217; jobs. There&#8217;s no column inch limit to a blog, and in the current miserable climate for the media, helping boost the publication&#8217;s revenue very slightly through online ads is doing them a favour!).</p>
<p>Unions have written bylines for the trade press for many years, and it could be seen as a bit of a climb down to write specifically for a blog, which will (at least for the moment) have a smaller readership than the print magazine itself. I think you need to try both though. You can get more regular content in a blog format &#8211; you&#8217;ll only be allowed a magazine byline every now and then, and certainly not more often than the magazine is published &#8211; plus you&#8217;ll be stored on the site and searchable for much much longer. The implicit endorsement of the union as a serious player through inclusion on the magazine&#8217;s site could be valuable in impressing potential members that the union is a good step to professional development.</p>
<p>The same might hold for local media, where a Trades Council or union regional official might be a great addition to the blog team of that paper&#8217;s own blog &#8211; getting the union better known in the community.</p>
<p>If the blog you write for has an individual feed (as both these examples do), you could even integrate it onto the union&#8217;s site, Twitter feed or other channels in some way &#8211; building even more positive links with that publication, and a better working relationship for the other ways they cover your union.</p>
<p>So for those who don&#8217;t know whether they should set up a blog for their union at the moment, why not consider borrowing one instead?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johninnit.co.uk/2009/11/19/unions-that-borrow-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Blog Action Day 09) Just Transition: The union plan for a low carbon economy</title>
		<link>http://www.johninnit.co.uk/2009/10/15/blog-action-day-09-just-transition-the-union-plan-for-a-low-carbon-economy/</link>
		<comments>http://www.johninnit.co.uk/2009/10/15/blog-action-day-09-just-transition-the-union-plan-for-a-low-carbon-economy/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 21:53:04 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Blog Action Day]]></category>
		<category><![CDATA[Environment]]></category>
		<category><![CDATA[just transition]]></category>

		<guid isPermaLink="false">http://www.johninnit.co.uk/?p=959</guid>
		<description><![CDATA[If you&#8217;re involved in trade unions, you&#8217;re likely hearing a new buzzword right now: &#8220;Just Transition&#8221;. My guess is that if you&#8217;re like me, the frequent repetition of this neologism doesn&#8217;t help clarify anything whatsoever, but it&#8217;s worth sticking with, as it&#8217;s an interesting concept, and one where unions may really be able to make [...]]]></description>
			<content:encoded><![CDATA[<div style="float:right; margin:0 0 0 10px;"><a href="http://www.blogactionday.org"><img src="http://www.blogactionday.org/imgs/badges/bad-125-125.jpg" border="0" alt="" /></a></div>
<p>If you&#8217;re involved in trade unions, you&#8217;re likely hearing a new buzzword right now: &#8220;Just Transition&#8221;. My guess is that if you&#8217;re like me, the frequent repetition of this neologism doesn&#8217;t help clarify anything whatsoever, but it&#8217;s worth sticking with, as it&#8217;s an interesting concept, and one where unions may really be able to make a contribution.<span id="more-959"></span></p>
<p>Climate change is the biggest issue facing the entire population of the planet right now, and if we&#8217;re to have any effect at all in tackling it, our actions will need to result in a fundamental shift in the ways we live and work.</p>
<p>Previous times we&#8217;ve had these kinds of periods of economic restructuring, they&#8217;ve not been planned through, and the burden of change has fallen hardest on people and communities already at a disadvantage. Many areas of the UK are still suffering the effects of the move from manufacturing in the 80&#8242;s.</p>
<p>If we wanted a &#8220;Just Transition&#8221; to the new, low carbon economy, we&#8217;d seek to minimise the social costs of the change &#8211; within our own national economies and internationally.</p>
<p>This could be done through a stronger focus on consultation with those affected by change, through work in building green skills, so people could move more easily to the new opportunities, and active investment in green and decent jobs &#8211; not just creating jobs in low carbon industry, but ensuring they&#8217;re good, safe jobs that people will value.</p>
<p>There&#8217;s a moral case for this, which doesn&#8217;t really need to be pointed out to trade unionists, but if the transition isn&#8217;t &#8220;Just&#8221;, then it&#8217;ll be that much less likely to work. We need to accomplish this shift quickly and comprehensively. It needs everyone&#8217;s active buy-in for it to work in the short time frame we have available to us.</p>
<p>And, not to jinx anything, but it looks like it might have a shot at working. Unions around the world have been working together on this, lobbying their own governments in the run up to the crucial Copenhagen climate conference, where we&#8217;ll get an agreement on action on climate changeÂ  &#8211; good or bad.</p>
<p>The concept of &#8220;Just Transition&#8221; has been lobbied, cajoled and coaxed over the course of this year, right into the <a href="http://www.touchstoneblog.org.uk/2009/10/ituc-meets-un-climate-change-chair-dateline-bangkok-30-september-2009/" target="_blank">very negotiating texts</a> that are up for discussion at Copenhagen. Our leaders will be discussing a serious plan for making this change in the fairest and most effective way, and it will be thanks to unions that it got there.</p>
<p>For more reading on Just Transition from a UK perspective, check out <a href="http://www.hazards.org/justtransition/sustainablejobs.htm" target="_blank">Hazards Magazine</a> and the TUC ToUChstone pamphlet &#8220;<a href="http://www.tuc.org.uk/economy/tuc-14922-f0.cfm?themeaa=touchstone&amp;themeaa=touchstone&amp;theme=touchstone" target="_blank">A Green and Fair Future</a>&#8220;.</p>
<p><strong>BTW&#8230; </strong>Blog Action Day today on the theme of climate change, hence this post. In the UK, we have another 2 whole hours of it left, so if you have a blog, join in at <a href="http://www.blogactionday.org" target="_blank">www.blogactionday.org</a>, and if you&#8217;re on Twitter, check out the hashtag #BAD09</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johninnit.co.uk/2009/10/15/blog-action-day-09-just-transition-the-union-plan-for-a-low-carbon-economy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2009 in union blogging</title>
		<link>http://www.johninnit.co.uk/2009/09/18/2009-in-union-blogging/</link>
		<comments>http://www.johninnit.co.uk/2009/09/18/2009-in-union-blogging/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 12:58:09 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[unions2.0]]></category>
		<category><![CDATA[union blogs]]></category>

		<guid isPermaLink="false">http://www.johninnit.co.uk/?p=908</guid>
		<description><![CDATA[Looking over this year&#8217;s TIGMOO.co.uk league table of UK union bloggers, it’s clear that the last year has seen a lot of new activity. Now over a third of the top 25 union blogs are new entries for 2009. Union and political blogs in the USA continue to point the way, with insider commentary from [...]]]></description>
			<content:encoded><![CDATA[<p>Looking over this year&#8217;s <a href="http://www.tigmoo.co.uk/?q=node/341" target="_blank">TIGMOO.co.uk league table of UK union bloggers</a>, it’s clear that the last year has seen a lot of new activity. Now over a third of the top 25 union blogs are new entries for 2009.</p>
<p>Union and political blogs in the USA continue to point the way, with insider commentary from <a href="http://labornerd.blogspot.com">LaborNerd</a>, effective online campaigning from <a href="http://www.seiu.org/blog/" target="_blank">SEIU blog</a>, or comprehensive and timely labour movement coverage from <a href="http://blog.aflcio.org" target="_blank">AFL-CIOnow</a>. But things are growing over here too.<span id="more-908"></span></p>
<p><a href="http://renelavanchy.wordpress.com/" target="_blank">René Lavanchy</a>’s blog offers unique insights into the UK labour movement, and more official national union blogs have been launched, with sites like <a href="http://www.pcs.org.uk/en/news_and_events/pcs_comment/index.cfm" target="_blank">PCS Comment</a> or <a href="http://www.strongerunions.org" target="_blank">Stronger Unions</a> trying to engage more closely with the membership. Policy blogs <a href="http://www.touchstoneblog.org.uk" target="_blank">ToUChstone</a> and <a href="http://connectedresearch.wordpress.com/" target="_blank">Connected Research</a> have joined more established ones like <a href="http://labourandcapital.blogspot.com/" target="_blank">Labour and Capital</a> to reach out beyond the movement and represent union ideas to the wider policy blogging community.</p>
<p>2009 has also seen blogs used to co-ordinate campaigns and disputes, with the excellent work done by the Keep Burberry British blog last year being continued by activists involved in the Vestas dispute on the Isle of Wight, and the <a href="http://savevestas.wordpress.com/" target="_blank">Save 600 Jobs at Vestas</a> blog has been the most heavily updated on the whole network.</p>
<p>More blogs are also being used to help network local union organisations. <a href="http://pofunite.blogspot.com/">Port of Felixstowe Unite</a>, <a href="http://pcseuston.wordpress.com/">PCS Euston Branch</a> and <a href="http://www.barnetunison.me.uk/" target="_blank">Barnet UNISON</a>, amongst others are becoming established and useful presences online for their respective branches.</p>
<p>Blogs have also helped give an extra dimension to union election campaigns, with all the candidates in the recent Unite Amicus JGS election fielding commentable online communications for the first time.</p>
<p>And the range of tools used has increased too. The international volunteer network LabourStart have launched <a href="http://www.UnionBook.org" target="_blank">UnionBook.org</a>, a union specific social network, offering powerful networking tools free to union organisers (a safer option for many than the major networks like Facebook, which have banned</p>
<p>individual union activists or terminated campaigns in recent years). UnionBook has a blogging tool, integrated within their supportive community, and already two of its bloggers are represented on TIGMOO.co.uk.</p>
<p>Twitter has also burst onto the blogging scene in a bigger way, with UK politicians keenly taking up the opportunities to report back to constituents or to crowdsource opinion with this fashionable microblogging service. Unions are now starting to make use of Twitter to make contact with members too.</p>
<p><a href="http://www.twitter.com/nusuk" target="_blank">@NUSuk</a>, <a href="http://www.twitter.com/workersuniting" target="_blank">@WorkersUniting</a>, <a href="http://www.twitter.com/equityuk" target="_blank">@EquityUK</a>, <a href="http://www.twitter.com/unitetheunion">@UnitetheUnion</a>, <a href="http://www.twitter.com/unisontweets">@UNISONtweets</a>, <a href="http://www.twitter.com/labourstart">@LabourStart</a> and others have already amassed creditable levels of followers. And an international union Twibe at <a href="http://twibes.com/union" target="_blank">twibes.com/union</a> collates trade union Twitter accounts in a similar way to TIGMOO.co.uk.</p>
<p>We’ve also seen the TIGMOO.co.uk union blog aggregator model extended to Canada with the launch of the new site <a href="http://www.UnionBlogs.ca">UnionBlogs.ca</a>, and word is that a US version is now in the pipeline. Who knows, next year could see us go international &#8211; Bloggers of the world, unite!</p>
<p><em>Note: Article republished from <a href="http://www.tigmoo.co.uk/files/tigmoo2009.pdf" target="_blank">TIGMOO.co.uk guide to union blogging 2009</a>, after some <a href="http://grayee.blogspot.com/2009/09/johns-labour-blog-number-one-ish-trade.html" target="_blank">helpful comments</a> on not hiding it away in a pdf &#8211; apologies to anyone who read it already!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.johninnit.co.uk/2009/09/18/2009-in-union-blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is it 2009 already? New TIGMOO blogging guide</title>
		<link>http://www.johninnit.co.uk/2009/09/11/is-it-2009-already-new-tigmoo-blogging-guide/</link>
		<comments>http://www.johninnit.co.uk/2009/09/11/is-it-2009-already-new-tigmoo-blogging-guide/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 13:52:58 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[unions2.0]]></category>
		<category><![CDATA[tigmoo]]></category>
		<category><![CDATA[union blogs]]></category>

		<guid isPermaLink="false">http://www.johninnit.co.uk/?p=903</guid>
		<description><![CDATA[Just finished compiling this year&#8217;s TIGMOO.co.uk Guide to Union Blogging, just in time for Congress 2009. If you saw last year&#8217;s, you&#8217;ll know what to expect from it. I&#8217;ve spent a few hours adding up all the posts, comments, Alexa traffic estimates and Google inbound links, and predicted a top 25 blogs from the 120 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tigmoo.co.uk/?q=node/339" target="_blank"><img class="alignright" title="TIGMOO guide to blogging" src="http://www.tigmoo.co.uk/img/tigmoo2009small.jpg" alt="" width="145" height="186" /></a>Just finished compiling this year&#8217;s <a href="http://www.tigmoo.co.uk/?q=node/339" target="_blank">TIGMOO.co.uk Guide to Union Blogging</a>, just in time for Congress 2009. If you saw last year&#8217;s, you&#8217;ll know what to expect from it. I&#8217;ve spent a few hours adding up all the posts, comments, Alexa traffic estimates and Google inbound links, and predicted a top 25 blogs from the 120 odd on the network.</p>
<p>Who has the top spot this year? I can tell you that this here blog has slumped down the rankings a few places (sob), and that a third of the top 25 are new entries since last year, so there&#8217;s a lot to be looking out for.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johninnit.co.uk/2009/09/11/is-it-2009-already-new-tigmoo-blogging-guide/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

