<?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>David Herrold &#187; Design</title>
	<atom:link href="http://www.davidherrold.com/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidherrold.com</link>
	<description>“To condense fact from the vapor of nuance.” ― Neal Stephenson, Snow Crash</description>
	<lastBuildDate>Thu, 10 Nov 2011 23:49:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Responsive web design resources</title>
		<link>http://www.davidherrold.com/2011/11/10/responsive-web-design-resources/</link>
		<comments>http://www.davidherrold.com/2011/11/10/responsive-web-design-resources/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 23:17:32 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[flexible grid]]></category>
		<category><![CDATA[responsive design]]></category>
		<category><![CDATA[responsive images]]></category>

		<guid isPermaLink="false">http://www.davidherrold.com/?p=582</guid>
		<description><![CDATA[Lately I&#8217;ve become fascinated with responsive web design, a technique that presents a more flexible website capable of conforming to the device you happen to be using at the time. A responsive website will be optimized for desktops, tablets and &#8230; <a href="http://www.davidherrold.com/2011/11/10/responsive-web-design-resources/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<figure id="attachment_583" aria-labelledby="figcaption_attachment_583" class="wp-caption alignnone" style="width: 680px"><a href="http://www.davidherrold.com/wordpress/wp-content/uploads/2011/11/globe_responsive.jpg"><img class="size-full wp-image-583" title="Boston Globe responsive design" src="http://www.davidherrold.com/wordpress/wp-content/uploads/2011/11/globe_responsive-e1320966332579.jpg" alt="" width="670" height="200" /></a><figcaption id="figcaption_attachment_583" class="wp-caption-text">Boston Globe&#39;s new responsive design</figcaption></figure>
<p>Lately I&#8217;ve become fascinated with <strong>responsive web design</strong>, a technique that presents a more flexible website capable of conforming to the device you happen to be using at the time. A responsive website will be optimized for desktops, tablets and mobile devices. This is more complex than you might think at first, because many touch screen devices (like iPhones and iPads) have two different screen orientations: portrait and landscape.</p>
<p>There seems to be some debate in the web design community regarding exactly how this flexibility can be accomplished. However, there isn&#8217;t much debate about its usefulness. One platform served to many devices is the holy grail of publishing.</p>
<p>I won&#8217;t try to tackle that debate in this blog post, but I will show you some of the most useful tools and resources I&#8217;ve found in my own research. Here are some of the best resources I found for responsive web design:</p>
<p><span id="more-582"></span>1. <strong>Ethan Marcotte&#8217;s</strong> <a title="A List Apart: Articles: Responsive Web Design" href="http://www.alistapart.com/articles/responsive-web-design/">A List Apart article</a> on responsive design kicked off the conversation about this technique. He discusses CSS media queries to determine screen size and enabling and disabling floats with that technique. This was the earliest resource I could find on the subject of responsive design. Ethan also wrote the first book on the subject, called &#8220;<a title="A Book Apart, Responsive Web Design" href="http://www.abookapart.com/products/responsive-web-design">Responsive Web Design</a>.&#8221; He also helped redesign the <a title="The Boston Globe" href="http://bostonglobe.com/">Boston Globe&#8217;s website</a> to use responsive design principles (from my screenshots above). You should visit <a title="The Boston Globe" href="http://www.bostonglobe.com/">Bostonglobe.com</a> and play around by resizing your browser to see it in action.</p>
<p>2. <strong>Jason Grigsby</strong>, VP at Cloud Four, a Portland company specializing in mobile &amp; web solutions, wrote several great blog posts about responsive images and the challenges that surround them. You can find the series of articles broken into several parts (<a title="Responsive IMGs — Part 1 «   Cloud Four" href="http://www.cloudfour.com/responsive-imgs/">part 1</a>, <a title="Responsive IMGs Part 2 — In-depth Look at Techniques  «   Cloud Four" href="http://www.cloudfour.com/responsive-imgs-part-2/">part 2</a>, <a title="Responsive IMGs Part 3 — Future of the IMG Tag «   Cloud Four" href="http://www.cloudfour.com/responsive-imgs-part-3-future-of-the-img-tag/">part 3</a>). These articles cover some of the basics of responsive images, like delivering the mobile image first and upgrading to the desktop image when appropriate to conserve bandwidth for the user. He also links to <a title="Other Mobile First Responsive Web Design Challenges «   Cloud Four" href="http://www.cloudfour.com/other-mobile-first-responsive-web-design-challenges/">several good articles</a> on how to handle video embeds, data tables and third party widgets (ie. Twitter, etc) in a responsive way.</p>
<p>3. <strong>Think Vitamin&#8217;s</strong> &#8220;<a title="Beginner’s Guide to Responsive Web Design | Think Vitamin" href="http://thinkvitamin.com/design/beginners-guide-to-responsive-web-design">A Beginner&#8217;s Guide to Responsive Web Design</a>&#8221; is a great place to start if you&#8217;re looking for a quick overview of the concept. The article covers fluid grids, media queries and some additional resources as well.</p>
<p>4. <strong>DesignMondo&#8217;s</strong> <a title="Responsive Web Design: 50 Examples and Best Practices - DesignModo" href="http://designmodo.com/responsive-design-examples/">50 examples of websites using responsive design</a> &#8211; this blog post is a great place to see a nice sampling of websites using responsive design. The screenshots show details of how the sites change in desktop, tablet and mobile devices (in portrait orientation). DesignMondo also has another great post about tools and services that will help you create, test and implement a responsive design. One of my favorites is <a title="Screenfly by QuirkTools — Test Your Website at Different Screen Resolutions" href="http://quirktools.com/screenfly/">ScreenFly</a>, a quick and easy way to test your design in multiple devices and orientations (portrait vs landscape). It&#8217;s free and useful for testing a lot of devices quickly.</p>
<p>5. <strong>Smashing Magazine&#8217;s</strong> &#8220;<a title="Responsive Web Design Techniques, Tools and Design Strategies - Smashing Magazine" href="http://www.smashingmagazine.com/2011/07/22/responsive-web-design-techniques-tools-and-design-strategies/">Responsive Web Design Techniques, Tools and Design Strategies</a>.&#8221; As with most Smashing Magazine articles, this one is very thorough, but probably not a good starting point until you know a little more about all the components of responsive design. For instance, there is a very useful link to an article on how to <a title="Debugging CSS Media Queries · Johan Brook" href="http://johanbrook.com/design/css/debugging-css-media-queries/">debug CSS media queries</a>. However, you would need to know what a media query is before you learn to debug it.</p>
<p>6. <strong>WordPress and responsive design</strong>. There is a great 30min <a title="Sara Cannon: Responsive Web Design « WordPress.tv" href="http://wordpress.tv/2011/09/07/sara-cannon-responsive-web-design-2/">video by Sara Cannon</a> from Wordcamp San Francisco 2011. If you use WordPress (and I do) you&#8217;ll want to watch this short video to see how you can adapt your WordPress blog to use responsive design techniques.</p>
<p>7. <strong><a title="The HTML Boilerplate" href="http://html5boilerplate.com/">The HTML Boilerplate</a></strong> &#8211; This is a free template using HTML5 and some responsive design techniques. If you want to play with HTML5 responsive design, you can download the code from <a href="http://github.com/h5bp/html5-boilerplate/zipball/v2.0">their Git repository</a>.</p>
<p>There are many other resources available for responsive design. However, I found these to be the most useful. If I&#8217;ve missed any that you think should be on the list, please feel free to post them in the comments below.</p>
<p>Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidherrold.com/2011/11/10/responsive-web-design-resources/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Blue apps</title>
		<link>http://www.davidherrold.com/2011/10/19/blue-apps/</link>
		<comments>http://www.davidherrold.com/2011/10/19/blue-apps/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 18:23:01 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Color]]></category>
		<category><![CDATA[Psychology]]></category>

		<guid isPermaLink="false">http://www.davidherrold.com/?p=573</guid>
		<description><![CDATA[Like most mornings, I opened iTunes today and noticed I had a few apps that needed updating &#8211; 8 to be exact. I immediately noticed that all 8 of the app icons were a shade of blue. All 8 of &#8230; <a href="http://www.davidherrold.com/2011/10/19/blue-apps/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.davidherrold.com/wordpress/wp-content/uploads/2011/10/blue_apps_sm.jpg"><img class="alignnone size-full wp-image-574" title="blue_apps_sm" src="http://www.davidherrold.com/wordpress/wp-content/uploads/2011/10/blue_apps_sm.jpg" alt="" width="670" height="312" /></a></p>
<p>Like most mornings, I opened iTunes today and noticed I had a few apps that needed updating &#8211; 8 to be exact. I immediately noticed that all 8 of the app icons were a shade of blue.</p>
<p>All 8 of them.</p>
<p><span id="more-573"></span>I&#8217;ve mused about this before with some designer friends, wondering if there were a psychological reason app developers use blue in the icon so frequently.  Nobody had a good explanation for this oddity.</p>
<p>I have a total of 168 apps in iTunes and 57 of them (34%) are blue.  (Note: I did not count apps that simply <em>contained</em> blue like the Flickr app with its blue and red dots.  The app needed to be mostly blue in order to be counted&#8230;like the ones in the screenshot above).</p>
<p>I can only imagine that, <a href="http://news.thomasnet.com/IMT/archives/2008/06/what-your-car-color-may-say-about-your-psyche-mood-outlook.html">like the color of cars</a>, the color of an app icon probably has something to do with what the <em>personality</em> of the app&#8230;or a feeling the app developer wants to convey to the user.</p>
<p>If you know of any research (psychological or otherwise) I&#8217;d be interested in reading it.</p>
<p>What percentage of your apps are blue?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidherrold.com/2011/10/19/blue-apps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mobile publishing options today</title>
		<link>http://www.davidherrold.com/2011/10/03/mobile-publishing-options-today/</link>
		<comments>http://www.davidherrold.com/2011/10/03/mobile-publishing-options-today/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 20:16:41 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[publishing]]></category>

		<guid isPermaLink="false">http://www.davidherrold.com/?p=547</guid>
		<description><![CDATA[Publishers these days have several options to deliver their content to people using mobile devices.  Some are more elegant than others, but most all publishers fall into one or more of these categories: 1. Do nothing. 2. Build a separate &#8230; <a href="http://www.davidherrold.com/2011/10/03/mobile-publishing-options-today/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Publishers these days have several options to deliver their content to people using mobile devices.  Some are more elegant than others, but most all publishers fall into one or more of these categories:</p>
<p><strong>1. Do nothing.</strong><br />
<strong>2. Build a separate mobile site.</strong><br />
<strong>3. Build native mobile apps (iPhone, Android, etc)</strong><br />
<strong>4. Convert your standard website to use responsive design</strong></p>
<p><span id="more-547"></span><strong>1. Do nothing.</strong> A lot of small to medium sized publishers present their standard desktop website to mobile browsers with no display changes whatsoever.  Usually this is because they don&#8217;t have the time, resources or knowledge to deal with it. However, that isn&#8217;t always a bad thing.  If their website is mostly text-based, it won&#8217;t look too bad in a modern mobile browser.  Most mobile browsers (I&#8217;m talking about Android, iOS, Blackberry, etc) will handle text-based sites pretty easily.</p>
<p><a href="http://en.wikipedia.org/wiki/Dave_Eggers">David Eggers</a>&#8216; popular <a href="http://www.mcsweeneys.net/tendency">McSweeney&#8217;s</a> website is a good example of this &#8220;do nothing&#8221; strategy.  They present their standard website to mobile browsers and then prompt you to download their iPhone/iPad app. This is mostly likely a sales/marketing decision for McSweeney&#8217;s &#8211; as pinching and zooming in a mobile browser isn&#8217;t much fun. However, I could purchase their weekly articles inside their iPhone/iPad app for a much better user experience.  I suspect this &#8220;do nothing&#8221; strategy for their desktop content prompts many of their fans to do just that.</p>
<p><strong>2. Build a separate mobile site.</strong>  Many large publishers (as well as smaller tech-savvy publishers) fall into this category.  In most cases, when a reader visits the publisher&#8217;s standard website with a mobile browser, she is automatically forwarded to the mobile-friendly site.  This option isn&#8217;t as easy as the &#8220;do nothing&#8221; approach, but it&#8217;s not much more difficult.  Finding the right mobile vendor or the right mobile publishing plugin to make this happen isn&#8217;t as difficult as it sounds.  Many newspapers and magazines relying on advertising as their main source of revenue decide to go this route for mobile devices.</p>
<p>Many blogging platforms like <a href="http://wordpress.org/extend/plugins/wptouch/">WordPress</a> and <a href="http://buzz.blogger.com/2011/06/announcing-blogger-mobile-templates.html">Blogger</a> have easy-to-install plugins that do all the heavy lifting in this case. There are also services like <a href="http://www.mofuse.com/">MoFuse</a> that will take a simple RSS feeds and create a mobile sites on the fly.</p>
<p><strong>3. Build native mobile apps.</strong> More and more publishers are opting to build specific iOS and Android apps for their content.  If done well, this can be a great experience for the reader to engage the content in ways that a browser wouldn&#8217;t previously support.  It can also be another source of revenue if they decide charge for the app (or content within the app) as the New York Times has done with their mobile subscription service.  This is a difficult option for smaller publishers because mobile application development is very expensive right now. Publishers that can afford to drop tens of thousands of dollars on a app will also need to update the app on a frequent basis when Apple and Android periodically release new versions of their operating systems.</p>
<p>The cost of building and maintaining native mobile apps put them out of reach of many small publishers.  (<em>Although, that is changing as more and more mobile app developers are charging a smaller monthly fees or even revenue sharing for mobile apps as the market becomes flooded with mobile developers.</em>)</p>
<p>Native mobile apps also reach a smaller percentage of the public (those who use smart phones), than the mobile web. Because of this, I think this option is best paired with a mobile-friendly website to reach the widest audience.</p>
<p><strong>4. Convert your standard website to use responsive design techniques.</strong> Responsive design is a fairly new concept in web design.  It works by determining what kind of device you are using to access the website and delivering content best suited to that device.  If you are using a desktop browser, the site will deliver a content-rich site with photos, video etc.  If you are using a smart phone, the site will scale that content to fit your screen and bandwidth limitations.</p>
<p>There are pros and cons to this strategy. Unfortunately, the concept is so new we don&#8217;t have a lot of data to measure the success yet.  On the pro-side, a publisher only has one site to manage and one content management system on which to train their staff.  There isn&#8217;t a separate mobile site or separate apps to worry about marketing, etc. On the con-side, building a website with responsive design techniques seems more difficult than building a standard desktop website. <a href="http://unstoppablerobotninja.com/entry/the-boston-globe/">Ethan Marcotte recently redesigned </a>the <a href="http://bostonglobe.com/">Boston Globe</a> to use responsive design principals. This is one of the first major publishers to experiment with responsive design and I am eager to see how they fair in the coming months.</p>
<p>I hesitate to say that responsive design is the <em>best</em> option available, but it certainly seems like the most efficient way to deliver optimized content to any device, regardless of screen size or bandwidth connection.</p>
<p>I think it will eventually become a very popular option for publishers and will keep my eyes on the Boston Globe to see how they fare.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidherrold.com/2011/10/03/mobile-publishing-options-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design intuition and serendipity</title>
		<link>http://www.davidherrold.com/2009/03/21/design-intuition-and-serendipity/</link>
		<comments>http://www.davidherrold.com/2009/03/21/design-intuition-and-serendipity/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 21:36:11 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[intuition]]></category>
		<category><![CDATA[serendipity]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[user testing]]></category>

		<guid isPermaLink="false">http://www.davidherrold.com/?p=376</guid>
		<description><![CDATA[Douglas Bowman, the visual design lead at Google, recently left his post to pursue greener pastures. In a farewell blog post, he cited a profound reason for leaving (emphasis mine). You can read the entire post here. Yes, it’s true &#8230; <a href="http://www.davidherrold.com/2009/03/21/design-intuition-and-serendipity/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-378" title="bigblue" src="http://www.davidherrold.com/wordpress/wp-content/uploads/2009/03/bigblue.gif" alt="bigblue" width="600" height="68" /></p>
<p><a href="http://stopdesign.com/">Douglas Bowman</a>, the visual design lead at Google, recently left his post to pursue greener pastures. In <a href="http://stopdesign.com/archive/2009/03/20/goodbye-google.html">a farewell blog post</a>, he cited a profound reason for leaving (emphasis mine). <a href="http://stopdesign.com/archive/2009/03/20/goodbye-google.html">You can read the entire post here</a>.</p>
<blockquote><p>Yes, it’s true that a team at Google couldn’t decide between two blues, so they’re testing 41 shades between each blue to see which one performs better. I had a recent debate over whether a border should be 3, 4 or 5 pixels wide, and was asked to prove my case. I can’t operate in an environment like that. I’ve grown tired of debating such minuscule design decisions. <strong>There are more exciting design problems in this world to tackle.<br />
</strong></p></blockquote>
<p>From an engineering perspective, testing multiple colors, recording outcomes and making sound empirical judgments makes all the sense in the world.  If this is done correctly, eventually you will end up with the most effective design implemented.</p>
<p>However, from a design perspective, this tactic may be lacking some things the design world relies upon on a regular basis.</p>
<p><span id="more-376"></span><strong>Intuition</strong></p>
<p>Like master mechanics who are able to diagnose many car problems by simply listening to the engine, seasoned designers can solve web design problems in a similar fashion.  They can look at an obstacle or task and solve it almost instinctively.</p>
<p>They could, of course, perform user experience testing to dissect the problem and solve it in a very methodical way.  However, accumulated years of design experience give them an almost intuitive knowledge to see the most effective solution without much testing at all.</p>
<h3><strong>Serendipity</strong></h3>
<p>These are the beautiful accidents that designers stumble upon when looking for something else.  They may be attempting to solve a complicated navigation issue and stumble upon a great idea for handling web forms.</p>
<p>The <a href="http://en.wikipedia.org/wiki/Serendipity">world of technology and invention is rife with happy accidents</a> that have created new products or changed humanity in some significant way.  A vital part of the creative process is lost when designers are forced to operate in a rigid environment that relies heavily upon empirical engineering data.</p>
<p>Could these happy accidents still occur in an environment like this?  Probably&#8230;</p>
<p>However, I think it is much less likely to happen.  And when it does happen, it is more likely to be ignored because the idea has not gone through the rigors of testing yet.  Or perhaps the idea was so different it didn&#8217;t get the consideration it deserves.</p>
<p>Google was built by engineers and has become the largest property on the internet due to the policies and guidance from these early engineers.  It would be silly to say their method of design doesn&#8217;t work.  However, this environment might not work for everyone&#8230;especially creative people who need to challenge themselves with big ideas and sweeping changes.</p>
<p>So, designers, what do you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidherrold.com/2009/03/21/design-intuition-and-serendipity/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Photoshop toolbar evolution</title>
		<link>http://www.davidherrold.com/2008/12/24/photoshop-toolbar-evolution/</link>
		<comments>http://www.davidherrold.com/2008/12/24/photoshop-toolbar-evolution/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 21:26:42 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[feature creep]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[software bloat]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://www.davidherrold.com/?p=341</guid>
		<description><![CDATA[This is an eye-opening example of how software can become bloated over time.  These images represent around 10 years of Adobe software development.  It&#8217;s ironic to me that the earlier toolbars appear more user-friendly than the new ones.  I suspect &#8230; <a href="http://www.davidherrold.com/2008/12/24/photoshop-toolbar-evolution/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is an eye-opening example of how software can become bloated over time.  These images <a href="http://en.wikipedia.org/wiki/Adobe_Photoshop_release_history">represent around 10 years</a> of Adobe software development.  It&#8217;s ironic to me that the earlier toolbars appear more user-friendly than the new ones.  I suspect the <a href="http://en.wikipedia.org/wiki/User_interface">UI</a> &amp; <a href="http://en.wikipedia.org/wiki/User_experience">UX</a> gurus at <a href="http://www.adobe.com/">Adobe</a> made a conscious effort to simplify the CS3 toolbar (bottom one) and stop the madness.</p>
<p>Which toolbar would you rather use?</p>
<p><img class="alignnone size-full wp-image-342" title="Photoshop tool bar" src="http://www.davidherrold.com/wordpress/wp-content/uploads/2008/12/photoshoptools.jpg" alt="Photoshop tool bar" width="600" height="1015" /></p>
<p>(Image credit &#8211; <a href="http://dezignus.com">http://dezignus.com</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidherrold.com/2008/12/24/photoshop-toolbar-evolution/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Micro-connections and the speed of news</title>
		<link>http://www.davidherrold.com/2008/12/04/micro-connections-and-the-speed-of-news/</link>
		<comments>http://www.davidherrold.com/2008/12/04/micro-connections-and-the-speed-of-news/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 14:27:12 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Communication]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[crowd casting]]></category>
		<category><![CDATA[crowd sourcing]]></category>
		<category><![CDATA[emergency broadcast system]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[social networks]]></category>

		<guid isPermaLink="false">http://www.davidherrold.com/?p=325</guid>
		<description><![CDATA[I think we&#8217;ve forgotten something recently.  I think we&#8217;ve forgotten how easily social networks allow us to connect with unbelievable speed and accuracy. There was a time when connecting with old high school or college friends meant contacting your reunion &#8230; <a href="http://www.davidherrold.com/2008/12/04/micro-connections-and-the-speed-of-news/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/library_of_congress/2163470598/"><img class="alignnone size-full wp-image-326" title="bob_burman_racecar_driver" src="http://www.davidherrold.com/wordpress/wp-content/uploads/2008/12/bob_burman_racecar_driver.jpg" alt="" width="600" height="402" /></a></p>
<p>I think we&#8217;ve forgotten something recently.  I think we&#8217;ve forgotten how easily social networks allow us to connect with unbelievable speed and accuracy.</p>
<p>There was a time when connecting with old high school or college friends meant contacting your reunion coordinator.  Sending emails.  Phone calls.  Snail mail.  Or worse yet, actually attending a reunion (I&#8217;m joking&#8230;sort of).</p>
<p>Now, we are able to locate old friends with <a href="http://www.facebook.com">Facebook</a> accounts in 5 minutes during a coffee break.  One friend leads you another &#8211; and down the rabbit hole you go to find dozens more by accident.</p>
<p>Well, not really by accident.  It seems like synchronicity when you stumble upon a friend through another friend&#8217;s Facebook account, but it&#8217;s not luck at all. It&#8217;s good design.</p>
<h2>A new speed</h2>
<p>So what if we could take this speed to the next level?  What if we could temporarily connect with individuals involved in specific events while they are actually happening?</p>
<p>Yes, we have the ability to peer into <a href="http://en.wikipedia.org/wiki/Blog">blogs</a>, <a href="http://twitter.com">Twitter</a> streams, <a href="http://www.brightkite.com">Brightkite</a> check-ins, <a href="http://www.flickr.com">Flickr</a> photostreams, etc.  But there isn&#8217;t a mechanism to allow us to connect with hundreds or thousands of people at once.</p>
<p>I am talking about something like the <a title="This is only a test!" href="http://en.wikipedia.org/wiki/Emergency_Broadcast_System">Emergency Broadcast System</a>, but using a temporary two-way communication instead of a one-way communication.  Since it would operate over the internet (and not the airwaves) targeting could incorporate very detailed geographic information.  It would need to operate across multiple social networks to incorporate as many users as possible.</p>
<p>Is this a crazy idea?  Probably.  Ok, absolutley,  but think of the amazing life-saving information it could facilitate.  Think of it as <a href="http://en.wikipedia.org/wiki/Crowdcasting">crowd-casting</a> at the microscopic level with with gateways to networks opening and closing when needed.</p>
<p>What do you think?</p>
<p><em>(The photo above is race car driver <a href="http://en.wikipedia.org/wiki/Bob_Burman">Bob Burman</a>, from the <a href="http://www.flickr.com/photos/library_of_congress/2163470598/">Library of Congress</a>.  He drove in the inaugural Indianapolis 500 in 1911.)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidherrold.com/2008/12/04/micro-connections-and-the-speed-of-news/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>LinkedIn&#8217;s launches application platform</title>
		<link>http://www.davidherrold.com/2008/10/28/linkedins-launches-application-platform/</link>
		<comments>http://www.davidherrold.com/2008/10/28/linkedins-launches-application-platform/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 03:34:49 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Communication]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[slideshare]]></category>

		<guid isPermaLink="false">http://www.davidherrold.com/?p=315</guid>
		<description><![CDATA[LinkedIn has launched its application platform to function much like Facebook, but for professionals. But unlike Facebook, the a LinkedIn application will be required go pass an approval process to be included on the platform. Users will also be limited &#8230; <a href="http://www.davidherrold.com/2008/10/28/linkedins-launches-application-platform/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-317" title="linkedin" src="http://www.davidherrold.com/wordpress/wp-content/uploads/2008/10/linkedin.jpg" alt="" width="182" height="620" />LinkedIn has launched its application platform to function much like Facebook, but for professionals.  But unlike Facebook, the a LinkedIn application will be required go pass an approval process to be included on the platform.  Users will also be limited to a maximum of 15 applications on their profiles.</p>
<p><a href="http://www.techcrunch.com/2008/10/28/linkedin-means-business-with-new-application-platform/">According to TechCrunch</a>:</p>
<p><em>&#8220;Beyond the quality assurance process, LinkedIn is also limiting the flexibility apps will have when it comes to monetization. Apps won’t be allowed to use third party ad networks &#8211; instead, they’ll have to work with LinkedIn’s ad system. For now applications will only have access to LinkedIn’s current ad inventory, which could make targeting ads less effective (though it sounds like there will be more options for targeted ads in the future).&#8221;</em></p>
<p>I&#8217;ve always thought the elevator pitch for LinkedIn was &#8220;a Facebook for work.&#8221; This solidifies the metaphor.  I wonder how many newspapers would be interested in creating LinkedIn widgets?</p>
<p>Wanna place bets on how soon the Wall Street Journal launches a LinkedIn application?  Or Monster.com?  BaseCamp?  I&#8217;m guessing pretty soon.</p>
<p>I&#8217;ve already installed a Slideshare.net application showing my most recent mobile presentation.  The Slideshare application is a pretty simple one, but cleanly designed.</p>
<p>You can see it <a href="http://www.linkedin.com/in/davidherrold">here on my profile</a>.</p>
<p>Current available applications (at the time of this post) are: Slideshare, Box.net, Google presentations, Amazon reading list, WordPress, Blog Link, Company Buzz, My Travel and Huddle Workspaces.</p>
<p>The <a href="http://linkedin.custhelp.com/cgi-bin/linkedin.cfg/php/enduser/std_adp.php?p_faqid=1160&amp;p_created=1223910437&amp;p_sid=Rhu7swhj&amp;p_accessibility=0&amp;p_redirect=&amp;p_lva=&amp;p_sp=cF9zcmNoPSZwX3NvcnRfYnk9JnBfZ3JpZHNvcnQ9JnBfcm93X2NudD00NTgsNDU4JnBfcHJvZHM9JnBfY2F0cz0mcF9wdj0mcF9jdj0mcF9wYWdlPTE*&amp;p_li=&amp;p_topview=1">applications FAQ can be found here</a>.</p>
<p>What applications do you think would make the biggest impact on LinkedIn&#8217;s platform?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidherrold.com/2008/10/28/linkedins-launches-application-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maker Faire Austin 2008</title>
		<link>http://www.davidherrold.com/2008/10/20/maker-faire-austin-2008/</link>
		<comments>http://www.davidherrold.com/2008/10/20/maker-faire-austin-2008/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 02:01:45 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[austin]]></category>
		<category><![CDATA[maker faire]]></category>
		<category><![CDATA[maker faire austin 2008]]></category>
		<category><![CDATA[weird]]></category>

		<guid isPermaLink="false">http://www.davidherrold.com/?p=304</guid>
		<description><![CDATA[We had a great time in Austin, TX over the weekend at the Maker Faire. I took the video above at the Robogames in the indoor arena of Maker Faire. I posted a few photos and videos on my Flickr &#8230; <a href="http://www.davidherrold.com/2008/10/20/maker-faire-austin-2008/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><object type="application/x-shockwave-flash" width="600" height="450" data="http://www.flickr.com/apps/video/stewart.swf?v=61761" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param name="flashvars" value="intl_lang=en-us&amp;photo_secret=5d35f1d7e9&amp;photo_id=2960335940"></param><param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=61761"></param><param name="bgcolor" value="#000000"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=61761" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&amp;photo_secret=5d35f1d7e9&amp;photo_id=2960335940" height="450" width="600"></embed></object></p>
<p>We had a great time in Austin, TX over the weekend at the <a href="http://makerfaire.com/">Maker Faire</a>.  I took the video above at the <a href="http://www.robogames.net/">Robogames</a> in the indoor arena of Maker Faire.</p>
<p>I posted a few photos and videos on <a href="http://www.flickr.com/photos/davidherrold/">my Flickr account</a> if you&#8217;re interested in seeing a little more.</p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidherrold.com/2008/10/20/maker-faire-austin-2008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Maker Faire 2008, Austin, TX</title>
		<link>http://www.davidherrold.com/2008/10/07/maker-faire-2008-austin-tx/</link>
		<comments>http://www.davidherrold.com/2008/10/07/maker-faire-2008-austin-tx/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 00:04:17 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[austin]]></category>
		<category><![CDATA[craft]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[make magazine]]></category>
		<category><![CDATA[maker faire]]></category>
		<category><![CDATA[texas]]></category>

		<guid isPermaLink="false">http://www.davidherrold.com/?p=298</guid>
		<description><![CDATA[It&#8217;s that time of year again: Maker Faire Oct 18 &#38; 19 in Austin, TX! Steve, John, Justine and I went to Maker Faire 2007 in Austin and had so much fun, we decided to go again this year. Maker &#8230; <a href="http://www.davidherrold.com/2008/10/07/maker-faire-2008-austin-tx/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-299" title="Maker Faire 2008" src="http://www.davidherrold.com/wordpress/wp-content/uploads/2008/10/robogames_home.jpg" alt="" width="600" height="351" /></p>
<p>It&#8217;s that time of year again: <a href="http://www.makerfaire.com/">Maker Faire</a> Oct 18 &amp; 19 in Austin, TX!</p>
<p><a href="http://www.evatt.com/blog/">Steve</a>, <a href="http://eccentric-light.com/">John</a>, <a href="http://www.askdrding.com/">Justine</a> and I went to Maker Faire 2007 in Austin and had so much fun, we decided to go again this year.</p>
<blockquote><p>Maker Faire is a two-day, family-friendly event that celebrates the Do-It-Yourself (DIY) mindset. It&#8217;s for creative, resourceful people of all ages and backgrounds who like to tinker and love to make things. So much to see, you will need 2 days to see it all!</p></blockquote>
<p>Here are the details if you&#8217;re interested in going.:</p>
<ul>
<li><strong><a href="http://www.makerfairetickets.com/">Online tickets</a></strong> &#8211; discount pricing available through 10/3/2008.   Online ticket purchases from 10/4/2008 &#8211; 10/16/2008 will be full price and tickets will be picked up onsite at will call</li>
<li><strong>Local tickets</strong> &#8211; discount pricing available through close of business day on 10/17/2008 at:
<ul>
<li><strong>Austin Children&#8217;s Museum</strong> &#8211; 201 Colorado Street,  Austin   512.472.2499<br />
Open: Tuesday &#8211; Saturday: 10am-5pm<br />
Community Night Wednesdays: 5-8pm<br />
Sunday: Noon-5pm</li>
<li><strong>Whole Foods</strong> &#8211; 525 N. Lamar,  Austin,  512.476.1206<br />
Open:  8:00 a.m. to 10:00 p.m. seven days a week</li>
</ul>
</li>
<li><strong>Onsite Ticket Pricing</strong>
<ul>
<li>Adult &#8211; $25.00</li>
<li>Student (13-21, or with student photo ID) &#8211; $15.00</li>
<li>Youth (4-12) &#8211; $10.00</li>
<li>Children 3 and under are free</li>
</ul>
</li>
</ul>
<p>Let me know if you&#8217;re going.  Maybe we can meet for lunch or at the very least, fire rockets at each other.</p>
<p><a href="http://www.makerfaire.com/"><img class="alignnone size-full wp-image-300" title="200x200" src="http://www.davidherrold.com/wordpress/wp-content/uploads/2008/10/200x200.gif" border="0" alt="" width="200" height="200" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidherrold.com/2008/10/07/maker-faire-2008-austin-tx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Android has its own font called Droid</title>
		<link>http://www.davidherrold.com/2008/09/30/android-has-its-own-font-called-droid/</link>
		<comments>http://www.davidherrold.com/2008/09/30/android-has-its-own-font-called-droid/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 02:39:57 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[font]]></category>

		<guid isPermaLink="false">http://www.davidherrold.com/?p=294</guid>
		<description><![CDATA[The Android mobile platform has it&#8217;s own font.  According to a recent Forbes article: The font, dubbed Droid, is the product of a two-year collaboration between the Mountain View, Calif.-based Internet giant and Ascender, a digital typeface company based in &#8230; <a href="http://www.davidherrold.com/2008/09/30/android-has-its-own-font-called-droid/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-296" title="Droid font" src="http://www.davidherrold.com/wordpress/wp-content/uploads/2008/09/droid1.jpg" alt="" width="600" height="114" /></p>
<p>The <a href="http://code.google.com/android/">Android mobile platform</a> has it&#8217;s own font.  According to a <a href="http://www.forbes.com/technology/2008/09/25/font-android-g1-tech-wire-cx_ew_0926font.html?feed=rss_technology">recent Forbes article</a>:</p>
<blockquote><p>The font, dubbed Droid, is the product of a two-year collaboration between the Mountain View, Calif.-based Internet giant and Ascender, a digital typeface company based in Elk Grove Village, Ill. Ascender, which has created fonts for Microsoft, Motorola and others, nabbed the Android assignment because its workers knew people on Android&#8217;s design and development teams, says Bill Davis, Ascender&#8217;s vice president of business development.</p></blockquote>
<p>You can <a href="http://download.damieng.com/fonts/redistributed/DroidFamily.zip">download the font here</a>.</p>
<p>I think they did a nice job on the font overall.  There are a couple different versions including serif and monospace as well.  <a href="http://damieng.com/blog/2007/11/14/droid-font-family-courtesy-of-google-ascender">You can see them all here</a>.</p>
<p>(via <a href="http://www.cpluv.com/www/feeditem/6722">ComputerLove</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidherrold.com/2008/09/30/android-has-its-own-font-called-droid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

