<?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; Mobile</title>
	<atom:link href="http://www.davidherrold.com/category/mobile/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>Amazon One-Click Kindle book purchases</title>
		<link>http://www.davidherrold.com/2011/09/29/amazon-one-click-kindle-book-purchases/</link>
		<comments>http://www.davidherrold.com/2011/09/29/amazon-one-click-kindle-book-purchases/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 04:00:26 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[ereader]]></category>
		<category><![CDATA[kindle]]></category>

		<guid isPermaLink="false">http://www.davidherrold.com/?p=537</guid>
		<description><![CDATA[Wow. Color me impressed. I purchased a book tonight for my Kindle with Amazon&#8217;s One-Click delivery, a service that makes buying a book literally a one-click operation.  However, the credit card that was associated with my account was expired. Amazon &#8230; <a href="http://www.davidherrold.com/2011/09/29/amazon-one-click-kindle-book-purchases/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Wow. Color me impressed.</strong></p>
<p>I purchased a book tonight for my Kindle with Amazon&#8217;s One-Click delivery, a service that makes buying a book literally a one-click operation.  However, the credit card that was associated with my account was expired.</p>
<p><strong>Amazon delivered the book to my Kindle anyhow.</strong></p>
<p>After I received the book on my Kindle I received a separate note (and an email) explaining there was a problem processing my credit card.  Amazon asked me to log into my account within the next 5 days to pay for the book&#8230;that they already delivered to my Kindle.</p>
<blockquote><p>&#8220;Though your order may have already been delivered to you, it is important that you visit the following page within 5 days to update the payment information for this order.&#8221;</p></blockquote>
<p>This is a pretty amazing customer service policy.  Frankly, I&#8217;m still a little shocked. Amazon actually delivered a product to a customer even though there was a problem with payment.</p>
<p>I happily paid for the book and would love to thank the Amazon employee who came up with this service policy.</p>
<p>Has anyone else experienced this with other companies selling digital products online?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidherrold.com/2011/09/29/amazon-one-click-kindle-book-purchases/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>If this, then that&#8230;</title>
		<link>http://www.davidherrold.com/2011/09/14/if-this-then-that/</link>
		<comments>http://www.davidherrold.com/2011/09/14/if-this-then-that/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 19:09:51 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.davidherrold.com/?p=505</guid>
		<description><![CDATA[I love machines. I&#8217;m not talking about electronic gadgets like laptops, mobile phones and vacuuming robots (although, I like those things too.)  I&#8217;m talking about machines constructed with gears, cogs, springs and fly wheels.  There is a certain beauty in &#8230; <a href="http://www.davidherrold.com/2011/09/14/if-this-then-that/">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/09/watch_parts_sm.jpg"><img class="alignnone size-full wp-image-506" title="watch_parts_sm" src="http://www.davidherrold.com/wordpress/wp-content/uploads/2011/09/watch_parts_sm.jpg" alt="" width="670" height="346" /></a></p>
<p><strong>I love machines.</strong></p>
<p>I&#8217;m not talking about electronic gadgets like laptops, mobile phones and <a href="http://www.irobot.com/">vacuuming robots</a> (although, I like those things too.)  I&#8217;m talking about machines constructed with gears, cogs, springs and fly wheels.  There is a certain beauty in machines that are constructed in this way.  Mechanical watches are fascinating collections of cogs, gears and springs that run for days on the energy of a single spring and tell you what phase the moon happens to be in at any given moment.</p>
<p><span id="more-505"></span>My love of all things mechanical translates to the digital world in a similar way.</p>
<p>I get excited when I see web-based tools that allow me to build single purpose apps that are simple on the surface and complex under the hood.  On the web, I never need to see the cogs.  The website <a href="http://ifttt.com">If This, Then That</a> does this in a very clever and simple way.</p>
<p><a href="http://www.davidherrold.com/wordpress/wp-content/uploads/2011/09/ifttt_sm.jpg"><img class="alignnone size-full wp-image-507" title="ifttt_sm" src="http://www.davidherrold.com/wordpress/wp-content/uploads/2011/09/ifttt_sm.jpg" alt="" width="670" height="260" /></a></p>
<p><a href="http://ifttt.com">If This Then That</a> allows you to connect many of the social sites you use on a regular basis with the web tools you use on a regular basis. It is built around the concept of choosing a &#8220;trigger&#8221; and then executing an &#8220;action&#8221; when the triggering event occurs (hence, the name of the site &#8220;if this, then that&#8221;).</p>
<p>For example, when someone tags a photo of you on <a href="http://www.facebook.com">Facebook</a> (<em>trigger</em>), save that photo to your <a href="https://www.dropbox.com/">Dropbox</a> account (<em>action</em>).  Or when <a href="http://www.google.com/finance?client=ob&amp;q=NASDAQ:AAPL">APPL stock</a> drops below $300 (<em>trigger</em>) send a text message to my phone (<em>action</em>).  If it&#8217;s supposed to rain tomorrow (<em>trigger</em>) send me an email reminder to pack an umbrella (<em>action</em>). You get the idea&#8230;</p>
<p>If This Then That has a collection of <a href="http://ifttt.com/recipes">pre-made &#8220;recipes&#8221;</a> that people have already created to get you started.  There are also some nice write-ups of the service on <a href="http://www.webmonkey.com/2011/09/automate-and-sync-your-web-with-if-this-then-that/">Webmonkey</a> and <a href="http://www.hanselman.com/blog/EssentialIFTTTIfThisThenThatProgrammingWorkflowsForHumansUsingTheWebsSocialGlue.aspx">Scott Hanselman&#8217;s blog</a>.</p>
<p>Now, go make something fun.</p>
<h6>Flickr photo from <a href="http://www.flickr.com/photos/29225114@N08/2778223048/">Sergei Golyshev</a></h6>
]]></content:encoded>
			<wfw:commentRss>http://www.davidherrold.com/2011/09/14/if-this-then-that/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Disposable iPhone apps</title>
		<link>http://www.davidherrold.com/2009/08/21/disposable-iphone-apps/</link>
		<comments>http://www.davidherrold.com/2009/08/21/disposable-iphone-apps/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 17:51:09 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.davidherrold.com/?p=411</guid>
		<description><![CDATA[I&#8217;ve recently noticed several conventions, festivals and movies spending their marketing dollars on iPhone development.  This is an interesting trend that we will see more of in the near future. iPhone applications built for specific events have brief windows of &#8230; <a href="http://www.davidherrold.com/2009/08/21/disposable-iphone-apps/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-412" title="iphone_apps" src="http://www.davidherrold.com/wordpress/wp-content/uploads/2009/08/iphone_apps.jpg" alt="iphone_apps" width="600" height="445" /><br />
I&#8217;ve recently noticed several conventions, festivals and movies spending their marketing dollars on iPhone development.  This is an interesting trend that we will see more of in the near future.</p>
<p>iPhone applications built for specific events have brief windows of time where their content is relevant and useful to the customer.  Syfy&#8217;s <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=322860852&amp;mt=8">San Diego ComicCon</a> (iTunes) and the <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=323060390&amp;mt=8">Lollapalooza music festival</a> (iTunes) apps contain extremely useful features for time sensitive events.  Schedules, maps, personalized calendars, photo galleries and photo sharing features are contained within these apps, making them very handy for a short period of time.</p>
<p><span id="more-411"></span>The ComicCon app was released July 12th, only 11 days before the convention; and the Lollapalooza app was released July 19th, only 20 days before the music festival.</p>
<p>At first, I thought this was a waste of advertising dollars. Why go to the trouble of building an iPhone application that would only be useful for a short period of time? That&#8217;s silly, isn&#8217;t it?</p>
<p>Well, not really.  There are three excellent reasons for these &#8220;disposable&#8221; iPhone apps.</p>
<h2>1. Usage window</h2>
<p><a href="http://www.pinchmedia.com/appstore-secrets/">Pinch Media released a report earlier this year</a> revealing statistics they collected from 30 million downloads at the iTunes App Store.  They discovered only 5% of apps were used 3 weeks after they were downloaded (<em>slides 12 &amp; 13</em>). This timing seems like a good match for event marketing. Right?</p>
<h2>2. Engagement</h2>
<p>Smart phones make up only <a href="http://www.engadget.com/2009/03/11/nokia-continues-to-hemorrhage-smartphone-marketshare-to-rim-app/">12% of the phone market worldwide</a>. However, that small percentage of users generates the majority of engagement in the mobile world.  They are constantly downloading mobile applications, surfing the mobile web, sending emails, snapping photos, recording video, etc.</p>
<p>iPhone users, in particular, are extremely engaged in the mobile experience.</p>
<h2>3. Understanding your audience</h2>
<p>What if you could discover information about your audience that helped make your product or event better the next time? Did your concert audience enjoy the venue?  What did your convention attendees think of the hotel or the food?  A mobile application can collect that feedback from your audience and help make your product better.</p>
<p>If you compare these to traditional advertising vehicles like TV, radio and newspapers you&#8217;ll see why iPhone apps look like a great option for event promotion.  You can build several iPhone apps for the cost of a single minute of TV advertising.  Also, traditional advertising platforms are typically a one-way communication to the audience, while mobile applications offer an easy dialog of feedback and communication.</p>
<p>I&#8217;m curious.  Have you or would you ever consider downloading a &#8220;disposable iPhone app&#8221; for a specific event?  Let me know in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidherrold.com/2009/08/21/disposable-iphone-apps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Doc your grocery list</title>
		<link>http://www.davidherrold.com/2008/10/25/google-doc-your-grocery-list/</link>
		<comments>http://www.davidherrold.com/2008/10/25/google-doc-your-grocery-list/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 02:34:16 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.davidherrold.com/?p=308</guid>
		<description><![CDATA[I discovered a great way to use Google Docs as a mobile grocery list last week.  All you need is a Gmail account and a mobile phone with WAP access. Justine and I both have Gmail accounts, so that part &#8230; <a href="http://www.davidherrold.com/2008/10/25/google-doc-your-grocery-list/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-309" title="Mobile Google Docs" src="http://www.davidherrold.com/wordpress/wp-content/uploads/2008/10/google_doc.jpg" alt="" width="447" height="741" />I discovered a great way to use <a href="http://docs.google.com">Google Docs</a> as a mobile grocery list last week.  All you need is a <a href="http://mail.google.com">Gmail</a> account and a mobile phone with WAP access.</p>
<p>Justine and I both have Gmail accounts, so that part was easy.  You simply create a document in Google Docs and share that document with your partner.  You can now update this document over and over for new lists whenever you need them (and even access the revision history to see what your shopping lists looked like last month).</p>
<p>You can now access that document on any mobile device in read-only format (presumably while you&#8217;re walking down the aisles in a grocery store).</p>
<p>So a simple phone call while I&#8217;m at work &#8220;Honey, I updated the list&#8221; is all I need to know exactly what she wants me to bring home from the grocery store.</p>
<p>I find technology fascinating when it intersects with everyday life to make things a bit easier.</p>
<p>Do you have any technology tricks like this?  Feel free to share them in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidherrold.com/2008/10/25/google-doc-your-grocery-list/feed/</wfw:commentRss>
		<slash:comments>4</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>
		<item>
		<title>Google, Internet 2 and powdered soap</title>
		<link>http://www.davidherrold.com/2008/09/25/google-internet-2-and-powdered-soap/</link>
		<comments>http://www.davidherrold.com/2008/09/25/google-internet-2-and-powdered-soap/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 00:27:37 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.davidherrold.com/?p=284</guid>
		<description><![CDATA[Vint Cerf, Google&#8217;s Chief Internet Evangelist, posted an interesting article on their blog today speculating what the &#8220;next internet&#8221; will look like. It&#8217;s no real surprise that they touch upon mobile web and location-based services. &#8220;In the next decade, around &#8230; <a href="http://www.davidherrold.com/2008/09/25/google-internet-2-and-powdered-soap/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Vint Cerf, Google&#8217;s Chief Internet Evangelist, posted an interesting article on their blog today <a title="Official Google Blog: The next Internet" href="http://googleblog.blogspot.com/2008/09/next-internet.html">speculating what the &#8220;next internet&#8221;</a> will look like.  It&#8217;s no real surprise that they touch upon mobile web and location-based services.</p>
<blockquote><p>&#8220;In the next decade, around 70% of the human population will have fixed or mobile access to the Internet at increasingly high speeds, up to gigabits per second. We can reliably expect that mobile devices will become a major component of the Internet, as will appliances and sensors of all kinds. Many of the things on the Internet, whether mobile or fixed, will know where they are, both geographically and logically.&#8221;</p></blockquote>
<p>I&#8217;m glad to see Google mention the importance of mobile devices in the future (which is already here).  I&#8217;m fascinated by the prospects that truly &#8220;smart&#8221; phones will offer us within the next year or two (I think their estimate of 10 years is a bit high.  I think the web, mobile or otherwise, is evolving far faster than that.)</p>
<p>Although, I&#8217;m not convinced I want the internet involved with my dirty socks.</p>
<blockquote><p>&#8220;A box of washing machine soap will become part of a service as Internet-enabled washing machines are managed by Web-based services that can configure and activate your washing machine.&#8221;</p></blockquote>
<p>Regardless the <a href="http://googleblog.blogspot.com/2008/09/next-internet.html">post is worth reading.</a></p>
<p>- Dave</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidherrold.com/2008/09/25/google-internet-2-and-powdered-soap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BarCampHouston3 recap</title>
		<link>http://www.davidherrold.com/2008/08/10/barcamphouston3/</link>
		<comments>http://www.davidherrold.com/2008/08/10/barcamphouston3/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 16:27:15 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[barcamp]]></category>
		<category><![CDATA[barcamphouston3]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[houston]]></category>

		<guid isPermaLink="false">http://www.davidherrold.com/?p=219</guid>
		<description><![CDATA[Justine and I attended BarCamp Houston at the Houston Technology Center yesterday and had a great time. A big thanks to all the organizers (Marc Nathan, Kelsey Ruger, Josh Tabin, Scott Stolz). You guys made the event a smashing success &#8230; <a href="http://www.davidherrold.com/2008/08/10/barcamphouston3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<figure id="attachment_220" aria-labelledby="figcaption_attachment_220" class="wp-caption alignnone" style="width: 610px"><img class="size-full wp-image-220" title="BarCampHouston3" src="http://www.davidherrold.com/wordpress/wp-content/uploads/2008/08/tshirt.jpg" alt="" width="600" height="396" /><figcaption id="figcaption_attachment_220" class="wp-caption-text">Photo - Best name tag I saw at BarCampHouston.</figcaption></figure>
<p>Justine and I attended <a href="http://barcamp.org/BarCampHouston3">BarCamp Houston</a> at the <a href="http://www.houstontech.org/">Houston Technology Center</a> yesterday and had a great time.  A big thanks to all the organizers (<a href="http://www.houstontech.org/">Marc Nathan</a>, <a href="http://www.poplabs.com/">Kelsey Ruger</a>, <a href="http://www.startuphouston.com/">Josh Tabin</a>, <a href="http://www.wistex.com/">Scott Stolz</a>).  You guys made the event a smashing success for everyone.  And thanks to <a href="http://barcamp.org/BarCampHouston3Sponsors">all the sponsors</a> for helping to make <a href="http://barcamp.org/BarCampHouston3">BarCamp Houston</a> possible.</p>
<p>For those who don&#8217;t know what <a href="http://en.wikipedia.org/wiki/Barcamp">BarCamp</a> is, here is a brief explanation:</p>
<blockquote><p>BarCamp is an international network of user generated conferences — open, participatory workshop-events, whose content is provided by participants — often focusing on early-stage web applications, and related open source technologies, social protocols, and open data formats. &#8211; <a href="http://en.wikipedia.org/wiki/BarCamp">Wikipedia</a></p></blockquote>
<p>This can be simplified to &#8220;<strong>day camp for nerds</strong>.&#8221;</p>
<p>I watched some great presentations and participated in some interesting discussions throughout the day.  BarCamps are only as great as their participants, and we had some great participants this year.</p>
<p><a href="http://www.schipul.com/">Ed Schipul&#8217;s</a> <a href="http://www.slideshare.net/eschipul/strategic-pr-with-social-media/">presentation on PR and social media</a> was sharp.  His creative use of a green laser pointer kept the crowd in line (as much as possible) as he explained how to &#8220;put the relations back in public relations&#8221; using social media.  It&#8217;s a pleasure to watch a pro on stage engage the audience as well as Ed does.</p>
<p><a href="http://www.startuphouston.com/">Josh Tabin</a> spoke about how start-up funding works.  I found his discussion about the ins and outs of financing to be pretty enlightening.  I left the discussion knowing a lot more about how start-ups make that initial leap into businesses.</p>
<p><a href="http://www.flickr.com/people/fuzzball/">Tracy</a> and <a href="http://www.imeldabettinger.com/blog/">Imelda</a> whipped up an impromptu discussion on digital photography and social media.  I&#8217;m pretty sure there should have been a cover charge for the room and IDs checked at the door.  Tracy had the room in stitches for a solid 30 minutes, while feeding them great advice for managing their photos in Flickr.</p>
<p><a href="http://www.katherinedruckman.com/">Katherine Druckman</a> also jumped into the mix with an impromptu presentation about Drupal, the open source content management system.  The crowd had lots of questions and she fielded them like a pro.</p>
<p><a href="http://www.twitter.com/pengwynn">Wynn Netherland</a> and <a href="http://www.twitter.com/mully">Jim Mulholland</a> from <a href="http://squeejee.com/">Squeejee.com</a> gave a great presentation on virtual collaboration tools.  I&#8217;ve gotten used to keeping much of my work &#8220;<a href="http://en.wikipedia.org/wiki/Cloud_computing">in the cloud</a>&#8221; and Wynn and Jim did a nice job of rounding up the most useful tools for working with teams spread across the globe (they even did their presentation live on Google Docs.  Cool.)</p>
<p>Here&#8217;s a <a href="http://www.flickr.com/photos/davidherrold/2749601166/sizes/o/">photo of the schedule board</a> in the lobby.  A little something for everyone.</p>
<p><a href="http://www.slideshare.net/davidherrold/mobile-best-practices-for-newspapers/">My own presentation about mobile web design &amp; SMS</a> went pretty well (at least I think so&#8230;it&#8217;s hard to gauge while standing behind a podium).  I used a <a href="http://www.polleverywhere.com">live SMS poll</a> to determine how the crowd used their phones the most (talking, email, text messaging or mobile internet).  Email and WAP came out on top, which isn&#8217;t surprising given the technologically savvy crowd at BarCampHouston.  (<a href="http://img.skitch.com/20080811-nky6bcgk758hu9titc49fub2gr.jpg">Screenshot of the BarCampHouston3 mobile poll results</a>.)  I also posted some <a href="http://www.flickr.com/photos/davidherrold/sets/72157606643747938/">photos on Flickr</a> yesterday.</p>
<p>(Update: I just found out my presentation deck was featured on the homepage of <a href="http://www.slideshare.net/">Slideshare</a> today!  Woot!  <a href="http://img.skitch.com/20080810-qn887ej973rtwuh7fg1mbpn87i.jpg">Here&#8217;s the screenshot</a>.)</p>
<p>Have a great Sunday, everyone!</p>
<p>P.S. &#8211; <a href="http://blog.shirl.com/2008/08/10/barcamp-houston-3/">Bill Shirley posted a nice BarCampHouston update</a>, too.  Check it out.</p>
<p>P.P.S &#8211; <a href="http://www.evatt.com/blog/houston/barcamp-houston-3">Steve Evatt also recapped BarCamp Houston</a> and <a href="http://www.flickr.com/photos/sevatt/sets/72157606638987098/">took some cool photos</a> as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidherrold.com/2008/08/10/barcamphouston3/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

