<?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>nineteenpoint inspiration &#187; Experiments</title>
	<atom:link href="http://www.nineteenpoint.com/inspiration/category/experiments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nineteenpoint.com/inspiration</link>
	<description></description>
	<lastBuildDate>Mon, 01 Mar 2010 19:31:09 +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>Cool WordPress easter egg &#8211; try this!</title>
		<link>http://www.nineteenpoint.com/inspiration/2010/03/cool-wordpress-easter-egg-try-this/</link>
		<comments>http://www.nineteenpoint.com/inspiration/2010/03/cool-wordpress-easter-egg-try-this/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 19:31:09 +0000</pubDate>
		<dc:creator>Simon Minter</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Free stuff]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[2.9.2]]></category>
		<category><![CDATA[easter egg]]></category>

		<guid isPermaLink="false">http://www.nineteenpoint.com/inspiration/?p=147</guid>
		<description><![CDATA[Try this&#8230;

Have a WordPress blog (I&#8217;m on version 2.9.2 &#8211; not sure if that matters)
Have a post on your WordPress blog, and make a couple of revisions to it, saving each time
Now when you edit that post, you can see &#8216;Post Revisions&#8217; at the bottom of the page
Click on one of the revisions to enter [...]]]></description>
			<content:encoded><![CDATA[<p>Try this&#8230;</p>
<ol>
<li>Have a WordPress blog (I&#8217;m on version 2.9.2 &#8211; not sure if that matters)</li>
<li>Have a post on your WordPress blog, and make a couple of revisions to it, saving each time</li>
<li>Now when you edit that post, you can see &#8216;Post Revisions&#8217; at the bottom of the page</li>
<li>Click on one of the revisions to enter a page to let you compare changes between revisions (this in itself is a very handy feature)</li>
<li>Choose the radio buttons to compare a revision with itself</li>
<li>Click &#8216;Compare Revisions&#8217;&#8230;</li>
</ol>
<p>Nifty!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nineteenpoint.com/inspiration/2010/03/cool-wordpress-easter-egg-try-this/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video For Everybody! (at last&#8230;?)</title>
		<link>http://www.nineteenpoint.com/inspiration/2010/01/video-for-everybody-at-last/</link>
		<comments>http://www.nineteenpoint.com/inspiration/2010/01/video-for-everybody-at-last/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 20:50:22 +0000</pubDate>
		<dc:creator>Simon Minter</dc:creator>
				<category><![CDATA[Content management]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Free stuff]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[kroc camen]]></category>
		<category><![CDATA[video for everybody]]></category>

		<guid isPermaLink="false">http://www.nineteenpoint.com/inspiration/?p=135</guid>
		<description><![CDATA[
I have a strange inkling that Kroc Camen&#8217;s project &#8216;Video For Everybody!&#8217; will become important. I&#8217;m not sure how, or who&#8217;s going to instigate this elevation to importance, but I think it&#8217;ll happen. The project addresses a requirement that has sorely needed work for some time, and in an elegant fashion that&#8217;s just begging for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nineteenpoint.com/inspiration/wp-content/uploads/2010/01/video-for-everybody.jpg"><img class="alignnone size-full wp-image-136" title="Video For Everybody screenshot" src="http://www.nineteenpoint.com/inspiration/wp-content/uploads/2010/01/video-for-everybody.jpg" alt="" width="400" height="262" /></a></p>
<p>I have a strange inkling that <a title="Kroc Camen website" href="http://camendesign.com/">Kroc Camen&#8217;s</a> project <a title="Video For Everybody!" href="http://camendesign.com/code/video_for_everybody">&#8216;Video For Everybody!&#8217;</a> will become important. I&#8217;m not sure how, or who&#8217;s going to instigate this elevation to importance, but I think it&#8217;ll happen. The project addresses a requirement that has sorely needed work for some time, and in an elegant fashion that&#8217;s just begging for core inclusion in all manner of content management systems as well as hand-crafted websites. It also bridges the gap between HTML5 (the future &#8211; when it happens) and HTML4.01/XHTML1.1 (ie, what&#8217;s in common use right now) whilst simultaneously addressing the increasing demands of clients/bosses who <em>must have video</em> without knowing what that might involve, or how it&#8217;ll be handled by all kinds of browsers and mobile devices.</p>
<p>Briefly, the project&#8217;s output is a code snippet that will display video on site. Sounds simple? Try doing that and you&#8217;ll very quickly come up against all kinds of problems, issues and hurdles. This snippet handles all of those, pretty much &#8211; by bubbling down through a set of possibilities for playing video files based on your browser:</p>
<ul>
<li>HTML5 &#8216;video&#8217; elements, <em>or if that&#8217;s not supported&#8230;</em></li>
<li>Quicktime, <em>or if that&#8217;s not supported&#8230;</em></li>
<li>Flash, <em>or if that&#8217;s not supported&#8230;</em></li>
<li>A static image and links to download video files.</li>
</ul>
<p>It manages all of this without JavaScript and in a relatively compact manner. This means that as long as you&#8217;ve got video available in a few different file formats (which shouldn&#8217;t be difficult), you can be confident that it&#8217;ll play out on your website whether it&#8217;s viewed in a fancy modern HTML5-supporting browser, on an iPhone, or even (my word) on IE6. I think that&#8217;s pretty cool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nineteenpoint.com/inspiration/2010/01/video-for-everybody-at-last/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nature knows best</title>
		<link>http://www.nineteenpoint.com/inspiration/2009/09/nature-knows-best/</link>
		<comments>http://www.nineteenpoint.com/inspiration/2009/09/nature-knows-best/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 10:41:39 +0000</pubDate>
		<dc:creator>Simon Minter</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Free stuff]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[colours]]></category>
		<category><![CDATA[nature]]></category>

		<guid isPermaLink="false">http://www.nineteenpoint.com/inspiration/?p=94</guid>
		<description><![CDATA[
This is an impromptu reflected spectrum cast onto a wall of the cottage in Sligo, Ireland that I recently retreated to for a week. It&#8217;s good how nature creates these little treats for us!
]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-95" title="Spectrum" src="http://www.nineteenpoint.com/inspiration/wp-content/uploads/2009/09/spectrum.jpg" alt="Spectrum" width="351" height="405" /></p>
<p>This is an impromptu reflected spectrum cast onto a wall of the cottage in Sligo, Ireland that I recently retreated to for a week. It&#8217;s good how nature creates these little treats for us!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nineteenpoint.com/inspiration/2009/09/nature-knows-best/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jaw-dropping typographic linocut</title>
		<link>http://www.nineteenpoint.com/inspiration/2009/07/jaw-dropping-typographic-linocut/</link>
		<comments>http://www.nineteenpoint.com/inspiration/2009/07/jaw-dropping-typographic-linocut/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 18:56:15 +0000</pubDate>
		<dc:creator>Simon Minter</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Type]]></category>
		<category><![CDATA[mark webber]]></category>

		<guid isPermaLink="false">http://www.nineteenpoint.com/inspiration/?p=81</guid>
		<description><![CDATA[
An insane amount of work must have gone into this, Mark Webber&#8217;s 1.5m x 1.8m linocut map of Paris, hand-rendered in type. Sometimes people&#8217;s dedication to a project is just mindbending in its relentlessness!
Giant Paris linocut, at Creative Review
]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-82" title="Giant Paris linocut" src="http://www.nineteenpoint.com/inspiration/wp-content/uploads/2009/07/paris.jpg" alt="Giant Paris linocut" width="400" height="300" /></p>
<p>An insane amount of work must have gone into this, Mark Webber&#8217;s 1.5m x 1.8m linocut map of Paris, hand-rendered in type. Sometimes people&#8217;s dedication to a project is just mindbending in its relentlessness!</p>
<p><a title="Creative Review" href="http://creativereview.co.uk/cr-blog/2009/july1/massive-printer">Giant Paris linocut, at Creative Review</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nineteenpoint.com/inspiration/2009/07/jaw-dropping-typographic-linocut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Raising the bar for user-generated content&#8230;</title>
		<link>http://www.nineteenpoint.com/inspiration/2009/07/raising-the-bar-for-user-generated-content/</link>
		<comments>http://www.nineteenpoint.com/inspiration/2009/07/raising-the-bar-for-user-generated-content/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 17:47:38 +0000</pubDate>
		<dc:creator>Simon Minter</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[booooooom]]></category>
		<category><![CDATA[sour]]></category>

		<guid isPermaLink="false">http://www.nineteenpoint.com/inspiration/?p=73</guid>
		<description><![CDATA[Making its way into my consciousness via Booooooom!, a remarkable video for Sour&#8217;s &#8216;Hibi No Neiro&#8217; that pushes the boundaries of user involvement to something of an extreme level. Amazing stuff, and an example of the kind of video that I can&#8217;t quite comprehend planning out, let alone successfully making.

]]></description>
			<content:encoded><![CDATA[<p>Making its way into my consciousness via <a title="Booooooom! website" href="http://www.booooooom.com">Booooooom!</a>, a remarkable video for Sour&#8217;s &#8216;Hibi No Neiro&#8217; that pushes the boundaries of user involvement to something of an extreme level. Amazing stuff, and an example of the kind of video that I can&#8217;t quite comprehend planning out, let alone successfully making.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/WfBlUQguvyw&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/WfBlUQguvyw&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nineteenpoint.com/inspiration/2009/07/raising-the-bar-for-user-generated-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Actual real photography: Martin Wilson</title>
		<link>http://www.nineteenpoint.com/inspiration/2009/06/actual-real-photography-martin-wilson/</link>
		<comments>http://www.nineteenpoint.com/inspiration/2009/06/actual-real-photography-martin-wilson/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 18:34:46 +0000</pubDate>
		<dc:creator>Simon Minter</dc:creator>
				<category><![CDATA[Experiments]]></category>

		<guid isPermaLink="false">http://www.nineteenpoint.com/inspiration/?p=63</guid>
		<description><![CDATA[
In today&#8217;s Photoshop-drenched world the work of Martin Wilson is doubly, triply outstanding. What he does is take a series of real film photographs, in sequence, with a view to them subsequently forming a final contact sheet arrangement which then, magically, turns into a single image of sorts. According to his blurb, he doesn&#8217;t cheat, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.martinwilson.net/One_Hundred.html"><img class="aligncenter size-full wp-image-64" title="Martin Wilson's 'One Hundred'" src="http://www.nineteenpoint.com/inspiration/wp-content/uploads/2009/06/martin-wilson-100.jpg" alt="Martin Wilson's '100'" width="400" height="191" /></a></p>
<p>In today&#8217;s Photoshop-drenched world the work of <a title="Martin Wilson website" href="http://www.martinwilson.net">Martin Wilson</a> is doubly, triply outstanding. What he does is take a series of real film photographs, in sequence, with a view to them subsequently forming a final contact sheet arrangement which then, magically, turns into a single image of sorts. According to his blurb, he <em>doesn&#8217;t</em> cheat, or slip in replacements if one shot is out of sequence. And if that&#8217;s true, it&#8217;s an inspiration to anybody picking up a camera. It&#8217;s nice these days that you don&#8217;t have to make every shot count, but it&#8217;s equally nice that sometimes there&#8217;s a good reason for doing so.</p>
<p>The sequence pictured above, entitled &#8216;One Hundred&#8217;, also reminds me very much of part of the <a title="Fourier Transform website - Aufgehoben packaging" href="http://fouriertransform.com/001/001.html">packaging</a> I once designed for a vinyl record release. Great minds!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nineteenpoint.com/inspiration/2009/06/actual-real-photography-martin-wilson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Neat Post-It based stop-motion animation</title>
		<link>http://www.nineteenpoint.com/inspiration/2009/06/neat-post-it-based-stop-motion-animation/</link>
		<comments>http://www.nineteenpoint.com/inspiration/2009/06/neat-post-it-based-stop-motion-animation/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 18:25:21 +0000</pubDate>
		<dc:creator>Simon Minter</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Bang-yao Liu]]></category>
		<category><![CDATA[stop-motion]]></category>

		<guid isPermaLink="false">http://www.nineteenpoint.com/inspiration/?p=57</guid>
		<description><![CDATA[This is nice: stop-motion live action animation by Bang-yao Liu, using Post-It notes stuck to the wall. I love how it&#8217;s two-dimensional but interacts with the real, three-dimensional world.

]]></description>
			<content:encoded><![CDATA[<p>This is nice: stop-motion live action animation by Bang-yao Liu, using Post-It notes stuck to the wall. I love how it&#8217;s two-dimensional but interacts with the real, three-dimensional world.<br />
<object width="425" height="344" data="http://www.youtube.com/v/BpWM0FNPZSs&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/BpWM0FNPZSs&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nineteenpoint.com/inspiration/2009/06/neat-post-it-based-stop-motion-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YooouuuTuuube</title>
		<link>http://www.nineteenpoint.com/inspiration/2009/05/yooouuutuuube/</link>
		<comments>http://www.nineteenpoint.com/inspiration/2009/05/yooouuutuuube/#comments</comments>
		<pubDate>Sun, 10 May 2009 15:40:17 +0000</pubDate>
		<dc:creator>Simon Minter</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.nineteenpoint.com/inspiration/?p=25</guid>
		<description><![CDATA[This is awesome. YooouuuTuuube: feed it the URL of an existing YouTube video and it&#8217;ll show you a crazy Flashed-up sequence of every single frame from the video, in some kind of brain-melting modern take on the zoetrope. Remember the days when the internet was more of a playground, with less commerce and more experiment? [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-26" title="Yooouuutuuube" src="http://www.nineteenpoint.com/inspiration/wp-content/uploads/2009/05/yooouuutuuube.jpg" alt="Yooouuutuuube" width="400" height="248" />This is awesome. YooouuuTuuube: feed it the URL of an existing YouTube video and it&#8217;ll show you a crazy Flashed-up sequence of every single frame from the video, in some kind of brain-melting modern take on the zoetrope. Remember the days when the internet was more of a playground, with less commerce and more experiment? This reminds me of those days. I&#8217;m especially pleased that they&#8217;ve included the means to show a randomly-selected video. Hours of fun trying to work out what the video actually <em>is</em> based on all of its component frames.</p>
<p><a title="YooouuuTuuube" href="http://www.yooouuutuuube.com">YooouuuTuuube</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nineteenpoint.com/inspiration/2009/05/yooouuutuuube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
