<?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>BrianBehrend.com &#187; Web Development</title>
	<atom:link href="http://www.brianbehrend.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brianbehrend.com</link>
	<description>Tech. Games. Design.</description>
	<lastBuildDate>Thu, 06 Oct 2011 01:47:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Content Choreography &#8211; Content Strategy in a Responsive World</title>
		<link>http://www.brianbehrend.com/2011/07/content-choreography-content-strategy-in-a-responsive-world/</link>
		<comments>http://www.brianbehrend.com/2011/07/content-choreography-content-strategy-in-a-responsive-world/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 12:31:02 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[content strategy]]></category>
		<category><![CDATA[media queries]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[responsive web design]]></category>

		<guid isPermaLink="false">http://www.brianbehrend.com/?p=517</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.brianbehrend.com/tumblog/articles/">Articles</a></p>Trent Walton has written (and designed) a great (and beautiful) article on dealing with content in responsive web designs that adapt to the width of visitors&#8217; browsers. Content Choreography is a good discussion of content organization, changing designs too much between various widths, and the workflow needed when creating responsive web sites. Definitely a must [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.brianbehrend.com/tumblog/articles/">Articles</a></p><p><a href="http://trentwalton.com/2011/07/14/content-choreography/"><img src="http://www.brianbehrend.com/wp-content/uploads/content-choreography.png" alt="" title="content-choreography" width="900" height="311" class="aligncenter size-full wp-image-518" /></a></p>
<p>Trent Walton has written (and designed) a great (and beautiful) article on dealing with content in responsive web designs that adapt to the width of visitors&#8217; browsers. <a href="http://trentwalton.com/2011/07/14/content-choreography/">Content Choreography</a> is a good discussion of content organization, changing designs too much between various widths, and the workflow needed when creating responsive web sites. Definitely a must read for any designer or developer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianbehrend.com/2011/07/content-choreography-content-strategy-in-a-responsive-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MediaElement.js HTML5 Video Player</title>
		<link>http://www.brianbehrend.com/2011/07/mediaelement-js-html5-video-player/</link>
		<comments>http://www.brianbehrend.com/2011/07/mediaelement-js-html5-video-player/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 20:30:42 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.brianbehrend.com/?p=515</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.brianbehrend.com/tumblog/links/">Links</a></p><p><a href="http://mediaelementjs.com/" rel="bookmark" title="MediaElement.js HTML5 Video Player" target="_blank">http://mediaelementjs.com/</a></p>Great JavaScript script for HTML5 video and audio players with a Flash fallback. Includes plugins support and skins. Visitors get a good and consistent media experience regardless of what browser they&#8217;re using.]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.brianbehrend.com/tumblog/links/">Links</a></p><p><a href="http://mediaelementjs.com/" rel="bookmark" title="MediaElement.js HTML5 Video Player" target="_blank">http://mediaelementjs.com/</a></p><p>Great JavaScript script for HTML5 video and audio players with a Flash fallback. Includes plugins support and skins. Visitors get a good <em>and</em> consistent media experience regardless of what browser they&#8217;re using.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianbehrend.com/2011/07/mediaelement-js-html5-video-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screen Resolution != Browser Window</title>
		<link>http://www.brianbehrend.com/2011/07/screen-resolution-browser-window/</link>
		<comments>http://www.brianbehrend.com/2011/07/screen-resolution-browser-window/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 19:24:49 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[resolution]]></category>

		<guid isPermaLink="false">http://www.brianbehrend.com/?p=501</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.brianbehrend.com/tumblog/links/">Links</a></p><p><a href="http://css-tricks.com/9778-screen-resolution-notequalto-browser-window/" rel="bookmark" title="Screen Resolution != Browser Window" target="_blank">http://css-tricks.com/9778-screen-resolution-notequalto-browser-window/</a></p>Something I&#8217;ve been preaching for years, but just because your web analytics say everyone visiting your site has as screen resolution of 4,000 pixels by 4,000 pixels doesn&#8217;t actually mean their browser is that size. Screen resolution size is not the same as browser window size. Most users, including myself, surf the web with their [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.brianbehrend.com/tumblog/links/">Links</a></p><p><a href="http://css-tricks.com/9778-screen-resolution-notequalto-browser-window/" rel="bookmark" title="Screen Resolution != Browser Window" target="_blank">http://css-tricks.com/9778-screen-resolution-notequalto-browser-window/</a></p><p>Something I&#8217;ve been preaching for years, but just because your web analytics say everyone visiting your site has as screen resolution of 4,000 pixels by 4,000 pixels doesn&#8217;t actually mean their browser is that size. Screen resolution size is not the same as browser window size. Most users, including myself, surf the web with their browser window at only a fraction of their screen resolution.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianbehrend.com/2011/07/screen-resolution-browser-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thematic Consistency and URL Design</title>
		<link>http://www.brianbehrend.com/2011/06/thematic-consistency-and-url-design/</link>
		<comments>http://www.brianbehrend.com/2011/06/thematic-consistency-and-url-design/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 19:50:48 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[URLs]]></category>
		<category><![CDATA[w3c]]></category>

		<guid isPermaLink="false">http://www.brianbehrend.com/?p=507</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.brianbehrend.com/tumblog/quotes/">Quotes</a></p><p><cite><p>This is a realization of the One Web (see 3.1 One Web) principle, whereby content should be accessible on a range of devices irrespective of differences in presentation capabilities and access mechanism. Web sites may paginate their content in various ways corresponding to differences in device characteristics; therefore the navigation structure of the site, and possibly its technical realization, may vary according to the device class that is being served. (See also [WebArch] Section 3.5.1).</p>
