<?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>Caleb Custer</title>
	<atom:link href="http://calebcuster.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://calebcuster.com</link>
	<description>Caleb Custer &#124; Portfolio</description>
	<lastBuildDate>Wed, 12 Sep 2012 15:34:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Responsive Design: The answer to our mobile design problems</title>
		<link>http://calebcuster.com/responsive-design-the-answer-to-our-mobile-design-problems/</link>
		<comments>http://calebcuster.com/responsive-design-the-answer-to-our-mobile-design-problems/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 01:41:53 +0000</pubDate>
		<dc:creator>Caleb</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[responsive design]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://calebcuster.com/?p=283</guid>
		<description><![CDATA[Out with mobile sites, in with Responsive Design Look, we all know that all the cool kids are accessing websites on their phones and tablets. We all know that the number of cool people doing this is always rising and that eventually everyone will be doing it. So right about the time the iPhone was [...]]]></description>
				<content:encoded><![CDATA[<h3>Out with mobile sites, in with Responsive Design</h3>
<p>Look, we all know that all the cool kids are accessing websites on their phones and tablets. We all know that the number of cool people doing this is always rising and that eventually everyone will be doing it. So right about the time the iPhone was introduced we started creating mobile versions of our sites. We know that mobile screens are different than computers so we tried to make the designs fit those screens better. Unfortunately, we created a whole new set of problems.</p>
<h3>The problem with mobile sites</h3>
<h4>The spectrum of devices</h4>
<p>It&#8217;s not a simple as desktop computers on one side and phones on the other. What do we do with tablets? The new iPads have more pixels on the screen than many computer screens. Some netbooks have pretty small screens to start with. What about the 50+ sizes and screen ratios of Android tablets? How do we handle different screen sizes rather than just deciding based on what type of device the user has?</p>
<h3>Incoming links</h3>
<p>When we create a completely different mobile version of a site that intercepts &#8216;mobile&#8217; traffic and redirects it, incoming links are broken. Something like the following dialog happens:</p>
<p><strong>iPhone</strong>: Show me the staff listing page. http://example.com/staff.html</p>
<p><strong>Server</strong>: Ok… wait, are you a phone? You don&#8217;t get to see the staff listing page, here&#8217;s this mobile landing page instead. http://mobile.example.com</p>
<p><strong>iPhone</strong>: Uh, no, show me the staff listing page. http://example.com/staff.html</p>
<p><strong>Server</strong>: I can&#8217;t. You&#8217;re a phone so I&#8217;m going to keep redirecting you to the mobile landing page even if you keep asking for a URL that exists.</p>
<p><strong>iPhone</strong>: Uh… ok.</p>
<p>You can see a good example of this problem on the Alvin Ailey American Dance Theater site. If you&#8217;re on a mobile device, search &#8220;<a title="Google Search Results" href="http://www.google.com/search?client=safari&amp;rls=en&amp;q=alvin+ailey+staff&amp;ie=UTF-8&amp;oe=UTF-8" target="_blank">Alvin Ailey staff&#8221;</a>. You&#8217;ll get the following results, with the staff page as the top result.</p>
<div id="attachment_288" class="wp-caption alignnone" style="width: 210px"><a href="http://calebcuster.com/wp-content/uploads/2012/03/photo.png"><img class="size-medium wp-image-288" title="Alvin Ailey Google Search Results" src="http://calebcuster.com/wp-content/uploads/2012/03/photo-200x300.png" alt="Alvin Ailey Google Search Results" width="200" height="300" /></a><p class="wp-caption-text">Alvin Ailey Google Search Results</p></div>
<p>Try selecting that. You&#8217;ll get redirected back to a mobile landing page. Try linking into any deep link in the site and you&#8217;ll get redirected back to the mobile landing page.</p>
<div id="attachment_289" class="wp-caption alignnone" style="width: 210px"><a href="http://calebcuster.com/wp-content/uploads/2012/03/photo-2.png"><img class="size-medium wp-image-289" title="Alvin Ailey Mobile Site" src="http://calebcuster.com/wp-content/uploads/2012/03/photo-2-200x300.png" alt="Alvin Ailey Mobile Site" width="200" height="300" /></a><p class="wp-caption-text">Alvin Ailey Mobile Site</p></div>
<h3>The answer: Responsive Design</h3>
<p><strong><em>Responsive design is creating one design that scales gracefully across a range of screen sizes and device capabilities. </em></strong>Rather than creating a completely separate version of the site&#8217;s content, Responsive Design creates multiple layouts of the same pages and then modifies the display based on the capabilities of the device. A lot of times this means creating multiple stylesheets for the site and then serving the correct one based on whatever will look best to the user.</p>
<p>For example, try dragging this browser window to make it smaller or bigger. Go ahead, we&#8217;ll wait. Did you see that? As the window gets smaller, the site responds by shrinking the content area a bit. Then it moves the sidebar underneath. The text scales proportionally to match what would look best at different widths. Check out the <a title="Caleb Custer portfolio" href="http://calebcuster.com" target="_blank">main portfolio page</a> and <a title="Caleb Custer - My Element Water" href="http://calebcuster.com/#my-element-water" target="_blank">single projects</a> to see more responsive design in action.</p>
<p>Want some more examples? <a title="aka NYC agency website" href="http://akanyc.net" target="_blank">akanyc.net</a> is a great example of scaling with video. <a title="Grey Goose Vodka" href="http://Greygoose.com" target="_blank">Greygoose.com</a> might be the best example of combining Responsive Design with beautiful parallax scrolling. <a title="Food Sense" href="http://Foodsense.is" target="_blank">Foodsense.is</a> shows a nice range of sizes and layouts.</p>
<h3>Benefits of Responsive design</h3>
<h4>Future-proofing</h4>
<p>Since we&#8217;re not limiting our targets to specific devices but rather ranges of screen sizes, all current and future devices are accounted for. If we ever needed to target another range of devices, adding a new style sheet would be simple.</p>
<h4>Single place to update</h4>
<p>Rather than creating another version of the site with a separate CMS and content, keeping only one CMS is key for keeping updates simple and uniform across all versions.</p>
<h4>Making all site pages accessible</h4>
<p>This would make all pages of the site accessible for a range of devices, not just a limited selection like the issue that we saw above.</p>
<h3>Tools for creating Responsive Design</h3>
<p>Although designing a site responsively requires a lot of skill and imagination, when it comes to building it, you don&#8217;t have to start from scratch. Here are some frameworks that can make your build easier.</p>
<h3>Bootstrap</h3>
<p><a title="Bootstrap framework website" href="http://twitter.github.com/bootstrap/" target="_blank">twitter.github.com/bootstrap/</a></p>
<p>Bootstrap is a comprehensive framework for building a responsive site. It comes with plugins for a lot of useful interactions and interface elements like forms, photo galleries, menus and a lot more. Take a look at their examples of sites built on the framework.</p>
<h4>Modernizr</h4>
<p><a title="modernizr Javascript website" href="http://www.modernizr.com/" target="_blank">modernizr.com</a></p>
<p>Modernizer helps you create layouts based on what a device is capable of rather than just what kind of device it is. So it checks to see if a device supports a particular feature, and if it does, it displays that content. If not, it can display backup content. So for instance, it can check to see if the device can display an HTML5 video and if not it could display a backup image or other content.</p>
<h4>Skeleton CSS</h4>
<p><a title="Skeleton CSS" href="http://www.getskeleton.com/" target="_blank">getskeleton.com</a></p>
<p>Skeleton CSS is the most basic tool for creating responsive layouts. It&#8217;s not as fancy as the other tools but gives you a basic grid that responds to sizes and other variables.</p>
<h3>Go for it</h3>
<p>So what are you waiting for? Get out there and start creating responsive layouts for your site. Don&#8217;t get stuck with a mobile of your version that doesn&#8217;t meet your user&#8217;s needs. Responsive Design is the answer.</p>
]]></content:encoded>
			<wfw:commentRss>http://calebcuster.com/responsive-design-the-answer-to-our-mobile-design-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skynova &#8220;Authenticity: Is It Real or Is It Marketing?&#8221;</title>
		<link>http://calebcuster.com/skynova-authenticity-is-it-real-or-is-it-marketing/</link>
		<comments>http://calebcuster.com/skynova-authenticity-is-it-real-or-is-it-marketing/#comments</comments>
		<pubDate>Mon, 19 Mar 2012 19:44:33 +0000</pubDate>
		<dc:creator>Caleb</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Arts Marketing]]></category>
		<category><![CDATA[Dance/NYC]]></category>
		<category><![CDATA[Skynova]]></category>

		<guid isPermaLink="false">http://calebcuster.com/?p=281</guid>
		<description><![CDATA[This is a quick case study that we did for the Dance/NYC winter symposium. I like the format a lot; get some smart people in a room and hash out a case study with no rehearsal. I do wish there had been more time, but I think that&#8217;s kind of the point of a web [...]]]></description>
				<content:encoded><![CDATA[<p>This is a quick case study that we did for the <a title="Dance NYC" href="http://www.dancenyc.org/" target="_blank">Dance/NYC</a> winter symposium. I like the format a lot; get some smart people in a room and hash out a case study with no rehearsal. I do wish there had been more time, but I think that&#8217;s kind of the point of a web show.</p>
<p><div class="videoContainer"><iframe src="http://www.youtube.com/embed/IKC2h_a0lFs" frameborder="0" width="560" height="315"></iframe></div></p>
]]></content:encoded>
			<wfw:commentRss>http://calebcuster.com/skynova-authenticity-is-it-real-or-is-it-marketing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eBook for National Arts Marketing Project</title>
		<link>http://calebcuster.com/ebook-for-national-arts-marketing-project/</link>
		<comments>http://calebcuster.com/ebook-for-national-arts-marketing-project/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 19:48:45 +0000</pubDate>
		<dc:creator>Caleb</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Video Marketing]]></category>

		<guid isPermaLink="false">http://calebcuster.com/?p=276</guid>
		<description><![CDATA[The National Arts Marketing Project asked me to write some advice to arts marketers on how to know when you&#8217;re crossing into professional territory. That article is now out in their latest ebook Banish Online Video Marketing Blunders For Good! It&#8217;s a short, fun book and full of good ideas, so you should probably check it out. [...]]]></description>
				<content:encoded><![CDATA[<p><a title="National Arts Marketing Project" href="http://artsmarketing.org/" target="_blank">The National Arts Marketing Project</a> asked me to write some advice to arts marketers on how to know when you&#8217;re crossing into professional territory. That article is now out in their latest ebook <em>Banish Online Video Marketing Blunders For Good!</em> It&#8217;s a short, fun book and full of good ideas, so you should probably check it out. <a title="National Arts Marketing Project ebook" href="http://artsmarketing.org/resources/ebooks/online-video-blunders" target="_blank">It&#8217;s part of their free library</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://calebcuster.com/ebook-for-national-arts-marketing-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Piwik: The open source alternative to Google Analytics</title>
		<link>http://calebcuster.com/piwik-the-open-source-alternative-to-google-analytics/</link>
		<comments>http://calebcuster.com/piwik-the-open-source-alternative-to-google-analytics/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 19:06:15 +0000</pubDate>
		<dc:creator>Caleb</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Piwik]]></category>

		<guid isPermaLink="false">http://calebcuster.com/?p=247</guid>
		<description><![CDATA[If you work at all with digital marketing then you&#8217;re probably familiar measuring your campaign&#8217;s results in Google Analytics, Google&#8217;s free traffic analysis package. What you might not be familiar with is Piwik, the open source alternative. Considering how great Google Analytics is, why would you even consider another product? Some advantages to Piwik Automatic [...]]]></description>
				<content:encoded><![CDATA[<p>If you work at all with digital marketing then you&#8217;re probably familiar measuring your campaign&#8217;s results in <a title="Google Analytics" href="http://www.google.com/analytics/" target="_blank">Google Analytics</a>, Google&#8217;s free traffic analysis package. What you might not be familiar with is <a title="Piwik" href="http://piwik.org/" target="_blank">Piwik</a>, the open source alternative. Considering how great Google Analytics is, why would you even consider another product?</p>
<p><span id="more-247"></span></p>
<h3>Some advantages to Piwik</h3>
<ul>
<li><strong>Automatic tracking of outbound links</strong>. While you can use some good coding to make this work in Analytics, it&#8217;s nice to have to have it built right in. Any time a link is added to the site, via the CMS or anywhere else, it&#8217;s tracked outgoing.</li>
<li><strong>Choose how often the numbers are crunched.</strong> While the new version of Analytics is pretty close to realtime, you might be flipping back to the old version sometimes for reports and exports. A 24 hour delay is a timeline in most digital campaigns. Piwik allows you to decide how often the numbers are run. It can be instant (the default) or up to once every 24 hours if you don&#8217;t need data that often.</li>
<li><strong>Better report exports.</strong> While the old version of Analytics gave you a lot of reporting options and even an email scheduling feature, that&#8217;s been removed in the new version of GA. It will probably be added back in the future, but right now it&#8217;s a huge miss. Even with the old version the report formats were pretty limited to CSV, Excel and PDF. It left a lot of people taking screenshots to include in a Powerpoint or presentation. Piwik allows you to export directly to an image on screen, ready to drop into any format as well as giving you all the CSV and PDF options.</li>
<li><strong>Easy report branding.</strong> If you work with clients and you&#8217;d like your reports to include your logo or color scheme, Piwik allows you to upload a graphic logo and see it across the site and reports. Done.</li>
<li><strong>It&#8217;s open source.</strong> While that&#8217;s not inherently a benefit to most people, if you&#8217;ve got a special problem to solve to a tweak that you just have to have, you can make that happen with Piwik. Want to change that color scheme or default behavior? Get started!</li>
<li><strong>You control your data. </strong>Since Piwik is running on your sever, your data is never transmitted to anyone else. While Google is generally pretty good about protecting your data, the new Privacy Policy only allows you to opt out of &#8220;any automated processes that aren’t specifically related to operating and improving Google Analytics or protecting the security and integrity of the data&#8221;<sup><a title="Note 1" href="#note1">1</a></sup> which isn&#8217;t very comforting.</li>
</ul>
<h3>A few downsides:</h3>
<ul>
<li><strong>Hosting</strong>. Since it&#8217;s not a hosted service, you will need to install and serve it yourself. It&#8217;s not a huge deal unless your site is very busy and you need to watch that server load. If you can install WordPress, you&#8217;ll be fine with Piwik.</li>
<li><strong>Integration with other Google products.</strong> Google Analytics has a major advantage being so well integrated with other Google services like AdWords. Although Piwik allows you to track paid search traffic as well, you&#8217;ll miss some of the seamless data sharing between those services.</li>
</ul>
<p>If any of those benefits sound good to you, I recommend setting up an installation of Piwik in addition to Analytics as a trial case on your site. You can get started by checking out the <a title="Piwik" href="http://piwik.org/" target="_blank">Piwik site</a> right now.</p>
<p><sup>1</sup> <a title="Google Analytics Privacy Policy" name="note1" href="http://support.google.com/analytics/bin/answer.py?hl=en&amp;answer=1011397" target="_blank"></a>Google Analytics Privacy Policy, 1.29.2012</p>
]]></content:encoded>
			<wfw:commentRss>http://calebcuster.com/piwik-the-open-source-alternative-to-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s time</title>
		<link>http://calebcuster.com/hello-world/</link>
		<comments>http://calebcuster.com/hello-world/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 22:12:15 +0000</pubDate>
		<dc:creator>Caleb</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://calebcuster.com/?p=1</guid>
		<description><![CDATA[My god, it&#8217;s 2012 and blogging is so passé. Especially for trend-makers in technology, right? But I think it&#8217;s finally time for me to share those occasionally important thoughts that are more than 160 characters. I wanted to name this blog &#8220;Important Things with Caleb&#8221; but Demetri Martin would sue me. I should point out [...]]]></description>
				<content:encoded><![CDATA[<p>My god, it&#8217;s 2012 and blogging is <em>so passé</em>. Especially for trend-makers in technology, right? But I think it&#8217;s finally time for me to share those occasionally important thoughts that are more than 160 characters. I wanted to name this blog &#8220;Important Things with Caleb&#8221; but <a title="Important Things" href="http://www.comedycentral.com/shows/important_things/index.jhtml" target="_blank">Demetri Martin</a> would sue me.</p>
<p>I should point out that I do have blogging cred going back to the <a href="http://www.xanga.com/" target="_blank">Xanga</a> days. (http://splitpeasoupforthesoul.xanga.com was removed in 2003 so don&#8217;t even try to look for it.) We called them journals then I think. I also used Tumblr before it was cool. I&#8217;m talking spring 2007. An editor <em>paid</em> me to write for that dance blog. So there.</p>
<p>But it&#8217;s time to be professional. All the cool kids are.</p>
]]></content:encoded>
			<wfw:commentRss>http://calebcuster.com/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
