<?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>DarrenRush.com &#187; lab</title>
	<atom:link href="http://darrenrush.com/category/lab/feed/" rel="self" type="application/rss+xml" />
	<link>http://darrenrush.com</link>
	<description>random thoughts on the interweb</description>
	<lastBuildDate>Tue, 03 Aug 2010 19:09:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Solid State Drive Pricing Getting Competitive</title>
		<link>http://darrenrush.com/2009/04/solid-state-drive-pricing-getting-competitive/</link>
		<comments>http://darrenrush.com/2009/04/solid-state-drive-pricing-getting-competitive/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 22:20:27 +0000</pubDate>
		<dc:creator>Darren Rush</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[lab]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[FusionIO]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[SSD]]></category>

		<guid isPermaLink="false">http://darrenrush.com/?p=149</guid>
		<description><![CDATA[The marketplace for SSDs is getting more and more competitive.  Intel just slashed prices on many of their drives, and all the other manufacturers are doing the same on a regular basis.  Capacities are going up, prices are coming down, and performance is getting better - especially with the advent of the new PCIe [...]]]></description>
			<content:encoded><![CDATA[<p>The marketplace for SSDs is getting more and more competitive.  <a title="Intel slashes SSD prices" href="http://www.engadget.com/2009/04/28/intel-further-slashes-ssd-prices-ups-production-of-1-8-inch-dri/">Intel just slashed prices on many of their drives</a>, and all the other manufacturers are doing the same on a regular basis.  Capacities are going up, prices are coming down, and <a title="FusionIO ioDrive Duo" href="http://www.engadget.com/2009/03/11/fusion-io-breaks-out-roomy-nimble-iodrive-duo-ssds/">performance is getting better</a> - especially with the advent of the new PCIe based cards which lap SATA II.</p>
<p><script src="/wp-content/uploads/lab/amxy/swfobject.js" type="text/javascript"></script></p>
<div id="hard-drive-chart-2"><strong>You need to upgrade your Flash Player</strong></div>
<p><script type="text/javascript"><!--
                // <![CDATA[
                var so = new SWFObject("/wp-content/lab/amxy/amxy.swf", "amxy", "500", "400", "8", "#FFFFFF");
                so.addVariable("path", "amxy/");
                so.addVariable("settings_file", escape("/wp-content/lab/hdviz/ui/sata2-ssd-settings.xml"));
                so.addVariable("data_file",     escape("/wp-content/lab/hdviz/data/out/sata2-ssd.out.xml"));
                so.addVariable("preloader_color", "#999999");
                so.write("hard-drive-chart-2");
// --></script></p>
]]></content:encoded>
			<wfw:commentRss>http://darrenrush.com/2009/04/solid-state-drive-pricing-getting-competitive/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Introducing a New Open Source Apache Module: mod_graphics</title>
		<link>http://darrenrush.com/2008/11/introducing-an-new-open-source-apache-module-mod_graphics/</link>
		<comments>http://darrenrush.com/2008/11/introducing-an-new-open-source-apache-module-mod_graphics/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 00:41:43 +0000</pubDate>
		<dc:creator>Darren Rush</dc:creator>
				<category><![CDATA[lab]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[web services]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[rounded corners]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://darrenrush.com/?p=116</guid>
		<description><![CDATA[mod_graphics is a new Apache module built using ImageMagick that allows you to generate simple graphics from a web site using a REST-only syntax.  Currently, the module has 2 primary features:

Circles &#8211; generate circles of any size with a specified foreground and background color
Gradient &#8211; generate a 1 pixel x any length rectangle that has [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://code.google.com/p/mod-graphics/">mod_graphics</a></strong> is a new Apache module built using <a href="http://www.imagemagick.org/script/index.php">ImageMagick </a>that allows you to generate simple graphics from a web site using a REST-only syntax.  Currently, the module has 2 primary features:</p>
<ul>
<li><strong>Circles</strong> &#8211; generate circles of any size with a specified foreground and background color</li>
<li><strong>Gradient</strong> &#8211; generate a 1 pixel x any length rectangle that has a 2 color, linear-gradient fill in horizontal or vertical orientation</li>
</ul>
<div>The module is designed to allow web page theme designers and developers to create rounded corners and resizeable dynamic modules without having to generate custom graphic files in photoshop for every adjustment.</div>
<div>There is an amazing variety of ways to create Web 2.0 style &#8217;rounded corners&#8217; including:</div>
<div>
<ul>
<li><a href="http://demos.openrico.org/demos/corner">The Rico/DOJO Way</a></li>
<li><a href="http://www.curvycorners.net/">The Curvy Way</a></li>
<li><a href="http://www.cssplay.co.uk/boxes/curves.html">Using Bullets</a></li>
<li>Using an <a href="http://www.roundedcornr.com/">Online Service</a> or <a href="http://www.spiffycorners.com/">another</a></li>
<li>And <a href="http://www.cssjuice.com/25-rounded-corners-techniques-with-css/">at least 25 other ways to do it</a></li>
</ul>
</div>
<div>I am hoping that some of the developers who have created these approaches might integrate mod_graphics into their techniques to make their solutions fully automated.</div>
<div>Some key features:</div>
<div>
<ul>
<li>Apache 2 Licensed Open Source</li>
<li>Entirely C/C++</li>
</ul>
<div>There are probably a handful of bugs for getting it to work on every flavor of linux, but we&#8217;ll get those hashed out as we hear about them.  Instructions to compile and install are in the readme.</div>
</div>
<div><a href="http://code.google.com/p/mod-graphics/">View the project</a>, or <a href="http://mod-graphics.googlecode.com/svn/trunk/">download the code</a> (Subversion) and let me know what you think.  Feature ideas and patches are welcome.</div>
]]></content:encoded>
			<wfw:commentRss>http://darrenrush.com/2008/11/introducing-an-new-open-source-apache-module-mod_graphics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Experiment in Visual Price Comparisons &#8211; SATA2 Drives</title>
		<link>http://darrenrush.com/2008/08/an-experiment-in-visual-price-comparisons-sata2-drives/</link>
		<comments>http://darrenrush.com/2008/08/an-experiment-in-visual-price-comparisons-sata2-drives/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 00:10:58 +0000</pubDate>
		<dc:creator>Darren Rush</dc:creator>
				<category><![CDATA[lab]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[comparisons]]></category>
		<category><![CDATA[graphic]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://darrenrush.com/?p=53</guid>
		<description><![CDATA[This is the first &#8216;labs&#8216; experiment that I&#8217;m posting on the site.  It&#8217;s a simple widget that allows you to visually explore the price, capacity and size of hard drives from an online retailer.  It&#8217;s an experiment in alternative ways of comparing items that makes it easier to assess all the options and (in this [...]]]></description>
			<content:encoded><![CDATA[<p>This is the first &#8216;<a title="Web experiments" href="http://darrenrush.com/lab/">labs</a>&#8216; experiment that I&#8217;m posting on the site.  It&#8217;s a simple widget that allows you to visually explore the price, capacity and size of hard drives from an online retailer.  It&#8217;s an experiment in alternative ways of comparing items that makes it easier to assess all the options and (in this case) find the best deals.</p>
<div style="margin: 0px; padding: 0px 0px 8px 8px; float: right; width: 83px;"><script type="text/javascript"><!--
addthis_pub  = 'dlrush';
// --></script><a onclick="return addthis_sendto()" onmouseover="return addthis_open(this, '', 'http://darrenrush.com/lab/sata2-drive-price-capacity-and-speed-visualizer/', 'SATA2 Drive Price, Capacity and Speed Visualizer')" onmouseout="addthis_close()" href="http://www.addthis.com/bookmark.php"><img src="http://s9.addthis.com/button0-bm.gif" border="0" alt="" width="83" height="16" /></a><script src="http://s7.addthis.com/js/152/addthis_widget.js" type="text/javascript"></script></div>
<h2>SATA2 Internal Hard Drives</h2>
<p>This experimental widget lets you explore real-time prices for SATA2 hard drives at one of the better online stores for computer gear.   <script src="/wp-content/uploads/lab/amxy/swfobject.js" type="text/javascript"></script></p>
<div id="hard-drive-chart-1"><strong>You need to upgrade your Flash Player</strong></div>
<p><script type="text/javascript"><!--
                // <![CDATA[
                var so = new SWFObject("/wp-content/lab/amxy/amxy.swf", "amxy", "500", "400", "8", "#FFFFFF");
                so.addVariable("path", "amxy/");
                so.addVariable("settings_file", escape("/wp-content/lab/hdviz/ui/sata2-internal-hard-drives-settings.xml"));
                so.addVariable("data_file",     escape("/wp-content/lab/hdviz/data/out/sata2-internal-hard-drives-data.out.xml"));
                so.addVariable("preloader_color", "#999999");
                so.write("hard-drive-chart-1");
// --></script></p>
<p><em><small>Updated hourly</small></em></p>
<p><a title="SATA2 Drive Price, Capacity and Speed Visualizer " href="http://darrenrush.com/lab/sata2-drive-price-capacity-and-speed-visualizer/">Read more about how the widget was constructed here</a>.</p>
<p>It would be great to see more innovation from e-tailers in the variety of ways they help you find products.  Faceted navigation, and sophisticated search are requirements today, but visual search can also be a powerful tool.  Take a few minutes to explore the <a title="try 'Ways to Shop' at Etsy" href="http://www.etsy.com/">visual search tools at Etsy</a> if you haven’t seen them before.  They make it fun and interesting to shop for regular stuff.</p>
<p>A simple visualization like the drive comparison, gives you 4 dimensions of information to share with the user &#8211; 2 dimensions along the X and Y axis, as well as bubble color and size.  There is a lot that can be conveyed using those extra dimensions.  It&#8217;s much easier to find high-lights and low-lights than with textual search results lists &#8211; as you find on most sites today.</p>
<p>It&#8217;s possible to add animation as well, which can introduce time-series into the mix &#8211; possibly an enhancment for the future.  Animated data visualization is something that both <a href="http://www.gapminder.org/blog/gapminder-foundation-blog/make-your-own-graph-google-announces-motion-chart.html">Google</a> and <a href="http://www.microsoft.com/presspass/exec/Schofield/03-14-08Convergence.mspx">Microsoft</a> have expressed interest in, so it&#8217;s something to keep an eye on.</p>
]]></content:encoded>
			<wfw:commentRss>http://darrenrush.com/2008/08/an-experiment-in-visual-price-comparisons-sata2-drives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