<p>A bookmark captured on one device should be usable on another, different type of device even if it does not yield exactly the same experience. If the page that was bookmarked is not appropriate for the device that is now using it, an alternative that is suitable should be provided.</p> ~ <a href="http://www.w3.org/TR/mobile-bp/#tc" title="Thematic Consistency and URL Design">W3C</a></cite></p>Thematic consistency means no matter what device you&#8217;re using, the same content should pull up when you hit a URL.]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.brianbehrend.com/tumblog/quotes/">Quotes</a></p><p><cite><p>This is a realization of the One Web (see 3.1 One Web) principle, whereby content should be accessible on a range of devices irrespective of differences in presentation capabilities and access mechanism. Web sites may paginate their content in various ways corresponding to differences in device characteristics; therefore the navigation structure of the site, and possibly its technical realization, may vary according to the device class that is being served. (See also [WebArch] Section 3.5.1).</p>
<p>A bookmark captured on one device should be usable on another, different type of device even if it does not yield exactly the same experience. If the page that was bookmarked is not appropriate for the device that is now using it, an alternative that is suitable should be provided.</p> ~ <a href="http://www.w3.org/TR/mobile-bp/#tc" title="Thematic Consistency and URL Design">W3C</a></cite></p><p>Thematic consistency means no matter what device you&#8217;re using, the same content should pull up when you hit a URL. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianbehrend.com/2011/06/thematic-consistency-and-url-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Responsive web design trending, mobile first still lagging</title>
		<link>http://www.brianbehrend.com/2011/06/responsive-web-design-trending-mobile-first-still-lagging/</link>
		<comments>http://www.brianbehrend.com/2011/06/responsive-web-design-trending-mobile-first-still-lagging/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 17:28:37 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[responsive web design]]></category>
		<category><![CDATA[stats]]></category>

		<guid isPermaLink="false">http://www.brianbehrend.com/?p=470</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.brianbehrend.com/tumblog/images/">Images</a></p><p><a href="http://www.brianbehrend.com/wp-content/uploads/rwd-compare1.png" title="image" rel="lightbox"><img src="http://www.brianbehrend.com/wp-content/uploads/rwd-compare1.png" alt="image" width="640" /></a></p>Jason Grigsby of CloudFour has posted an interesting (as always) article on the latest trends in mobile first responsive web design and the numbers show the majority of responsive designs provide very little, if any, file size savings for their mobile versions.]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.brianbehrend.com/tumblog/images/">Images</a></p><p><a href="http://www.brianbehrend.com/wp-content/uploads/rwd-compare1.png" title="image" rel="lightbox"><img src="http://www.brianbehrend.com/wp-content/uploads/rwd-compare1.png" alt="image" width="640" /></a></p><p>Jason Grigsby of CloudFour has posted an interesting (as always) article on the latest trends in <a href="http://www.cloudfour.com/where-are-the-mobile-first-responsive-web-designs/">mobile first responsive web design</a> and the numbers show the majority of responsive designs provide very little, if any, file size savings for their mobile versions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianbehrend.com/2011/06/responsive-web-design-trending-mobile-first-still-lagging/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS transitions &amp; media queries</title>
		<link>http://www.brianbehrend.com/2011/06/css-transitions-media-queries/</link>
		<comments>http://www.brianbehrend.com/2011/06/css-transitions-media-queries/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 01:19:36 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[responsive web design]]></category>

		<guid isPermaLink="false">http://www.brianbehrend.com/?p=442</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.brianbehrend.com/tumblog/links/">Links</a></p><p><a href="http://elliotjaystocks.com/blog/css-transitions-media-queries/" rel="bookmark" title="CSS transitions &#038; media queries" target="_blank">http://elliotjaystocks.com/blog/css-transitions-media-queries/</a></p>Seen it happen accidentally since nearly the beginning of the responsive web design movement, but great writeup on how CSS3 transitions can add some fun to your responsive designs.]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.brianbehrend.com/tumblog/links/">Links</a></p><p><a href="http://elliotjaystocks.com/blog/css-transitions-media-queries/" rel="bookmark" title="CSS transitions &#038; media queries" target="_blank">http://elliotjaystocks.com/blog/css-transitions-media-queries/</a></p><p>Seen it happen accidentally since nearly the beginning of the responsive web design movement, but great writeup on how CSS3 transitions can add some fun to your responsive designs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianbehrend.com/2011/06/css-transitions-media-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Mobile Apps Will Soon be Dead</title>
		<link>http://www.brianbehrend.com/2011/06/why-mobile-apps-will-soon-be-dead/</link>
		<comments>http://www.brianbehrend.com/2011/06/why-mobile-apps-will-soon-be-dead/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 01:07:10 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[web apps]]></category>

		<guid isPermaLink="false">http://www.brianbehrend.com/?p=439</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.brianbehrend.com/tumblog/links/">Links</a></p><p><a href="http://www.technologyreview.com/blog/mimssbits/26778/" rel="bookmark" title="Why Mobile Apps Will Soon be Dead" target="_blank">http://www.technologyreview.com/blog/mimssbits/26778/</a></p>A great article talking about the many advantages of the mobile web. A couple of great notes from the article. First, on the reach of the World Wide Web compared to the app stores: One word: distribution. There are 2 billion web users versus 50 million iOS users. And what&#8217;s in it for developers&#8230; With [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.brianbehrend.com/tumblog/links/">Links</a></p><p><a href="http://www.technologyreview.com/blog/mimssbits/26778/" rel="bookmark" title="Why Mobile Apps Will Soon be Dead" target="_blank">http://www.technologyreview.com/blog/mimssbits/26778/</a></p><p>A great article talking about the many advantages of the mobile web. A couple of great notes from the article. First, on the reach of the World Wide Web compared to the app stores:</p>
