<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>electronic museum &#187; api</title>
	<atom:link href="http://electronicmuseum.org.uk/category/api/feed/" rel="self" type="application/rss+xml" />
	<link>http://electronicmuseum.org.uk</link>
	<description>musings about electronic culture</description>
	<lastBuildDate>Sun, 15 Jan 2012 17:05:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='electronicmuseum.org.uk' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>electronic museum &#187; api</title>
		<link>http://electronicmuseum.org.uk</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://electronicmuseum.org.uk/osd.xml" title="electronic museum" />
	<atom:link rel='hub' href='http://electronicmuseum.org.uk/?pushpress=hub'/>
		<item>
		<title>A possible next step for hoard.it?</title>
		<link>http://electronicmuseum.org.uk/2010/03/02/a-possible-next-step-for-hoard-it/</link>
		<comments>http://electronicmuseum.org.uk/2010/03/02/a-possible-next-step-for-hoard-it/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 20:47:50 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[museum]]></category>
		<category><![CDATA[hoard.it content API MRD data collections transformation]]></category>

		<guid isPermaLink="false">http://electronicmuseum.org.uk/?p=664</guid>
		<description><![CDATA[I first wrote about hoard.it, the bootstrapped &#8220;API spider&#8221; that Dan Zambonini and I built, back in 2008. We followed up the technology with a paper for Museums and the Web 2009, and in that paper talked about some possible future directions for the service. You&#8217;ll see if you scroll down the paper that there [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=electronicmuseum.org.uk&amp;blog=999518&amp;post=664&amp;subd=electronicmuseum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I first <a href="http://electronicmuseum.org.uk/2008/05/20/hoardit-bootstrapping-the-naw/">wrote</a> about hoard.it, the bootstrapped &#8220;API spider&#8221; that <a href="http://danzambonini.com/">Dan Zambonini</a> and I built, back in 2008. We followed up the technology with a <a href="http://www.archimuse.com/mw2009/papers/ellis/ellis.html">paper</a> for Museums and the Web 2009, and in that paper talked about some possible future directions for the service. You&#8217;ll see if you scroll down the paper that there is a section entitled &#8220;next steps&#8221; which outlines some of these.</p>
<p>I&#8217;ve always been very excited by the possibilities that the hoard.it model might uncover. Not, as you&#8217;ll see from the paper, because this is a new or particularly original approach &#8211; screenscraping is as old as the hills &#8211; but because it offers up some rapid and very easy solutions to some bigger problems. These problems are even older than screenscraping: legacy content, no resource, little expertise, and they&#8217;re firmly entrenched in pretty much every web presence there is.</p>
<p>Much as the world seems to be heading along a Linked Data route, it comes back to me time and time again that however beautiful these RDF or RDFa or even API approaches are in theory, they mean little without uptake and critical mass. Simplicity of approach defines RSS as a success, for example, and even though it <a href="http://electronicmuseum.org.uk/2008/10/07/assumptions-exactitudes/">isn&#8217;t perfect</a> by a long shot, it gets things done rapidly and easily and as a consequence has been a cornerstone of the <a href="http://electronicmuseum.org.uk/2009/07/13/pushing-mrd-out-from-under-the-geek-rock/">Machine Readable Data</a> web that we see today.</p>
<p>This post isn&#8217;t, however, about Linked Data &#8211; I&#8217;ll leave that for another day (let&#8217;s leave it as: I&#8217;m ready to be convinced, but I&#8217;m not there yet). However, one of the major concerns I have about the LD approach is that however you look at it it requires a fair amount of effort to make the changes required. One day, I and others may be convinced that this effort is worth it, but for now this still leaves the huge problem that we outlined in our paper: legacy systems, legacy sites and legacy content &#8211; all of it put together at huge expense and effort, and none of it available in this new MRD world.</p>
<p>I got thinking about the hoard.it approach over the weekend and started to focus in on the ideas articulated in the &#8220;template mapping&#8221; part of the paper. Lurking at the back of my brain has been the question about who defines the mapping, and whether there might be any way to make this more flexible: make it something an organisation, individual or even a crowd-sourced democracy might be able to define.</p>
<p>The idea I&#8217;d like to float is this:</p>
<p>1. A page, section or even entire website has a corresponding file which lays out a simple schema. This schema maps things in the html DOM to data fields using jquery-like (simple, universal, understandable!) DOM pointers. Here&#8217;s what a single field definition might look like:</p>
<pre>DC.Title &gt; $("div#container ul.top-nav li:eq(0)").text();</pre>
<p>This example means, hopefully obviously: &#8220;the content at the DOM location <em>div#container ul.top-nav li:eq(0) </em>is the DC.Title field&#8221;</p>
<p>2. If the institution creates this file then they can use the &#8220;rel&#8221; tag somewhere in the head to point to this file and the mapping type &#8211; so for instance you might have &lt;link rel=&#8221;simple.dublincore.transformation&#8221; href=&#8221;somelocalfile.txt&#8221; /&gt; or even &lt;link rel=&#8221;hcard.microformat.transformation&#8221; /&gt;. This means that any MRD parser (or search engine!) which comes to the page could quickly parse the content, apply the transformation and then return the data in a pre-defined format: XML, RSS, vCard or maybe even RDF (I don&#8217;t know &#8211; could you? Help me out here!).</p>
<p>3. If the institution doesn&#8217;t create this file, then anyone could write a transformation using this simple approach, publish their transformation file on the web and then use it to get data from the page using a simple parser. I&#8217;m writing an example parser as we speak &#8211; right now all it accepts is the source url (the data) and the definition url (the transformation file) but this could be much more effective with some further thought&#8230;</p>
<p>And that, simply, is it. The advantages are:</p>
<p>1. Machine Readable Data (albeit simple MRD) out of the box: no changes (apart from a rel tag if you want it) to the page. No arcane languages, no API development. No time lag (I&#8217;d see most applications reading this data in real-time &#8211; just an http request to the page which is then parsed)</p>
<p>2. Any changes to the structure of the page (the long-recognised problem with screen-scraping) can be quickly changed in a single defining file for the whole part of the site which has that &#8220;shape&#8221;. If this file is democratised in some way then the community could spot errors because of changed structure in the page and amend the file accordingly</p>
<p>3. Multiple files can be defined for a single page: ditto, sub-pages or sections can have more specific &#8220;cascade-like&#8221; files which are specific to that particular content shape</p>
<p>I know of two approaches which are similar but different. Firstly, the <a href="http://developer.yahoo.com/yql/console/#h=select%20*%20from%20html%20where%20url%3D%22http%3A//finance.yahoo.com/q%3Fs%3Dyhoo%22%20and%0A%20%20%20%20%20%20xpath%3D%27//div%5B@id%3D%22yfi_headlines%22%5D/div%5B2%5D/ul/li/a%27">YQL</a>-like approach to screen scraping which is very, very elegant but also a) specific to Yahoo! (a company not in best financial and future-proof shape) and b) as far as I know, can&#8217;t be specified for collections of pages but rather on a page-by-page basis (let me know if this isn&#8217;t the case..). The second approach which is also similar but in different ways is GRDDL. This is more like the open approach I suggest here, but has the problem of a) being based around XSL which therefore means the source document has to be valid XML and b) requires on-page edits, too</p>
<p>These are the only two conceptual approaches that I know of which are similar, but it could well be that there are well-defined lightweight ways of doing this which others have written about.</p>
<p>I&#8217;d very much like your feedback on this roughly-shaped idea. I&#8217;ll get the parser up and running shortly and it&#8217;ll then become clear whether it might be an interesting approach &#8211; but if you know of similar ways of doing this stuff, I&#8217;d love to hear them.</p>
<br />Filed under: <a href='http://electronicmuseum.org.uk/category/api/'>api</a>, <a href='http://electronicmuseum.org.uk/category/content/'>content</a>, <a href='http://electronicmuseum.org.uk/category/museum/'>museum</a> Tagged: <a href='http://electronicmuseum.org.uk/tag/hoard-it-content-api-mrd-data-collections-transformation/'>hoard.it content API MRD data collections transformation</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/electronicmuseum.wordpress.com/664/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/electronicmuseum.wordpress.com/664/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/electronicmuseum.wordpress.com/664/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/electronicmuseum.wordpress.com/664/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/electronicmuseum.wordpress.com/664/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/electronicmuseum.wordpress.com/664/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/electronicmuseum.wordpress.com/664/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/electronicmuseum.wordpress.com/664/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/electronicmuseum.wordpress.com/664/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/electronicmuseum.wordpress.com/664/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/electronicmuseum.wordpress.com/664/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/electronicmuseum.wordpress.com/664/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/electronicmuseum.wordpress.com/664/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/electronicmuseum.wordpress.com/664/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=electronicmuseum.org.uk&amp;blog=999518&amp;post=664&amp;subd=electronicmuseum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://electronicmuseum.org.uk/2010/03/02/a-possible-next-step-for-hoard-it/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d2eabdb24983f348b592234bd7372c5f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dmje</media:title>
		</media:content>
	</item>
		<item>
		<title>The Brooklyn Museum API &#8211; Q&amp;A with Shelley Bernstein and Paul Beaudoin</title>
		<link>http://electronicmuseum.org.uk/2009/04/16/the-brooklyn-museum-api-qa-with-shelley-bernstein-and-paul-beaudoin/</link>
		<comments>http://electronicmuseum.org.uk/2009/04/16/the-brooklyn-museum-api-qa-with-shelley-bernstein-and-paul-beaudoin/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 13:39:49 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[collections]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[mashup]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[web2.0]]></category>
		<category><![CDATA[brooklyn]]></category>
		<category><![CDATA[brooklynmuseum]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[openness]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[saas]]></category>

		<guid isPermaLink="false">http://electronicmuseum.org.uk/?p=479</guid>
		<description><![CDATA[The concept and importance of museum-based API&#8217;s are notions that I&#8217;ve written about consistently (boringly, probably) both on this blog and elsewhere on the web. Programmatic and open access to data is &#8211; IMO &#8211; absolutely key to ensuring the long-term success of online collections. Many conversations have been going on about how to make [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=electronicmuseum.org.uk&amp;blog=999518&amp;post=479&amp;subd=electronicmuseum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The concept and importance of museum-based API&#8217;s are notions that I&#8217;ve written about consistently (boringly, probably) both on this blog and elsewhere on the web. Programmatic and open access to data is &#8211; IMO &#8211; absolutely key to ensuring the long-term success of online collections.</p>
<p>Many conversations have been going on about how to make API&#8217;s happen over the last couple of years, and I think we&#8217;re finally seeing these conversations move away from niche groups of enthusiastic developers (eg. <a href="http://mashedmuseum.org.uk/">Mashed Museum</a> ) into a more <a href="http://museum-api.pbwiki.com/">mainstream debate</a> which also involves budget holders and strategists. These conversations have been aided by metrics from social media sites like Twitter which indicate that API access figures sometimes outstrip &#8220;normal web&#8221; browsing by a factor of 10 or more.</p>
<p>On March 4th 2009, Brooklyn Museum <a href="http://www.brooklynmuseum.org/community/blogosphere/bloggers/2009/03/04/brooklyn-museum-collection-api/">announced the launch</a> of their API, the latest in a series of developments around their <a href="http://www.brooklynmuseum.org/opencollection/collections/">online collection</a>. Brooklyn occupies a space which generates a fair amount of awe in museum web circles: Shelley Bernstein and team are always several steps in front of the curve &#8211; innovating rapidly, encouraging a &#8220;just do it&#8221; attitude, and most importantly, engaging wholly with a totally committed tribe of users. Many other museum <strong>try</strong> to do social media. Brooklyn <strong>lives</strong> social media.</p>
<p>So, as they say &#8211; without further ado &#8211; here&#8217;s Shelley and Paul talking about what they did, how they did it, and why.</p>
<p><strong>Q: First and foremost, could you please introduce yourselves &#8211; what your main roles and responsibilities are and how you fit within the museum.</strong></p>
<p>Shelley Bernstein, Chief of Technology.  I manage the department that runs the Museum&#8217;s helpdesk, Network Administration, Website, gallery technology, and social media.</p>
<p>Paul Beaudoin, Programmer. I push data around on the back-end and build website features and internal tools.</p>
<p><strong>Q: Can you explain in as non-technical language as possible what exactly the Brooklyn API is, and what it lets people do?</strong></p>
<p>SB: It’s basically a way outside programmers can query <a href="http://www.brooklynmuseum.org/opencollection/collections/">our Collections data</a> and create their own applications using it.</p>
<p><strong>Q: Why did you decide to build an API? What are the main things you hope to achieve &#8230;and what about those age old &#8220;social web&#8221; problems like authority, value and so-on?</strong></p>
<p>SB: First, practical&#8230; in the past we&#8217;d been asked to be a part of larger projects where institutions were trying to aggregate data across many collections (like d*hub).  At the time, we couldn&#8217;t justify allocating the time to provide data sets which would become stale as fast as we could turn over the data. By developing the API, we can create this one thing that will work for many people so it no longer become a project every time we are asked to take part.</p>
<p>Second, community&#8230; the developer community is not one we&#8217;d worked with before.  We&#8217;d recently had exposure to the <a href="http://www.indicommons.org/">indicommons community</a> at the Flickr Commons and had seen developers like David Wilkinson do <a href="http://www.indicommons.org/tools/">some great things</a> with our data there.  It&#8217;s been a very positive experience and one we wanted to carry forward into our Collection, not just the materials we are posting to The Commons.</p>
<p>Third, community+practical&#8230; I think we needed to recognize that ideas about our data can come from anywhere, and encourage outside partnerships.  We should recognize that programmers from outside the organization will have skills and ideas that we don&#8217;t have internally and encourage everyone to use them with our data if they want to.  When they do, we want to make sure we get them the credit they deserve by pointing our visitors to their sites so they get some exposure for their efforts.</p>
<p><strong>Q: How have you built it? (Both from a technical and a project perspective: what platform, backend systems, relationship to collections management / website; also how long has it taken, and how have you run the project?)</strong></p>
<p>PB: The API sits on top of our existing &#8220;OpenCollection&#8221; code (no relation to namesake at <a href="http://www.collectiveaccess.org">http://www.collectiveaccess.org</a>) which we developed about a year ago. OpenCollection is a set of PHP classes sitting on top of a MySQL database, which contains all of the object data that&#8217;s been approved for Web.</p>
<p>All that data originates in our internal collections management systems and digital asset systems. SSIS scripts run nightly to identify approved data and images and push them to our FreeBSD servers for processing. We have several internal workflow tools that also contribute assets like labels, press releases, videos, podcasts, and custom-cropped thumbnails. A series of BASH and PHP scripts merge the data from the various sources and generate new derivatives as required (ImageMagick). Once compiled new collection database dumps and images are pushed out to the Web servers overnight. Everything is scheduled to run automatically so new data and images approved on Monday will be available in the wee hours Tuesday.</p>
<p>The API itself took about four weeks to build and document (documentation may have consumed the better part of that). But that seems like a misleading figure because so much of the API piggy-backs on our existing codebase. OpenCollection itself &#8211; and all of the data flow scripts that support it &#8211; took many months to build.</p>
<div id="attachment_491" class="wp-caption alignnone" style="width: 510px"><img class="size-full wp-image-491" title="Brooklyn diagrams" src="http://electronicmuseum.files.wordpress.com/2009/04/paul_brooklyn.jpg?w=594" alt="Cool diagrams. Every desk should have some."   /><p class="wp-caption-text">Cool diagrams. Every desk should have some.</p></div>
<p><strong>Q: How did you go about communicating the benefits of an API to internal stakeholders?</strong></p>
<p>SB:  Ha, well we used your <a href="http://hoard.it/">hoard.it</a> website as an example of what can happen if we don&#8217;t!  The general discussion centered around how we can work with the community and develop a way people can can do this under our own terms, the alternative being that people are likely to do what they want anyway.  We&#8217;d rather work with, than against.  It also helped us immensely that an API had been released by <a href="http://www.digitalnz.org/">DigitalNZ</a> , so we had an example out there that we could follow.</p>
<p><strong>Q: It&#8217;s obviously early days, but how much interest and take-up have you had? How much are you anticipating?</strong></p>
<p>SB:  We are not expecting a ton, but we&#8217;ve already seen a lot of creativity flowing which you can check out in our <a href="http://www.brooklynmuseum.org/opencollection/api/docs/application_gallery">Application Gallery</a>.  We already know of a few things brewing that are really exciting.  And Luke over at the Powerhouse is working on getting our data into d*hub already, so stay tuned.</p>
<p><strong>Q: Can you give us some indication of the budget &#8211; at least ballpark, or as a % compared to your annual operating budget for the website?</strong></p>
<p>SB:  There was no budget specifically assigned to this project.  We had an opening of time where we thought we could slot in the development and took it.  Moving forward, we will make changes to the API and add features as time can be allocated, but it will often need to be secondary to other projects we need to accomplish.</p>
<p><strong>Q: How are you dealing with rights issues?</strong></p>
<p>SB: Anything that is under copyright is being delivered at a very small thumbnail size (100px wide on the longest size) for identification purposes only.</p>
<p><strong>Q: What restrictions do you place on users when accessing, displaying and otherwise using your data?</strong></p>
<p>SB: I&#8217;m not even going to attempt to summarize this one.  Here&#8217;s the <a href="http://www.brooklynmuseum.org/opencollection/api/docs/terms">Terms of Service</a> &#8211; everyone go get a good cup of coffee before settling down with it.</p>
<p><strong>Q: You chose a particular approach (REST) to expose your collections. Could you talk a bit about the technical options you considered before coming to this solution, and why you preferred REST to these others?</strong></p>
<p>PB: Actually it&#8217;s been pointed out that our API isn&#8217;t perfectly RESTful, so let me say first that, humbly, we consider our API REST-inspired at best. I&#8217;ve long been a fan of REST and tend to gravitate to it in principal. But when it comes down to it, development time and ease of use are the top concerns.</p>
<p>At the time the API was spec&#8217;ed we decided it was more important to build something that someone could jump right into than something meeting some aesthetic ideal. Of course those aren&#8217;t mutually exclusive goals if you have all the dev time in the world, but we don&#8217;t. So we thought about our users and looked to the APIs that seemed to be getting the most play (Flickr, DigiNZ, and many Google projects come to mind) and borrowed aspects we thought worked (api keys, mindful use of HTTP verbs, simple query parameters) and left out the things we thought were extraneous or personally inappropriate (complicated session management, multiple script gateways). The result is, I think, a lightweight API with very few rules and pretty accommodating responses. You don&#8217;t have to know what an XSD is to jump in.</p>
<p><strong>Q: What advice would you give to other museums / institutions wanting to follow the API path?</strong></p>
<p>SB: You mean other than &#8220;do it&#8221; &lt;insert grin here&gt;?  No, really, if it&#8217;s right for the institution and their goals, they should consider it.  Look to the <a href="http://www.digitalnz.org/">DigitalNZ</a> project and read <a href="http://www.powerhousemuseum.com/dmsblog/index.php/2008/12/02/digitalnz-api-access-to-new-zealand-collections-launches/">this interview</a> with their team (we did and it inspired us).  Try and not stress over making it perfect first time out, just try and see what it yields&#8230;then adjust as you go along. Obviously, the more institutions that can open their data in this way, the richer the applications can become.</p>
<p>_______</p>
<p>Many, many thanks to Shelley and Paul for putting in the time to answer my questions. You can follow the development of the Brooklyn Museum collections and API over on their <a href="http://www.brooklynmuseum.org/community/blogosphere/bloggers/">blog</a>, or by following <a href="http://twitter.com/brooklynmuseum">@brooklynmuseum</a> on Twitter. More importantly, <a href="http://www.brooklynmuseum.org/opencollection/api/">go build something cool</a> <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br />Posted in api, collections, community, innovation, IT, mashup, technology, web2.0 Tagged: api, brooklyn, brooklynmuseum, development, openness, REST, saas, technology <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/electronicmuseum.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/electronicmuseum.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/electronicmuseum.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/electronicmuseum.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/electronicmuseum.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/electronicmuseum.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/electronicmuseum.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/electronicmuseum.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/electronicmuseum.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/electronicmuseum.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/electronicmuseum.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/electronicmuseum.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/electronicmuseum.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/electronicmuseum.wordpress.com/479/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=electronicmuseum.org.uk&amp;blog=999518&amp;post=479&amp;subd=electronicmuseum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://electronicmuseum.org.uk/2009/04/16/the-brooklyn-museum-api-qa-with-shelley-bernstein-and-paul-beaudoin/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d2eabdb24983f348b592234bd7372c5f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dmje</media:title>
		</media:content>

		<media:content url="http://electronicmuseum.files.wordpress.com/2009/04/paul_brooklyn.jpg" medium="image">
			<media:title type="html">Brooklyn diagrams</media:title>
		</media:content>
	</item>
		<item>
		<title>(Selling) content in a networked age</title>
		<link>http://electronicmuseum.org.uk/2009/04/01/selling-content-in-a-networked-age/</link>
		<comments>http://electronicmuseum.org.uk/2009/04/01/selling-content-in-a-networked-age/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 15:41:14 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[museum]]></category>
		<category><![CDATA[academic]]></category>
		<category><![CDATA[museums]]></category>
		<category><![CDATA[OA]]></category>
		<category><![CDATA[Open Access]]></category>
		<category><![CDATA[openness]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[scale]]></category>
		<category><![CDATA[scarcity]]></category>
		<category><![CDATA[uksg09]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://electronicmuseum.org.uk/?p=475</guid>
		<description><![CDATA[I&#8217;m just back from Torquay where I&#8217;d been asked to speak at the 32nd annual UKSG conference. I first came across UKSG more than a year ago when they asked me to speak at a London workshop they were hosting. Back then, I did a general overview of API&#8217;s from a non-technical perspective. This time [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=electronicmuseum.org.uk&amp;blog=999518&amp;post=475&amp;subd=electronicmuseum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m just back from Torquay where I&#8217;d been asked to speak at the <a href="http://www.uksg.org/event/conference09">32nd annual UKSG conference</a>. I first came across UKSG more than a year ago when they asked me to speak at a London workshop they were hosting. Back then, I did a general <a href="http://electronicmuseum.org.uk/2007/11/23/uksg-seminar/">overview of API&#8217;s</a> from a non-technical perspective.</p>
<p>This time around, my presentation was about opening up access to content: the title &#8220;If you love your content, set it free?&#8221; builds on some previous themes I&#8217;ve talked and written about. Presenting on &#8220;setting content free&#8221; to a room of librarians and publishers is always likely to be difficult. Both groups are &#8211; either directly or indirectly &#8211; dependent on income from published works. I&#8217;m also neither publisher nor librarian, and although I spent some time working for Waterstone&#8217;s Online and know bits about the book trade, my knowledge is undoubtedly hopelessly out of date.</p>
<p>Actually, I had two very receptive crowds (thank you for coming if you were there!) and some really interesting debate around the whole notion of value, scarcity and network effects.</p>
<iframe src='http://www.slideshare.net/slideshow/embed_code/1228656' width='594' height='487'></iframe>
<p>Like any sector, publishers and librarians have their own language, their own agendas and their own histories of successes and failures. Also like any sector, they are often challenged to spend time thinking about the bigger picture. Day jobs are about rights and DRM, OPAC and tenure. They aren&#8217;t (usually) about user experience, big-picture strategy or considering and comparing approaches from other sectors.</p>
<p>What I wanted to do with the presentation was to look at some of the big challenges which face (commercial) material in the networked world by thinking a bit more holistically about people&#8217;s relationship with that content, and the modes of use that they apply to the stuff that they acquire via this networked environment.</p>
<p>The &#8211; granted, rather challenging &#8211; title of the presentation is actually a question cunningly disguised as a statement. Or maybe it&#8217;s a statement cunningly disguised as a question. I lost track. The thing I was trying to do with this questatement (and some people missed this, more fool me for being too subtle) was to say: &#8220;Look, here&#8217;s how many people are talking about content now: they&#8217;re making it free and available; they&#8217;re encouraging re-use; they&#8217;re providing free and open API&#8217;s. They&#8217;re understanding that users are fickle, content-hungry and often unfussy about the origin of that content. What, exactly, do we <strong>do</strong> in an environment like this? What are the strategies that might serve us best? Can we still <strong>sell</strong> stuff, and if so, how?&#8221;</p>
<p>The wider proposition (that content fares rather better when it is freed on the network than when it is tethered and locked down) is a source of fairly passionate debate. I&#8217;ve written extensively about <a href="http://electronicmuseum.org.uk/2008/01/29/pirate-yourself/">Paulo Coehlo&#8217;s experiments</a> in freeing his books, about <a href="http://electronicmuseum.org.uk/?s=api">API&#8217;s</a>, about &#8220;<a href="http://electronicmuseum.org.uk/2007/12/16/copywrong/">copywrong</a>&#8220;, about <a href="http://electronicmuseum.org.uk/2008/01/14/scarcity-vs-scale/">value</a>, <a href="http://electronicmuseum.org.uk/2008/11/19/if-you-love-something-set-it-free/">authority and authenticity</a>. The suggestion that if you free it up you will see more <em>cultural capital</em> is starting to be established in museums and galleries. The suggestion that you might, just might, increase your <em>financial capital</em> by opening up is for the most part considered PREPOSTEROUS to publishers. Giving away PDF&#8217;s increases book sales? Outrageous. Apart from the only example I&#8217;ve actually seen documented, of course, which is Coehlo&#8217;s, and that seems to indicate a completely different story.</p>
<p>There are fine &#8211; and all the finer the closer you examine them &#8211; levels of detail. Yes, an academic market is vastly different from a popular one: you don&#8217;t have the scale of the crowd, the articles are used in different ways, the works are generally shorter, the audiences worlds apart. But nonetheless, Clay Shirky&#8217;s robust (if deeply depressing) <a href="http://www.shirky.com/weblog/2009/03/newspapers-and-thinking-the-unthinkable/">angle</a> on the future &#8211; sorry, lack of future &#8211; of the newspaper industry needs close examination in any content-rich sector. I don&#8217;t think anyone can deny that the core proposition he holds up &#8211; that the problems that (newspaper) publishing solves (printing, marketing and distribution) are <strong>no longer problems</strong> in the networked age. I don&#8217;t think that what he&#8217;s saying is that we won&#8217;t have newspapers in the future, and he&#8217;s definitely not saying that we won&#8217;t need journalists. What he is saying &#8211; and this was the angle I focused on in my slides &#8211; is that this change is akin to living through a revolution. And with this revolution needs to come revolutionary responses and understanding that the change is far bigger and more profound than almost anyone can anticipate. The open API is one such response (The Guardian &#8220;<a href="http://www.guardian.co.uk/open-platform">Open Platform</a>&#8221; being an apposite example). Free PDF&#8217;s / paid books is another. Music streaming and the killing of DRM is another.</p>
<p>Revolutions are uncomfortable. The wholesale examination of an entire industry is horrifically uncomfortable. Just take a look at the music business and you&#8217;ll see a group of deeply unhappy executives sitting around the ashes of a big pile of CD&#8217;s as they mourn the good &#8216;ole times. But over there with music, new business models are also beginning to evolve and emerge from these ashes. Spotify is based on streaming, Last.fm is based on social, Seeqpod is a lightweight wrapper for Google searches, The Pirate Bay ignores everyone else and provides stuff for free.</p>
<p>Which ones are going to work? Which ones will make money? Which ones will work but displace the money-making somewhere else? The simple answer, of course, is that no-one really knows. Some models will thrive, others will fail. Some will pave a new direction for the industry, others we&#8217;ll laugh at in five years time.</p>
<p>So where can the answers be found? Predictably for me, I think <strong>all</strong> sectors (including academic publishing!) need to take a punt and do some lightweight experimentation. I think they need to be trying new models of access based around personalisation, attention data and identity. They need to examine who gets paid, how much and when. They need to be setting stuff free in an environment where they can measure &#8211; effectively &#8211; the impact of this freedom across a range of returns, from marketing to cultural to financial. If they do this then they&#8217;re at least going to have some solid intelligence to use when deciding which models to take ahead. And it may be that this particular industry isn&#8217;t as challenged as most people assume, and that the existing models can carry on &#8211; lock it down, slap on some DRM, charge for access. It&#8217;d be far less uncomfortable if this was the case. But at least that decision would be made with some solid knowledge backing it up.</p>
<p><a href="http://en.wikipedia.org/wiki/Open_access_(publishing)">Open Access</a> is one clear way of forging this debate ahead. But once you get under the apparently simple hood of the OA proposition, it actually turns out that not only are many institutions simply ignoring guidelines to produce OA versions of published works but that the payment models are complicated and based on a historical backdrop which to many seems inherently broken. I&#8217;d be interested to hear from someone with way more knowledge than me on the successes and failures or market research done on setting content free in this way.</p>
<p>It was clear to me in talking to a range of people at UKSG &#8211; librarians, publishers, content providers &#8211; that there are huge swathes of evidence missing &#8211; surprising, perhaps, from sectors which pride themselves on accuracy and academic rigour. When I asked &#8220;how many people aren&#8217;t coming to your site because search engines can&#8217;t see your content?&#8221; or &#8220;what is your e-commerce drop-out rate?&#8221; or &#8220;how much of your stuff do you estimate is illegally pirated?&#8221;, very few had coherent &#8211; (or even vague) (or any!) &#8211; answers.</p>
<p>More telling, perhaps, is that the informal straw poll question I posed to various people during the conference: &#8220;Do you feel that this is a healthy industry?&#8221; was almost always answered with a negative response. And when I asked why, the near-consistent reply was: &#8220;It&#8217;s too complicated; too political; too entangled&#8221; or from one person: &#8220;the internet has killed us&#8221;.</p>
<p>I&#8217;m really not as naive as I sometimes appear <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I know how terribly, terribly hard it is to unpick enormous, political and emotive histories. When I suggest that &#8220;we need to start again&#8221;, I&#8217;m obviously not suggesting that we can wipe the slate clean and redefine the entire value proposition across a multi-billion dollar, multi-faceted industry. But I think &#8211; simply &#8211; that <strong>awareness</strong> of the networked environment, a knowledge of how people <strong>really</strong> use the web today and an open mind that things might need to change in profound ways are very powerful starting points in what will clearly be an ongoing, fraught and fascinating discussion.</p>
<br />Posted in api, museum Tagged: academic, api, museums, OA, Open Access, openness, publishing, scale, scarcity, uksg09, value <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/electronicmuseum.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/electronicmuseum.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/electronicmuseum.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/electronicmuseum.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/electronicmuseum.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/electronicmuseum.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/electronicmuseum.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/electronicmuseum.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/electronicmuseum.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/electronicmuseum.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/electronicmuseum.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/electronicmuseum.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/electronicmuseum.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/electronicmuseum.wordpress.com/475/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=electronicmuseum.org.uk&amp;blog=999518&amp;post=475&amp;subd=electronicmuseum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://electronicmuseum.org.uk/2009/04/01/selling-content-in-a-networked-age/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d2eabdb24983f348b592234bd7372c5f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dmje</media:title>
		</media:content>
	</item>
		<item>
		<title>Omeka &#8211; an online exhibits framework</title>
		<link>http://electronicmuseum.org.uk/2008/03/17/omeka-an-online-exhibits-framework/</link>
		<comments>http://electronicmuseum.org.uk/2008/03/17/omeka-an-online-exhibits-framework/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 10:56:47 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[collections]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[exhibition]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[museum]]></category>
		<category><![CDATA[objects]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://electronicmuseum.wordpress.com/?p=239</guid>
		<description><![CDATA[Tom Scheinfeldt contacted me through a comment on the Electronic Museum blog. He&#8217;s MD of the Center for History and New Media (CHNM) who among other things produce Zotero &#8211; a kind of semantic webby bookmarking toolbar. CHNM have recently produced an open source application called Omeka (Swahili for &#8220;to display or lay out goods [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=electronicmuseum.org.uk&amp;blog=999518&amp;post=239&amp;subd=electronicmuseum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Tom Scheinfeldt contacted me through a comment on the Electronic Museum blog. He&#8217;s MD of the <a href="http://chnm.gmu.edu/">Center for History and New Media</a> (CHNM) who among other things produce <a href="http://www.zotero.org/">Zotero</a> &#8211; a kind of semantic webby bookmarking toolbar.</p>
<p><img src="http://electronicmuseum.files.wordpress.com/2008/03/omekalogo1.thumbnail.gif?w=594" alt="Omeka logo" align="left" border="0" hspace="10" vspace="10" />CHNM have recently produced an open source application called <a href="http://omeka.org/">Omeka</a> (Swahili for &#8220;to display or lay out goods or wares&#8221;..) &#8211; a product specifically pitched at museums or other cultural institutions wanting to put their collections and exhibits on the web.</p>
<p>To date the offerings in this space tend to follow one of two distinct and reasonably unsatisfactory flavours: Either you choose an &#8216;out of the box&#8217; templating and publishing system (albeit with the promise that you can &#8220;edit your own templates&#8221;) which come with systems like MultiMimsy or TMS, or you choose to start from scratch and build the entire thing from nothing.</p>
<p><a href="http://electronicmuseum.files.wordpress.com/2008/03/exhibit_big.jpg" title="Omeka - Exhibit"><img src="http://electronicmuseum.files.wordpress.com/2008/03/exhibit_big.thumbnail.jpg?w=594" alt="Omeka - Exhibit" align="right" border="0" hspace="10" vspace="10" /></a>The former is generally pretty bad form for the user: most of these products are generic, badly designed and force museums to follow a prescribed path of development with little flexibility to change or choose their collections management system. The latter is complex and expensive, and although carries with it huge amounts of flexibility, it also has the burden of any bespoke system.</p>
<p>Tom and his team noticed that over the course of several years working with the museum sector that:</p>
<p>&#8220;<i>We found ourselves building more or less the same website over and over again, or at least the feature set</i>&#8220;</p>
<p>They also noted that although there were tools for curators, there weren&#8217;t any for educators or webmasters: the &#8216;front of house&#8217; people who wanted to create online exhibitions. They decided that they would build some of these common approaches into a framework application for delivering narrative exhibitions online.</p>
<p><a href="http://electronicmuseum.files.wordpress.com/2008/03/admin_big.jpg" title="Omeka Admin"><img src="http://electronicmuseum.files.wordpress.com/2008/03/admin_big.thumbnail.jpg?w=594" alt="Omeka Admin" align="left" border="0" hspace="10" vspace="10" /></a>Omeka is an open source application which you download and install on your LAMP web environment. It draws content in real time (i.e isn&#8217;t a &#8220;tick and publish&#8221; like many of the other systems in this space). At the moment you export your data from your collections management system and import it into Omeka for delivery to the web, but Tom was quick to point out that this is &#8220;just an intermediary step&#8221; and that they&#8217;re working on a database abstraction layer which will allow for &#8220;live sync&#8221; with existing collections managements systems. This is great news, and absolutely the direction that needs to be taken more in our sector.</p>
<p>Tom and his team used the metaphor of a blog to guide their thinking on development. They:</p>
<p>&#8220;&#8230;<i>thought it should be as easy for museums to publish online exhibitions as it is for individuals to start a blog&#8230;and in many ways WordPress has been our model&#8230;</i>&#8220;</p>
<p>They have a drag and drop exhibit builder, a strong API and also a plugin architecture which allows users to add their own functionality. All of this is very positive news given the approaches taken to date with the systems I&#8217;ve mentioned above &#8211; very clunky, very web1 and with bad UI&#8217;s for both users and administrators.</p>
<p>I&#8217;m in the middle of installing Omeka to do some &#8220;real world&#8221; testing but it certainly looks and sounds very positive to me. If anyone out there has experience using Omeka (or the other systems I&#8217;ve been rude about) then please comment away. Examples of institutions using Omeka can be found <a href="http://omeka.org/showcase/">on their website</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/electronicmuseum.wordpress.com/239/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/electronicmuseum.wordpress.com/239/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/electronicmuseum.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/electronicmuseum.wordpress.com/239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/electronicmuseum.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/electronicmuseum.wordpress.com/239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/electronicmuseum.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/electronicmuseum.wordpress.com/239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/electronicmuseum.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/electronicmuseum.wordpress.com/239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/electronicmuseum.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/electronicmuseum.wordpress.com/239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/electronicmuseum.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/electronicmuseum.wordpress.com/239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/electronicmuseum.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/electronicmuseum.wordpress.com/239/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=electronicmuseum.org.uk&amp;blog=999518&amp;post=239&amp;subd=electronicmuseum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://electronicmuseum.org.uk/2008/03/17/omeka-an-online-exhibits-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d2eabdb24983f348b592234bd7372c5f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dmje</media:title>
		</media:content>

		<media:content url="http://electronicmuseum.files.wordpress.com/2008/03/omekalogo1.thumbnail.gif" medium="image">
			<media:title type="html">Omeka logo</media:title>
		</media:content>

		<media:content url="http://electronicmuseum.files.wordpress.com/2008/03/exhibit_big.thumbnail.jpg" medium="image">
			<media:title type="html">Omeka - Exhibit</media:title>
		</media:content>

		<media:content url="http://electronicmuseum.files.wordpress.com/2008/03/admin_big.thumbnail.jpg" medium="image">
			<media:title type="html">Omeka Admin</media:title>
		</media:content>
	</item>
		<item>
		<title>The progress of content</title>
		<link>http://electronicmuseum.org.uk/2008/01/08/the-progress-of-content/</link>
		<comments>http://electronicmuseum.org.uk/2008/01/08/the-progress-of-content/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 12:03:05 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[mashup]]></category>
		<category><![CDATA[web2.0]]></category>
		<category><![CDATA[mw2008]]></category>

		<guid isPermaLink="false">http://electronicmuseum.wordpress.com/2008/01/08/the-progress-of-content/</guid>
		<description><![CDATA[I&#8217;m just helping Brian Kelly author a paper on Openness in Museums for the Museums and the Web conference later in the year. It just stuck me that the movement of content around the web has followed / is following a pattern a little bit like this: Phase I: content held as HTML within sites. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=electronicmuseum.org.uk&amp;blog=999518&amp;post=222&amp;subd=electronicmuseum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m just helping Brian Kelly author a paper on <a href="http://www.archimuse.com/mw2008/abstracts/prg_335001720.html">Openness in Museums</a> for the Museums and the Web conference later in the year. It just stuck me that the movement of content around the web has followed / is following a pattern a little bit like this:</p>
<p><b>Phase I:</b> content held as HTML within sites. Little or no interoperability. Content mostly viewed &#8220;on site&#8221;</p>
<p><b>Phase II:</b> content held as XHTML within sites. Better markup means better SEO. Better SEO means that content starts to find its way out to the wider web</p>
<p><b>Phase III:</b> content held as XHTML but also key bits of content (news in particular) syndicated out via RSS</p>
<p><b>Phase IV:</b> content held as XHTML/XML; key segments syndicated via RSS (and some RDF) but additional movement of data via some &#8220;islands&#8221; of additional functionality such as API&#8217;s.</p>
<p><b>Phase V:</b> content held as XHTML/XML, some/all syndicated via RSS, RDF, API&#8217;s but additional standards (oAuth, OpenSearch, Microformats etc) begin to ensure further interoperability between disparate sites</p>
<p>It&#8217;s a bit of a brain dump and please feel free to take it apart in the comments, but I thought I&#8217;d share it with you <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I&#8217;d say most big commercial sites are firmly at Phase III but moving towards IV; museums are mostly at Phase II but moving (slowly!) towards Phase III&#8230;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/electronicmuseum.wordpress.com/222/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/electronicmuseum.wordpress.com/222/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/electronicmuseum.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/electronicmuseum.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/electronicmuseum.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/electronicmuseum.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/electronicmuseum.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/electronicmuseum.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/electronicmuseum.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/electronicmuseum.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/electronicmuseum.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/electronicmuseum.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/electronicmuseum.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/electronicmuseum.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/electronicmuseum.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/electronicmuseum.wordpress.com/222/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=electronicmuseum.org.uk&amp;blog=999518&amp;post=222&amp;subd=electronicmuseum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://electronicmuseum.org.uk/2008/01/08/the-progress-of-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d2eabdb24983f348b592234bd7372c5f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dmje</media:title>
		</media:content>
	</item>
		<item>
		<title>Facebook poll: flawed, but do you care?</title>
		<link>http://electronicmuseum.org.uk/2007/11/25/facebook-poll-flawed-but-do-you-care/</link>
		<comments>http://electronicmuseum.org.uk/2007/11/25/facebook-poll-flawed-but-do-you-care/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 22:07:53 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[museum]]></category>
		<category><![CDATA[myspace]]></category>
		<category><![CDATA[social network]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://electronicmuseum.wordpress.com/2007/11/25/facebook-poll-flawed-but-do-you-care/</guid>
		<description><![CDATA[The long and frankly fairly boring (to those other than people like me, and probably you if you&#8217;re reading this..) debate continues about Facebook data &#8211; who owns it, who shares it, how it can be attributed, how open it is. Techcrunch as always pile into the debate with a simple point and a simple [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=electronicmuseum.org.uk&amp;blog=999518&amp;post=197&amp;subd=electronicmuseum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techcrunch.com/2007/11/25/big-brother-facebook-does-anyone-care/trackback"><img src="http://electronicmuseum.files.wordpress.com/2007/11/tc_poll.gif?w=594" alt="Facebook poll" align="left" border="0" hspace="10" vspace="10" /></a>The long and frankly fairly boring (to those other than people like me, and probably you if you&#8217;re reading this..) debate continues about Facebook data &#8211; who owns it, who shares it, how it can be attributed, how open it is.</p>
<p>Techcrunch as always pile into the debate with a simple point and a simple question: <a href="http://www.techcrunch.com/2007/11/25/big-brother-facebook-does-anyone-care/trackback/">do people actually care</a>? According to the poll they&#8217;re running, the stats (so far) look like the graph on left (click to take part in the poll or the comments).</p>
<p>The only (major!) problem with the poll of course is that the Techcrunch readership is going to be almost entirely geektypes, the very ones who <strong>do care</strong> about the issue. Does my wife, though? Or her mates? Or their mates? Nope, not really.</p>
<p>I just asked around a bit and in general the majority of people have the same response:</p>
<p>&#8220;Yes, of course I care&#8230;.but I haven&#8217;t actually <strong>read</strong> the Terms of Service, or <strong>know</strong> what they are doing with my data&#8230;but I still <strong>care</strong>&#8230;&#8221;</p>
<p>I made a point on <a href="http://electronicmuseum.wordpress.com/2007/05/28/clash-of-the-networks/">an earlier post</a> about the transparency of data and also the <strong>extreme ugliness</strong> (both in appearance and techwise under the hood) of MySpace and the fact that these services still continue to be among the most popular in the world. It&#8217;s disconcerting to people like me, but I don&#8217;t think it should stop us banging on about the goodness of doing things right. I think, patronising though it is, that us &#8220;professional types&#8221; carry a sort of duty to make this stuff what we believe it should be &#8211; open, platform agnostic, accessible, etc etc etc. But let&#8217;s not:</p>
<p>1) Get depressed and give up if our users don&#8217;t appear to care: at the end of the day, why should they?</p>
<p>2) Get happy and give up because the community seems to be in agreement&#8230;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/electronicmuseum.wordpress.com/197/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/electronicmuseum.wordpress.com/197/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/electronicmuseum.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/electronicmuseum.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/electronicmuseum.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/electronicmuseum.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/electronicmuseum.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/electronicmuseum.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/electronicmuseum.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/electronicmuseum.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/electronicmuseum.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/electronicmuseum.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/electronicmuseum.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/electronicmuseum.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/electronicmuseum.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/electronicmuseum.wordpress.com/197/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=electronicmuseum.org.uk&amp;blog=999518&amp;post=197&amp;subd=electronicmuseum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://electronicmuseum.org.uk/2007/11/25/facebook-poll-flawed-but-do-you-care/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d2eabdb24983f348b592234bd7372c5f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dmje</media:title>
		</media:content>

		<media:content url="http://electronicmuseum.files.wordpress.com/2007/11/tc_poll.gif" medium="image">
			<media:title type="html">Facebook poll</media:title>
		</media:content>
	</item>
		<item>
		<title>Amazon announces SLA for S3</title>
		<link>http://electronicmuseum.org.uk/2007/10/09/amazon-announces-sla-for-s3/</link>
		<comments>http://electronicmuseum.org.uk/2007/10/09/amazon-announces-sla-for-s3/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 15:46:29 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[museum]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://electronicmuseum.wordpress.com/2007/10/09/amazon-announces-sla-for-s3/</guid>
		<description><![CDATA[One of the fears which cloud computing &#8211; or any hosted application &#8211; brings out in museum and other IT professionals is that your up-time becomes reliant on services over which you have no control. I&#8217;ve always argued that although this is a real fear, it&#8217;s infinitely more likely that the ropy single machine you&#8217;ve [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=electronicmuseum.org.uk&amp;blog=999518&amp;post=171&amp;subd=electronicmuseum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/bcmom/427636400/"><img src="http://electronicmuseum.files.wordpress.com/2007/10/cloud.jpg?w=594" alt="The cloud. Do some computing here." align="left" border="0" hspace="10" vspace="10" /></a>One of the fears which cloud computing &#8211; or any hosted application &#8211; brings out in museum and other IT professionals is that your up-time becomes reliant on services over which you have no control. I&#8217;ve always argued that although this is a real fear, it&#8217;s infinitely more likely that the ropy single machine you&#8217;ve got holding your museum website up is going to fall over than an application hosted with Amazon, Google or Yahoo on an enormous server farm.</p>
<p>For those who feel this may be a bit of a fatuous response, a recent post on the <a href="http://aws.typepad.com/aws/2007/10/amazon-s3-at-yo.html">Amazon Web Service Blog</a> may provide some more reassurance. They&#8217;ve announced that as of October 1st 2007, the <a href="http://www.amazon.com/gp/browse.html?node=379654011">Amazon S3 Service Level Agreement</a> is in effect. It guarantees 99.9% monthly uptime, with service credits being paid back  against your account for any time below the three nines. It seems likely that EC3 will be next, but this is still a beta service so it&#8217;s hardly suprising that they&#8217;re not offering it right now&#8230;</p>
<p>So there you go. Another reason not to compute in the cloud disappears.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/electronicmuseum.wordpress.com/171/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/electronicmuseum.wordpress.com/171/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/electronicmuseum.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/electronicmuseum.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/electronicmuseum.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/electronicmuseum.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/electronicmuseum.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/electronicmuseum.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/electronicmuseum.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/electronicmuseum.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/electronicmuseum.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/electronicmuseum.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/electronicmuseum.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/electronicmuseum.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/electronicmuseum.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/electronicmuseum.wordpress.com/171/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=electronicmuseum.org.uk&amp;blog=999518&amp;post=171&amp;subd=electronicmuseum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://electronicmuseum.org.uk/2007/10/09/amazon-announces-sla-for-s3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d2eabdb24983f348b592234bd7372c5f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dmje</media:title>
		</media:content>

		<media:content url="http://electronicmuseum.files.wordpress.com/2007/10/cloud.jpg" medium="image">
			<media:title type="html">The cloud. Do some computing here.</media:title>
		</media:content>
	</item>
		<item>
		<title>Commoditisation of IT. And ducks.</title>
		<link>http://electronicmuseum.org.uk/2007/10/08/innovative-presentations/</link>
		<comments>http://electronicmuseum.org.uk/2007/10/08/innovative-presentations/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 20:27:52 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[fowa]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://electronicmuseum.wordpress.com/2007/10/08/innovative-presentations/</guid>
		<description><![CDATA[I said on a previous post that I&#8217;d write more about Simon Wardley&#8217;s excellent presentation at the Future of Web Apps conference. He&#8217;s now put the presentation on Slideshare but warns (and he&#8217;s right) that it&#8217;s not an easy one to digest without the audio. Apparently FOWA are going to be publishing the sound for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=electronicmuseum.org.uk&amp;blog=999518&amp;post=169&amp;subd=electronicmuseum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I said on a <a href="http://electronicmuseum.wordpress.com/2007/10/04/future-of-web-apps-day-2-morning-session-4/">previous post</a> that I&#8217;d write more about Simon Wardley&#8217;s excellent presentation at the Future of Web Apps conference. He&#8217;s now <a href="http://www.slideshare.net/swardley/short-on-cycles-long-on-storage">put the presentation</a> on Slideshare but warns (and he&#8217;s right) that it&#8217;s not an easy one to digest without the audio. Apparently FOWA are going to be publishing the sound for free sometime but there&#8217;s no sign of it right now.</p>
<p>Simon&#8217;s presentation focused on a number of things which also feature large in my personal tag cloud. Not ducks (although I like them, too) but:</p>
<p><a href="http://www.flickr.com/photos/bozo/396350951/"><img src="http://electronicmuseum.files.wordpress.com/2007/10/ducks.jpg?w=594" alt="Ducks. Simon likes them." align="left" border="0" hspace="10" vspace="10" /></a>1. <strong>Commoditisation of IT</strong> &#8211; how the movement from<strong> new thing</strong> to <strong>utility service</strong> creates tensions as products move from <strong>competitive advantage </strong>to <strong>the cost of doing business</strong></p>
<p>2. <strong>Innovation</strong> &#8211; how the shift from <strong>Today&#8217;s Hot Stuff</strong> to <strong>Tomorrow&#8217;s Boredom</strong> (or, as Tom Standage puts it, the move towards <strong>invisible technology</strong>) drives, and is driven by, commoditisation</p>
<p>3. How the &#8220;new world&#8221; of the API and computing in the cloud becomes a <strong>utility service</strong>: how in this day and age we should be looking at the cloud for IT services and not building and re-building each time we put an application on the web. It&#8217;s a view which I&#8217;m pushing as hard as I can whenever I can, and it&#8217;s lovely to see such an erudite set of slides on a subject area which isn&#8217;t the easiest to explain.</p>
<p>It also turns out that Simon has written about the <a href="http://www.google.com/search?q=internet+of+things">Internet Of Things</a>, <a href="http://en.wikipedia.org/wiki/Spime">Spimes</a> and a bunch of other stuff which really tickle my interest, but these might have to wait until a later post&#8230;</p>
<p>One of the major contrasts with Simons presentation, as I said previously was that <strong>he really can present</strong> in an amusing and interesting way, which was in sharp contrast to pretty much everyone else at the FOWA conference. His presentation style reminded me very much of Dick Hardt&#8217;s now famous <a href="http://identity20.com/media/OSCON2005/">Identity 2.0</a> talk which you should check out if you haven&#8217;t already.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/electronicmuseum.wordpress.com/169/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/electronicmuseum.wordpress.com/169/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/electronicmuseum.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/electronicmuseum.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/electronicmuseum.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/electronicmuseum.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/electronicmuseum.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/electronicmuseum.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/electronicmuseum.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/electronicmuseum.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/electronicmuseum.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/electronicmuseum.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/electronicmuseum.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/electronicmuseum.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/electronicmuseum.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/electronicmuseum.wordpress.com/169/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=electronicmuseum.org.uk&amp;blog=999518&amp;post=169&amp;subd=electronicmuseum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://electronicmuseum.org.uk/2007/10/08/innovative-presentations/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d2eabdb24983f348b592234bd7372c5f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dmje</media:title>
		</media:content>

		<media:content url="http://electronicmuseum.files.wordpress.com/2007/10/ducks.jpg" medium="image">
			<media:title type="html">Ducks. Simon likes them.</media:title>
		</media:content>
	</item>
		<item>
		<title>Google checkout for non-profits</title>
		<link>http://electronicmuseum.org.uk/2007/09/30/google-checkout-for-non-profits/</link>
		<comments>http://electronicmuseum.org.uk/2007/09/30/google-checkout-for-non-profits/#comments</comments>
		<pubDate>Sun, 30 Sep 2007 16:49:48 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[museum]]></category>

		<guid isPermaLink="false">http://electronicmuseum.wordpress.com/2007/09/30/google-checkout-for-non-profits/</guid>
		<description><![CDATA[According to the Google Checkout Blog, the big G have just launched Google Checkout for Non-Profits &#8211; with no charges at all either per-transaction or percentage until at least the end of 2008. So far though, this looks like it&#8217;s just for US based NFP&#8217;s. I&#8217;ll have a poke about the infosuperhighweb and see if [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=electronicmuseum.org.uk&amp;blog=999518&amp;post=150&amp;subd=electronicmuseum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://electronicmuseum.files.wordpress.com/2007/09/google_checkout.gif?w=594" alt="Google Checkout" align="left" border="0" hspace="10" vspace="10" />According to the <a href="http://googlecheckout.blogspot.com/2007/09/introducing-google-checkout-for-non.html">Google Checkout Blog</a>, the big G have just launched <a href="http://www.google.com/checkout/npo/">Google Checkout for Non-Profits</a> &#8211; with no charges at all either per-transaction or percentage until at least the end of 2008.</p>
<p>So far though, this looks like it&#8217;s just for US based NFP&#8217;s. I&#8217;ll have a poke about the infosuperhighweb and see if there&#8217;s anything about non-US sites.</p>
<p>Google Checkout is a pretty nice bit of functionality &#8211; easy to bolt on to your site, with a number of options (from &#8220;paste this HTML for a button&#8221; to &#8220;integrate your code with the API&#8221;) &#8211; also the back-end reporting is pretty strong.</p>
<p>NFP&#8217;s will presumably jump at this one. Would be great to see it outside the US as well.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/electronicmuseum.wordpress.com/150/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/electronicmuseum.wordpress.com/150/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/electronicmuseum.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/electronicmuseum.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/electronicmuseum.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/electronicmuseum.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/electronicmuseum.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/electronicmuseum.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/electronicmuseum.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/electronicmuseum.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/electronicmuseum.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/electronicmuseum.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/electronicmuseum.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/electronicmuseum.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/electronicmuseum.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/electronicmuseum.wordpress.com/150/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=electronicmuseum.org.uk&amp;blog=999518&amp;post=150&amp;subd=electronicmuseum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://electronicmuseum.org.uk/2007/09/30/google-checkout-for-non-profits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d2eabdb24983f348b592234bd7372c5f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dmje</media:title>
		</media:content>

		<media:content url="http://electronicmuseum.files.wordpress.com/2007/09/google_checkout.gif" medium="image">
			<media:title type="html">Google Checkout</media:title>
		</media:content>
	</item>
		<item>
		<title>Freebase is live</title>
		<link>http://electronicmuseum.org.uk/2007/08/26/freebase-is-live/</link>
		<comments>http://electronicmuseum.org.uk/2007/08/26/freebase-is-live/#comments</comments>
		<pubDate>Sun, 26 Aug 2007 19:34:06 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[folksonomy]]></category>
		<category><![CDATA[mashup]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://electronicmuseum.wordpress.com/2007/08/26/freebase-is-live/</guid>
		<description><![CDATA[Freebase has now opened its doors to anyone, at least for those who just want to browse and search. Looks like you&#8217;ll have to wait a while longer if you&#8217;re wanting to contribue. I&#8217;m still really interested in what Freebase brings to the party; how it compares and is different to Wikipedia &#8211; but most [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=electronicmuseum.org.uk&amp;blog=999518&amp;post=131&amp;subd=electronicmuseum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://electronicmuseum.files.wordpress.com/2007/08/freebase_logo.gif?w=594" alt="Freebase logo" align="left" border="0" hspace="10" vspace="10" /><a href="http://www.freebase.com">Freebase</a> has now opened its doors to anyone, at least for those who just want to browse and search. Looks like you&#8217;ll have to wait a while longer if you&#8217;re wanting to contribue. I&#8217;m still really interested in what Freebase <a href="http://electronicmuseum.wordpress.com/2007/05/19/freebase-im-in/">brings to the party</a>; how it compares and is different to Wikipedia &#8211; but most of all what such an open API can do for those of us mashing up data from across the web. When I get time (in about 2028 at this rate..) I&#8217;ll have a long hard look at their API and try a few ideas&#8230;</p>
<p>Meanwhile, there&#8217;s some lovely mashups already built &#8211; see for example <a href="http://kidbombay.com/clients/freebase/filmSpin/">CineSpin</a> which is not only elegant and rather beautiful to look at but also extremely content rich, and (gasp) useful, too. There are more examples <a href="http://www.freebase.com/view/filter?id=%2Ffreebase%2Fmetaweb_application">here</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/electronicmuseum.wordpress.com/131/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/electronicmuseum.wordpress.com/131/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/electronicmuseum.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/electronicmuseum.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/electronicmuseum.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/electronicmuseum.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/electronicmuseum.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/electronicmuseum.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/electronicmuseum.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/electronicmuseum.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/electronicmuseum.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/electronicmuseum.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/electronicmuseum.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/electronicmuseum.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/electronicmuseum.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/electronicmuseum.wordpress.com/131/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=electronicmuseum.org.uk&amp;blog=999518&amp;post=131&amp;subd=electronicmuseum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://electronicmuseum.org.uk/2007/08/26/freebase-is-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d2eabdb24983f348b592234bd7372c5f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dmje</media:title>
		</media:content>

		<media:content url="http://electronicmuseum.files.wordpress.com/2007/08/freebase_logo.gif" medium="image">
			<media:title type="html">Freebase logo</media:title>
		</media:content>
	</item>
	</channel>
</rss>
