<?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>subvisual &#187; big ideas</title>
	<atom:link href="http://subvisual.net/category/ideas/feed/" rel="self" type="application/rss+xml" />
	<link>http://subvisual.net</link>
	<description>busy days, full head… must write this stuff down.</description>
	<lastBuildDate>Wed, 08 Sep 2010 23:05:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Codanotes for annotating websites in Safari</title>
		<link>http://subvisual.net/ideas/codanotes-for-annotating-websites-in-safari/</link>
		<comments>http://subvisual.net/ideas/codanotes-for-annotating-websites-in-safari/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 01:27:05 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[big ideas]]></category>
		<category><![CDATA[clients]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[interaction]]></category>
		<category><![CDATA[panic]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://subvisual.net/?p=261</guid>
		<description><![CDATA[A Safari extension by Panic that lets you draw, use a highlighter, edit text and add sticky notes to a web page and then email it to someone. It&#8217;s free, so get your clients to install safari and start using it. The little touches are what makes this a fun to use, and as such a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://subvisual.net/wp/wp-content/uploads/2010/08/codanotes-nKGHFK1.png"><img class="alignleft size-medium wp-image-287" style="margin: 8px; border: 1px solid black;" title="codanotes-nKGHFK" src="http://subvisual.net/wp/wp-content/uploads/2010/08/codanotes-nKGHFK1-300x134.png" alt="" width="300" height="134" /></a>A <a href="http://www.panic.com/blog/2010/07/coda-notes-for-safari-now-available/" target="_blank">Safari extension by Panic</a> that lets you draw, use a highlighter, edit text and add sticky notes to a web page and then email it to someone. It&#8217;s free, so get your clients to install safari and start using it. The little touches are what makes this a fun to use, and as such a great bit of interaction design.</p>
<p>Panic also creates <a href="http://www.panic.com/coda/" target="_blank">Coda</a>, a text editor for Mac, and <a href="http://www.panic.com/transmit/" target="_blank">Transmit</a> &#8211; the only FTP client I have ever felt willing to part with some cash for.</p>
]]></content:encoded>
			<wfw:commentRss>http://subvisual.net/ideas/codanotes-for-annotating-websites-in-safari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I sped PHP and WordPress on Ubuntu 9.10</title>
		<link>http://subvisual.net/ideas/i-sped-php-and-wordpress-on-ubuntu-9-10/</link>
		<comments>http://subvisual.net/ideas/i-sped-php-and-wordpress-on-ubuntu-9-10/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 22:52:32 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[big ideas]]></category>

		<guid isPermaLink="false">http://subvisual.net/?p=279</guid>
		<description><![CDATA[The server running this site is a the most basic virtual server available running at Slicehost.com.  I recently rebuilt the slice from CentOS to an Ubuntu distribution for the hell of it. But since then, I have found things a little slower than before, especially with WordPress.  I needed a fix. On investigation, I discovered [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://subvisual.net/wp/wp-content/uploads/2010/08/ubuntulogo.png"><img class="alignleft size-full wp-image-280" style="margin: 8px;" title="ubuntulogo" src="http://subvisual.net/wp/wp-content/uploads/2010/08/ubuntulogo.png" alt="Ubuntu logo" width="202" height="55" /></a>The server running this site is a the most basic virtual server available running at <a href="http://slicehost.com" target="_blank">Slicehost.com</a>.  I recently rebuilt the slice from CentOS to an Ubuntu distribution for the hell of it. But since then, I have found things a little slower than before, especially with WordPress.  I needed a fix.</p>
<p><span id="more-279"></span></p>
<p>On investigation, I discovered Apache was using most of my available memory and pushing the server to capacity.  With help from some of the <a href="http://articles.slicehost.com/" target="_blank">Slicehost documentation</a> I discovered the difference between <strong>apache2-mpm-prefork</strong> and<strong> apache2-mpm-worker</strong> and their configurations. But how to switch from one to the other was not so obvious, until I found <a href="http://phphints.wordpress.com/2009/01/10/improving-php-performance-with-apache2-mpm-worker-mod_fcgid-2/" target="_blank">this article at PHP hints</a>.  In short, I needed to install Apache again with mpm_worker, and install PHP as a FastCGI module. (Ubuntu makes this all so easy with <em>apt-get install</em>). Apparently this is not the recommended way to run PHP for production servers, but then neither is running your server with 256M of RAM. So there you are. My memory usage is down enough for things to run a little faster around here (for the time being, but an upgrade to more memory is on the cards).</p>
]]></content:encoded>
			<wfw:commentRss>http://subvisual.net/ideas/i-sped-php-and-wordpress-on-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New HTML5-based theme for subvisual.net</title>
		<link>http://subvisual.net/ideas/new-html5-based-theme-for-subvisual-net/</link>
		<comments>http://subvisual.net/ideas/new-html5-based-theme-for-subvisual-net/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 00:16:28 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[big ideas]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://subvisual.net/?p=259</guid>
		<description><![CDATA[I spent the spare time I had this weekend revamping the theme for this website. I chose to use as much of the new standards as possible. I borrowed a few tips from around the web. Notably the HTML5 doctor, where you can find some accessible articles and help for all your HTML5 questions, from [...]]]></description>
			<content:encoded><![CDATA[<p>I spent the spare time I had this weekend revamping the theme for this website. I chose to use as much of the new standards as possible.</p>
<p><span id="more-259"></span>I borrowed a few tips from around the web. Notably the <a href="http://html5doctor.com/" target="_blank">HTML5 doctor,</a> where you can find some accessible articles and help for all your HTML5 questions, from conceptual to implementation.</p>
<p>Combined with the HTML5 reset CSS recommended by the HTML5 Doctor,  I am using a grid based on the CSS and <a href="http://developer.yahoo.com/yui/grids/builder/" target="_blank">grids builder at YUI</a>.</p>
<p>Other than that it was the WordPress documentation, and the odd peak a how things are implemented in twentyten the default theme for WordPress 3.0.</p>
<p>It&#8217;s another new start.</p>
]]></content:encoded>
			<wfw:commentRss>http://subvisual.net/ideas/new-html5-based-theme-for-subvisual-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>reset. WordPress 3 ate my theme.</title>
		<link>http://subvisual.net/ideas/reset-wordpress-3-ate-my-theme/</link>
		<comments>http://subvisual.net/ideas/reset-wordpress-3-ate-my-theme/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 00:35:51 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[big ideas]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ramblings]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://subvisual.net/?p=249</guid>
		<description><![CDATA[My previous layout here was a fairly simple custom theme. But not simple enough for an upgrade to the new version of WordPress, which broke it. So I have a default layout with a shoe-horned header image. Todo, tofix.]]></description>
			<content:encoded><![CDATA[<p>My previous layout here was a fairly simple custom theme. But not simple enough for an upgrade to the new version of WordPress, which broke it. </p>
<p>So I have a default layout with a shoe-horned header image. </p>
<p>Todo, tofix. </p>
]]></content:encoded>
			<wfw:commentRss>http://subvisual.net/ideas/reset-wordpress-3-ate-my-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dumping the manager headspace</title>
		<link>http://subvisual.net/ideas/dumping-the-manager-headspace/</link>
		<comments>http://subvisual.net/ideas/dumping-the-manager-headspace/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 22:18:51 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[big ideas]]></category>

		<guid isPermaLink="false">http://subvisual.net/?p=234</guid>
		<description><![CDATA[Tonight I read this from  Groupware Bad in which Jamie Zawinski tells the story of when he convinced his friend not to try and make an Open Source Groupware product: If you want to do something that&#8217;s going to change the world, build software that people want to use instead of software that managers want [...]]]></description>
			<content:encoded><![CDATA[<p>Tonight I read this from  <a href="http://www.jwz.org/doc/groupware.html">Groupware Bad</a> in  which Jamie Zawinski tells the story of when he convinced his friend not   to try and make an Open Source Groupware product:</p>
<blockquote><p>If  you want to do something that&#8217;s going to change the world, build  software that people want to use instead of software that managers want  to buy.</p></blockquote>
<p>One thing that always confuses me is how, as creative people in this industry, we are somehow often convinced to base our decisions and channel our energies around corporate structures and managers&#8217; whim, like somehow that is something cool, something to aspire to. I see it all the time in studios where developers, designers and account directors alike lap up the promise of higher management, client or wider industry affirmation. Instead of thinking about the people who will use our products  decisions about product behaviour are made in a boardroom full of management egos.</p>
<p>It really winds me up.</p>
]]></content:encoded>
			<wfw:commentRss>http://subvisual.net/ideas/dumping-the-manager-headspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The HTML5 and Adobe Flash debate resolved: use the right tool for the job</title>
		<link>http://subvisual.net/ideas/the-html5-and-adobe-flash-debate-resolved-use-the-right-tool-for-the-job/</link>
		<comments>http://subvisual.net/ideas/the-html5-and-adobe-flash-debate-resolved-use-the-right-tool-for-the-job/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 23:50:50 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[big ideas]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://subvisual.net/?p=205</guid>
		<description><![CDATA[I&#8217;ve been reading every opinion in my feeds following the fallout of the iPad launch. I think it&#8217;s fascinating to see how quickly people are polarised. There are a lot of angry Flash developers out there, and a lot of smugness coming from the other side. I will admit that I like developing with both [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been reading every opinion in my feeds following the fallout of the iPad launch. I think it&#8217;s fascinating to see how quickly people are polarised. There are a lot of angry Flash developers out there, and a lot of smugness coming from the other side.</p>
<p>I will admit that I like developing with both ActionScript and JavaScript/HTML.  I think both the Flash Platform and the Browser show great potential for different purposes. And each has its problems when misapplied. So what&#8217;s new? As developers we face these choices with our technology every day. So Flash isn&#8217;t on the iPad or iPhone. Does it matter that much? It&#8217;s a single device platform with a visionary design. It should be applauded. But we are not creating interactivity for a monoplatform world. Innovation will mean there is something that outwits the iPhone OS. Necessity will require us to adopt new, unchartered and non-standard solutions. Interaction design and communication technology is not all about LED  screens and input devices.  Principles will still be the same: make things for people not for technologies.</p>
<p>There is so much to say on this subject, it opens up so many juicy channels of opinion, debate and evidence. Is this about openness? Is it about innovation? Is it about standards? Is it about winners or losers? Ultimately the debate is good for the web development community, and it&#8217;s time we all had a chance to define some thinking about these issues in this landscape. The launch of the iPad may be a watershed moment for more reasons than innovative touchscreen technology and eBooks saving the publishing industry.</p>
<p>I think the ball is in Adobe&#8217;s court right now. They could really turn this around to their favour. Open source the Flash Platform completely? Support the development and adoption of the HTML standard by giving developers more great tools? Make Flash  better and more essential to everyday browsing? Make a FlashPad device?</p>
<p><a href="http://blogs.gartner.com/ray_valdes/2010/02/10/html5-and-flash/" target="_blank">Ray Valdes on Gartner</a> probably offers the best and most balanced overview of the issues that face us as media producers for these platforms.</p>
]]></content:encoded>
			<wfw:commentRss>http://subvisual.net/ideas/the-html5-and-adobe-flash-debate-resolved-use-the-right-tool-for-the-job/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>my delicious.com tags rerefreshed</title>
		<link>http://subvisual.net/ideas/my-delicious-com-tags-rerefreshed/</link>
		<comments>http://subvisual.net/ideas/my-delicious-com-tags-rerefreshed/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 23:23:39 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[big ideas]]></category>
		<category><![CDATA[bookmarking]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[information-architecture]]></category>
		<category><![CDATA[online-services]]></category>

		<guid isPermaLink="false">http://subvisual.net/?p=174</guid>
		<description><![CDATA[I recently decided to change the way I use the social bookmarking service delicious.com to how I have been using it for the last five years or so. I have starting to see it less as a big bucket to catch anything of minor interest I encounter, and more of a considered record of my  [...]]]></description>
			<content:encoded><![CDATA[<p>I recently decided to change the way I use the social bookmarking service <a href="http://delicious.com" target="_blank">delicious.com</a> to how I have been using it for the last five years or so. I have starting to see it less as a big bucket to catch anything of minor interest I encounter, and more of a considered record of my  daily worthwhile reading on the web, with space for my comment. Not quite a blog, but a timeline of my online reading that reflects my thoughts, research and daily problem solving. We&#8217;ll see how this new approach turns out, but to get there I felt I needed to organise my delicious account a little better.</p>
<p><span id="more-174"></span>I was finding it difficult to use effectively anyway and to tag entries effectively -  I needed to clean up my <a href="http://delicious.com" target="_blank">delicious.com</a> bookmarks and tags. They were a particular mess from when I let the delicious Firefox extension import all my thousands of browser bookmarks.</p>
<p>My meticulous offline browser bookmark filing system &#8211; a methodical and hierarchical and usable top-down organisation structure &#8211;  fell down when it was converted to a soup of tags.  I ended up with a collection of tags  like <strong>work_-_site_redesign_examples</strong> (from some research at work) and <strong>Pattern_Group_D:_Writing_and_Managing_Content </strong> (some resources I&#8217;d bookmarked from a book  I was reading a few years back &#8211; <a href="http://www.designofsites.com/" target="_blank">The Design of Sites</a>) and <strong>_curr</strong> (my current reading bookmarks list, which was no longer very _curr). My labelling system for storing and browsing my tags was good for reading through the list in my browser sidebar, but for topic tags, it was pretty useless. And there were thousands of them.</p>
<p>No problem, I thought. delicious is a good product &#8211; well designed and tech-friendly. I&#8217;ll get in there and consolidate my tags, rename them, delete the ones I don&#8217;t like. Maybe with a bit of help from the delicious API and some scripting with regexes. It will be fun!</p>
<p>How wrong I was. The delicious &#8216;bulk edit&#8217; interface is less than friendly, allowing you only to bulk edit bookmarks, maximum 100 at a time. The tag deleting and renaming interface allows you to do one tag at a time, with a painful select menu and multiple click interface. The pain of this interface is nicely documented <a href="http://inspite.wordpress.com/2008/08/04/how-to-delete-delicious-tags-quickly/" target="_blank">here</a>. I can&#8217;t be alone, I thought. And indeed, a <a href="http://www.google.com/search?hl=en&amp;q=delicious+bulk+delete+tags" target="_blank">google search</a> reveals I am not the first to curse over this issue.</p>
<p>I discovered some scripts and tools that could possibly help. <a href="http://delicious.isnotworking.com/" target="_blank">This merge tool</a> looked good, and clever, but didn&#8217;t quite work for what I was trying to do. <a href="http://ghill.customer.netspace.net.au/re-mark/" target="_blank">Scripted Re-Mark</a> looks sophisticated, but I couldn&#8217;t get it to do what I wanted either. <a href="http://blog.bookworm.at/2006/07/how-to-merge-multiple-tags-in-delicious_4988.html" target="_blank">This multi-step use of tag bundles</a> looks like a potential winner, but I had already completed  my job by the time I stumbled on that link.  I looked at the <a href="http://delicious.com/help/api" target="_blank">Delicious API</a>, and considered writing something that would at least get rid of the worst offending tags (those over a certain length, those starting with an underscore, and some date-specific tags), and I would write a timer to fire every 2 seconds to get around the limits of using the API. Not as fun as I thought it would be, but educational, and a good exercise maybe. I even considered dropping delicious for another service. <a href="http://diigo.com" target="_blank">Diigo.com</a> was the best alternative I found, and I set up an account and did some tests,  but I wasn&#8217;t convinced by it, although its tag editing interface is better.</p>
<p>But in the end, before I deleted my delicious account and recreated it to start again from scratch (apparently the quickest way to reset your account),  I solved it with the following bit of manual labour (It took a couple of runs to get right, each step has it&#8217;s caveats and just my luck, delicious actually crashed in the middle of my work):</p>
<ul>
<li>Backed up all my browser and delicious bookmarks.</li>
<li>Removed all the imported bookmarks from a copy of the delicious backup file by searching for and deleting all private bookmarks. (I had followed the default in the import process and marked all imports as private, which was lucky). This allowed me to keep my Real Delicious bookmarks I had collected over the years.</li>
<li>Re-organised my browser bookmarks with folder names suitable to tagging and backed up to a new file.</li>
<li>Manually deleted all my Delicious bookmarks, 100 at a time, using the &#8216;bulk edit&#8217; tool. Thankfully delicious doesn&#8217;t keep  zero-count tags with no bookmarks associated with them, so once I finished this, I had an empty account with no tags or bookmarks.</li>
<li>Reimported my Real Delicious Bookmarks and my Reorganised Browser Bookmarks.</li>
</ul>
<p><strong>Caveats:</strong></p>
<ul>
<li>Doing this in Firefox if you have the delicious add-on &#8211;   it thinks you want your browser bookmarks and not a file when you choose to import. Use a different browser for this step.</li>
<li>Importing from the Organize Bookmarks panel in Firefox &#8211; it doesn&#8217;t take your folder names into tags from this interface</li>
<li>Remember to give a unique tag to all your imports, such as &#8220;imported&#8221; so you can isolate them later if you need to delete and redo the import. Once you&#8217;re happy and complete, you can delete this single tag. (It will show up with some prominence in your tag cloud otherwise</li>
</ul>
<p>And hey, presto:</p>
<p><script src="http://feeds.delicious.com/v2/js/tags/admataz?title=My%20Delicious%20Tags&amp;icon&amp;count=900&amp;sort=freq&amp;flow=cloud&amp;name&amp;showadd&amp;color=73adff-3274d0&amp;size=12-35" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://subvisual.net/ideas/my-delicious-com-tags-rerefreshed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A good week for a geek</title>
		<link>http://subvisual.net/ideas/a-good-week-for-a-geek/</link>
		<comments>http://subvisual.net/ideas/a-good-week-for-a-geek/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 01:14:29 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[big ideas]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[lfpug]]></category>
		<category><![CDATA[playful09]]></category>
		<category><![CDATA[sciencemuseum]]></category>

		<guid isPermaLink="false">http://subvisual.net/?p=115</guid>
		<description><![CDATA[Mashing up the Universe at the Science Museum on Saturday, ActionScript frameworks and Design Patterns at the London Flash Platform User Group at the Cosmo Bar in Clerkenwell on Thursday, and Playful09, &#8216;a day of cross disciplinary frolicking&#8217; on Friday. On Saturday 24th November I popped into the Science Museum for the launch of the [...]]]></description>
			<content:encoded><![CDATA[<p>Mashing up the Universe at the Science Museum on Saturday, ActionScript frameworks and Design Patterns at the London Flash Platform User Group at the Cosmo Bar in Clerkenwell on Thursday, and Playful09, &#8216;a day of cross disciplinary frolicking&#8217; on Friday. <span id="more-115"></span></p>
<p>On Saturday 24th November I popped into the Science Museum for the launch of the <a href="http://www.sciencemuseum.org.uk/visitmuseum/galleries/cosmos_and_culture/mash-up_competition.aspx" target="_blank">Cosmic Collections website competition</a> to learn about their new API that they have launched to the collection for this exhibition. It was a fun day of meeting astronomers, other developers, a few designers and of course the museum people themselves. Everyone is so nice. Apart from the technical info, we workshopped a few astronomical ideas by literally connecting concepts with pieces of string, and were given a tour of the exhibition, some drama, and an introductory talk on astronomy. Overall a good time, I enjoyed it.</p>
<p>On Thursday I went to the monthly <a href="http://www.lfpug.com/29th-october-2009-29102009/" target="_blank">London Flash Platform User Group meeting</a> at the Cosmo Bar in Clerkenwell Road. I&#8217;d been a couple times before and really enjoyed the talks, but not this time. The topics were interesting (Design Patterns and Appliciation Frameworks), and the speakers were knowledgeable, but either that part of my brain was switched off, or the lack of microphone and length and detail of the talks and high turnout in a venue too small all combined to make it a less worthy event. I&#8217;m not complaining though &#8211; I think <a href="http://www.tink.ws/blog/" target="_blank">Tink</a> and the LFPUG and all the speakers do a great job at putting on these events every month, and I will be back later this month for the <a href="http://www.lfpug.com/26th-november-2009-26112009/" target="_blank">talks on Red5 and Augmented Reality in Flash</a>.</p>
<p>Friday was <a href="http://www.thisisplayful.com" target="_blank">Playful 09</a>. I was very excited about going, and I was not disappointed. Here are my <a href="/community/playful09/" target="_self">initial thoughts on the event</a>.  I am planning to write more here about what I learned over the next week.</p>
<p>It&#8217;s been a good week for a geek.</p>
]]></content:encoded>
			<wfw:commentRss>http://subvisual.net/ideas/a-good-week-for-a-geek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playful09</title>
		<link>http://subvisual.net/ideas/playful09/</link>
		<comments>http://subvisual.net/ideas/playful09/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 00:49:36 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[big ideas]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[playful09]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://subvisual.net/?p=111</guid>
		<description><![CDATA[Last Friday I took the day off work to go to Playful 09 at Conway Hall in London &#8211; and had a fun and inspiring time. Playful 09 was billed as &#8220;a day of cross disciplinary frolicking&#8220;. I liked the look of it when it turned up on my blog feeds &#8211; but what really [...]]]></description>
			<content:encoded><![CDATA[<p>Last Friday I took the day off work to go to <a href="http://www.thisisplayful.com" target="_blank">Playful 09</a> at Conway Hall in London &#8211; and had a fun and inspiring time.</p>
<p><span id="more-111"></span></p>
<p>Playful 09 was billed as &#8220;<em>a day of cross disciplinary frolicking</em>&#8220;. I liked the look of it when it turned up on my blog feeds &#8211; but what really hit home for me was the quote on the booking page from <a href="http://www.uxmatters.com/mt/archives/2007/12/engaging-user-creativity-the-playful-experience.php" target="_blank">Jonathan Follet&#8217;s 2007 article</a>:</p>
<blockquote><p>Playfulness, like usability, refers to a quality of user experience that can span many disciplines—information architecture, information design, interaction design, and graphic design. In our minds, however, many of us have relegated play to the realms of gaming or kids’ stuff and don’t consider play daily when designing. Though, in the digital space, satisfying the desire to play can be integral in determining the success or failure of a digital product or service. So it’s time for user experience designers to take play seriously. (And stop being so darn boring.)</p></blockquote>
<p>The idea of playfulness is an essential element of User Experience design that often feels overlooked by both practitioners and those who write about UX. It doesn&#8217;t get a look-in on seminal works like  <a href="http://www.jjg.net/elements/" target="_blank">Jesse James Garret&#8217;s diagram and book</a>, and  <a href="http://semanticstudios.com/publications/semantics/000029.php" target="_blank">Peter Morville&#8217;s User Experience Honeycomb</a>. These are both excellent models that help us understand the User Experience, but neither discuss playfulness explicitly. Understandings of UX are being extended and adapted to the new social media landscape, and the people-centredness of everything we do in Web 2.0. A common theme I have seen emerging is &#8216;<em>what we can learn from game design in creating engaging user experiences</em>&#8216;.  Rachel Glaves, Jesse James Garret&#8217;s colleague at Adaptive Path, <a href="http://www.adaptivepath.com/ideas/essays/archives/001100.php" target="_blank">writes about it</a>, and it crops up in various forms at conference <a href="http://www.boxesandarrows.com/files/banda/ia-summit-2008-day-2/Extending_the_Gaming_Experience_to_Conventional_UI.m4a" target="_blank">talks</a> (mp3), <a href="http://www.slideshare.net/nadyadirekova/ixda-talk-game-design-techniques-for-engagement-in-web-applications" target="_blank">slide presentations</a> and <a href="http://johnnyholland.org/2009/08/31/engaging-the-user-what-interaction-designers-can-learn-from-video-games/" target="_blank">articles</a>. Each of these pieces are valid explorations of game design approaches to UX  and interface design and make worthwhile listening and reading. But they don&#8217;t seem to get to the essence of what it means to include playfulness in your designs. Maybe that&#8217;s because play is such an elusive concept not meant for methodologies and models.</p>
<p>Playful 09 was a refreshing approach. It was a satisfyingly irreverent and fun conference with a good amount of interesting stuff presented. It&#8217;s difficult to pinpoint the exact gems of knowledge that I gained from attending, but I left feeling inspired, notebook full of scribbles, head full of new ideas, new angles on design, and having met an active and exciting community.  It really made me feel good.</p>
<p>I agreed with the powers that be at work that I would, in exchange for the day off to attend Playful 09,  share my newly gained knowledge with anyone who cares to hear it. So with that in mind I&#8217;m looking to compile a summary of it all in the next week or so, and debrief with a few our designers.  I will post here too for anyone who cares to read&#8230;</p>
<p>Stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://subvisual.net/ideas/playful09/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>we have a contract Drupal developer</title>
		<link>http://subvisual.net/ideas/we-have-a-contract-drupal-developer/</link>
		<comments>http://subvisual.net/ideas/we-have-a-contract-drupal-developer/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 23:19:43 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[big ideas]]></category>
		<category><![CDATA[drupal management]]></category>

		<guid isPermaLink="false">http://subvisual.net/?p=92</guid>
		<description><![CDATA[We recently needed to hire a developer for a new project. Finding a good one wasn't that easy.]]></description>
			<content:encoded><![CDATA[<p>At <a href="http://www.clinic.co.uk" target="_blank">Clinic London </a>we recently hired a contractor to help us with the Drupal development on a new project (details as yet undisclosed, but it is an exciting job).  Having worked on a very big Drupal based project recently, and at times struggled with way Drupal works compared to our usual bespoke development with PHP, we felt it would be good to get some help  and some extra Drupal brain power in the studio, and having an expert in the studio to help raise our knowledge.<span id="more-92"></span>Hiring a contract developer is always a difficult thing.  There&#8217;s a bit of luck and timing and a lot of personality involved. We had several CVs from agencies and friends, and a few candidates came to interviews.  It seems much of the Drupal talent  in town has either been snapped up by a recent surge in demand for Drupal skills by a large magazine publisher, or prefer to work from their villa in France or Sheffield.  These are good times for those who know their plumbing &#8211; I have since learned that  even <a href="http://whitehouse.gov/" target="_blank">The White House</a> website has recently been relaunched on a Drupal and OSS platform.  It makes it difficult for a small agency like us to find good affordable talent.</p>
<p>One of the biggest problems is finding developers who are comfortable in the creative agency environment. It&#8217;s noisy, it&#8217;s open plan, it&#8217;s unstructured. Many  developers prefer to work to tighter processes than we could ever hope to run, and prefer not to think about how to meet the overall project goals, but want meet the narrow detailed requirements spelled out for them in the technical spec. They want to get their headphones on, and get on with code code code. Fortunately it&#8217;s not the way we work. We are not a cubicle mentality, or a software development house. We are mostly a bunch of designers and managers with varying technical understandings and abilities. I&#8217;ve grown up as a technologist in this fuzzy definition environment, and as a developer I am happy with it.</p>
<p>So we found our guy (it&#8217;s always a guy, I look forward to the day we hire a technical gal, but in 3 years far I&#8217;ve only seen one CV of a female developer), and so far so good. He&#8217;s taking a bit of management from my side and I need to give his work at this early phase more attention than I have had the time for.  Watch this space&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://subvisual.net/ideas/we-have-a-contract-drupal-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