<blockquote><p>One word: distribution. There are 2 billion web users versus 50 million iOS users.</p></blockquote>
<p>And what&#8217;s in it for developers&#8230;</p>
<blockquote><p>With web apps, developers could code once and be reasonably confident their app will work on any object &#8212; phone, tablet, laptop, etc. &#8212; with a standards-compliant browser. The implications for developer time and resources are profound.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.brianbehrend.com/2011/06/why-mobile-apps-will-soon-be-dead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Think Apps are All That Matters for Mobile?</title>
		<link>http://www.brianbehrend.com/2011/05/think-apps-are-all-that-matters-for-mobile/</link>
		<comments>http://www.brianbehrend.com/2011/05/think-apps-are-all-that-matters-for-mobile/#comments</comments>
		<pubDate>Wed, 18 May 2011 22:51:00 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.brianbehrend.com/2011/05/think-apps-are-all-that-matters-for-mobile/</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.brianbehrend.com/tumblog/links/">Links</a></p><p><a href="http://blog.marketnet.com/index.php/2011/05/18/think-apps-are-all-that-matters-for-mobile-think-again/" rel="bookmark" title="Think Apps are All That Matters for Mobile?" target="_blank">http://blog.marketnet.com/index.php/2011/05/18/think-apps-are-all-that-matters-for-mobile-think-again/</a></p>Great stats on the mobile websites for Facebook and Twitter outpacing their respective mobile apps.]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.brianbehrend.com/tumblog/links/">Links</a></p><p><a href="http://blog.marketnet.com/index.php/2011/05/18/think-apps-are-all-that-matters-for-mobile-think-again/" rel="bookmark" title="Think Apps are All That Matters for Mobile?" target="_blank">http://blog.marketnet.com/index.php/2011/05/18/think-apps-are-all-that-matters-for-mobile-think-again/</a></p><p>Great stats on the mobile websites for Facebook and Twitter outpacing their respective mobile apps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianbehrend.com/2011/05/think-apps-are-all-that-matters-for-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Classes of Mobile Web Apps</title>
		<link>http://www.brianbehrend.com/2011/05/classes-of-mobile-web-apps/</link>
		<comments>http://www.brianbehrend.com/2011/05/classes-of-mobile-web-apps/#comments</comments>
		<pubDate>Wed, 04 May 2011 22:51:00 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[strategy]]></category>

		<guid isPermaLink="false">http://www.brianbehrend.com/2011/05/classes-of-mobile-web-apps/</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.brianbehrend.com/tumblog/links/">Links</a></p><p><a href="http://pinchzoom.com/posts/classes-of-mobile-web-apps" rel="bookmark" title="Classes of Mobile Web Apps" target="_blank">http://pinchzoom.com/posts/classes-of-mobile-web-apps</a></p>Great overview of the different options when creating mobile web apps from Brian Fling. Spans from iPhone only to universal apps.]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.brianbehrend.com/tumblog/links/">Links</a></p><p><a href="http://pinchzoom.com/posts/classes-of-mobile-web-apps" rel="bookmark" title="Classes of Mobile Web Apps" target="_blank">http://pinchzoom.com/posts/classes-of-mobile-web-apps</a></p><p>Great overview of the different options when creating mobile web apps from Brian Fling. Spans from iPhone only to universal apps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianbehrend.com/2011/05/classes-of-mobile-web-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting to learn iOS dev from Design Then Code</title>
		<link>http://www.brianbehrend.com/2011/03/starting-to-learn-ios-dev-from-design-then-code/</link>
		<comments>http://www.brianbehrend.com/2011/03/starting-to-learn-ios-dev-from-design-then-code/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 00:36:00 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[nerd]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.brianbehrend.com/2011/03/starting-to-learn-ios-dev-from-design-then-code/</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.brianbehrend.com/tumblog/links/">Links</a></p><p><a href="http://designthencode.com/" rel="bookmark" title="Starting to learn iOS dev from Design Then Code" target="_blank">http://designthencode.com/</a></p>I worked through the &#8220;from scratch&#8221; article and learned the basics of C and Cocoa programming and then immediately purchased the rest of Mike Rundle&#8217;s iPhone/iOS design &#38; development resources.]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.brianbehrend.com/tumblog/links/">Links</a></p><p><a href="http://designthencode.com/" rel="bookmark" title="Starting to learn iOS dev from Design Then Code" target="_blank">http://designthencode.com/</a></p><p>I worked through the &#8220;from scratch&#8221; article and learned the basics of C and Cocoa programming and then immediately purchased the rest of Mike Rundle&#8217;s iPhone/iOS design &amp; development resources.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianbehrend.com/2011/03/starting-to-learn-ios-dev-from-design-then-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

