<?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>Tetrahedra &#187; Portfolio</title>
	<atom:link href="http://tetrahedra.co.uk/category/portfolio/feed/" rel="self" type="application/rss+xml" />
	<link>http://tetrahedra.co.uk</link>
	<description>Digital design and development</description>
	<lastBuildDate>Sat, 04 Feb 2012 13:56:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Eating my own dogfood</title>
		<link>http://tetrahedra.co.uk/eating-my-own-dogfood/</link>
		<comments>http://tetrahedra.co.uk/eating-my-own-dogfood/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 19:11:31 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[International Development]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Transparency]]></category>
		<category><![CDATA[Visualisations]]></category>
		<category><![CDATA[Aid]]></category>
		<category><![CDATA[aid transparency]]></category>
		<category><![CDATA[amCharts]]></category>
		<category><![CDATA[DFID]]></category>
		<category><![CDATA[IATI]]></category>
		<category><![CDATA[transparency]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XSL]]></category>
		<category><![CDATA[Yahoo! Pipes]]></category>

		<guid isPermaLink="false">http://tetrahedra.co.uk/?p=225</guid>
		<description><![CDATA[Prototypes experimenting with visualising IATI data from DFID.]]></description>
			<content:encoded><![CDATA[<p>Part of my day job at <a href="http://www.dfid.gov.uk">DFID</a> includes a bit of responsibility for publishing data under the government&#8217;s <a href="http://www.number10.gov.uk/news/statements-and-articles/2010/05/letter-to-government-departments-on-opening-up-data-51204">transparency commitments</a>. In common with other UK central government departments, DFID routinely publish <a href="http://www.dfid.gov.uk/About-DFID/Finance-and-performance/DFID-spend/">spend</a>, <a href="http://www.contractsfinder.businesslink.gov.uk/Search%20Contracts/Search%20Contracts%20Results.aspx?site=1000&#038;lang=en&#038;sc=daca2b40-d018-4504-822d-984c7deaf0f4&#038;rb=1">contract</a> and <a href="http://www.dfid.gov.uk/About-DFID/Our-organisation1/Top-salaries/">HR</a> information. But unique to DFID is the publication of all aid projects.</p>
<p>In January this year DFID began to publish details of every aid project in the <a href="http://www.aidtransparency.net/">International Aid Transparency Initiative (IATI)</a> <a href="http//iatistandard.org">Standard</a> XML schema. There are now a set of XML downloads referenced from the <a href="http://iatiregistry.org/group/dfid">IATI Registry</a> covering countries, regions and multilateral aid activities, all delivered through a RESTful API, and refreshed every month with up-to-date data. DFID also publish a more human-readable version of this information on the <a href="http://projects.dfid.gov.uk">Projects Database</a> on the DFID website.</p>
<p>The <a href="http://www.hewlett.org/">Hewlett Foundation</a> are the second organisation to <a href="http://iatiregistry.org/group/hewlett-foundation">publish in IATI format</a>, and others are following on close behind.</p>
<h4>Eating my own dogfood</h4>
<p><a href="http://www.owen.org/blog/4486">Owen Barder blogged recently</a> that organisations publishing data should be forced to use that data on their own websites &#8211; so that &#8220;eating their own dogfood&#8221; would drive up quality. As I don&#8217;t get the chance to do this at work, I&#8217;ve been having a play with the IATI data in my own time. Just for fun, you know. </p>
<p>Here are a few initial prototypes. I will blog implementation details in the next few posts, and include code.</p>
<h4>Charting using amCharts</h4>
<p>I first saw the <a href="http://www.amcharts.com/">amCharts charting tool</a> in <a href="http://foreignassistance.gov">ForeignAssistance.gov</a>, the US aid portal. The tool takes XML or CSV data and generate Flash or Javascript charts &#8211; pie, column/bar, line, bubble and so on. The tool is very straightforward to set up, and data can be set up using XSL transformation of IATI XML data.</p>
<p><a href="http://tetrahedra.co.uk/wp-content/uploads/amCharts.png"><img src="http://tetrahedra.co.uk/wp-content/uploads/amCharts.png" alt="" title="amCharts" width="550" height="194" class="aligncenter size-full wp-image-235" /></a></p>
<p>These sort of charts would be  useful to:</p>
<ul>
<li>get an overview of what a donor is doing in a country</li>
<li>use as a widget on a site dedicated to aid in that country</li>
<li> (if aggregated across donors in a country), provide an overview of what activities are considered important</li>
<li>show past and future aid flows for a country</li>
</ul>
<p>There are still some challenges &#8211; for example aggregating the sectors (health, infrastructure, water) rather than the very granular sectors listed.</p>
<p>See with the <a href="http://iati.tetrahedra.co.uk/amCharts/index2.php?c=IN">charts in action</a>. Use 2-letter ISO codes to look up a country you&#8217;re interested in. </p>
<h4>Yahoo! Pipes</h4>
<p>Yahoo! Pipes is a tool that enables manipulation of internet data feeds using a set of pre-determined tools. <a href="http://pipes.yahoo.com/tetrahedra/iatiparser">This pipe</a> retrieves the country file for, in this case, Uganda (UG), filters for currently active projects, and produces a list of aid activities matching those criteria. </p>
<p><a href="http://tetrahedra.co.uk/wp-content/uploads/YahooPipesIATIParser.jpg"><img src="http://tetrahedra.co.uk/wp-content/uploads/YahooPipesIATIParser.jpg" alt="" title="YahooPipesIATIParser" width="550" height="228" class="aligncenter size-full wp-image-238" /></a><br />
Note: the IATI schema needs to have the XML directive added at the top to enable it to be read by Yahoo! Pipes.</p>
<p>These tools would be useful to:</p>
<ul>
<li>aggregate information for a country from different sources (for example through the IATI Registry)</li>
<li>mashup using connections between aid projects and other indicators</li>
<li>transform or filter the data without using XSL</li>
</ul>
<p><a href="http://pipes.yahoo.com/tetrahedra/iatiparser">Go on, have a play.</a></p>
<h4>WordPress Country View</h4>
<p>In the <a href="http://wiki.wordcampuk.org/OpenAid">WordHack at last years WordCamp UK</a>, the WordHack team developed a prototype to import aid data into a WordPress custom posts structure. As the WordHack was based on non-IATI XML, I&#8217;ve adapted this for IATI data.</p>
<p>In short, <a href="http://openaid.org.uk">openaid.org.uk</a> allows an import of IATI XML data for a particular country into a WordPress instance, creating a new Custom Post from each IATI activity (aid project), and dealing with DFID&#8217;s hierarchical project/component structure. The code regularly checks the data source for updates and creates new versions accordingly.</p>
<p><a href="http://tetrahedra.co.uk/wp-content/uploads/openaiduk.jpg"><img src="http://tetrahedra.co.uk/wp-content/uploads/openaiduk.jpg" alt="" title="openaiduk" width="550" height="438" class="aligncenter size-full wp-image-240" /></a></p>
<p>This could be used by a Civil Society Organisation (CSO) in a developing country to:</p>
<ul>
<li>aggregate all donor activities for their country,</li>
<li>allow  citizens to add comments on each donor activity using the WordPress commenting capability, and</li>
<li>keep track of the changing nature of the projects through regular updates.</li>
</ul>
<p><a href="http://openaid.org.uk">Here&#8217;s the example site</a> with a very few test projects.</p>
<h4>Next steps</h4>
<p>These are just a few initial ideas and prototypes. Please add your ideas below, or, if you&#8217;re really keen, visit the new <a href="http://support.iatistandard.org/">IATI Support forum</a> and send in your ideas. </p>
<p>Disclosure: Although I work for DFID, these prototypes were developed in my own time and using my own equipment. Yes, I&#8217;m a geek.</p>
]]></content:encoded>
			<wfw:commentRss>http://tetrahedra.co.uk/eating-my-own-dogfood/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>APBC redesign</title>
		<link>http://tetrahedra.co.uk/apbc-redesign/</link>
		<comments>http://tetrahedra.co.uk/apbc-redesign/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 17:14:47 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[apbc]]></category>
		<category><![CDATA[church]]></category>
		<category><![CDATA[WordPress 3.0]]></category>

		<guid isPermaLink="false">http://tetrahedra.co.uk/?p=217</guid>
		<description><![CDATA[Redesign of the site for Adelaide Place Baptist Church in Glasgow]]></description>
			<content:encoded><![CDATA[<p>Following quickly on from the <a href="http://tetrahedra.co.uk/adelaides-redesign/">Adelaides redesign</a>, I&#8217;ve was able to update the <a href="http://www.apbc.net">Adelaide Place Baptist Church</a> site yesterday. Like <a href="http://www.adelaides.co.uk">Adelaides</a>, this was a long-running design and it took a few iterations to get to a design I was content with. </p>
<p><a href="http://tetrahedra.co.uk/wp-content/uploads/apbc2.png"><img src="http://tetrahedra.co.uk/wp-content/uploads/apbc2.png" alt="" title="apbc2" width="550" height="516" class="aligncenter size-full wp-image-219" /></a></p>
<p>Key features of this design, learning some lessons from the Adelaides work:</p>
<ul>
<li>Again, the design is a child theme of <a href="http://wordpress.org/extend/themes/twentyten">Twenty Ten</a>. In fact there are only four files in the child theme: <code>header.php</code>, <code>homepage.php</code> (home page template), <code>functions.php</code> and <code>style.css</code>.</li>
<li>The slider on the front page is <a href="http://wordpress.org/extend/plugins/dynamic-content-gallery-plugin/">Dynamic Content Gallery</a>. I&#8217;ve used this in a few sites before and it works well for me. I did have a look at a couple of other sliders (and may update this one) but it is functional and easy to configure through the admin screen. I&#8217;m displaying a single Category (unsurprisingly called &#8220;Featured&#8221;).</li>
<li>I used <a href="http://www.gravityforms.com/">Gravity Forms</a> for the contact form again. Liking it a lot.</li>
<li>And this time I got to use <a href="http://www.google.com/webfonts">Google Fonts</a>. Very straightforward to incorporate in the site. </li>
</ul>
<p>And I found out that it is possible to turn on page excerpts in WordPress 3.x by putting the following line in <code>functions.php</code></p>
<p><code>add_post_type_support('page', 'excerpt');</code></p>
<p>The next stage in the evolution of this site is to concentrate on the content and refresh that to say something more about the personality and activities of the church. Now that more members of the church can &#8220;see&#8221; the design, they are better able to suggest improvements. We&#8217;re also hoping to keep the information dynamic by including a &#8220;grid&#8221; (sorry, some ideas are just too good to leave to gov) to be reviewed by the leadership monthly so that we can prepare material in advance.</p>
<p>Most of the photos on the site are by <a href="http://www.flickr.com/photos/jonnystuff">Jonny Ferry</a>, who has a real eye for detail. </p>
]]></content:encoded>
			<wfw:commentRss>http://tetrahedra.co.uk/apbc-redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adelaides redesign</title>
		<link>http://tetrahedra.co.uk/adelaides-redesign/</link>
		<comments>http://tetrahedra.co.uk/adelaides-redesign/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 20:56:19 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[adelaides]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://tetrahedra.co.uk/?p=199</guid>
		<description><![CDATA[I've just updated the theme for Adelaides to give it a more contemporary feel and use WP3.0 features.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just updated the theme for the <a href="http://www.adelaides.co.uk">Adelaides</a> website, to bring it up to date and give it a more contemporary feel. </p>
<p><a href="http://tetrahedra.co.uk/wp-content/uploads/AdelaidesFrontPageJan232.png"><img src="http://tetrahedra.co.uk/wp-content/uploads/AdelaidesFrontPageJan232.png" alt="" title="AdelaidesFrontPageJan23" width="550" height="547" class="aligncenter size-full wp-image-209" /></a></p>
<p>The new home page layout directs visitors to the area of the business they are most interested in, and each area of the business has a slightly separate visual identity (different colours, logos and headers). We&#8217;re also working on improving the content and making the site more useful to guests, nursery parents and events co-ordinators.</p>
<p>The key design and technical features of the redesigned site are</p>
<ul>
<li>Child theme of <a href="http://wordpress.org/extend/themes/twentyten">Twenty Ten</a>. The theme folder only contains five files plus two CSS files, and uses a lot of the features of TwentyTen including header images and menus.</li>
<li>Featured images are used to drive the different header images for the different business areas.</li>
<li>All menus (including those in the sidebar for the different business areas) are controlled by the WordPress 3.0 menu system</li>
<li>Gravity Forms has proved invaluable to develop simple, usable contact forms for the different business areas</li>
<li>Introduced some more interesting fonts using font-face declarations (I will one day update to use Google Fonts but I couldn&#8217;t find the font I was looking for in their limited list).</li>
</ul>
<p>I&#8217;d be interested in your comments on the design. Fire away!</p>
]]></content:encoded>
			<wfw:commentRss>http://tetrahedra.co.uk/adelaides-redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenAid WordHack</title>
		<link>http://tetrahedra.co.uk/openaid-wordhack/</link>
		<comments>http://tetrahedra.co.uk/openaid-wordhack/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 17:48:39 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Community Activism]]></category>
		<category><![CDATA[International Development]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[aid transparency]]></category>
		<category><![CDATA[DFID]]></category>
		<category><![CDATA[openaid]]></category>
		<category><![CDATA[transparency]]></category>
		<category><![CDATA[UKaid]]></category>
		<category><![CDATA[wordcampuk]]></category>

		<guid isPermaLink="false">http://tetrahedra.co.uk/?p=175</guid>
		<description><![CDATA[A WordHack to create a WordPress site importing UK Aid data]]></description>
			<content:encoded><![CDATA[<p><a href="http://openaid.org.uk"><img class="aligncenter" src="http://demo.openaid.org.uk/wp-content/themes/openaid/images/logo.jpg" alt="OpenAid logo" /></a></p>
<p>The WordHack at WordCamp UK in Manchester this year was really exciting. By 4.30 pm on day 2 the team had created a <a href="http://openaid.org.uk">stunning WordPress site</a> that:</p>
<ul>
<li>Reads and transforms XML data on <a href="http://projects.dfid.gov.uk">DFID aid projects</a> into a format ready for import into WordPress</li>
<li>Imports the XML into a WordPress Custom Post Type for each DFID aid project, creating new post versions if the source data has changed</li>
<li>Links comments to the post version, so that someone can view comments in the context of the data at the time</li>
<li>Displays the data in a clean user interface, focussing on the conversation that people can have around aid projects</li>
</ul>
<p><a href="http://tetrahedra.co.uk/wp-content/uploads/openaid_site.png"><img src="http://tetrahedra.co.uk/wp-content/uploads/openaid_site.png" alt="" title="openaid_site" width="550" height="273" class="aligncenter size-full wp-image-180" /></a></p>
<p><strong>User Story</strong><br />
The concept (User Story) of the site is that people (either UK citizens or citizens of developing countries) can view summary details of DFID aid projects, and can start conversations around individual projects. Ultimately, this may be best used for sub-sets of the full 3000-odd projects based around communities of interest, for example by a community within a developing country. </p>
<p><strong>Why WordPress?</strong><br />
The new Custom Post Types in WordPress provide the framework needed to handle more structured data around aid project information. Other core features are the commenting capability, use of categories and tags for classification, and the built-in post versioning system. These would require a significant effort to write from scratch.</p>
<p><strong>Credit to the Team</strong><br />
I was really pleased with what the team achieved, and it builds on work done at the recent <a href="http://www.aidinformationchallenge.org/">Aid Information Challenge</a>. It clearly shows what can be done with government information when the data is provided in a reusable format. </p>
<p>The keys to the success were:</p>
<ul>
<li><a href="http://shaunhare.co.uk/">Shaun Hare</a>&#8216;s organisation was critical. He set up the WordHack wiki page, canvassed for ideas early, and allowed for discussion within the group.</li>
<li>Getting ideas early really helped, as people could develop the ideas over a couple of weeks, and come to WordHack with a better-formed solution in mind. It also helped to break up the problem into a number of logical components that enabled everyone to do something useful.</li>
<li>The skill and dedication of <a href="http://wiki.wordcampuk.tonyscott.org.uk/WordHack_UK_2010/OpenAid#Developers">the team</a> was phenomenal. Each person chose a different component and delivered something useful, and Chris and Shaun tied it all together on Sunday afternoon. </li>
</ul>
<p><strong>More details</strong><br />
The technical details of the site are available on the <a href="http://wiki.wordcampuk.tonyscott.org.uk/OpenAid">OpenAid project page</a> on the WordCampUK Wiki, and we hope to have a Google Code project set up soon.</p>
<p><strong>Next steps</strong><br />
The next steps are likely to be:</p>
<ul>
<li>Add Ajaxy goodness to the front page to allow the most recent conversations to magically appear, Twitter style.</li>
<li>Make the import plugin generic to allow any XML data to be transformed into the Custom Post Type &#8211; possibly by providing a URL for the XML and an XSL transform.</li>
<li>Create a map based on country data to show where the conversation is happening.</li>
<li>and many more&#8230;</li>
</ul>
<p>If you are interested in continuing involvement then please follow <a href="http://twitter.com/openaiduk">@openaiduk</a> on Twitter. </p>
]]></content:encoded>
			<wfw:commentRss>http://tetrahedra.co.uk/openaid-wordhack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Christian Engineers in Development</title>
		<link>http://tetrahedra.co.uk/ced/</link>
		<comments>http://tetrahedra.co.uk/ced/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 16:57:26 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[charity]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Bluehost]]></category>
		<category><![CDATA[CED]]></category>
		<category><![CDATA[Christian]]></category>
		<category><![CDATA[international development]]></category>
		<category><![CDATA[WordPress 3.0]]></category>

		<guid isPermaLink="false">http://tetrahedra.co.uk/?p=146</guid>
		<description><![CDATA[CED are a small UK charity that supports communities in the developing world with technical expertise. ]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_156" class="wp-caption alignnone" style="width: 560px"><a href="http://tetrahedra.co.uk/wp-content/uploads/CED-550.png"><img src="http://tetrahedra.co.uk/wp-content/uploads/CED-550.png" alt="New CED site" title="New CED site" width="550" height="418" class="size-full wp-image-156" /></a><p class="wp-caption-text">New CED site, built using WordPress</p></div><a href="http://www.ced.org.uk">Christian Engineers in Development</a> (CED) are a small UK charity that works directly with communities in the developing world, supporting infrastructure (water, architecture, building) projects with technical skills. Recent projects have included providing water to rural communities in Uganda, Rwanda and Tanzania, and the charity are also working on proposals to preserve Zanzibar Cathedral, one of Tanzania&#8217;s most important heritage sites. </p>
<p><div id="attachment_153" class="wp-caption alignright" style="width: 264px"><a href="http://tetrahedra.co.uk/wp-content/uploads/old-ced-site1.png"><img src="http://tetrahedra.co.uk/wp-content/uploads/old-ced-site1-254x300.png" alt="Previous CED site design" title="Old CED site design" width="254" height="300" class="size-medium wp-image-153" /></a><p class="wp-caption-text">Previous CED site design - HTML only</p></div>I was asked to rebuild their website and bring it more up to date compared with their previous design. Of course I chose WordPress, to provide them with the flexibility they needed for both the current and any future designs.</p>
<p>The key challenges in this project were:</p>
<p><strong>Getting the design right</strong><br />
The design went through several iterations, as expected. But to be honest the most difficult aspect was working with the charity&#8217;s insistence on using a strong blue (#0000BD since you ask) for their logo, and trying to balance this relatively harsh colour with a more muted modern palette.  However the client had some clear design ideas based on other sites they liked and it was straightforward to develop a custom homepage template to accommodate their ideas. We found the use of <a href="http://www.uie.com/articles/personas/">personas</a> to be useful in adapting a very inward-looking site to appeal to a wider audience. </p>
<p><strong>Timescale</strong><br />
The process took a bit longer than I had anticipated, for a combination of reasons. In particular as both I and the person I was working with have demanding day jobs there was a lot of time spent waiting for diary slots. Although elapsed time was longer than expected, the actual time working on the project wasn&#8217;t as inflated, but there a definitely lessons to be learned for the next time.</p>
<p><strong>WordPress 3.0</strong><br />
I started developing the site on WordPress 2.9.2 but <a href="http://wordpress.org/development/2010/05/wordpress-3-0-release-candidate/">WordPress 3.0</a> has been in the margins for a while now. I&#8217;ve launched the site on 3.0 RC1 as that means I can make use of some of the out-of-the-box features such as the new Menu system (although it&#8217;s not quite 100% working in my theme yet &#8211; prizes for who can spot what&#8217;s wrong). </p>
<p>Other 3.0 features would be really useful, in particular the use of <a href="http://justintadlock.com/archives/2010/04/29/custom-post-types-in-wordpress">Custom Post Types</a> to allow the charity to update specific metadata used for their development projects (at the moment they&#8217;re using Custom Fields which is a bit cumbersome for someone not that familiar with WordPress). But these will have to wait for the next iteration.</p>
<p><strong>Hosting</strong><br />
I also advised the charity on moving away from their existing host (1and1) to a host that provides a greater level of support (including familiarity with WordPress). The choices I presented them were <a href="http://www.dreamhost.com/">Dreamhost</a>, <a href="http://www.xilo.net/">Xilo</a> and <a href="http://www.bluehost.com">Bluehost</a> (thanks to the wordcampuk mailing list for advice). Bluehost was chosen on the basis of previous good experience and price.  </p>
<p>Managing the move was very straightforward &#8211; I used Bluehost&#8217;s SimpleScripts installer to install the basic WP site (was offered 3.0 RC1 which was a bonus!), imported from the test site, made a few config changes, and the client updated the nameservers for their domain. All done in around an hour.</p>
<p>So, a few lessons learned from this project, but interesting to work with a team who are clearly passionate about what they do. The next challenge for them is to build up more of a social network within the organisation (geographically dispersed, working in small virtual teams). I&#8217;m already thinking <a href="http://buddypress.org/">BuddyPress</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://tetrahedra.co.uk/ced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Glasgow Spirituality Survey</title>
		<link>http://tetrahedra.co.uk/glasgow-survey/</link>
		<comments>http://tetrahedra.co.uk/glasgow-survey/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 17:56:01 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[charity]]></category>
		<category><![CDATA[Community Activism]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Social networks]]></category>
		<category><![CDATA[BiG]]></category>
		<category><![CDATA[Glasgow]]></category>
		<category><![CDATA[survey]]></category>
		<category><![CDATA[Survey Monkey]]></category>

		<guid isPermaLink="false">http://tetrahedra.co.uk/?p=126</guid>
		<description><![CDATA[Supporting a community survey on work and spirituality in Glasgow City Centre.]]></description>
			<content:encoded><![CDATA[<p>My friends Jack and Kim from <a href="http://www.businessinglasgow.net">Business in Glasgow</a> contacted me to help with setting up a community survey that they were planning. The aim of the survey was to find out attitudes towards the city, workplace, community and spirituality of people who either live or work in Glasgow City Centre. The results will be used by BiG to determine how best to offer services to the business community in the city centre.</p>
<div id="attachment_112" class="wp-caption aligncenter" style="width: 547px"><a href="http://tetrahedra.co.uk/wp-content/uploads/MetroAdverts.jpg"><img src="http://tetrahedra.co.uk/wp-content/uploads/MetroAdverts.jpg" alt="Metro Adverts" title="MetroAdverts" width="537" height="536" class="size-full wp-image-112" /></a><p class="wp-caption-text">Adverts used in the Metro</p></div>
<p>I was able to help in a couple of ways:</p>
<ul>
<li>Helping them to set up the <a href="http://www.surveymonkey.com/s/glasgow">survey in SurveyMonkey</a>. This was fairly straightforward, and setting up the survey in SurveyMonkey early enabled us to visualise the user&#8217;s journey through the survey, and to run some early pilots to iron out (most of) the inevitable &#8220;eh?&#8221; questions.</li>
<li>Creating links and link pages in the <a href="http://www.businessinglasgow.net/get-involved/survey/">BiG website</a>, including setting up a new domain for use in print media &#8211; <a href="http://www.glasgowspiritualitysurvey.com">www.glasgowspiritualitysurvey.com</a>.</li>
<li>Designing a postcard and a set of adverts to be run in the Metro over a 4-day campaign period. (I didn&#8217;t take the pictures, they&#8217;re all from Kim and Gerd, two friends who&#8217;ve given permission.)</li>
</ul>
<div id="attachment_114" class="wp-caption aligncenter" style="width: 310px"><a href="http://tetrahedra.co.uk/wp-content/uploads/Slide3.jpg"><img src="http://tetrahedra.co.uk/wp-content/uploads/Slide3-300x207.jpg" alt="Survey Postcard" title="Slide3" width="300" height="207" class="size-medium wp-image-114" /></a><p class="wp-caption-text">Survey Postcard</p></div>
<p>If you live or work in Glasgow City Centre, and would like to <a href="http://www.glasgowspiritualitysurvey.com">complete the survey</a>, there&#8217;s still time!</p>
]]></content:encoded>
			<wfw:commentRss>http://tetrahedra.co.uk/glasgow-survey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kicked off at Busby</title>
		<link>http://tetrahedra.co.uk/kicked-off-at-busby/</link>
		<comments>http://tetrahedra.co.uk/kicked-off-at-busby/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 09:11:20 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Community Activism]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[East Kilbride]]></category>
		<category><![CDATA[Network Rail]]></category>
		<category><![CDATA[Scotrail]]></category>
		<category><![CDATA[trains]]></category>

		<guid isPermaLink="false">http://tetrahedra.co.uk/?p=80</guid>
		<description><![CDATA[A short but fun project to set up a community activist site to help improve the train service on the East Kilbride line.]]></description>
			<content:encoded><![CDATA[<p><a href="http://kickedoffatbusby.org"><img src="http://tetrahedra.co.uk/wp-content/uploads/kob-straight.png" class="alignright" alt="Kicked off at Busby site image" /></a>This short project was a bit of fun resulting from a chat between me, <a href="http://twitter.com/martinjohnyoung">Martin</a> and <a href="http://twitter.com/nicolajoiner">Nicky</a> at work one day. </p>
<p>We&#8217;d been at a retreat where <a href="http://northkingscross.typepad.co.uk/about.html">William Perrin</a> was the after-dinner speaker, and he was talking about how the web can be a powerful tool for community action. In fact that has been the <a href="http://talkaboutlocal.org/">focus of his work</a> for the past few years.</p>
<p>Martin&#8217;s idea was to set up a community action site to try to persuade the train operator Scotrail to improve the service on the train line between Glasgow Central and East Kilbride. The trains often run late, and because the line goes down to a single track beyond Busby, passengers are sometimes kicked off at Busby station to wait for the next train, while the original train heads back to Glasgow to catch up on time. Hence <a href="http://www.kickedoffatbusby.org">kickedoffatbusby.org</a>. </p>
<p>The basic content was the product of a 15 minute brainstorm during a coffee break at work, and was set up using <a href="http://wordpress.org">WordPress</a> (obviously) in around 2 hours. I used the <a href="http://wordpress.org/extend/themes/mystique">Mystique theme</a> as this provides a lot of smart controls, including a cool slider to set the width of the right hand column and a simple way to override the inbuilt CSS (credit to Martin for his work on the customised CSS).</p>
<p>I&#8217;ve also found these plugins useful:</p>
<ul>
<li><a href="http://wordpress.org/extend/plugins/tdo-mini-forms/">TDO Mini Forms</a> &#8211; this allows any visitor to the site to submit a post without having to have a WordPress login, and therefore encourages community participation. To keep the site safe, the plugin uses Akismet to check for spam and permits moderation.</li>
<li><a href="http://wordpress.org/extend/plugins/twitter-hash-tag-widget/">Twitter Hash Tag Widget</a> &#8211; to display any tweets with the #ekline hash tag.</li>
<li><a href="http://wordpress.org/extend/plugins/widget-logic/">Widget Logic</a> &#8211; this allows each plugin to be controlled using WordPress conditional tags, so that the widgets don&#8217;t need to be displayed on the sidebar for every page.</li>
<li>I also wrote a widget to load live train times sourced from the <a href="http://www.livedepartureboards.co.uk/ldbws/">National Rail Enquiries web service</a>.</li>
</ul>
<p>There are still some gremlins to iron out, but I think the site isn&#8217;t bad for a few hours work, and really shows the power of WordPress.</p>
<p>Do let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://tetrahedra.co.uk/kicked-off-at-busby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tetrahedra</title>
		<link>http://tetrahedra.co.uk/tetrahedra/</link>
		<comments>http://tetrahedra.co.uk/tetrahedra/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 17:11:05 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[tetrahedra]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://tetrahedra.johnadams.org.uk/?p=32</guid>
		<description><![CDATA[Tetrahedra is my own "micro-agency" building websites mainly for charities and small businesses in Glasgow. The site design is by <a href="http://www.harrisment.co.uk">Harrisment</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://tetrahedra.co.uk/wp-content/uploads/tetrahedra-example290.png" class="alignright" alt="Tetrahedra site image" />Tetrahedra is my own &#8220;micro-agency&#8221; building websites mainly for charities and small businesses in Glasgow. </p>
<p>The site design is by <a href="http://www.harrisment.co.uk">Harrisment</a>. I particularly like the colours and the crystalline shapes of the logo text.</p>
]]></content:encoded>
			<wfw:commentRss>http://tetrahedra.co.uk/tetrahedra/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Business in Glasgow</title>
		<link>http://tetrahedra.co.uk/business-in-glasgow/</link>
		<comments>http://tetrahedra.co.uk/business-in-glasgow/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 17:08:09 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[BiG]]></category>
		<category><![CDATA[Business in Glasgow]]></category>
		<category><![CDATA[charity]]></category>
		<category><![CDATA[Glasgow]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://tetrahedra.johnadams.org.uk/?p=29</guid>
		<description><![CDATA[<a href="http://www.businessinglasgow.net" title="BiG">Business in Glasgow</a> (BiG) is a Glasgow-based charity helping people make connections between work and spirituality. The BiG site required me to write a completely custom theme, particularly to highlight the upcoming events and occasional features. ]]></description>
			<content:encoded><![CDATA[<h4>The Client</h4>
<p><a href="http://www.businessinglasgow.net" title="BiG">Business in Glasgow</a> (BiG) is a Glasgow-based charity helping people make connections between work and spirituality. BiG is run by two Glasgow city centre churches and aims to support office workers in the city by providing monthly seminars along with individual and group support.</p>
<p><img src="http://tetrahedra.co.uk/wp-content/uploads/big-example290.png" alt="BiG site" /></p>
<h4>The Challenges</h4>
<p>BiG is a charity run by voluntary donation, and the key challenges are:</p>
<ol>
<li>Make the site visually appealing with a clean uncluttered appearance.</li>
<li>Using the WordPress Posts to support monthly talks (including in advance).</li>
<li>Find a way to use the WordPress Authors facility to give detailed speaker biographies.</li>
<li>Enable non-geeks to be able to edit and manage the site.</li>
<li>Finding a way to manage monthly newsletters in a visually appealing way.</li>
</ol>
<h4>The Solution(s)</h4>
<p>Of course, the main solution is WordPress. I had hand-crafted previous incarnations of the BiG site but the WordPress back-office structure and ease of management was a natural fit. Installation on our existing hosting platform was trivial, as usual.</p>
<p>I wrote a completely custom theme with a Homepage template for the front page design that particularly highlighted the upcoming events and occasional features. At present I use a text widget in a front page widget area to manage the regular Feature of the Month. No doubt this will become cleverer and use a specially categorised post soon. </p>
<p>The visual design was influenced by the excellent photograph sourced from Flickr under a Creative Commons licence, and formed the basis for the use of warm and friendly purples and pinks. My initial visual design had lots of businesslike blues and greys, but that came over as much too corporate for the type of organisation.</p>
<p>To enable the future events to be displayed I usee WP_Query to build my own dataset for the Loop. I also used the User fields and description to drive the Speaker pages without using any additional plugins, just using the template tags.</p>
<p>For monthly emails I like <a href="http://www.mailchimp.com">Mailchimp</a> as this provides full list management, scheduling and inline WYSIWYG editing. There&#8217;s no integration with WP but I don&#8217;t think this is necessary at this stage.</p>
]]></content:encoded>
			<wfw:commentRss>http://tetrahedra.co.uk/business-in-glasgow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adelaides</title>
		<link>http://tetrahedra.co.uk/adelaides/</link>
		<comments>http://tetrahedra.co.uk/adelaides/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 17:06:45 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[adelaides]]></category>
		<category><![CDATA[Glasgow]]></category>

		<guid isPermaLink="false">http://tetrahedra.johnadams.org.uk/?p=27</guid>
		<description><![CDATA[<a href="http://www.adelaides.co.uk">Adelaides</a> is a children's nursery, guest house and auditorium in the city centre of Glasgow, run as a business venture by Adelaide Place Baptist Church. This site uses WordPress to allow the centre management to easily update content.]]></description>
			<content:encoded><![CDATA[<a href="http://www.adelaides.co.uk">Adelaides</a> is a children's nursery, guest house and auditorium in the city centre of Glasgow, run as a business venture by Adelaide Place Baptist Church. This site uses WordPress to allow the centre management to easily update content.]]></content:encoded>
			<wfw:commentRss>http://tetrahedra.co.uk/adelaides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

