<?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>Beaconfire Wire &#187; Mobile</title>
	<atom:link href="http://www.beaconfire.com/blog/category/mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beaconfire.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 23 Jan 2012 14:28:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Top 5 Weapons of a Mobile Web Design/Developer Ninja</title>
		<link>http://www.beaconfire.com/blog/2011/12/top-10-weapons-of-a-mobile-web-design-developer-ninja/</link>
		<comments>http://www.beaconfire.com/blog/2011/12/top-10-weapons-of-a-mobile-web-design-developer-ninja/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 14:00:12 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.beaconfire.com/blog/?p=3634</guid>
		<description><![CDATA[Use these super-simple but astoundingly powerful tips and techniques to bump your mobile sites from mediocre to magnificent. 1. Speed up rendering by harnessing the GPU. Mobile devices have very powerful gpu processors, but they’re only used by mobile browsers if there’s an animation-esque style(s) to trigger them. Toss -webkit-transform: translateZ(0); in your css to [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Use these super-simple but astoundingly powerful tips and techniques to bump your mobile sites from mediocre to magnificent.</p>
<p><strong>1. Speed up rendering by harnessing the GPU.</strong><br />
Mobile devices have very powerful gpu processors, but they’re only used by mobile browsers if there’s an animation-esque style(s) to trigger them. Toss <code>-webkit-transform: translateZ(0);</code> in your css to make it happen<br />
<em>via <a href="http://www.html5rocks.com/en/tutorials/speed/html5/#toc-hardware-accell">html5rocks.com</a></em></p>
<p><strong>2. Scale images in the browser.</strong><br />
By default, images will stay fixed to their original size. With a tiny little css we can tell the major browsers to scale these images in relation to their container with <code>max-width:100%;</code>.</p>
<p><strong>3. Fix safari landscape to portrait resize bug.</strong><br />
Sometimes safari fails to scale correctly when rotating from portrait-&gt;landscape-&gt;portrait. That’s bogus. Update your meta viewport tag with the fix via stackoverflow:<br />
<span class="Apple-style-span" style="font-family: monospace; font-size: 12px; line-height: 18px; white-space: pre;">&lt;meta name = &#8220;viewport&#8221; content = &#8220;user-scalable=no, initial-scale=1.0, maximum-scale=1.0, width=device-width&#8221;&gt;<br />
</span><span class="Apple-style-span" style="font-family: monospace; font-size: 12px; line-height: 18px; white-space: pre;">&lt;meta name=&#8221;apple-mobile-web-app-capable&#8221; content=&#8221;yes&#8221;/&gt;<br />
</span><em>via <a href="http://stackoverflow.com/questions/2581957/iphone-safari-does-not-auto-scale-back-down-on-portrait-landscape-portrait">stackoverflow.com</a></em></p>
<p><strong>4. Put Content first</strong><br />
Switch the order of content and navigation using display declarations:<br />
<code>@media screen and (min-width: 30em) {<br />
body {<br />
display: table;<br />
caption-side: top;<br />
}<br />
[role="navigation"] {<br />
display: table-caption;<br />
}<br />
}</code><br />
<em>via <a href="http://adactio.com/journal/4780/">adactio.com/journal/4780/</a></em></p>
<p><strong>5. fix page navigation</strong><br />
empty a tags &lt;a href=”#”&gt; won’t moving pages to the top of the page like they do on desktops. If you have pages with long content, help folks jump around wiht a little js<br />
<code>$('#jump-to-top').click(function(e) {<br />
window.scrollTo(0,0);<br />
e.preventDefault();<br />
});<br />
$('#skip-to-bottom').click(function(e) {<br />
bottom = $(document).height();<br />
window.scrollTo(0,bottom);<br />
e.preventDefault();<br />
});</code></p>
<p><strong><br />
</strong></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.beaconfire.com/blog/2011/12/top-10-weapons-of-a-mobile-web-design-developer-ninja/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ten Best Practices for Mobile Design Usability</title>
		<link>http://www.beaconfire.com/blog/2011/10/ten-best-practices-for-mobile-design-usability/</link>
		<comments>http://www.beaconfire.com/blog/2011/10/ten-best-practices-for-mobile-design-usability/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 16:12:45 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.beaconfire.com/blog/?p=3546</guid>
		<description><![CDATA[With the experience we’ve gained since the mobile W3C Mobile Web Best Practices were released 3 years ago, we’ve noted a few of the most important tips for providing an enjoyable user experience that will keep your mobile site visitors coming back for more. Mobile detection: When people visit your main website there should be a script [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/jagelado/3859140905/in/photostream/"><img class="alignright" title="Mobile phones" src="http://farm4.static.flickr.com/3477/3859140905_58f9062d56_m_d.jpg" alt="" width="240" height="150" /></a>With the experience we’ve gained since the mobile W3C <a href="http://www.w3.org/TR/mobile-bp/#d0e240">Mobile Web Best Practices</a> were released 3 years ago, we’ve noted a few of the most important tips for providing an enjoyable user experience that will keep your mobile site visitors coming back for more.</p>
<p><strong>Mobile detection:</strong> When people visit your main website there should be a script that checks if they are using a mobile browser. If so, they should be redirected to your mobile site.</p>
<p><span id="more-3546"></span></p>
<p><strong>Ability to switch from mobile to full site:</strong> Unless you are confident that your mobile site completely replicates the functionality and content of your desktop site, there should be a link on your mobile site to switch back to your desktop site. You should also be aware that people may be sharing the URL of your mobile site’s pages to social networks, and people on desktop computers may then click on those links. If warranted by your traffic, you may want to consider having a script on your mobile site that sends desktop users to your primary site.</p>
<p><strong>Button size:</strong> The buttons on your mobile site should be uniform in shape and color, and stand out from the rest of the content on the page. You’ll want buttons to be large enough for people to hit easily, generally at least 30 x 30 pixels.</p>
<p><strong>Easily clickable links:</strong> Ease of use in clicking is important with text links as well. If two links are placed near each other (either horizontally or vertically), there should be enough space between them to not make accidental selections.</p>
<p><a href="http://www.beaconfire.com/blog/wp-content/uploads/2011/10/bad-pagination.jpg"><img class="alignnone size-full wp-image-3547" title="Pagination to avoid on mobile sites" src="http://www.beaconfire.com/blog/wp-content/uploads/2011/10/bad-pagination.jpg" alt="" width="344" height="46" /></a></p>
<p><strong>Non-hover based navigation:</strong> Many websites use hover menus, but these won’t work on most mobile devices.  If your standard website doesn’t have an easy way to navigate to subpages, outside of a hover-based menu, that is a significant reason by itself to start thinking about designing a mobile version of your site.</p>
<p><strong>Minimalist approach to form input:</strong> Entering information is much more difficult on a mobile device, so reduce the fields required to a bare minimum. You can always ask them for more information when they get back to their desktop. In addition, wherever possible, user should be offered the choice to select from options, rather than being required to type out response. You can also leverage mobile phone&#8217;s personalization capabilities to automatically fill in personal information. Predictive text suggestions for open text fields can also help minimize the amount of typing required.</p>
<p><strong>Form usability:</strong> Many of the best practices of desktop site design become even more important on a mobile form. For example, all checkboxes and radio buttons should allow users to select the text labels next to them, rather than only allowing people to click on the button / box. For more advice, take a look at these articles on mobile form design from <a href="http://www.lukew.com/ff/entry.asp?1014">Luke W</a>, <a href="http://www.smashingmagazine.com/2010/03/11/forms-on-mobile-devices-modern-solutions/">Smashing Magazine</a>, and <a href="http://www.uxbooth.com/blog/mobile-form-design-strategies/">UX Booth</a>.</p>
<p><strong>Large images containing text: </strong>If you have a large image, be aware that it will be sized down significantly on a mobile device, and any text contained within it may no longer be readable (think infographics, for example)… or will require a lot of zooming and panning! Images should be designed to resize without breaking.</p>
<p><strong>Links to files:</strong>  If there are links to files on the website, those files shouldn&#8217;t be essential to any primary user tasks. (An example of this is downloading and filling in a word document registration form that needs to be emailed in.) File types should be clearly indicated near the file download links, as well as an indication of file size (especially for larger files).</p>
<p><strong>Flash:</strong> <a href="http://geekpolitics.com/wp-content/uploads/2010/02/just_say_no.gif"><img class="alignnone" title="Just say no" src="http://geekpolitics.com/wp-content/uploads/2010/02/just_say_no.gif" alt="" width="160" height="160" /></a></p>
<p>We’ve helped a lot of nonprofits set up their mobile sites, so if your nonprofit is considering adding a mobile site, feel free to <a href="http://www.beaconfire.com/Contact-Us">contact us</a>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beaconfire.com/blog/2011/10/ten-best-practices-for-mobile-design-usability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using your browser to test what sites look like on a mobile device (iPhone, iPad, Android, etc)</title>
		<link>http://www.beaconfire.com/blog/2011/07/using-your-browser-to-test-what-sites-look-like-on-a-mobile-device-iphone-ipad-android-etc/</link>
		<comments>http://www.beaconfire.com/blog/2011/07/using-your-browser-to-test-what-sites-look-like-on-a-mobile-device-iphone-ipad-android-etc/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 22:08:24 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Our Clients]]></category>

		<guid isPermaLink="false">http://www.beaconfire.com/blog/?p=3415</guid>
		<description><![CDATA[We&#8217;ve been doing a lot of mobile sites for our clients recently, such as the new Bronx Zoo mobile site. As our clients review their standard desktop websites, wondering if they should create a mobile version, they&#8217;ve asked us how they can see what their sites look like on mobile devices. Here&#8217;s what you can [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been doing a lot of mobile sites for our clients recently, such as the new <a href="http://www.beaconfire.com/blog/2011/04/bronx-zoo-goes-mobile">Bronx Zoo mobile site</a>. As our clients review their standard desktop websites, wondering if they should create a mobile version, they&#8217;ve asked us how they can see what their sites look like on mobile devices. Here&#8217;s what you can do to check.</p>
<p><span id="more-3415"></span></p>
<p><strong>User Agent Switching:</strong> Some browsers, such as Safari (on the PC), allow you to switch user agents to an iPhone or iPad. This tells the website that you&#8217;re browsing from that device, and it sends you the version of the website that it would normally send to that device. This is an imperfect emulation, however, since the dimensions of your computer monitor probably differ somewhat from  an iPhone. (If not, it&#8217;s probably time to switch to a new monitor).</p>
<p><strong>Emulator Software:</strong> We often use <a href="http://www.browsercam.com/">BrowserCam</a>, which will allow you to do a screenshot of many mobile browsers. The software isn&#8217;t perfect, however. It doesn&#8217;t allow you to use authentication for example, and other inconsistencies from the mobile version may appear from time to time. It is, however, one of the best options available right now.</p>
<p><strong>Specific device testing: </strong>There&#8217;s a good <a href="http://www.testiphone.com/. ">iPhone tester</a> available, as well as <a href="http://us.blackberry.com/developers/resources/simulators.jsp">Blackberry emulators</a> to mimic individual phones. Be aware that the Blackberry emulators are very large downloads.</p>
<p>In the end, you really do need to test on mobile itself. Testing in an emulator means you’re using a keyboard and a mouse. So you may know what things look like, but you won’t know what will happen if you tap versus mouse-click, swipe, or whether or not your text is too small for medium sized fingers.</p>
<h2>The map is not the territory</h2>
<p>To really test, you need the devices themselves to see how they are going to respond.  Emulators are great for layout and design testing, but not great for testing how devices will respond to device detection (server side), media queries (client side), and of course any interaction with the hardware (besides gesturing and typing, think click to call or click to email functionality for now on mobile web sites &#8211; though the list will grow as new approaches are established for leveraging mobile hardware from websites).</p>
<h2>Determine which browsers to focus on</h2>
<p>As with any kind of testing, you should come up with a target browser/device list based on your site analytics. Most mobile sites will focused more on Safari/iOS and Android phones, as that is the devices used for browsing on most US based sites. You shouldn’t lose sight of Blackberry and Windows mobile, however, and perhaps even Nokia if you have a more international reach.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beaconfire.com/blog/2011/07/using-your-browser-to-test-what-sites-look-like-on-a-mobile-device-iphone-ipad-android-etc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bronx Zoo Goes Mobile</title>
		<link>http://www.beaconfire.com/blog/2011/04/bronx-zoo-goes-mobile/</link>
		<comments>http://www.beaconfire.com/blog/2011/04/bronx-zoo-goes-mobile/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 16:56:51 +0000</pubDate>
		<dc:creator>Cara</dc:creator>
				<category><![CDATA[Cool Tools and Tips]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Our Clients]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.beaconfire.com/blog/?p=3037</guid>
		<description><![CDATA[Out and about in the Big Apple armed with only a mobile phone and a free afternoon?  Look no further than the new mobile Bronx Zoo site to make the most of your day. Beaconfire used Mobify to create the Zoo’s mobile site.  The free Mobify service allows us to pull live content from the [...]]]></description>
			<content:encoded><![CDATA[<p>Out and about in the Big Apple armed with only a mobile phone and a free afternoon?  Look no further than the new mobile <a href="http://www.bronxzoo.com">Bronx Zoo</a> site to make the most of your day.</p>
<p><a href="http://www.beaconfire.com/blog/wp-content/uploads/2011/04/photo1.png"><img class="alignleft size-full wp-image-3044" title="Bronx Zoo Mobile Homepage Screenshot" src="http://www.beaconfire.com/blog/wp-content/uploads/2011/04/photo1.png" alt="" width="320" height="480" /></a></p>
<p>Beaconfire used <a href="http://mobify.me/">Mobify</a> to create the Zoo’s mobile site.  The free <a href="http://mobify.me/">Mobify</a> service allows us to pull live content from the site, present it in a way that is specifically optimized and designed for mobile users, and create HTML templates that are only served to those users.</p>
<p>The result?  We create a fully dynamic site using content from the CMS-managed desktop version and deliver it in a highly usable format for mobile devices.</p>
<p>The <a href="http://mobify.me/">Mobify</a> version of the site has been streamlined to provide the most useful information for people on-the-go but still includes a link to the full site for those who want a deeper dive into the information.</p>
<p>&nbsp;</p>
<p>So, who’s up for watching the penguin feeding at 3:30?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beaconfire.com/blog/2011/04/bronx-zoo-goes-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Buzz at Beaconfire: March 25, 2011</title>
		<link>http://www.beaconfire.com/blog/2011/03/the-buzz-at-beaconfire-march-25-2011/</link>
		<comments>http://www.beaconfire.com/blog/2011/03/the-buzz-at-beaconfire-march-25-2011/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 21:03:07 +0000</pubDate>
		<dc:creator>Ashleigh</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Cool Tools and Tips]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.beaconfire.com/blog/?p=2945</guid>
		<description><![CDATA[Language Nerdiness AP Style Guide Drops the Hyphen from Email Finally! It is perfect timing too because Beaconfire has just switched over to using the AP Style Guide with the launch of our refreshed logo and website. Before this announcement, there was an internal staff debate whether we could all handle the shift to using [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Language Nerdiness</strong></p>
<p><strong> </strong></p>
<p><a href="http://www.huffingtonpost.com/2011/03/18/ap-removes-hyphen-from-em_n_837833.html"><strong>AP Style Guide Drops the Hyphen from Email</strong></a><strong><br />
<span style="font-weight: normal;"><br />
Finally! It is perfect timing too because Beaconfire has just switched over to using the AP Style Guide with the launch of our refreshed logo and website. Before this announcement, there was an internal staff debate whether we could all handle the shift to using “e-mail”. Now we don’t have to decide. </span></strong></p>
<p><a href="http://www.oed.com/public/latest/latest-update/#new"><strong>Oxford English Dictionary Features OMG and LOL</strong></a></p>
<p><strong> </strong></p>
<p>Just announced this month, the <span style="text-decoration: underline;">Oxford English Dictionary Online</span> has decided to include noteworthy initialisms OMG and LOL. Already on the list are IMHO (‘in my humble opinion’), TMI<em> </em>(‘too much information’), and BFF<em> </em>(‘best friends forever’).</p>
<p>&nbsp;</p>
<p><strong>Web and Mobile Marketing </strong></p>
<p><strong> </strong><strong><a href="http://mashable.com/2011/03/24/mobile-web-design-tips/">Key Tips for Mobile Web Design Strategy</a></strong><br />
Mobile websites are becoming more common as businesses and organizations realize that a growing number of people access the internet over their smartphone. <a href="http://mashable.com/2011/03/23/mobile-by-the-numbers-infogrpahic/">Microsoft Tag predicts that mobile usage will overtake desktop usage by 2014.</a></p>
<p><a href="http://mashable.com/2011/03/23/mobile-by-the-numbers-infogrpahic/"></a>With that in mind, perhaps you’re an organization who already has a website, but wants to engage more users through mobile, or you’re creating a totally new website and starting fresh. In that case, you need to consider implications for a mobile website from the start. Check out Mashable’s <a href="http://mashable.com/2011/03/24/mobile-web-design-tips/">10 Key Considerations for Your Mobile Web Design Strategy</a>.</p>
<p><strong><a href="http://www.readwriteweb.com/biz/2011/03/google-analytics-launches-new-dashboards.php">Google Analytics Rolls Out New Dashboard</a></strong></p>
<p>Google will be launching a new Analytics in the near future, and to get things started they’ve begun rolling out the newly designed dashboard to select users. The new dashboard will be customizable with user-selected widgets and give you the ability to have more than one dashboard in order to track multiple initiatives.</p>
<p><strong><a href="http://www.color.com/">Color Mobile Photo App Takes Social Interaction to a New Level</a></strong></p>
<p>New App Alert – Color, made by Color Labs, allows you take pictures and then share them with people within 100 feet of you. Keep in mind that the sharing of these new photos takes place with <span style="text-decoration: underline;">anyone</span> in that 100 foot radius who is also using Color. For example, we tested in our office today and saw some shots of another business’ team meeting, including white board notations. Just keep in mind that if you’re going to use Color, you may want to be selective about the photos you take. The app is available for iPhone and Android.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beaconfire.com/blog/2011/03/the-buzz-at-beaconfire-march-25-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are Your Mobile Assumptions Correct?</title>
		<link>http://www.beaconfire.com/blog/2011/01/mobile-assumptions/</link>
		<comments>http://www.beaconfire.com/blog/2011/01/mobile-assumptions/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 12:55:15 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.beaconfire.com/blog/?p=2576</guid>
		<description><![CDATA[As more and more visitors to sites that we build are accessing the sites on some sort of mobile device, we are frequently asked to come up with a nicer mobile experience than a site designed several years ago may be currently delivering.  In most cases these projects come to us as just that: “Make [...]]]></description>
			<content:encoded><![CDATA[<p>As more and more visitors to sites that we build are accessing the sites on some sort of mobile device, we are frequently asked to come up with a nicer mobile experience than a site designed several years ago may be currently delivering.  In most cases these projects come to us as just that: “Make a better mobile experience out of our existing site.”  Redesigning the existing site is not in play and we have to work with what&#8217;s there.</p>
<p>There are a variety of ways that you can detect mobile devices and tailor the website experience for them &#8211; and that&#8217;s a post for another time.  Regardless of how you decide to proceed there is one overarching theme that informs many of the decisions that need to be made: &#8220;<strong>what do mobile users want?</strong>&#8221;</p>
<p>Your existing site is most likely made up of a bunch of different sections, pages, calendars, slideshows, videos, promotions, articles, and other miscellaneous widgets.  Do mobile users want or need all of them?  Do you want to deliver all of those elements to your mobile users?  Why or why not?</p>
<p>Simply because of the space available on a mobile device, you may want to turn off, or at least reposition left and right columns, leaving the main content area as your primary mobile experience.  You may want to deactivate calendars that are two big for the display.   Many features (flash, for instance) do not play nice with some web browsers installed on common mobile devices so there&#8217;s certainly a technical component to your decisions, but beyond that there is the question of how mobile visitors are using the site and what they (and you) want them to experience that may be different from someone sitting at home.</p>
<p>I recently heard someone talking about a mobile experience of a restaurant website and saying something along the lines of &#8220;mobile users only want two things: directions and the menu.&#8221;  Pretty simple then, yes?  Just deliver those two pieces of the content and be done with it.  But that&#8217;s a pretty big assumption to make.  Especially as people start to move to their mobile device being the primary way that they experience the web.  If I&#8217;m out on the town looking for a place to chow down (I have kids now, but I remember what it was like to be out on the town), I may want to know more about your restaurant than just how to get there and whether you have any vegetarian options.  I might also want to know if I&#8217;m dressed appropriately.  Photos of your dining room would be great!</p>
<p>Likewise, with your organization&#8217;s mobile site: I may not be simply looking for a way to donate (though that may be your primary interest).  Perhaps I want to know more about what you do.  Don&#8217;t assume I&#8217;m not interested in your programs, staff, or history.  Much of the time I spend browsing sites on my smartphone is when I&#8217;m stuck somewhere in line, or in a waiting room.  I&#8217;m bored, and when I&#8217;m bored I&#8217;m far more likely to browse aimlessly around a site than I am when I&#8217;m in front of a computer working.  Unless your navigation is awful, in which case I&#8217;ll find another site to look at.</p>
<p>Regardless, it is often decided that, in the interest of streamlining the mobile experience, we will reduce the scope of the site for those visitors.  Which demands that we ask: “<strong>If it&#8217;s not important for your mobile visitors to get parts of your site, why is it important for anyone else?</strong>”  If you decide that an entire section of your site should be removed from the mobile experience because you don&#8217;t think mobile users will be interested, or you don’t want to distract them from the goal you have for them, then why would you assume that those same people will be interested when the visit using their computer?</p>
<p>There are those who recommend designing a site primarily for the mobile experience rather than the other way around.  The &#8220;Mobile First&#8221; argument goes that if you force yourself to design to a restricted viewport you separate the wheat from the chaff.  It&#8217;s a tempting vision: <strong>your sprawling organizational website reduced to only that which directly serves your mission and is intended to elicit immediate action from your visitors</strong>.  If you are interested in learning more about the thoughts around designing for mobile first, check out some of these articles from Luke Wroblewski, former Chief Design Architect at Yahoo! and general usability smarty-pants:</p>
<p><a title="Mobile First" href="http://www.lukew.com/ff/entry.asp?933">http://www.lukew.com/ff/entry.asp?933</a></p>
<p><a title="Mobile First Helps with Big Issues" href="http://www.lukew.com/ff/entry.asp?1117">http://www.lukew.com/ff/entry.asp?1117</a></p>
<p>So what’s the answer?  As with nearly anything you can ask about Web design and user experience: it depends.  In some cases you will absolutely be able to determine that mobile users want something different from your site than users sitting at a computer.  Or at least that you want to deliver a different experience to them.  Take it as it comes, but just remember that your assumptions about what people want will nearly always be wrong <strong>unless you ask them</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beaconfire.com/blog/2011/01/mobile-assumptions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>NTC Reflections: Why are we Holding (back) the Phones?</title>
		<link>http://www.beaconfire.com/blog/2010/04/ntc-reflections-why-are-we-holding-back-the-phones/</link>
		<comments>http://www.beaconfire.com/blog/2010/04/ntc-reflections-why-are-we-holding-back-the-phones/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 12:00:14 +0000</pubDate>
		<dc:creator>Marissa</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.beaconfire.com/blog/?p=1790</guid>
		<description><![CDATA[A few days ago, I posted on the ubiquity of Smart Phones at NTC. It’s no wonder that we get requests from clients to “make the site work for mobile,” or “maybe we can make an app for that.” But any developer can tell you, it’s not that simple. Developing for the mobile web is [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago, I posted on the <a href="http://www.beaconfire.com/blog/2010/04/13/ntc-reflections-how-many-smart-phones-does-it-take-to-make-a-dinner-reservation/">ubiquity of Smart Phones at NTC</a>. It’s no wonder that we get requests from clients to “make the site work for mobile,” or “maybe we can make an app for that.” But any developer can tell you, it’s not that simple. Developing for the mobile web is itself an art form, different from developing a site for the (kind of) big screen.</p>
<p>That is why I was a little disappointed at the lack of sessions on the mobile web at NTC. There were a few sessions on mobile fundraising, but they seemed to primarily focus on using SMS.</p>
<p>There seems to be a lot of interest in the non-profit world on creating mobile-enabled web sites and applications. Hopefully, next year, that interest will manifest itself in a few sessions demonstrating some great non-profit work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beaconfire.com/blog/2010/04/ntc-reflections-why-are-we-holding-back-the-phones/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NTC Reflections: How many Smart Phones does it Take to Make a Dinner Reservation?</title>
		<link>http://www.beaconfire.com/blog/2010/04/ntc-reflections-how-many-smart-phones-does-it-take-to-make-a-dinner-reservation/</link>
		<comments>http://www.beaconfire.com/blog/2010/04/ntc-reflections-how-many-smart-phones-does-it-take-to-make-a-dinner-reservation/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 12:00:50 +0000</pubDate>
		<dc:creator>Marissa</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.beaconfire.com/blog/?p=1772</guid>
		<description><![CDATA[I attended my first NTC conference four years ago. A few people had Smart Phones back then. They mostly used Blackberries and Palms. I had a phone that made phone calls. For me, not much has changed (although my phone does text). But now that I saw the ubiquity of Smart Phones at NTC, I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>I attended my first NTC conference four years ago. A few people had Smart Phones back then. They mostly used Blackberries and Palms. I had a phone that made phone calls.</p>
<p>For me, not much has changed (although my phone does text). But now that I saw the ubiquity of Smart Phones at NTC, I&#8217;m ready for a change. I was jealous at all the Blackberries, iPhones, and Androids. Poor little old me – I had to do all my note-taking and email-checking on my big, bulky laptop! When it’s time to renew my mobile contract on June, you can be sure I’ll be asking about a data plan.</p>
<p>My favorite Smart Phone display of might occurred on Thursday night, as our very own Michael (Android) and Cara (iPhone), raced to see who could look up the address for a restaurant (Six Feet Under – Primo shrimp tacos!) and make a reservation faster.  And the winner…Android! However, once we were in the taxi cab to the restaurant, the Android couldn&#8217;t hold a candle to the iPhone &#8212; which gave us excellent directions.</p>
<div id="attachment_1780" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.beaconfire.com/blog/wp-content/uploads/2010/04/P1000112.jpg"><img class="size-full wp-image-1780" title="The Battle of the Smart Phones" src="http://www.beaconfire.com/blog/wp-content/uploads/2010/04/P1000112.jpg" alt="" width="500" height="265" /></a><p class="wp-caption-text">Cara and Michael battle it out for Oysters Rockefeller</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.beaconfire.com/blog/2010/04/ntc-reflections-how-many-smart-phones-does-it-take-to-make-a-dinner-reservation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>6 reasons to pay closer attention to mobile advocacy</title>
		<link>http://www.beaconfire.com/blog/2008/04/6-reasons-to-pay-closer-attention-to-mobile-advocacy/</link>
		<comments>http://www.beaconfire.com/blog/2008/04/6-reasons-to-pay-closer-attention-to-mobile-advocacy/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 19:40:31 +0000</pubDate>
		<dc:creator>Ali Cherry</dc:creator>
				<category><![CDATA[Advocacy]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.beaconfire.com/blog/2008/04/02/6-reasons-to-pay-closer-attention-to-mobile-advocacy/</guid>
		<description><![CDATA[Recently, a charity called Living Streets dedicated to making cities more pedestrian-friendly, wrapped London&#8217;s Brick Lane lamp posts in football-esque bumpers to protect texting pedestrians from injury. Though the publicity stunt lasted a mere 24 hours, the effort highlighted what most of us already know: that people are addicted to being connected, even while walking. [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, a charity called <a href="http://www.livingstreets.org.uk/">Living Streets</a> dedicated to making cities more pedestrian-friendly, wrapped London&#8217;s Brick Lane lamp posts in football-esque bumpers to protect texting pedestrians from injury.  Though the publicity stunt lasted a mere 24 hours, the effort highlighted what most of us already know: that people are addicted to being connected, even while walking.</p>
<p>A recent <a href="http://www.pewinternet.org/PPF/r/244/report_display.asp">study by PEW</a> found that more than roughly 6 in 10 American cell phone users text message.  It&#8217;s no wonder that everyone from <a href="http://www.washingtonpost.com/wp-dyn/content/article/2007/06/29/AR2007062902352.html">Presidential campaigns</a> to <a href="http://www.wsbt.com/news/local/14023402.html">police officers</a> to <a href="http://jonathanstarets.typepad.com/textmessagemarketing/2008/03/walmarts-use-of.html">WalMart</a> to nonprofit causes (highlighted by <a href="http://mobileactive.org/files/MobileActiveGuide2_0.pdf">MobileActive.org</a>) seek to leverage the popularity of text messaging.</p>
<ol>
<li><strong>The mobile audience is wide and deep:</strong> Worldwide, more people have access to and use of mobile phones than the Internet.  As <a href="http://www.techsoup.org/learningcenter/hardware/page7216.cfm">Ethan Zuckerman</a> of TechSoup points out, &#8220;The only technology that compares to the mobile phone in terms of pervasiveness and accessibility in the developing world is the radio.&#8221;  Given the penetration, personalization and simplicity of mobile devices, there is no better tool to reach both wealthy individuals<em> and</em> underserved populations.  In addition, you can activate young, tech savvy people using the communications channel that makes the most sense to them.</li>
<li><strong>Simple is superior: </strong>I may be biased given my blog style is list format, but people like byte-sized &#8211; and actionable &#8211; information.  In an information economy, it&#8217;s easy to be overwhelmed with the breadth of accessible knowledge.  Communicating with individuals via the limited 160 characters in a text message requires the messenger to cut the window dressing and deliver messages that are simple, clear and clever to make an impact.  To educate and motivate, it&#8217;s all about the words themselves (which is great since haikus are so cool).</li>
<li><strong>Reach people where and when they matter:</strong> All politics are local and all advocacy is timely.  When someone is checking email at 10pm after a long day of work, sending a letter to an elected official may be overdue.  With text messaging, you can give people a specific address of a place to be, a direct action to take or short talking points while they are in a meeting or at an event so they can act on it when it actually matters.  However, this means the action must be real and serious not just a faux-urgent engagement effort. The technique also allows you to reach people when their emotional senses are heightened before they lose their enthusiasm (or anger) about an issue.</li>
<li><strong>Penetrate the &#8220;Circle of Trust&#8221;:</strong> While studies show that people will offer up their email address for almost anything, cell phone numbers remain relatively protected, both by the individual and the mobile service providers.  Therefore, if your supporters give you their cell to reach them on their most personal device, you can assume you&#8217;re in the circle of trust and that your message will be read.  The key is to maintain that level of trust through infrequent, authentic and relevant subsequent messages.  Mobile communications elevates the level of accountability for all campaigns and requires listening to what supporters want.</li>
<li><strong>Another spoke on the wheel of integration: </strong>Continuing to blur the lines of offline and online, text messaging allows marketers to both capture and measure the success of offline events and print advertising like never before. Supporters can text from an ad they&#8217;ve seen or post on a website a photo or podcast they record from an event.  A mobile strategy is another tool to use in conjunction with traditional advertising and media, online marketing and in-person events but should not just replicate what&#8217;s being said through other channels.</li>
<li><strong>Experimentation is expected: </strong>Because it&#8217;s still a relatively new channel, text messaging campaigns leave a lot of room for trial and error and users expect it.  Advocacy organizations and corporations alike can promote their &#8220;products&#8221; in innovative ways that push the interactive brand experience envelope.  Successful campaigns will think about marketing as two-way conversation and not just another medium to push an agenda.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.beaconfire.com/blog/2008/04/6-reasons-to-pay-closer-attention-to-mobile-advocacy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beaconfire Survey: Mobile Browsing</title>
		<link>http://www.beaconfire.com/blog/2008/03/beaconfire-survey-mobile-browsing/</link>
		<comments>http://www.beaconfire.com/blog/2008/03/beaconfire-survey-mobile-browsing/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 20:13:12 +0000</pubDate>
		<dc:creator>Beaconfire Bloggers</dc:creator>
				<category><![CDATA[Beaconfire Survey]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.beaconfire.com/blog/2008/03/14/beaconfire-survey-mobile-browsing/</guid>
		<description><![CDATA[Editor&#8217;s&#160; note: Each week, we do a survey of Beaconfire staff to get impressions on a variety of non-profit technology issues. All opinions expressed here are solely those of their authors. With NTC next week, many of our readers will be browsing from mobile devices like phones and blackberries. So this week, we asked the [...]]]></description>
			<content:encoded><![CDATA[<p><em>Editor&#8217;s&#160; note: Each<img height="375" alt="Mobile browsing" src="http://www.beaconfire.com/blog/wp-content/uploads/2008/03/phone.jpg" width="250" align="right" border="0" /> week, we do a survey of Beaconfire staff to get impressions on a variety of non-profit technology issues. All opinions expressed here are solely those of their authors. With NTC next week, many of our readers will be browsing from mobile devices like phones and blackberries. So this week, we asked the Beaconfire staff: </em><strong>What website do you most wish had a mobile version?</strong></p>
<p><strong><a href="http://www.beaconfire.com/blog/author/jherron/">Jeff</a>, Principal Consultant</strong>: Most of the staff already know and ridicule my ability to check the metro &#8220;next train&#8221; information from my phone. This simple WAP enabled application on the WMATA metro site is by far the most useful mobile site I use.</p>
<p>Other must haves include fantasy football sites where you can check the score of your matchup while at the game or at your favorite watering hole without dragging around your computer.</p>
<p>Lastly, there is a mobile site for zipcar, my other must have transportation option. However this app is less necessary since the easiest way to access when not in front of a computer is through the automated phone system. Sweet.</p>
<p><strong>Milo, Marketing Consultant</strong>: Central Desktop.&#160; Bringing their online project management software to the next level of seamlessness will require making their tools more accessible on mobile browsers.&#160; As of now, it&#8217;s not even possible for users to login from Blazer (the mobile browser I currently use).&#160;&#160; </p>
<p><strong><a href="http://www.beaconfire.com/blog/author/jmccarthy">John Brian</a>, Marketing Consultant: </strong>LogMeIn, or other remote desktop apps. I sometimes need more power than I could get from my iPod or phone, and would like to be able to enlist my desktop to help out.</p>
<p>I&#8217;d also like to see blogging software use a mobile version; updating WordPress from an iPod was painful.</p>
<p><strong><a href="http://www.beaconfire.com/blog/author/tsnook">Taylor</a>, Software Engineer</strong>: Google, particularly the maps and yellow pages. If I can look up locations, I can generally get the other information I need.</p>
<p>Kristin, Project Manager: I&#8217;d say sites that I need to access when I&#8217;m out and about. Like mapquest or google maps when I&#8217;m driving around and lost. Or like Jeff said, the metro arrival/departure info.</p>
<p><strong>David, Software Engineer</strong>: Restaurant finders and gas station finders.</p>
<p><strong><a href="http://www.beaconfire.com/blog/author/eeckl">Eric</a>, Senior Consultant</strong>: I&#8217;d like to see a good mobile feedreader. Email as well, of course; I find that Yahoo mail is barely passable. If I was going to tinker with my phone, though I think of it not as much as a substitute for the internet, instead I wish that there was better hardware. A better camera and a camcorder, as well as the applications to blog mobile. I&#8217;d like to see a way to upload video to WordPress.</p>
<p><em>With the mobile revolution, web design firms like Beaconfire are paying more and more attention to making sites look good on mobile devices. Make sure you check back for more on this, and keep reading the Beaconfire Wire on your mobile device next week as we blog from NTC.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beaconfire.com/blog/2008/03/beaconfire-survey-mobile-browsing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

