<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns: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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Museum Web Developers</title>
	
	<link>http://sciencemuseumdiscovery.com/blogs/museumdev</link>
	<description>Science Museum, National Media Museum, National Railway Museum developers talking about stuff.</description>
	<lastBuildDate>Fri, 11 Mar 2011 11:51:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SciMDevComments" /><feedburner:info uri="scimdevcomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Collections data published by Frankie Roberto</title>
		<link>http://feedproxy.google.com/~r/SciMDevComments/~3/7-umODak9Po/</link>
		<dc:creator>Frankie Roberto</dc:creator>
		<pubDate>Fri, 11 Mar 2011 11:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://sciencemuseumdiscovery.com/blogs/museumdev/?p=62#comment-1111</guid>
		<description>Some notes on my experiences on importing the data:

* The CSV files appear to be valid (yay) - the Ruby FasterCSV library (which is apparently fairly strict) didn't seem to choke on them at all.
* If you're importing them as UTF-8, there seem to be some illegal characters (which caused me an issue when importing into a PostGres database). I passed them through the Iconv conversion library to convert them to valid UTF-8.
* The occasional field is really long, so if you set up your database using string (VARCHAR) fields you may end up either truncating them or hitting errors (depending on your DB behaviour). I ended up switching to 'text' fields for all the fields apart from collection and 'whole_part'.
* The name is often blank, and the title is often blank, so you can't rely on either being present in your views. I wrote a quick helper which displays title if present, otherwise name. There are also a small number of fields with neither a name nor a title! In these cases, you may want to show a truncated form of the description.
* I didn't find any duplicate object_ids, but I didn't enforce this uniqueness in the database either (just in case).

