<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>James Shakespeare</title>
	
	<link>http://jshakespeare.com</link>
	<description>Portfolio of London-based web and graphic designer James Shakespeare</description>
	<lastBuildDate>Sat, 19 Nov 2011 13:10:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/JShakespeare" /><feedburner:info uri="jshakespeare" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Finding the Ideal WordPress Foundation</title>
		<link>http://feedproxy.google.com/~r/JShakespeare/~3/OraL7KS6BW4/</link>
		<comments>http://jshakespeare.com/2011/11/19/finding-the-ideal-wordpress-foundation/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 13:10:50 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://jshakespeare.com/?p=546</guid>
		<description><![CDATA[Being amongst this year&#8217;s design graduates means a large number of my friends and acquaintances are currently in the process of building an online portfolio before they hurl...]]></description>
			<content:encoded><![CDATA[<p>Being amongst this year&#8217;s design graduates means a large number of my friends and acquaintances are currently in the process of building an online portfolio before they hurl themselves headlong into job market (read: sitting on Coroflot.com hitting F5 repeatedly). The upshot of this is as that as the go-to web guy for most of these people I&#8217;m getting a lot of web development-related questions, which I try to answer as plainly as possible without speaking in binary.</p>
<p>A couple of people have asked me about getting started with <a href="http://wordpress.org/" target="_blank">WordPress</a>; furthermore, what I consider to be a good setup when starting from scratch. I&#8217;ve been giving this some thought recently, partly because I&#8217;m a big fan of WP and spend a lot of time working with it, but also because it has forced me to pin down what I really find invaluable amongst the plethora of plugins, snippets, themes and hacks that exist for the nigh ubiquitous CMS. This article isn&#8217;t intended to be an exhaustive list of every add-on you will ever need, but rather a succint overview of what I consider to be the most function-rich combination of third-party and native code for the average WordPress user and developer.</p>
<h2>Plugins</h2>
<p>There are a number of plugins that I consider so essential I&#8217;ve come to treat them as part of the default WordPress furniture. In no particular order they are:</p>
<h3>WordPress Database Backup</h3>
<p>A plugin to save your bacon should your $2 per month shared hosting plan from exsovietservers.ru happen to implode on itself; <a href="http://austinmatzko.com/wordpress-plugins/wp-db-backup" target="_blank">WordPress Database Backup</a> is an install-and-forget plugin that schedules hourly, nightly or weekly backups of your WP installation&#8217;s SQL file. The backup is automatically emailed to a specified address, which, if is a GMail address, can be filtered straight into your archive ready for impending server apocalypse.</p>
<h3>Contact Form 7</h3>
<div id="attachment_550" class="wp-caption alignnone" style="width: 640px"><img class="size-full wp-image-550" title="Screen shot 2011-10-31 at 21.12.09" src="http://jshakespeare.com/wp-content/uploads/2011/10/Screen-shot-2011-10-31-at-21.12.09.png" alt="" width="630" height="316" /><p class="wp-caption-text">Contact Form 7 as seen on catherinebruton.com. Strict validation and easy template integration are just two of the myriad features offered by this free plugin.</p></div>
<p>A cursory search of WP&#8217;s plugin index with the term &#8216;contact form&#8217; returns 580 results. I in no way am claiming that I&#8217;ve tried and analysed any more of these plugins than I could count on one hand, but <a href="http://contactform7.com/" target="_blank">Contact Form 7</a> does its job admirably, and has fantastic documentation.CF7 supports multiple forms per site (generating custom shortcodes for each); enables easy form building with validation-enabled fields for email, CAPTCHA fields (when used in conjuction with the <a href="http://wordpress.org/extend/plugins/really-simple-captcha/" target="_blank">Really Simple CAPTCHA</a> plugin), quizzes, radio etc; and custom message formatting for the recipient, ie you.</p>
<h3>Google XML Sitemaps</h3>
<div id="attachment_551" class="wp-caption alignnone" style="width: 650px"><img class="size-full wp-image-551" style="text-align: center; background-color: #f3f3f3;" title="Google XML Sitemaps" src="http://jshakespeare.com/wp-content/uploads/2011/10/Screen-shot-2011-10-31-at-21.30.45.png" alt="" width="640" height="300" /><p class="wp-caption-text">Google XML Sitemaps generates a file to be parsed by web crawlers, and will give Google et al a better picture of your site&#39;s page hierarchy and content</p></div>
<p>A really simple <a href="http://arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator" target="_blank">plugin</a> that generates an XML sitemap based on the pages of your website in a format readable by search engine crawlers. This plugin is especially useful when managing your website on Google Webmaster Tools, as the sitemap, automatically generated in the root of your WP installation, can be submitted for crawling.</p>
<h3>Custom Post Type UI</h3>
<p>Custom post types allow your WordPress installation to become less blogging platform and more state-of-the-art CMS. While the functionality of custom post types and custom taxonomies has been around for over a year now, there is still no way of managing post types from within the WordPress UI. Setting up custom post types in functions.php is not a complicated procedure, but it&#8217;s still nice to have a visual overview of the post types available. <a href="http://webdevstudios.com/support/wordpress-plugins" target="_blank">Custom Post Types UI</a> offers a simple UI that allows the creation and management of post types and the assignment of custom taxonomies. Furthermore, the plugin generates the code necessary to register post types in functions.php file, enabling easy migration between sites and themes.</p>
<h3>TentBlogger FeedBurner RSS Redirect</h3>
<p>This super simple <a href="http://tentblogger.com/feedburner-plugin" target="_blank">plugin</a> modifies your .htaccess file to redirect visitors accessing your RSS feed from the raw XML feed to a Feedburner account. This is especially useful given Chrome users have no native parser for XML, and it allows users to easily subscribe to your feed via their RSS reader.</p>
<h3>CSS Cache Buster</h3>
<p>There are few things more frustrating for a developer than having your changes rendered invisible by overzealous caching. <a href="http://wordpress.org/extend/plugins/css-cache-buster/" target="_blank">CSS Cache Buster</a> relieves some of that frustration by ensuring that every page serves a freshly loaded version of your stylesheet by adding version tags to the link. The only gotcha with this plugin is that you must be calling your stylesheets using the WP function &#8216;get_bloginfo&#8217;, and not a hardcoded href.</p>
<h2>Functions</h2>
<p>The functions.php file inside your theme is an invaluable resource when it comes to improving WP&#8217;s default functionality. By pasting in a handful of lines you ensure that your theme is equipped with a level of functionality that can really make the difference.</p>
<h3>Featured images for posts</h3>
<p>Featured images allow you to attach a key image to a post or custom post. Once saved into your functions file, you will see a panel called &#8216;Featured Image&#8217; in WordPress  when authoring a post.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">//add featured image support</span>
add_theme_support<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'post-thumbnails'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">//set the default featured image size</span>
set_post_thumbnail_size<span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">300</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">180</span><span style="color: #339933;">,</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>After setting this, in your theme file use the following line of code to output the attached image.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">the_post_thumbnail<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Find more information on featured images on the <a href="http://codex.wordpress.org/Function_Reference/add_theme_support" target="_blank">WordPress Codex</a>.</p>
<div id="attachment_617" class="wp-caption alignnone" style="width: 512px"><img class="size-full wp-image-617" title="Featured Image Panel" src="http://jshakespeare.com/wp-content/uploads/2011/11/Screen-shot-2011-11-13-at-21.01.35.png" alt="" width="502" height="307" /><p class="wp-caption-text">By enabling featured images in your functions.php file, you will cause the Featured Image panel to appear in your WordPress installation.</p></div>
<h3>Custom Excerpt Length</h3>
<p>When looping through posts, for example on a news page, you&#8217;ll want to use WP&#8217;s the_excerpt function, which, as you&#8217;d expect, outputs an excerpt of the post currently being iterated in the loop. The only problem with this function is that by default you have no control over how much text is output. The following snippet allows you to change that:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">//Custom Excerpt Length</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">function</span> new_excerpt_length<span style="color: #009900;">&#40;</span><span style="color: #000088;">$length</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
  <span style="color: #b1b100;">return</span> <span style="color: #cc66cc;">24</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
add_filter<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'excerpt_length'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'new_excerpt_length'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Simply replace the value within the &#8216;new_excerpt_length&#8217; function with the desired number of words to output.</p>
<h3>Enable Custom Menus</h3>
<p>Since WordPress 3, administrators have had the option of building custom navigation menus and including them in their themes. By default though, this functionality is disabled. To enable it, include:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">add_theme_support<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'menus'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>To output a menu, use the following:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">wp_nav_menu<span style="color: #009900;">&#40;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'menu'</span> <span style="color: #339933;">=&amp;</span>gt<span style="color: #339933;">;</span> <span style="color: #0000ff;">'My Menu'</span> <span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Read more about custom menus on the <a href="http://codex.wordpress.org/Function_Reference/wp_nav_menu" target="_blank">Codex</a>.</p>
<h2>Themes</h2>
<p>There are thousands of themes out there for WordPress, some good, some bad, some free, some not. Looking at this from the perspective of someone who builds sites with bespoke designs I pretty much always start with a super-basic, barebones theme for a couple of reasons. Firstly, you&#8217;re less likely to leave a load of erroneous styles, images and functions in your site that you don&#8217;t actually need. Second, if you&#8217;ve written the majority of the code at work you&#8217;ll know how to fix it if something goes wrong. With that in mind, there&#8217;s really only one theme I need to talk about here, and that&#8217;s the Boilerplate theme. There are plenty of other barebones themes out there, but for my money this is the best.</p>
<h3>Boilerplate</h3>
<p><img class="size-full wp-image-650 left" style="margin: 0 20px 20px 0;" title="HTML5 Logo" src="http://jshakespeare.com/wp-content/uploads/2011/11/HTML5_Logo_512.png" alt="" width="256" height="256" />HTML5 is the future of the web. Fact. The bare-bones <a href="http://html5boilerplate.com" target="_blank">HTML5 Boilerplate</a> package is a project from web guru Paul Irish et al that provides base-level code to help kickstart your HTML5 project. It allows you to use the latest markup technology without having to worry about backwards compatibility (thanks to the use of the great <a href="http://modernizr.com" target="_blank">Modernizr</a> script), and makes it easy to cater for all browsers and devices. Boilerplate comes packaged with a build script that employs some nifty tools for publishing your site, including tidying and minification of code, optimisation of images and  generally reducing page weight.</p>
<p>The <a href="http://wordpress.org/extend/themes/boilerplate" target="_blank">WordPress version of Boilerplate</a> follows the same principles, and provides a great platform for building a bespoke theme. The theme comes with an admin area within the WP UI that allows customisation of the theme based on your needs &#8211; which Doctype to use, which scripts to include, whether to use Internet Explorer conditional stylesheets etc.</p>
<p>If you&#8217;re less comfortable with diving headfirst into a DIY theme then Boilerplate probably isn&#8217;t for you &#8211; there are after all lots of themes out there using HTML5 and general good coding practices. However for those who want to put their best foot forward (and maybe learn a little HTML5 in the process) when building their site, it&#8217;s a great starting point.</p>
<hr />
<p>In conclusion, while there are countless millions of plugin, functions and theme combinations when building a WP site, I&#8217;ve attempted to round up what I consider to be the best foundational elements of a new WordPress project.</p>
<p>One of the best things about WP is the huge developer community surrounding it, and the constant stream of fantastic extensions to its codebase. Therefore I&#8217;ll attempt to keep this list updated with major releases that I feel would benefit it.</p>
]]></content:encoded>
			<wfw:commentRss>http://jshakespeare.com/2011/11/19/finding-the-ideal-wordpress-foundation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jshakespeare.com/2011/11/19/finding-the-ideal-wordpress-foundation/</feedburner:origLink></item>
		<item>
		<title>‘The Colour of Innovation’ Available Online</title>
		<link>http://feedproxy.google.com/~r/JShakespeare/~3/V8U8qvIBQ1k/</link>
		<comments>http://jshakespeare.com/2011/09/02/the-colour-of-innovation-available-to-buy/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 23:06:45 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[made in brunel]]></category>
		<category><![CDATA[the colour of innovation]]></category>

		<guid isPermaLink="false">http://jshakespeare.localhost/?p=449</guid>
		<description><![CDATA[The Made in Brunel 2011 book, The Colour of Innovation, has been made publicly available to purchase on Papadakis' website.]]></description>
			<content:encoded><![CDATA[<p>The Made in Brunel 2011 book, <em>The Colour of Innovation, </em>has been made publicly available to purchase on <a href="http://www.papadakis.net/live/index.php?main_page=pubs_product_book_jph1_info&amp;cPath=13&amp;products_id=224" target="_blank">Papadakis&#8217; website</a>.</p>
<p>Weighing in at 384 heavy-stock pages and bound in hardback, <em>TCOI </em>features contributions from students and industry professionals, as well as details of every project exhibited at Made in Brunel earlier this year.</p>
<p><img class="alignnone size-large wp-image-450" title="tumblr_ln3loy52Nr1qeqtf0o1_1280" src="http://jshakespeare.com/wp-content/uploads/2011/10/tumblr_ln3loy52Nr1qeqtf0o1_1280-630x470.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jshakespeare.com/2011/09/02/the-colour-of-innovation-available-to-buy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jshakespeare.com/2011/09/02/the-colour-of-innovation-available-to-buy/</feedburner:origLink></item>
		<item>
		<title>A Couple of Paintings</title>
		<link>http://feedproxy.google.com/~r/JShakespeare/~3/VKdWSbhYgqs/</link>
		<comments>http://jshakespeare.com/2011/06/18/some-old-work/#comments</comments>
		<pubDate>Sat, 18 Jun 2011 11:08:07 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[illustration]]></category>
		<category><![CDATA[LCC]]></category>
		<category><![CDATA[paint]]></category>

		<guid isPermaLink="false">http://dev.jshak.es/?p=332</guid>
		<description><![CDATA[Some paintings I did years ago. They're not really relevant to what I do any more career-wise, but I thought they looked nice and it would be a shame to condemn them to the dark corners of my hard drive forever. Both paintings were developed from sketches taken on location.]]></description>
			<content:encoded><![CDATA[<p>Some paintings I did in art college a few years back; I thought they looked nice and that it would be a shame to condemn them to the dark corners of my hard drive forever. Both paintings were developed from sketches taken on location at The Natural History Museum and The British Museum.</p>
<p><img class="size-large wp-image-437 alignnone" src="http://jshakespeare.com/wp-content/uploads/2011/06/skull-630x438.jpg" alt="Whale skull" /></p>
<p><img class="size-large wp-image-436 alignnone" title="Totem-pole-head1" src="http://jshakespeare.com/wp-content/uploads/2011/06/Totem-pole-head1-630x374.jpg" alt="Totem-pole-head1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jshakespeare.com/2011/06/18/some-old-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jshakespeare.com/2011/06/18/some-old-work/</feedburner:origLink></item>
		<item>
		<title>Made in Brunel 2011</title>
		<link>http://feedproxy.google.com/~r/JShakespeare/~3/I6urG9pteR8/</link>
		<comments>http://jshakespeare.com/2011/06/14/made-in-brunel-2011/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 22:59:17 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[brunel]]></category>
		<category><![CDATA[exhibition]]></category>
		<category><![CDATA[made in brunel]]></category>
		<category><![CDATA[paste up]]></category>

		<guid isPermaLink="false">http://jshakespeare.com/?p=340</guid>
		<description><![CDATA[Last weekend saw the Brunel School of Engineering and Design's annual degree show - Made in Brunel. Myself and many other volunteers have spent the past nine months preparing for the show and working on the many facets of the Made in Brunel brand.]]></description>
			<content:encoded><![CDATA[<p>Last weekend saw the Brunel School of Engineering and Design&#8217;s annual degree show &#8211; Made in Brunel. Myself and many other volunteers have spent the past nine months preparing for the show and working on the many facets of the Made in Brunel brand: the book, the website, the venue; to finally arrive at Bargehouse on the morning of June 9 was a very strange feeling.</p>
<p>With over 250 projects from Product Design, Multimedia Design, Engineering and postgrad courses, the show was alive with the buzz of enthusiastic students discussing their work with members of the public, industry representatives and proud family members and friends. The show was a resounding success, with the highest ever number of visitors since it began in 2004. Made in Brunel&#8217;s new home &#8211; Bargehouse in Oxo Tower Wharf was the ideal home for a brand that has come to stand for innovation and pioneering spirit. Once again I was exhibiting Paste Up, but I was far more interested in seeing the work of my fellow exhibitors whose work ranged from bicycle gearing systems to fish skin leather.</p>
<p>Congratulations to all involved. 2011 has truly set a new standard for Made in Brunel.</p>
<p>All the projects and exhibitors from this year&#8217;s show can be found on the <a href="http://madeinbrunel.com/projects/">Made in Brunel website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jshakespeare.com/2011/06/14/made-in-brunel-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jshakespeare.com/2011/06/14/made-in-brunel-2011/</feedburner:origLink></item>
		<item>
		<title>Degree Show</title>
		<link>http://feedproxy.google.com/~r/JShakespeare/~3/aAcJS07gmUk/</link>
		<comments>http://jshakespeare.com/2011/06/01/degree-show/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 13:00:43 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[brunel]]></category>
		<category><![CDATA[exhibition]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[paste up]]></category>

		<guid isPermaLink="false">http://localhost/?p=243</guid>
		<description><![CDATA[Skipping the somewhat clichéd 'welcome to my new site' post, I thought I'd launch right in and talk a bit about the end of year show at which I exhibited my work last week.]]></description>
			<content:encoded><![CDATA[<p>Skipping the somewhat clichéd &#8216;welcome to my new site&#8217; post, I thought I&#8217;d launch right in and talk a bit about the end of year show at which I exhibited my work last week.</p>
<p>The exhibition consisted of over 70 final year projects from the Multimedia Design and Technology and Broadcast Media courses at Brunel. I was exhibiting <a title="Paste Up" href="http://jshakespeare.com/work/paste-up/">Paste Up</a>, the content management system I have been developing since the beginning of the year. The project attracted a great deal of interest, especially from fresh-faced first and second year students looking for some inspiration for their projects.</p>
<div id="attachment_250" class="wp-caption alignnone" style="width: 640px"><img class="size-full wp-image-250" title="My stand" src="http://jshakespeare.com/wp-content/uploads/2011/05/IMG_1499-e1306875624545.jpg" alt="" width="630" height="470" /><p class="wp-caption-text">My stand (with beautifully illustrated signage by Sarah Yu)</p></div>
<p>The atmosphere was fantastic, and the whole event seemed very much like &#8216;closure&#8217; for those of who have spent the past four years working so hard for our degree. It was very rewarding to see such genuine interest from staff, students and visitors alike.</p>
<p>One of my favourite projects was Dean Claydon&#8217;s <a href="http://annotatethat.com/" target="_blank">Annotate That</a>, a web application that allows users to discuss and annotate websites. Like Paste Up, Annotate That uses jQuery to explore new ways of developing websites through the web interface.</p>
<div id="attachment_251" class="wp-caption alignnone" style="width: 640px"><img class="size-full wp-image-251" title="" src="http://jshakespeare.com/wp-content/uploads/2011/05/IMG_1507-e1306875840649.jpg" alt="" width="630" height="470" /><p class="wp-caption-text">Students discuss their projects with a lecturer</p></div>
<p>There were also a number of fantastic moving image projects, namely Laurence Dawes&#8217; 3D animation <a href="http://vimeo.com/21998681" target="_blank">Below</a> and Keahn Rahimi&#8217;s <a href="http://vimeo.com/24539151" target="_blank">Roll Tomorrow</a>, a film that juxtaposes 8mm film stock and HD digital footage.</p>
<p>Visitors to <a href="http://madeinbrunel.com">Made in Brunel</a> will get another opportunity to see these and many other Brunel students&#8217; projects at the Bargehouse in London from 9-12 June.</p>
<p>UPDATE: My friend Mani Koechert has published a review of the show on the <a href="http://madeinbrunel.com/2011/06/multimedia-and-broadcast-exhibition/">Made in Brunel website</a>.</p>
<hr />
<h3>Related Media</h3>
<p><iframe src="http://player.vimeo.com/video/21998681?color=e94127" frameborder="0" width="630" height="354"></iframe></p>
<p><iframe src="http://player.vimeo.com/video/24539151?color=e94127" frameborder="0" width="630" height="354"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://jshakespeare.com/2011/06/01/degree-show/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jshakespeare.com/2011/06/01/degree-show/</feedburner:origLink></item>
	</channel>
</rss>

