<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>magpie&#039;s shiny things &#187; miscellany</title>
	<atom:link href="http://shinymagpie.net/category/miscellany/feed/" rel="self" type="application/rss+xml" />
	<link>http://shinymagpie.net</link>
	<description>shiny things in messy little piles</description>
	<lastBuildDate>Fri, 27 Jan 2012 21:44:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Why Morning Linkage Died and What’s Next for ShinyMagpie</title>
		<link>http://shinymagpie.net/2012/why-morning-linkage-died-and-whats-next-for-shinymagpie/</link>
		<comments>http://shinymagpie.net/2012/why-morning-linkage-died-and-whats-next-for-shinymagpie/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 18:12:22 +0000</pubDate>
		<dc:creator>lara</dc:creator>
				<category><![CDATA[miscellany]]></category>
		<category><![CDATA[Special Report]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[creation]]></category>
		<category><![CDATA[curation]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://shinymagpie.net/?p=1756</guid>
		<description><![CDATA[Short version.  A switch from curation to creation. Slightly longer version. Morning Linkage was  path to finding my way back into thinking about story telling. It is now time to start telling stories of my own again. There’s an even longer version but that should probably stay between me, my therapist, and the happy band [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Short version.  A switch from curation to creation.</p>
<p>Slightly longer version. Morning Linkage was  path to finding my way back into thinking about story telling. It is now time to start telling stories of my own again.</p>
<p>There’s an even longer version but that should probably stay between me, my therapist, and the happy band of weirdlings on the WW list.</p>
<p>What will you see here next? I’m still working on that. I hope it’s about stories and how they get built. Words, pictures, sounds, places, dirt, and stars.</p>
<p> </p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://shinymagpie.net/2012/why-morning-linkage-died-and-whats-next-for-shinymagpie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Administrivia — Jun 19</title>
		<link>http://shinymagpie.net/2010/administrivia-jun-19/</link>
		<comments>http://shinymagpie.net/2010/administrivia-jun-19/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 17:06:39 +0000</pubDate>
		<dc:creator>lara</dc:creator>
				<category><![CDATA[miscellany]]></category>

		<guid isPermaLink="false">http://shinymagpie.net/?p=843</guid>
		<description><![CDATA[Shiny has moved house and hopefully none of you noticed. Between the charming and helpful folks at my host Lunarpages, and the I-will-never-do-without-it-again WordPress plug-in Automatic WP Backup, the entire process took less than 2 hours. Now that Shiny is happily ensconced in her new efficiency flat look for the work to begin at the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Shiny has moved house and hopefully none of you noticed.</p>
<p>Between the charming and helpful folks at my host <a title="If you click here and set up an account at Lunarpages I get paid and then I can afford more computers to look for linkage!" href="http://www.lunarpages.com/id/larah">Lunarpages</a>, and the I-will-never-do-without-it-again WordPress plug-in <a title="This is just plain works. " href="http://www.webdesigncompany.net/automatic-wordpress-backup/">Automatic WP Backup</a>, the entire process took less than 2 hours.</p>
<p>Now that Shiny is happily ensconced in her new efficiency flat look for the work to begin at the big house <a title="Where all the non-linkage things live." href="http://blackdogandmagpie.net">blackdogandmagpie.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://shinymagpie.net/2010/administrivia-jun-19/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rebuilding an array without unused elements</title>
		<link>http://shinymagpie.net/2008/rebuilding-an-array-without-unused-elements/</link>
		<comments>http://shinymagpie.net/2008/rebuilding-an-array-without-unused-elements/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 21:01:15 +0000</pubDate>
		<dc:creator>magpie</dc:creator>
				<category><![CDATA[miscellany]]></category>

		<guid isPermaLink="false">http://shiny.blackdogandmagpie.net/shiny/?p=107</guid>
		<description><![CDATA[the weather station/software generates a csv file of that collects values from the sensors every 20 minutes. it’s not a very nice file — it contains all the possible values (if you where using all the available sensor channels) for me that means that 49 of the fields are unnecessary and do not exist in [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>the weather station/software generates a csv file of that collects values from the sensors every 20 minutes.</p>
<p>it’s not a very nice file — it contains all the possible values (if you where using all the available sensor channels) for me that means that 49 of the fields are unnecessary and do not exist in the tracking database.</p>
<p>somehow i have to clean them out.</p>
<p>i do this by reading the portion of the file that i need into an array and then after cleaning up a few fields that are stored in the wrong type I have to move everything into a new array so that i can write it to a file that i can feed to MySQL.</p>
<p>(in the following example $rawRowArray is the array that holds of all of the fields from the csv after the little problems have been corrected.)</p>
<blockquote><p>  $cleanRowArray = array();</p>
<p>	for ($i=1; $i=14; $i++) {<br />
		$k = $i — 1; // to get the array keys right<br />
		$cleanRowArray[$k] = $rawRowArray[$k]; //add the field to the array<br />
	}<br />
	//skip elements 14 — 18 (not used)<br />
	for ($i=19; $i=37; $i++) {<br />
		$k = $i — 1; // to get the array keys right<br />
		$cleanRowArray[$k] = $rawRowArray[$k]; //add the field to the array<br />
	}	</p>
<p>	//skip elements 38–46 (not used)<br />
	for ($i=47; $i=66; $i++) {<br />
		$k = $i — 1; // to get the array keys right<br />
		$cleanRowArray[$k] = $rawRowArray[$k]; //add the field to the array<br />
	}<br />
	//skip elements 67 –103 (not used)</p></blockquote>
<p>there has got to be something more elegant but I like this. there’s no mistaking whats going on and it will be easy to change if we add more sensors to the system. (just change which elements are skipped.)</p>
]]></content:encoded>
			<wfw:commentRss>http://shinymagpie.net/2008/rebuilding-an-array-without-unused-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving house</title>
		<link>http://shinymagpie.net/2008/moving-house/</link>
		<comments>http://shinymagpie.net/2008/moving-house/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 21:44:42 +0000</pubDate>
		<dc:creator>magpie</dc:creator>
				<category><![CDATA[miscellany]]></category>

		<guid isPermaLink="false">http://blackdogandmagpie.net/shiny/archives/106</guid>
		<description><![CDATA[Intellectually rather than physically. That is. It no longer makes sense to have two blogs. All the tech/info design/geeky stuff that I’ve been involved in the past three months has been tied to my art, Jim’s photographs, or the small bits of the web for which I am the custodian. Making it most relevant to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Intellectually rather than physically. That is. </p>
<p>It no longer makes sense to have two blogs. </p>
<p>All the tech/info design/geeky stuff that I’ve been involved in the past three months has been tied to my art, Jim’s photographs, or the small bits of the web for which I am the custodian. Making it most relevant to my more “artistic” blog and leaving little to post here.</p>
<p>Further adventures of the magpie can found at the site of her alter ego <a href="http://shoes.blackdogandmagpie.net/">ms. shoes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://shinymagpie.net/2008/moving-house/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cooking and Design</title>
		<link>http://shinymagpie.net/2008/cooking-and-design/</link>
		<comments>http://shinymagpie.net/2008/cooking-and-design/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 23:39:36 +0000</pubDate>
		<dc:creator>magpie</dc:creator>
				<category><![CDATA[miscellany]]></category>

		<guid isPermaLink="false">http://blackdogandmagpie.net/shiny/archives/105</guid>
		<description><![CDATA[John Maeda is one of my heroes. He’s taking a new job at RISD in June. In one of his blog posts at our.risd.org he had this to say: Also, some of the best artists and designers are great cooks. There is something to cooking that is not only inherently inventive, but also exemplifies the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>John Maeda is one of my heroes. He’s taking a new job at RISD in June. In one of his blog posts at our.risd.org he had this to say:</p>
<blockquote><p>Also, some of the best artists and designers are great cooks. There is something to cooking that is not only inherently inventive, but also exemplifies the very nature of unselfish giving from the heart. What you could eat yourself, you choose to give to another as the most meaningful sustenance for survival.</p></blockquote>
<p><a href="http://our.risd.edu/2008/03/08/the-colours-of-risd/">Link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://shinymagpie.net/2008/cooking-and-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>no more polaroids</title>
		<link>http://shinymagpie.net/2008/no-more-polaroids/</link>
		<comments>http://shinymagpie.net/2008/no-more-polaroids/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 04:57:25 +0000</pubDate>
		<dc:creator>magpie</dc:creator>
				<category><![CDATA[miscellany]]></category>

		<guid isPermaLink="false">http://blackdogandmagpie.net/shiny/archives/103</guid>
		<description><![CDATA[Boingboing Crunch Gear reported this morning the planned closure of the last plant to manufacture Polaroid “film”. We had a Polaroid instant camera when I was a kid. Instant pictures being of course a big hit with the munchkin crowd and then later messing about the emulsions and making “spooky” pictures being a hit with [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><del datetime="2008-02-09T05:22:21+00:00">Boingboing</del> <ins datetime="2008-02-09T05:23:05+00:00">Crunch Gear</ins> reported this morning the <a href="http://www.crunchgear.com/2008/02/08/digital-imaging-finally-kills-off-the-last-polaroid-plants/">planned closure of the last plant</a> to manufacture Polaroid “film”. </p>
<p>We had a Polaroid instant camera when I was a kid.  Instant pictures being of course a big hit with the munchkin crowd and then later messing about the emulsions and making “spooky” pictures being a hit with the larger kids.</p>
<p>One of the coolest uses of Polaroid film has been for taking verification photos for various contests and races. My favorite of those being the <a href="http://www.ironbuttrally.com/IBR/default.cfm">Iron Butt Rally</a>.  </p>
<p>Arrival at various bonus locations was verified by taking a Polaroid picture of your “rally towel” with some named monument at the location. For example: A picture of the Lincoln Monument — the one in Laramie Wyoming. </p>
<p>Polaroid picture verification offered the triple advantage of being:<br />
1) Cheap.<br />
2) Light weight (relatively.)<br />
3) Difficult to spoof.</p>
<p>So here’s the challenge: </p>
<p>What technology (combination) can you use to prove that a person was in a particular place at a particular time.</p>
<p>Remember this system has to be carried on a motorcycle through just about every god awful environmental condition you can imagine and operated by a probably dog-tired and certainly distracted rider.  It has to be cheap enough to deploy a couple of hundred units and secure enough that the contestants trust its results.</p>
<p><a href="http://www.bostonherald.com/business/general/view.bg?articleid=1072260">Details</a> of the plant closures and Polaroid’s search for a licensee are available 0n the Boston Herald site.</p>
]]></content:encoded>
			<wfw:commentRss>http://shinymagpie.net/2008/no-more-polaroids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>scrolling direction matters</title>
		<link>http://shinymagpie.net/2008/scrolling-direction-matters/</link>
		<comments>http://shinymagpie.net/2008/scrolling-direction-matters/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 17:56:42 +0000</pubDate>
		<dc:creator>magpie</dc:creator>
				<category><![CDATA[miscellany]]></category>

		<guid isPermaLink="false">http://blackdogandmagpie.net/shiny/archives/101</guid>
		<description><![CDATA[I finally figured out what it is about the behavior of the new (vista) version of windows explorer that is odd. When you look at the folder contents in the right side pane, if there are more folders than will fit WE extends the list to the right (with a scroll bar on the bottom [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I finally figured out what it is about the behavior of the new (vista) version of windows explorer that is odd. </p>
<p>When you look at the folder contents in the right side pane, if there are more folders than will fit WE extends the list to the right (with a scroll bar on the bottom of the window) rather than down (with the scroll bar on the right side.) </p>
<p><a href='http://blackdogandmagpie.net/shiny/wp-content/uploads/2008/01/wescrollbar.JPG' title='scroll bar in windows explorer'><img src='http://blackdogandmagpie.net/shiny/wp-content/uploads/2008/01/wescrollbar.JPG' alt='scroll bar in windows explorer' /></a></p>
<p>This is counter to the way extra content is handled in every other part of the computer universe. Users expect to scroll down, not right.</p>
]]></content:encoded>
			<wfw:commentRss>http://shinymagpie.net/2008/scrolling-direction-matters/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Desiging for Mobility</title>
		<link>http://shinymagpie.net/2008/desiging-for-mobility/</link>
		<comments>http://shinymagpie.net/2008/desiging-for-mobility/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 18:15:58 +0000</pubDate>
		<dc:creator>magpie</dc:creator>
				<category><![CDATA[miscellany]]></category>

		<guid isPermaLink="false">http://blackdogandmagpie.net/shiny/archives/98</guid>
		<description><![CDATA[I recently acquired a Blackberry Pearl. It’s a nice little device that doesn’t absolutely scream corporate whore but lets me carry around a lot of the essentials of my life in my (overloaded) purse. It also has perhaps the smallest screen in production on a device capable of truly accessing the web. While I love [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I recently acquired a Blackberry Pearl. </p>
<p><a href='http://blackdogandmagpie.net/shiny/wp-content/uploads/2008/01/red-pearl-big.jpg' title='red blackberry pearl'><img src='http://blackdogandmagpie.net/shiny/wp-content/uploads/2008/01/red-pearl-big.thumbnail.jpg' alt='red blackberry pearl' /></a></p>
<p>It’s a nice little device that doesn’t absolutely scream corporate whore but lets me carry around a lot of the essentials of my life in my (overloaded) purse. It also has perhaps the smallest screen in production on a device capable of truly accessing the web. </p>
<p>While I love having access to all the minutia of my life in an instant. (Third oldest niece’s middle name? Coming right up.) Using it to find stuff on the web drives me half nutty. A simple look-up of store hours or a phone number is a mess for anything I don’t already have book-marked. Google’s presentation of paid and then “yellow pages” generated search results ahead of the store’s actual site is beyond annoying. (It’s also very difficult to distinguish between the paid and not paid results — at least in the standard blackberry web browser.)</p>
<p>I’ve been thinking that it’s about the tiny size of the screen.</p>
<p>Even in my planning for the weather information of our website I’ve been focused on the getting it all to work in the tiny bit of screen that the Pearl affords. But I had some hints that there was more to the matter than just the form factor.  I decided that the left hand listing column of  single data points should be moved up in the HTML file so that they would appear first when you get to the main weather page because exactly how warm/cold it is and how much rain has fallen are the two bits of information I most need when I’m not at home.</p>
<p>This morning Peter Merholz at Adaptive path writes about designing for mobility and hits it in one.</p>
<p>His key statements are:</p>
<blockquote><p>“The thing that’s interesting about designing for mobile isn’t the form of the device. It’s that the device comes with you.”</p></blockquote>
<p>…and…</p>
<blockquote><p>“We don’t want to explore cyberspace when we’re out-and-about. We want to quickly get a key piece of information, or make a key connection. We want key functionality at our fingertips.”</p></blockquote>
<p>The differences in the environment in which we are using the device/web dictate differences in how we want the web to behave. It’s not about the device. It’s about the task appropriate for the context.</p>
<p>Even a laptop with a monster screen used in the Avis parking lot of the airport should display the basic information such as the “store locater” or “map” navigation buttons at the top of the page. Because we don’t want to browse the selection of books at Borders we want to find the nearest Borders store.</p>
<p>It’s clarifies what has been bothering me about using the web via Blackberry and why it is that I am trying to do with our own weather pages isn’t quite working out. I have a sneaking feeling that I’m about to discover that simply rearranging the HTML (to sort out the load order) and making a second CSS file (to address the constraints of the mobile device form factor) is not going to be enough. Mobile implies a different set of tasks and information needs that can’t be addressed by rearranging the boxes on the page.</p>
]]></content:encoded>
			<wfw:commentRss>http://shinymagpie.net/2008/desiging-for-mobility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why are We Still Reading the Box Scores?</title>
		<link>http://shinymagpie.net/2007/why-are-we-still-reading-the-box-scores/</link>
		<comments>http://shinymagpie.net/2007/why-are-we-still-reading-the-box-scores/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 22:31:00 +0000</pubDate>
		<dc:creator>magpie</dc:creator>
				<category><![CDATA[miscellany]]></category>

		<guid isPermaLink="false">http://blackdogandmagpie.net/shiny/archives/97</guid>
		<description><![CDATA[This afternoon I have been looking for non-business examples of graphical presentation of data. Particularly I’ve been looking for good examples of sports statistics presented as summary graphs. The baseball equivalent of a weekly sales trend by region graph, if you will. I am underwhelmed. There are a couple of sites out there doing historical [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This afternoon I have been looking for non-business examples of graphical presentation of data. Particularly I’ve been looking for good examples of sports statistics presented as summary graphs. The baseball equivalent of a weekly sales trend by region graph, if you will. </p>
<p>I am underwhelmed. There are a couple of sites out there doing historical graphing. Including (not recently updated) <a href="http://www.baseballgraphs.com/main/index.php/site/">Baseball Graphs</a>. But the major sports sites (ESPN, and the league official sites.) Still rely on the traditional text and numerical “box score” that I first learned to read sitting with my dad at the breakfast table. There’s a nice <a href="http://en.wikipedia.org/wiki/Box_score_%28baseball%29">example with explanation of a baseball box score</a> on wikipedia for those of you not lucky enough to have grown up with baseball for breakfast.</p>
<p>Check out this ESPN report on the<a href="http://sports.espn.go.com/mlb/boxscore?gameId=271024102">Colorado/Boston</a> game (21.oct.07) Other than the addition the cute team logo icon next to the game highlights, it looks pretty much the way it did in the morning paper. Why?</p>
<p>My best guess… We learned to follow the game via text and numbers presented in the box score format. It serves it purpose well and we know how to read it. We don’t want to learn to read some other (visual) language.</p>
]]></content:encoded>
			<wfw:commentRss>http://shinymagpie.net/2007/why-are-we-still-reading-the-box-scores/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>best of… words</title>
		<link>http://shinymagpie.net/2007/best-of-words/</link>
		<comments>http://shinymagpie.net/2007/best-of-words/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 05:59:38 +0000</pubDate>
		<dc:creator>magpie</dc:creator>
				<category><![CDATA[miscellany]]></category>

		<guid isPermaLink="false">http://blackdogandmagpie.net/shiny/archives/96</guid>
		<description><![CDATA[from the shop manual for my truck: slacken vent flap trunnion fixing fabulous!]]></description>
			<content:encoded><![CDATA[<p></p><p>from the shop manual for my truck:</p>
<blockquote><p>slacken vent flap trunnion fixing</p></blockquote>
<p>fabulous!</p>
]]></content:encoded>
			<wfw:commentRss>http://shinymagpie.net/2007/best-of-words/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