Frankie</description>
		<content:encoded><![CDATA[<p>Some notes on my experiences on importing the data:</p>
<p>* The CSV files appear to be valid (yay) &#8211; the Ruby FasterCSV library (which is apparently fairly strict) didn&#8217;t seem to choke on them at all.<br />
* If you&#8217;re importing them as UTF-8, there seem to be some illegal characters (which caused me an issue when importing into a PostGres database). I passed them through the Iconv conversion library to convert them to valid UTF-8.<br />
* The occasional field is really long, so if you set up your database using string (VARCHAR) fields you may end up either truncating them or hitting errors (depending on your DB behaviour). I ended up switching to &#8216;text&#8217; fields for all the fields apart from collection and &#8216;whole_part&#8217;.<br />
* The name is often blank, and the title is often blank, so you can&#8217;t rely on either being present in your views. I wrote a quick helper which displays title if present, otherwise name. There are also a small number of fields with neither a name nor a title! In these cases, you may want to show a truncated form of the description.<br />
* I didn&#8217;t find any duplicate object_ids, but I didn&#8217;t enforce this uniqueness in the database either (just in case).</p>
<p>Frankie</p>
<img src="http://feeds.feedburner.com/~r/SciMDevComments/~4/7-umODak9Po" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sciencemuseumdiscovery.com/blogs/museumdev/collectionsdatapublished/comment-page-1/#comment-1111</feedburner:origLink></item>
	<item>
		<title>Comment on Working out collections online – your questions? by mia</title>
		<link>http://feedproxy.google.com/~r/SciMDevComments/~3/pYEjDjvCEbk/</link>
		<dc:creator>mia</dc:creator>
		<pubDate>Mon, 01 Feb 2010 18:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://sciencemuseumdiscovery.com/blogs/museumdev/?p=20#comment-10</guid>
		<description>I haven't had a chance to look at this yet but http://searchpatterns.org/ might be really useful. It's the wiki of the book by Peter Morville and Jeffery Callender.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t had a chance to look at this yet but <a href="http://searchpatterns.org/" rel="nofollow">http://searchpatterns.org/</a> might be really useful. It&#8217;s the wiki of the book by Peter Morville and Jeffery Callender.</p>
<img src="http://feeds.feedburner.com/~r/SciMDevComments/~4/pYEjDjvCEbk" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sciencemuseumdiscovery.com/blogs/museumdev/working-out-collections-online/comment-page-1/#comment-10</feedburner:origLink></item>
	<item>
		<title>Comment on Working out collections online – your questions? by mia</title>
		<link>http://feedproxy.google.com/~r/SciMDevComments/~3/VumbnfLjApU/</link>
		<dc:creator>mia</dc:creator>
		<pubDate>Thu, 10 Sep 2009 21:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://sciencemuseumdiscovery.com/blogs/museumdev/?p=20#comment-6</guid>
		<description>Great questions!

'Advanced search' is a such a juicy question - I suspect there's an audience for it somewhere, but it would very much depend on the collection and type of searcher.  Or maybe there's no audience for advanced search...

I saw a demo of http://sig.ma/ yesterday - I don't have my notes here, but I think that was the one that was exploring 'fuzzy browsing', which sounded like something to explore for faceted browsing.</description>
		<content:encoded><![CDATA[<p>Great questions!</p>
<p>&#8216;Advanced search&#8217; is a such a juicy question &#8211; I suspect there&#8217;s an audience for it somewhere, but it would very much depend on the collection and type of searcher.  Or maybe there&#8217;s no audience for advanced search&#8230;</p>
<p>I saw a demo of <a href="http://sig.ma/" rel="nofollow">http://sig.ma/</a> yesterday &#8211; I don&#8217;t have my notes here, but I think that was the one that was exploring &#8216;fuzzy browsing&#8217;, which sounded like something to explore for faceted browsing.</p>
<img src="http://feeds.feedburner.com/~r/SciMDevComments/~4/VumbnfLjApU" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sciencemuseumdiscovery.com/blogs/museumdev/working-out-collections-online/comment-page-1/#comment-6</feedburner:origLink></item>
	<item>
		<title>Comment on Working out collections online – your questions? by Nate Solas</title>
		<link>http://feedproxy.google.com/~r/SciMDevComments/~3/Hs5Ywzgttcs/</link>
		<dc:creator>Nate Solas</dc:creator>
		<pubDate>Thu, 10 Sep 2009 21:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://sciencemuseumdiscovery.com/blogs/museumdev/?p=20#comment-5</guid>
		<description>Ooh.  Awesome.  I have been fully intending to start mining the search stats for ArtsConnectEd, but haven't yet gotten to it.  Now it's a race.  :)

Questions I'm interested in:

- The "how" of searches - how do people iterate collection searches?  Do they try adding or removing keywords?  Do they use the facets we present to browse?  Do they find dead-ends (0 results) even when we warn them?  Do they type in artist names even though we have a separate field for that?  Are they trying to use us like google?  Do they sort by date?
- Very much related: what counts as a successful search?  When they stop searching for a while after clicking on something?  Just opening an object detail page?  Collecting / tagging / commenting on something?
- And also, the overlap between search and browse, and the bugaboo of "Advanced Search".  I am now firmly anti-Advanced Search, but it's hard to summarize.  I think a good browse with a keyword field is really the holy grail of collection exploration (keyword is just another facet!), but I'm not sure we got it right.  Any stats / input / ideas on this would be appreciated.

Can't wait to see what else comes in!</description>
		<content:encoded><![CDATA[<p>Ooh.  Awesome.  I have been fully intending to start mining the search stats for ArtsConnectEd, but haven&#8217;t yet gotten to it.  Now it&#8217;s a race.  :)</p>
<p>Questions I&#8217;m interested in:</p>
<p>- The &#8220;how&#8221; of searches &#8211; how do people iterate collection searches?  Do they try adding or removing keywords?  Do they use the facets we present to browse?  Do they find dead-ends (0 results) even when we warn them?  Do they type in artist names even though we have a separate field for that?  Are they trying to use us like google?  Do they sort by date?<br />
- Very much related: what counts as a successful search?  When they stop searching for a while after clicking on something?  Just opening an object detail page?  Collecting / tagging / commenting on something?<br />
- And also, the overlap between search and browse, and the bugaboo of &#8220;Advanced Search&#8221;.  I am now firmly anti-Advanced Search, but it&#8217;s hard to summarize.  I think a good browse with a keyword field is really the holy grail of collection exploration (keyword is just another facet!), but I&#8217;m not sure we got it right.  Any stats / input / ideas on this would be appreciated.</p>
<p>Can&#8217;t wait to see what else comes in!</p>
<img src="http://feeds.feedburner.com/~r/SciMDevComments/~4/Hs5Ywzgttcs" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sciencemuseumdiscovery.com/blogs/museumdev/working-out-collections-online/comment-page-1/#comment-5</feedburner:origLink></item>
	<item>
		<title>Comment on The Cosmos and Culture mashup competition by Save the date – Cosmos and Culture launch event « Museum Web Developers</title>
		<link>http://feedproxy.google.com/~r/SciMDevComments/~3/lPv3K-9W23c/</link>
		<dc:creator>Save the date – Cosmos and Culture launch event « Museum Web Developers</dc:creator>
		<pubDate>Thu, 03 Sep 2009 17:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://sciencemuseumdiscovery.com/blogs/museumdev/2009/04/09/the-cosmos-and-culture-mashup-competition/#comment-4</guid>
		<description>[...] A very quick post to let you know that we’ve set a date for the launch of the Cosmos and Culture website competition I’ve mentioned earlier. [...]</description>
		<content:encoded><![CDATA[<p>[...] A very quick post to let you know that we&#8217;ve set a date for the launch of the Cosmos and Culture website competition I&#8217;ve mentioned earlier. [...]</p>
<img src="http://feeds.feedburner.com/~r/SciMDevComments/~4/lPv3K-9W23c" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sciencemuseumdiscovery.com/blogs/museumdev/the-cosmos-and-culture-mashup-competition/comment-page-1/#comment-4</feedburner:origLink></item>
	<item>
		<title>Comment on Tip of the Day: saving web.config as Unicode by Mia</title>
		<link>http://feedproxy.google.com/~r/SciMDevComments/~3/vVvdHntQjrk/</link>
		<dc:creator>Mia</dc:creator>
		<pubDate>Sun, 21 Jun 2009 12:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://sciencemuseumdiscovery.com/blogs/museumdev/2009/03/06/tip-of-the-day-saving-web-config-as-unicode/#comment-3</guid>
		<description>Thanks for letting me know - I'm glad it's helped someone else.</description>
		<content:encoded><![CDATA[<p>Thanks for letting me know &#8211; I&#39;m glad it&#39;s helped someone else.</p>
<img src="http://feeds.feedburner.com/~r/SciMDevComments/~4/vVvdHntQjrk" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sciencemuseumdiscovery.com/blogs/museumdev/tip-of-the-day-saving-web-config-as-unicode/comment-page-1/#comment-3</feedburner:origLink></item>
	<item>
		<title>Comment on Tip of the Day: saving web.config as Unicode by Mujeeb Rahman .PT</title>
		<link>http://feedproxy.google.com/~r/SciMDevComments/~3/OtebTK9WOqI/</link>
		<dc:creator>Mujeeb Rahman .PT</dc:creator>
		<pubDate>Thu, 28 May 2009 14:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://sciencemuseumdiscovery.com/blogs/museumdev/2009/03/06/tip-of-the-day-saving-web-config-as-unicode/#comment-2</guid>
		<description>Nice.. troubleshooting info. Thanks lot.. I googled for the solution of this issue, finally got from your blog. Thank you so much.</description>
		<content:encoded><![CDATA[<p>Nice.. troubleshooting info. Thanks lot.. I googled for the solution of this issue, finally got from your blog. Thank you so much.</p>
<img src="http://feeds.feedburner.com/~r/SciMDevComments/~4/OtebTK9WOqI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sciencemuseumdiscovery.com/blogs/museumdev/tip-of-the-day-saving-web-config-as-unicode/comment-page-1/#comment-2</feedburner:origLink></item>
</channel>
</rss><!-- Dynamic page generated in 0.304 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-05-16 13:30:39 -->

