<?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; Development</title>
	<atom:link href="http://www.davidherrold.com/category/development/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>Candid accessibility post from Google engineer Steve Yegge</title>
		<link>http://www.davidherrold.com/2011/10/12/candid-accessibility-post-from-google-engineer-steve-yegge/</link>
		<comments>http://www.davidherrold.com/2011/10/12/candid-accessibility-post-from-google-engineer-steve-yegge/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 19:30:10 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[platforms]]></category>

		<guid isPermaLink="false">http://www.davidherrold.com/?p=567</guid>
		<description><![CDATA[Steve Yegge, a software engineer at Google, accidentally posted a very candid and eloquent rant on Google&#8217;s internal platform and accessibility challenges.  Intended for internal eyes at Google, he posted this on Google+, making it public by accident.  It is &#8230; <a href="http://www.davidherrold.com/2011/10/12/candid-accessibility-post-from-google-engineer-steve-yegge/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Steve Yegge, a software engineer at Google, accidentally posted a very candid and eloquent rant on Google&#8217;s internal platform and accessibility challenges.  Intended for internal eyes at Google, he posted this on Google+, making it public by accident.  It is refreshing to read something so honest from someone inside the Plex.</p>
<blockquote><p>If you&#8217;re sorta thinking, &#8220;huh? You mean like, blind and deaf people Accessibility?&#8221; then you&#8217;re not alone, because I&#8217;ve come to understand that there are lots and LOTS of people just like you: people for whom this idea does not have the right Accessibility, so it hasn&#8217;t been able to get through to you yet. It&#8217;s not your fault for not understanding, any more than it would be your fault for being blind or deaf or motion-restricted or living with any other disability. When software &#8212; or idea-ware for that matter &#8212; fails to be accessible to anyone for any reason, it is the fault of the software or of the messaging of the idea. It is an Accessibility failure.</p></blockquote>
<p>You can read the <a href="https://plus.google.com/112678702228711889851/posts/eVeouesvaVX">entire post here</a>.  I&#8217;d love to see some of the changes he suggests implemented at Google.  I hope he is put in a position to help make these changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidherrold.com/2011/10/12/candid-accessibility-post-from-google-engineer-steve-yegge/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>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>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>
		<item>
		<title>A List Apart industry survey</title>
		<link>http://www.davidherrold.com/2008/07/30/a-list-apart-industry-survey/</link>
		<comments>http://www.davidherrold.com/2008/07/30/a-list-apart-industry-survey/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 03:45:33 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[a list apart]]></category>
		<category><![CDATA[survey]]></category>
		<category><![CDATA[web survey]]></category>

		<guid isPermaLink="false">http://www.davidherrold.com/?p=207</guid>
		<description><![CDATA[A List Apart is posting their second annual survey for &#8220;people who make websites.&#8221;  The results from last year were very interesting.  If you are somehow involved in designing, developing, writing, producing, or managing websites, I encourage you to participate &#8230; <a href="http://www.davidherrold.com/2008/07/30/a-list-apart-industry-survey/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><a href="http://aneventapart.com/survey2008/"><img class="size-full wp-image-208 alignleft" title="A list apart website survey" src="http://www.davidherrold.com/wordpress/wp-content/uploads/2008/07/i-took-the-2008-survey.jpg" border="0" alt="" width="189" height="54" /></a>A List Apart is posting their second annual survey for &#8220;people who make websites.&#8221;  The results from last year were very interesting.  If you are somehow involved in designing, developing, writing, producing, or managing websites, I encourage you to participate in this anonymous survey to help better understand the industry.</p>
<p style="text-align: left;"><a href="http://alistapart.com/articles/survey2008">A List Apart article explaining the survey</a>.<br />
<a href="http://aneventapart.com/survey2008/">Link to the 2008 survey</a>.<br />
<a href="http://alistapart.com/articles/2007surveyresults">Results of the 2007 survey</a>.</p>
<p style="text-align: left;">Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidherrold.com/2008/07/30/a-list-apart-industry-survey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Premature launches &#8211; or bumping into the mousetrap</title>
		<link>http://www.davidherrold.com/2008/07/18/premature-launches-or-bumping-into-the-mousetrap/</link>
		<comments>http://www.davidherrold.com/2008/07/18/premature-launches-or-bumping-into-the-mousetrap/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 04:28:34 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[premature site launch]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.davidherrold.com/?p=171</guid>
		<description><![CDATA[Every now and then incomplete web content gets launched completely by accident.  I call this nausea-inducing act &#8220;bumping into the mouse trap&#8221; because it always takes longer to gingerly reset the trap then it does to trigger it. Oh, and &#8230; <a href="http://www.davidherrold.com/2008/07/18/premature-launches-or-bumping-into-the-mousetrap/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-172 alignnone" title="Evan Williams" src="http://www.davidherrold.com/wordpress/wp-content/uploads/2008/07/evan_williams.jpg" alt="Bumping the mousetrap" width="600" height="280" /></p>
<p>Every now and then incomplete web content gets launched completely by accident.  I call this nausea-inducing act &#8220;bumping into the mouse trap&#8221; because it always takes longer to gingerly reset the trap then it does to trigger it.</p>
<p>Oh, and there is usually a lot of flinching involved.</p>
<p>It usually starts with someone noticing a new design live on the website &#8211; weeks before the scheduled launch. This person will usually turn to the person in the cube next to him and says &#8220;hey, did we launch early or did someone slip on a banana?&#8221;</p>
<p>Within a few seconds you&#8217;ll usually see another designer or developer who is clearly turning pale, stand up in his cube and utter a string of expletives.</p>
<blockquote><p>&#8220;Uh, guys.  I think I just [expletive] pushed the [expletive] new redesign live by accident.  How quickly can we [expletive] roll it back?&#8221;</p></blockquote>
<p>The solution could be as simple as replacing the wrong files on the server with recently backed-up versions.  (You *did* make back-ups of your work, right?)  If so, no harm, no foul.</p>
<p>However, the situation always gets more complicated the more pieces you have involved.</p>
<p>For instance, your position becomes much more complex if you happen to use a combination of flat files, databases, content management systems, distribution networks, automated data feeds, vendor APIs and advertising platforms (like we do).  A mistake could interact with any of those things, compounding your problems in a big way.</p>
<p>Fixing these issues becomes much more complicated and usually involves several different people (and skill sets) to fix.</p>
<p>We&#8217;ve done our share of &#8220;bumping into the mouse trap&#8221; with varying degrees of impact.  We usually recover gracefully with little disturbance, but <a href="http://www.bloghouston.net/item/2090">every now and then someone notices</a> just as they did when <a href="http://www.flickr.com/photos/hookjaw/2678566780/">Twitter bumped into the mousetrap earlier this week</a>.</p>
<p>I&#8217;ve always wondered if other companies suffered these same accidents.  With a touch of <a href="http://en.wikipedia.org/wiki/Schadenfreude">schadenfreude</a> I was genuinely happy to see Twitter <a href="http://www.flickr.com/photos/26080023@N04/2678943664/">prematurely launch</a> an incomplete redesign earlier this week.</p>
<p>It makes me feel a bit better knowing we&#8217;re not the only ones to drop our pants in front of a few million people by accident.</p>
<p>Have you survived any launching blunders like this?  If so, let me know in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidherrold.com/2008/07/18/premature-launches-or-bumping-into-the-mousetrap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Event Apart 2008 &#8211; New Orleans</title>
		<link>http://www.davidherrold.com/2008/04/27/an-event-apart-2008-new-orleans/</link>
		<comments>http://www.davidherrold.com/2008/04/27/an-event-apart-2008-new-orleans/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 02:08:06 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[aeanola08]]></category>
		<category><![CDATA[An Event Apart]]></category>
		<category><![CDATA[barcampnola]]></category>
		<category><![CDATA[new orleans]]></category>
		<category><![CDATA[nola]]></category>

		<guid isPermaLink="false">http://www.davidherrold.com/?p=135</guid>
		<description><![CDATA[Wow. I have been drinking from the fire hose of information for the past two days here in New Orleans at An Event Apart. The conference was organized by Jeffery Zeldman and Eric Meyer and according to the website: &#8220;Their &#8230; <a href="http://www.davidherrold.com/2008/04/27/an-event-apart-2008-new-orleans/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-137" title="Cafe Dumonde New Orleans" src="http://www.davidherrold.com/wordpress/wp-content/uploads/2008/04/cafe_dumonde.jpg" alt="Cafe Dumonde New Orleans" width="600" height="337" /></p>
<p>Wow.  I have been drinking from the fire hose of information for the past two days here in New Orleans at <a href="http://www.aneventapart.com/">An Event Apart</a>.  The conference was organized by <a href="http://www.zeldman.com">Jeffery Zeldman</a> and <a href="http://www.meyerweb.com/eric/">Eric Meyer</a> and according to the website:</p>
<blockquote><p><em>&#8220;Their new conference wouldn’t be just for designers. It wouldn’t be just for coders. Attendees would gain a deeper understanding of web standards, of course. But they would also encounter a world of emerging best practices and inspiring new ideas.&#8221;</em></p></blockquote>
<p>I didn&#8217;t know what to expect.  Would the code be over my head?  Would the design be beyond my skills?  Would I be able to grasp the conceptual nuggets they would throw?  I mean, these people are the best in the industry.</p>
<p>They&#8217;re internet famous, right?</p>
<p>As it turned out, each presentation was amazingly clear, surprisingly understandable and completely worth the price of admission.  The difference between the presenters at An Event Apart and your run-of-the-mill web experts is an overwhelming sense of passion for their craft.  Some of the highlights for me were:</p>
<p><a href="http://www.stuffandnonsense.co.uk">Andy Clarke</a>&#8216;s astute observation about how comic book design can be transferred to the web to control pace and user engagement was refreshing, if not brilliant.  It was one of those ideas that made me whack my forehead and wonder why I hadn&#8217;t thought of that.  Andy&#8217;s a smart fellow.  I added his blog to my feed reader immediately.</p>
<p><a href="http://brianoberkirch.com/">Brian Oberkirch</a>, beyond being an extraordinarily nice guy, has an uncanny grasp on what humanizes the web.  His talk Thursday afternoon was a lot like eating really good dim sum.  I was filled with delicious savory tidbits about how sites can create human connections and positive social interaction with their users.  Not shallow marketing, but real connections.  The web would be a better place if more people listened to Brian.</p>
<p>I thought <a href="http://www.meyerweb.com/eric/">Eric Meyer&#8217;s</a> CSS presentation, if any, would be the one that stumped me.  I am, by no means, a CSS expert; and I feared his material would be tailored for people with more experience.  However, Eric did such a good job of presenting his material in a way that made it easily digestible.  I took away some very useful tidbits about how to use CSS to debug your markup.  Very handy stuff.</p>
<p>I had never paid much attention to how beautiful data &amp; information design could be until <a href="http://www.veen.com/jeff/">Jeff Veen</a> spoke on Friday.  His slide showing Google searches throughout the world as pinpoints of light on a globe was amazing.  He spoke about data like some artists speak about color or texture.  Data is simply another artistic medium.</p>
<p><a href="http://www.rhjr.net/theblog">Robert Hoekman Jr</a> switched things up a bit.  He did live usability assessments for people in the audience who needed some help with their sites.  Usability issues fascinate me and Robert was very good at recognizing usability issues with a short glance at the site in question.  I plan on checking out his book.</p>
<p>What can be said about <a href="http://www.zeldman.com/">Jeffery Zeldman</a> that hasn&#8217;t already been said?  Jeffery is the patriarch of web standards and has been fighting the good fight to make the web a better place for designers, programmers and users alike.  He addressed a room full of designers as Yoda addressed his Jedi.  <em>Use your powers for good</em> He was also very humble and approachable, something I hadn&#8217;t expected.</p>
<p>Here is some additional information about the speakers at An Even Apart 2008 in New Orleans:</p>
<p><a title="Stuff and Nonsense | Creative web site design specialists based in North Wales, UK" href="http://www.stuffandnonsense.co.uk/">Andy Clarke</a> &#8211; Author, <a title="Transcending CSS: The Fine Art of Web Design by Andy Clarke" href="http://www.transcendingcss.com/">Transcending CSS</a><br />
<a title="mezzoblue § Home" href="http://www.mezzoblue.com/">Dave Shea</a> &#8211; Co-author, <a title="css Zen Garden: The Beauty in CSS Design" href="http://www.csszengarden.com/">Zen of CSS Design</a><br />
<a title="Authentic Boredom ~ Delivered weekly by Cameron Moll" href="http://www.cameronmoll.com/">Cameron Moll</a> &#8211; Author, <a title="Mobile Web Design ~ A Book by Cameron Moll" href="http://mobilewebbook.com/">Mobile Web Design</a><br />
<a title="Jeffrey Veen" href="http://www.veen.com/jeff/">Jeff Veen</a> &#8211; Design manager, Google<br />
<a title="Like It Matters" href="http://brianoberkirch.com/">Brian Oberkirch</a> &#8211; Publisher, Like It Matters<br />
<a title="Easy Reader" href="http://easy-reader.net/">Aaron Gustafson</a> &#8211; Co-author, <a title="Amazon.com: AdvancED DOM Scripting: Dynamic Web Design Techniques (Advanced): Jeffrey Sambells,Aaron Gustafson: Books" href="http://www.amazon.com/AdvancED-DOM-Scripting-Techniques-Advanced/dp/1590598563/">AdvancED DOM Scripting</a><br />
<a title="W3Conversions .:. Web Standards, Accessibility and Corporate Training .:. money saving, search engine friendly, web development" href="http://w3conversions.com/">Stephanie Sullivan</a> &#8211; Co-author, <a title="Amazon.com: Mastering CSS with Dreamweaver CS3 (Voices That Matter): Stephanie Sullivan,Greg Rewis: Books" href="http://amazon.com/dp/0321508971">Mastering CSS with Dreamweaver CS3</a><br />
<a title="Aarron Walter | Author, Designer, Developer, Teacher" href="http://aarronwalter.com/">Aarron Walter</a> &#8211; Author, Building Findable Web Sites<br />
<a title="rhjr.net » ideas worth stealing" href="http://www.rhjr.net/theblog">Robert Hoekman Jr.</a> &#8211; Author, <a title="rhjr.net  » designing the obvious" href="http://www.rhjr.net/dto">Designing the Obvious</a><br />
<a title="Jason Santa Maria" href="http://www.jasonsantamaria.com/">Jason Santa Maria</a> &#8211; Designer, <a title="Happy Cog Studios" href="http://www.happycog.com/">Happy Cog</a><br />
<a title="Eric A. Meyer" href="http://www.meyerweb.com/eric/">Eric Meyer</a> &#8211; Author, <a title="Cascading Style Sheets: The Definitive Guide" href="http://meyerweb.com/eric/books/css-tdg/">CSS: The Definitive Guide</a><br />
<a title="Jeffrey Zeldman Presents" href="http://www.zeldman.com/">Jeffrey Zeldman</a> &#8211; Author, <a title="Happy Cog Studios: Designing With Web Standards" href="http://www.happycog.com/publish/dwws/">Designing With Web Standards</a></p>
<p>If web design, development and standards interest you then I would recommend checking out <a href="http://www.aneventapart.com">An Event Apart.</a> I had a blast and hope to attend again in the future.  It was good to hang out with <a href="http://www.axiomized.com/">Tim</a> and the rest of my pals from <a href="http://www.barcamp.org/BarCampNOLA">BarCampNOLA</a> in New Orleans.</p>
<p>Hope to see you all again soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidherrold.com/2008/04/27/an-event-apart-2008-new-orleans/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google opens Website Optimizer</title>
		<link>http://www.davidherrold.com/2008/04/20/google-opens-website-optimizer/</link>
		<comments>http://www.davidherrold.com/2008/04/20/google-opens-website-optimizer/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 15:28:24 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[website optimizer]]></category>

		<guid isPermaLink="false">http://www.davidherrold.com/?p=133</guid>
		<description><![CDATA[Google released their Website Optimizer platform last week for general use. It has only been available to sites using Google AdWords in the past, but now can be used by anyone to enhance site performance. This is great news for &#8230; <a href="http://www.davidherrold.com/2008/04/20/google-opens-website-optimizer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-134" title="Google website optimizer" src="http://www.davidherrold.com/wordpress/wp-content/uploads/2008/04/website_optimizer2.jpg" alt="" width="600" height="200" /></p>
<p>Google released their <a href="http://www.google.com/websiteoptimizer">Website Optimizer</a> platform last week for general use.  It has only been available to sites using <a href="http://adwords.google.com/">Google AdWords</a> in the past, but now can be used by anyone to enhance site performance.  This is great news for web analytic junkies, usability testers, developers and designers alike.</p>
<p>In a nutshell, Google&#8217;s Website Optimizer allows you to test multiple versions of content (ie. marketing messages, logos, icons, copy, etc) in a live environment to determine which combination of content yields the best results.</p>
<p>Based upon what you are testing, this &#8220;result&#8221; could mean higher click-throughs, increased product sales, increased product downloads, increased ad revenue, higher traffic to internal pages, etc.</p>
<p>This eliminates the guesswork of testing ad placement, site designs, product purchase flows, etc.  You can simply release multiple versions of your content and look at the analytics to determine which one is yielding the best results.</p>
<p>There are certainly other tools to do the same job; but not many are free or this simple.  We could certainly do the same thing at the <a href="http://www.chron.com">Chronicle</a>, however we would have to use several systems to make it happen.  This simplicity of using one system appeals to me.</p>
<p>Here are some links to get you started with Google&#8217;s Website Optimizer:</p>
<p><a href="http://www.google.com/websiteoptimizer">Google Website Optimizer</a><br />
<a href="http://websiteoptimizer.blogspot.com/2008/04/content-testing-goes-mainstream.html">Google Website Optimizer blog</a><br />
<a href="http://websiteoptimizer.blogspot.com/2008/04/content-testing-goes-mainstream.html"></a><a href="http://www.google.com/intl/en/press/annc/20080416_websiteoptimizer.html">Website Optimizer press release</a></p>
<p>(via <a href="http://webworkerdaily.com/2008/04/18/google-website-optimizer-opens-up/">Web Worker Daily</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidherrold.com/2008/04/20/google-opens-website-optimizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Apps Engine vs Amazon S3</title>
		<link>http://www.davidherrold.com/2008/04/07/google-apps-engine-vs-amazon-s3/</link>
		<comments>http://www.davidherrold.com/2008/04/07/google-apps-engine-vs-amazon-s3/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 03:44:34 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[s3]]></category>

		<guid isPermaLink="false">http://www.davidherrold.com/?p=127</guid>
		<description><![CDATA[According to a recent TechCrunch post, Google will be venturing into the application cloud business to compete directly with Amazon&#8217;s S3 service. From TechCrunch: Unlike Amazon Web Services’ loosely coupled architecture, which consists of several essentially independent services that can &#8230; <a href="http://www.davidherrold.com/2008/04/07/google-apps-engine-vs-amazon-s3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>According to a recent TechCrunch post, Google will be venturing into the application cloud business to compete directly with Amazon&#8217;s S3 service.</p>
<p>From <a href="http//www.techcrunch.com/2008/04/07/google-jumps-head-first-into-web-services-with-google-app-engine/">TechCrunch:</a></p>
<blockquote><p>Unlike Amazon Web Services’ loosely coupled architecture, which consists of several essentially independent services that can optionally be tied together by developers, Google’s architecture is more unified but less flexible. For example, it is possible with Amazon to use their storage service S3 independently of any other services, while with Google using their BigTable service will require writing and deploying a Python script to their app servers, one that creates a web-accessible interface to BigTable.</p></blockquote>
<p>Are there enough differences for both services to exist or will there be a knock-down, drag-out fight in the near future.  It&#8217;s hard to beat Google&#8217;s &#8220;hey, kids, our dope is free&#8230;for now&#8221; model.</p>
<p>It should be interesting to watch this unfold.</p>
<p>- Dave</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidherrold.com/2008/04/07/google-apps-engine-vs-amazon-s3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

