<?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>mLearning Council</title>
	<atom:link href="http://www.mlearningcouncil.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mlearningcouncil.com</link>
	<description>News, Tips, Resources for Mobile Learning</description>
	<lastBuildDate>Tue, 10 Jul 2012 13:36:53 +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>Customized Mobile Statistics and Charts</title>
		<link>http://www.mlearningcouncil.com/2012/07/10/customized-mobile-statistics-and-charts/</link>
		<comments>http://www.mlearningcouncil.com/2012/07/10/customized-mobile-statistics-and-charts/#comments</comments>
		<pubDate>Tue, 10 Jul 2012 13:36:53 +0000</pubDate>
		<dc:creator>snasta</dc:creator>
				<category><![CDATA[Mobile Statistics]]></category>

		<guid isPermaLink="false">http://www.mlearningcouncil.com/?p=113</guid>
		<description><![CDATA[Need mobile statistics or charts for your presentation?  Mobile Planet offers a wide variety of international statistics about the use of mobile devices.   They also offer the opportunity to create custom charts and to download the entire dataset. &#160;]]></description>
				<content:encoded><![CDATA[<p></p><p>Need mobile statistics or charts for your presentation?  <a href="http://www.thinkwithgoogle.com/mobileplanet/en/">Mobile Planet </a>offers a wide variety of international statistics about the use of mobile devices.   They also offer the opportunity to create custom charts and to download the entire dataset.</p>
<p><a href="http://www.mlearningcouncil.com/wp-content/uploads/2012/07/ourmobileplanet.com_chart_1d4a93cf.png"><img class="alignnone size-full wp-image-114" title="Use of Mobile Devices in the United States" src="http://www.mlearningcouncil.com/wp-content/uploads/2012/07/ourmobileplanet.com_chart_1d4a93cf.png" alt="" width="630" height="715" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mlearningcouncil.com/2012/07/10/customized-mobile-statistics-and-charts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roadmap to Mobile Learning Webinar</title>
		<link>http://www.mlearningcouncil.com/2012/07/05/77/</link>
		<comments>http://www.mlearningcouncil.com/2012/07/05/77/#comments</comments>
		<pubDate>Thu, 05 Jul 2012 18:01:39 +0000</pubDate>
		<dc:creator>snasta</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.mlearningcouncil.com/?p=77</guid>
		<description><![CDATA[Marcus Turner and Sanjay Nasta delivered <em>Roadmap to Mobile Learning</em> at <strong>E-Learning Symposium 2012</strong> in Austin. Missed it? Want to learn what's new in the rapidly changing world of <strong>mobile learning</strong>? Sign up below and we will email you when we have the webinar scheduled.
<!--break-->]]></description>
				<content:encoded><![CDATA[<p></p><p>Marcus Turner and Sanjay Nasta delivered <em>Roadmap to Mobile Learning</em> at <strong>E-Learning Symposium 2012</strong> in Austin. Missed it? Want to learn what&#8217;s new in the rapidly changing world of <strong>mobile learning</strong>? Sign up below and we will email you when we have the webinar scheduled.</p>
<p><span id="more-77"></span></p>
<h2>Sign up for Mobile Learning Webinar</h2>
<p><!--
Do not modify the NAME value of any of the INPUT fields
the FORM action, or any of the hidden fields (eg. input type=hidden).
These are all required for this form to function correctly.
-->
<style type="text/css">

	.myForm td, input, select, textarea, checkbox {
		font-family: tahoma;
		font-size: 12px;
	}

	.myForm {
		background-color: #E7EEF7;
		border: 1px solid #CCDCF2;
		padding: 10px;
	}

	.required {
		color: red;
	}

</style>
<form method="post" action="http://microassist.modwest.com/iep/form.php?form=5" id="frmSS5" onsubmit="return CheckForm5(this);">
	<table border="0" cellpadding="2" class="myForm">
		<tr>
	<td><span class="required">*</span>
Your Email Address:</td>
	<td><input type="text" name="email" value="" /></td>
</tr><tr>
	<td>&nbsp;&nbsp;&nbsp;First Name:</td>
	<td><input type="text" name="CustomFields[2]" id="CustomFields_2_5" value="" size='50'></td>
</tr><tr>
	<td>&nbsp;&nbsp;&nbsp;Last Name:</td>
	<td><input type="text" name="CustomFields[3]" id="CustomFields_3_5" value="" size='50'></td>
</tr><tr>
	<td>&nbsp;&nbsp;&nbsp;Organization:</td>
	<td><input type="text" name="CustomFields[12]" id="CustomFields_12_5" value=""></td>
</tr><tr>
	<td><span class="required">*</span>
Preferred Format:</td>
	<td><select name="format"><option value="h">HTML</option><option value="t">Text</option></select></td>
</tr><tr>
	<td><span class="required">*</span>
Enter the security code shown:</td>
	<td><script type="text/javascript">
// <![CDATA[
	if (!Application) var Application = {};
	if (!Application.Page) Application.Page = {};
	if (!Application.Page.ClientCAPTCHA) {
		Application.Page.ClientCAPTCHA = {
			sessionIDString: '',
			captchaURL: [],
			getRandomLetter: function () { return String.fromCharCode(Application.Page.ClientCAPTCHA.getRandom(65,90)); },
			getRandom: function(lowerBound, upperBound) { return Math.floor((upperBound - lowerBound + 1) * Math.random() + lowerBound); },
			getSID: function() {
				if (Application.Page.ClientCAPTCHA.sessionIDString.length <= 0) {
					var tempSessionIDString = '';
					for (var i = 0; i < 32; ++i) tempSessionIDString += Application.Page.ClientCAPTCHA.getRandomLetter();
					Application.Page.ClientCAPTCHA.sessionIDString.length = tempSessionIDString;
				}
				return Application.Page.ClientCAPTCHA.sessionIDString;
			},
			getURL: function() {
				if (Application.Page.ClientCAPTCHA.captchaURL.length <= 0) {
					var tempURL = 'http://microassist.modwest.com/iep/admin/resources/form_designs/captcha/index.php?c=';
					
											tempURL += Application.Page.ClientCAPTCHA.getRandom(1,1000);
													tempURL += '&ss=' + Application.Page.ClientCAPTCHA.getSID();
												Application.Page.ClientCAPTCHA.captchaURL.push(tempURL);
									}
				return Application.Page.ClientCAPTCHA.captchaURL;
			}
		}
	}

	var temp = Application.Page.ClientCAPTCHA.getURL();
	for (var i = 0, j = temp.length; i < j; i++) document.write('<img src="' + temp[i] + '" alt="img' + i + '" />');
// ]]&gt;
</script>
<br/><input type="text" name="captcha" value="" /></td>
</tr>
		<tr>
			<td>&nbsp;</td>
			<td>
				<br /><input type="submit" value="Subscribe" />
				<br/><span style="display: block; font-size: 10px; color: gray; padding-top: 5px;"><a href="http://www.interspire.com/emailmarketer" target="__blank" style="font-size:10px;color:gray;">Email marketing</a> by Interspire</span>
			</td>
		</tr>
	</table>
</form>

<script type="text/javascript">
// <![CDATA[

			function CheckMultiple5(frm, name) {
				for (var i=0; i < frm.length; i++)
				{
					fldObj = frm.elements[i];
					fldId = fldObj.id;
					if (fldId) {
						var fieldnamecheck=fldObj.id.indexOf(name);
						if (fieldnamecheck != -1) {
							if (fldObj.checked) {
								return true;
							}
						}
					}
				}
				return false;
			}
		function CheckForm5(f) {
			var email_re = /[a-z0-9!#$%&'*+\\\\/=?^_`{|}~-]+(?:\\\\.[a-z0-9!#$%&'*+\\\\/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?/i;
			if (!email_re.test(f.email.value)) {
				alert("Please enter your email address.");
				f.email.focus();
				return false;
			}
		
						if (f.format.selectedIndex == -1) {
							alert("Please choose a format to receive your email campaigns in");
							f.format.focus();
							return false;
						}}
					
				if (f.captcha.value == "") {
					alert("Please enter the security code shown");
					f.captcha.focus();
					return false;
				}
			
				return true;
			}
		
// ]]&gt;
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mlearningcouncil.com/2012/07/05/77/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Growth of Mobile &#8211; Why you need to develop a mobile learning strategy</title>
		<link>http://www.mlearningcouncil.com/2012/07/04/growth-of-mobile-why-you-need-to-develop-a-mobile-learning-strategy/</link>
		<comments>http://www.mlearningcouncil.com/2012/07/04/growth-of-mobile-why-you-need-to-develop-a-mobile-learning-strategy/#comments</comments>
		<pubDate>Wed, 04 Jul 2012 15:41:09 +0000</pubDate>
		<dc:creator>snasta</dc:creator>
				<category><![CDATA[Mobile Statistics]]></category>

		<guid isPermaLink="false">http://www.mlearningcouncil.com/?p=72</guid>
		<description><![CDATA[Marcus Turner and Sanjay Nasta presented Roadmap to mLearning at E-Learning Symposium 2012 in Austin, TX.   A central point is that with the rapid growth of mobile devices organizations need to develop a mobile learning strategy. The video below highlights the rapid growth of mobile as well the growth of mobile in learning. &#160;]]></description>
				<content:encoded><![CDATA[<p></p><p>Marcus Turner and Sanjay Nasta presented <em>Roadmap to mLearning</em> at <a title="elearning symposium 2012" href="http://elearningcouncil.com">E-Learning Symposium 2012 </a>in Austin, TX.   A central point is that with the rapid growth of mobile devices organizations need to develop a mobile learning strategy.  The video below highlights the rapid growth of mobile as well the growth of mobile in learning.  </p>
<p>&nbsp;<br />
<iframe width="420" height="315" src="http://www.youtube.com/embed/xFRFBZiz4eM" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mlearningcouncil.com/2012/07/04/growth-of-mobile-why-you-need-to-develop-a-mobile-learning-strategy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mLearnCon 2012:  Tools to make Cross Platform Web Apps</title>
		<link>http://www.mlearningcouncil.com/2012/07/03/mlearncon-2012-tools-to-make-cross-platform-web-apps/</link>
		<comments>http://www.mlearningcouncil.com/2012/07/03/mlearncon-2012-tools-to-make-cross-platform-web-apps/#comments</comments>
		<pubDate>Tue, 03 Jul 2012 13:14:53 +0000</pubDate>
		<dc:creator>snasta</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mlearningcouncil.com/?p=64</guid>
		<description><![CDATA[Tools to Make Cross-platform Web Apps (mlearncon2012) View more PowerPoint from parrissays]]></description>
				<content:encoded><![CDATA[<p></p><div style="width:425px" id="__ss_13382112"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/parrissays/tools-to-make-crossplatform-web-apps-mlearncon2012" title="Tools to Make Cross-platform Web Apps (mlearncon2012)" target="_blank">Tools to Make Cross-platform Web Apps (mlearncon2012)</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/13382112" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0" allowfullscreen></iframe>
<div style="padding:5px 0 12px"> View more PowerPoint from <a href="http://www.slideshare.net/parrissays" target="_blank">parrissays</a> </div>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.mlearningcouncil.com/2012/07/03/mlearncon-2012-tools-to-make-cross-platform-web-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mLearnCon 2012 Curated Backchannel by David Kelly</title>
		<link>http://www.mlearningcouncil.com/2012/07/02/mlearncon-2012-curated-backchannel-by-david-kelly/</link>
		<comments>http://www.mlearningcouncil.com/2012/07/02/mlearncon-2012-curated-backchannel-by-david-kelly/#comments</comments>
		<pubDate>Mon, 02 Jul 2012 13:38:22 +0000</pubDate>
		<dc:creator>snasta</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.mlearningcouncil.com/?p=61</guid>
		<description><![CDATA[I recently got to attend mLearnCon 2012 in San Jose conference&#8211;a conference focused on the future of mobile learning.   It was great to finally meet industry luminaries and hear from industry luminaries such as Clark Quinn, Congrad Gottfredson, and Judy Brown.  The keynote speakers&#8211;BJ Fogg and Jason Calacanis got some strong new ideas started [...]]]></description>
				<content:encoded><![CDATA[<p></p><p>I recently got to attend mLearnCon 2012 in San Jose conference&#8211;a conference focused on the future of mobile learning.   It was great to finally meet industry luminaries and hear from industry luminaries such as Clark Quinn, Congrad Gottfredson, and Judy Brown.  The keynote speakers&#8211;BJ Fogg and Jason Calacanis got some strong new ideas started (slowly working on blog posts based on their presentations).     My first blog post from the conference is a list of <a href="http://www.elearningcouncil.com/content/mlearning-and-elearning-book-recommendations-mlearncon">recommended mobile learning books</a>.</p>
<p>Meanwhile David Kelly, master curator of learning conferences has put together a backchannel of <a title="mLearnCon 2012 Curated Resources" href="http://davidkelly.me/2012/06/mlearncon-2012-backchannel-curated-resources/">mLearnCon 2012 curated resources</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mlearningcouncil.com/2012/07/02/mlearncon-2012-curated-backchannel-by-david-kelly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JISC &#8211; Mobile Learning Infokit</title>
		<link>http://www.mlearningcouncil.com/2012/06/10/jisc-mobile-learning-infokit/</link>
		<comments>http://www.mlearningcouncil.com/2012/06/10/jisc-mobile-learning-infokit/#comments</comments>
		<pubDate>Sun, 10 Jun 2012 21:25:45 +0000</pubDate>
		<dc:creator>snasta</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mlearningcouncil.com/?p=52</guid>
		<description><![CDATA[Mobile Learning infoKit View more presentations from JISC infoNet Mobile Learning Infokit]]></description>
				<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.mlearningcouncil.com/2012/06/10/jisc-mobile-learning-infokit/" title="Permanent link to JISC &#8211; Mobile Learning Infokit"><img class="post_image alignnone" src="http://www.mlearningcouncil.com/wp-content/uploads/2012/06/emerging_practice_400px.jpg" width="399" height="564" alt="Post image for JISC &#8211; Mobile Learning Infokit" /></a>
</p><div id="__ss_9137363" style="width: 425px;"><strong style="display: block; margin: 12px 0 4px;"><a title="Mobile Learning infoKit" href="http://www.slideshare.net/jiscinfonet/mobile-learning-info-kit-overview-for-slideshare" target="_blank">Mobile Learning infoKit</a></strong> <iframe style="border: 1px solid #CCC; border-width: 1px 1px 0;" src="http://www.slideshare.net/slideshow/embed_code/9137363" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="425" height="355"></iframe></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/jiscinfonet" target="_blank">JISC infoNet</a></div>
<div style="padding: 5px 0 12px;"><a href="https://mobilelearninginfokit.pbworks.com/w/page/41122430/Home">Mobile Learning Infokit</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mlearningcouncil.com/2012/06/10/jisc-mobile-learning-infokit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ADL &#8211; mLearning 101 Presentation</title>
		<link>http://www.mlearningcouncil.com/2012/06/10/adl-mlearning-101-presentation/</link>
		<comments>http://www.mlearningcouncil.com/2012/06/10/adl-mlearning-101-presentation/#comments</comments>
		<pubDate>Sun, 10 Jun 2012 21:20:34 +0000</pubDate>
		<dc:creator>snasta</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mlearningcouncil.com/?p=50</guid>
		<description><![CDATA[Mobile learning 101 View more presentations from Jason Haag Additional Resources Mobile Learning Handbook]]></description>
				<content:encoded><![CDATA[<p></p><div id="__ss_12595084" style="width: 425px;"><strong style="display: block; margin: 12px 0 4px;"><a title="Mobile learning 101" href="http://www.slideshare.net/jhaag75/mobile-learning-101-12595084" target="_blank">Mobile learning 101</a></strong> <iframe style="border: 1px solid #CCC; border-width: 1px 1px 0;" src="http://www.slideshare.net/slideshow/embed_code/12595084" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="425" height="355"></iframe></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/jhaag75" target="_blank">Jason Haag</a></div>
</div>
<div style="padding: 5px 0 12px;">Additional Resources</div>
<div style="padding: 5px 0 12px;"><a href="http://mlhandbook.adlnet.gov.">Mobile Learning Handbook</a></div>
<div style="padding: 5px 0 12px;"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.mlearningcouncil.com/2012/06/10/adl-mlearning-101-presentation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tap is the New Click: Tips and Resources on Designing Gestural Interfaces</title>
		<link>http://www.mlearningcouncil.com/2012/05/27/tap-is-the-new-click-tips-and-resources-on-designing-gestural-interfaces/</link>
		<comments>http://www.mlearningcouncil.com/2012/05/27/tap-is-the-new-click-tips-and-resources-on-designing-gestural-interfaces/#comments</comments>
		<pubDate>Sun, 27 May 2012 17:11:01 +0000</pubDate>
		<dc:creator>snasta</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mlearningcouncil.com/?p=42</guid>
		<description><![CDATA[When you are designing a user interface for a mobile device whether it is a smartphone or a table you have to adjust the design for screen size, and the change from a point and click interface on a computer to a gesture based interface. As the popularity of mobile devices grows &#8211; &#8220;Tap has [...]]]></description>
				<content:encoded><![CDATA[<p></p><p>When you are designing a user interface for a mobile device whether it is a smartphone or a table you have to adjust the design for screen size, and the change from a point and click interface on a computer to a gesture based interface. As the popularity of mobile devices grows &#8211; &#8220;Tap has become the new click&#8221; (Dan Saffer, Kicker Studio)</p>
<p><em>Gesture: Any physical movement that can be responded to by a digital system without the aid of a traditional input device such as a mouse or stylus</em></p>
<p>So what does the move to a gesture based interface imply for interface design?</p>
<p>Gesture based interface design is driven by the concept of direct manipulation of digital objects on a screen&#8211;similar to mouse based GUI interfaces. The finger, however, is not a direct replacement for a mouse. For example, It is not as precise in pointing to a particular object. Unlike a mouse a finger can move directly from point to point.</p>
<h2>Vocabulary of Gesture Based Design</h2>
<p>First the basic vocabulary of gesture based design. The common gestures used in smartphone and tablet design are:</p>
<ul>
<li><strong>Tap</strong>: Tapping on the screen a signle time To press or select a control or item equivalent to a mouse click</li>
<li><strong>Double Tap</strong>: To zoom in and center a block of content or image. To zoom out if already zoomed in. Note this is not equivalent to a double click.</li>
<li><strong>Flick</strong>: To scroll or pan quickly you merely do the flick gesture on the tablet. In gesture based design you do not have to have scroll bars. You use the content as the interface. A concept you&#8217;ll see below</li>
<li><strong>Drag</strong>: To scroll or pan in a controlled manner touch and drag. Again the content is the interface saving screen space.</li>
<li><strong>Swipe</strong>: Pointing to an object and swimping is sometimes used to delete an object. This is a less common element.</li>
<li><strong>Pinch Close</strong>: Use tw fingers to pinch close is commonly used to zoom out</li>
<li><strong>Pinch Open</strong>: Use two fingers to pinch open is commonly used to zoom in</li>
<li><strong>Touch and Hold</strong>: In editable text, displays a magnified view for cursor positioning</li>
<li><strong>Two-finger scroll</strong>: Touch with two fingers and drag is used to scroll up and down within a content area</li>
</ul>
<p>Want a more visual view? Apple has kindly put together a <a href="http://www.apple.com/macosx/whats-new/gestures.html.">gesture guide</a> for their products with videos of each gesture.</p>
<h2>Gesture Design Tips</h2>
<p>How do we design for interactive gestures. Here are a few tips to get started.</p>
<ul>
<li>Avoid putting essential features or information like a label below an interface element that can be touched, as it may become hidden by the user&#8217;s own hand.</li>
<li>Create reasonably sized touch targets (no smaller than 1 cm a bit more than a 1/3 of an inch).  Two methods for decreasing the size of touch targets are</li>
<ul>
<li><strong>Iceberg Tips</strong>: Controls that have larger targets than is visible&#8211;in other words you can tap anywhere around a button and it will still count as selecting the button. The implication is that you have more space between objects.</li>
<li><strong>Adaptation</strong>: Adaptive targets are created by guessing the next item the user will touch and increase the touch target appropriately. It is why the iPhone can get away with 5 mm targets for the keyboard.</li>
</ul>
<li>UI elements that do not work the same and <strong>should be avoided in   touch based gesture interfaces</strong> include:</li>
<ul>
<li><strong>Cursors</strong>: In a gesture based interface a user is not constantly pointing at something. A finger moves from point to point.</li>
<li><strong>Mouseovers and hovers</strong>: Neither can be detected through touch screens</li>
<li><strong>Double-Click</strong>: Although double click can be done it should be used with cautions.</li>
<li><strong>Right-Click</strong>: Using a Right-click to bring up another option is physically difficult (or impossible) for the user and goes against the direct manipulation philosophy of touch interfaces.</li>
<li><strong>Drop Down Menus</strong>: Again drop down menus go against the direct manipulation philosophy of touch interfaces.</li>
<li><strong>Selected default buttons</strong></li>
<li><strong>Undo</strong>: It is hard to do an undo gesture once a gesture is done. Provide an easy way to cancel the action.</li>
</ul>
<li>The more complicated the gesture the fewer people that will use it. An example of this is the two finger tap to  zoom.</li>
<li>A corrolary&#8211;If gestures are not obvious to the user they need to be clearly communicated.</li>
</ul>
<h2>Resources for Tablet and Smartphone Interface Design</h2>
<p>Dan Saffer&#8217;s lecture at Stanford on Gesture Interface design is worth watching.</p>
<ul>
<li><a href="http://www.slideshare.net/chiatlanta/tap-is-the-new-click ">Tap is the new click</a></li>
<li><a href="http://www.slideshare.net/MysticMonkey/gesture-based-computing">Gesture Based Computing</a></li>
<li><a href="http://www.designinggesturalinterfaces.com/ ">Designing Gestural Interfaces</a></li>
<li><a href="http://www.kickerstudio.com/blog/2008/12/touchscreen-stencils/">Touchscreen Stencils</a></li>
</ul>
<p><iframe src="http://www.youtube.com/embed/Wv81bKdc2Hs" frameborder="0" width="420" height="315"></iframe><br />
<iframe style="width: 120px; height: 240px;" src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;bc1=000000&amp;IS2=1&amp;bg1=FFFFFF&amp;fc1=000000&amp;lc1=0000FF&amp;t=gadgetguys03-20&amp;o=1&amp;p=8&amp;l=as4&amp;m=amazon&amp;f=ifr&amp;ref=ss_til&amp;asins=B0058MX59I" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" align="right" width="320" height="240"></iframe></p>
<h2>Extra Credit: Fitts Law</h2>
<p>AskTog.com defines Fitts’s Law as “The time to acquire a target is a function of the distance to and size of the target”</p>
<p>A larger object closer to a user is easier to point to than a larger object further away. Visual targets should be designed to be close to the user to avoid reaching across the interface. Objects to be manipulated should be large enough to accomodate a human finger.</p>
<p>Are you a visual learning?  Particle Tree has a <a href="http://particletree.com/features/visualizing-fittss-law/">good visualization of Fitts La</a>w at:</p>
<p>Read Wikipedia&#8217;s Article on <a href="http://en.wikipedia.org/wiki/Fitts%27s_law">Fitts Law</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mlearningcouncil.com/2012/05/27/tap-is-the-new-click-tips-and-resources-on-designing-gestural-interfaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Anytime Learning with Mobile</title>
		<link>http://www.mlearningcouncil.com/2012/04/22/enable-anytime-learning-with-mobile/</link>
		<comments>http://www.mlearningcouncil.com/2012/04/22/enable-anytime-learning-with-mobile/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 01:58:42 +0000</pubDate>
		<dc:creator>mturner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mlearningcouncil.com/?p=35</guid>
		<description><![CDATA[The number of all mobile devices accessing the Internet  worldwide will surpass 1 billion by 2013. In addition,  the number of users of mobile devices will also double by the end of the year!  The mobile Internet is ramping up exponentially faster than the desktop Internet did or will ever realize.   This dramatic increase in [...]]]></description>
				<content:encoded><![CDATA[<p></p><p>The number of all mobile devices accessing the Internet  worldwide will surpass <strong><em>1 billion by 2013</em></strong>. In addition,  the number of users of mobile devices will also <strong>double</strong> by the end of the year!  The mobile Internet is ramping up exponentially faster than the desktop Internet did or will ever realize.   This dramatic increase in adoption of mobile devices such as smart-phones and tablets has crystallized a collective focus on mobile learning (mLearning), specifically, how to best leverage the mobile platform for training and extended learning.  Training thought leaders need to plan today for anywhere/anytime training  using mobile devices.   Mobile learning, initiatives need to be driven as an extension of business and learning initiatives and just  not by the “shiny penny” syndrome.</p>
<p class="p1"><strong>Why mLearning?</strong></p>
<p class="p1">Leveraging the mobile presence, device capabilities and unique extended learning potential of mobile platforms is essential.  There is little to no valid argument (any more) that training needs to be extended to the mobile platform, but the best use of this environment depends on your overall organizational needs and drivers.  Some common drivers include:</p>
<ul class="ul1">
<li class="li1"><strong>Ease of Access</strong>.  The mobile device, unlike desktop computers (or even laptops), is always available.   Even more than your American Express card,  you don’t leave home without it.  The high availability of mobile devices allows extends  training by allowing for delivery at the right place and right time.</li>
<li class="li1"><strong>Convenience</strong>.  Even office workers are not at their desk over 30% of the time.   mLearning allows learners  to fit learning into their lifestyle, consuming training at locations other than their desk and use their time more effectively.   Smart-phones and tablets are personal, private and familiar devices and reduce the barriers to learning.</li>
<li class="li1"><strong>Just in Time/Place Training</strong>.  Mobile training allows learners to access training when they need it and just as importantly where they need it.   Flying out to a customer site and need to learn more about a particular solution your company sells—a mobile learning solution allows for learning at the airport.  At a plant, working on fixing a machine—a mobile training solutions allows a tech to pull up the process or even send a photo or video to  an off-site engineer to help.</li>
<li class="li1"><strong>Connection to Environment.</strong>  Smart-phones can offer a strong connection to the trainee’s environment.  Most devices are location and orientation aware through their GPS.  <strong> </strong>These devices typically also have cameras with video capabilities that allow trainees to interact with their environment.  For example, you can set up location aware training that discusses the history of a particular location.   We have used device cameras to read QR codes attached to an object (just about any object)  that direct the learner to more information specific to that object.</li>
<li class="li1"><strong>Social Learning.  </strong>Smartphones offer strong capabilities to enable social learning.    Sharing of  multiple modes/formats of information (email, instant messages, SMS, MMS, photos, and videos)  with  the trainees social network is easy on mobile devices since most of them have apps dedicated to those functions.</li>
</ul>
<p class="p1"><strong>What changes are coming to mLearning?</strong></p>
<p class="p1">Changes in mLearning are being driven by the increased capability of mobile devices.  mLearning was initially learning delivered on smartphones/PDA—not necessarily full online courses but bits of just in time training—videos, audio podcasts, quick tips, etc.</p>
<p class="p1">Tablets, such as the iPad, are changing some of the parameters of mLearning.   The additional screen real-estate (quickly approaching the capabilities of the desktop PC), the ease of using the tablet interface, significantly greater processing power allow us to deliver more types of training and media than ever before.   We can also now reuse content meant for desktop browsers, but extended to further utilize the device and user interaction benefits that are unique within the mobile environment.</p>
<p class="p1">Furthermore, content creation systems are becoming available that allow you to create and re-purpose content for mobile devices.   Learning Management Systems allow you to deliver, measure and report on learning for mobile devices.   Mobile Learning is becoming easier to create and use as the  infrastructure for creating and managing content on these devices becomes available.</p>
<p class="p1">It is a great time for learning departments to experiment and learn about mobile learning.  Do remember like any other learning project mobile learning projects must be driven by business goals.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mlearningcouncil.com/2012/04/22/enable-anytime-learning-with-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Atomic Axis&#8217; founders to speak at ELS 2012 Austin</title>
		<link>http://www.mlearningcouncil.com/2012/03/31/atomic-axis-founders-to-speak-at-els-2012-austin/</link>
		<comments>http://www.mlearningcouncil.com/2012/03/31/atomic-axis-founders-to-speak-at-els-2012-austin/#comments</comments>
		<pubDate>Sat, 31 Mar 2012 01:56:35 +0000</pubDate>
		<dc:creator>mturner</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.mlearningcouncil.com/?p=32</guid>
		<description><![CDATA[Atomic Axis&#8217; founders Marcus Turner and Sanjay Nasta are speaking about mobile learning at E-Learning Symposium 2012 Austin.  Atomic Axis is also a sponsor at the conference.   We feel that anytime/anywhere learning is going to be one of the most important uses of mobile devices in the next five years.   Unfortunately, clear guidance for creating [...]]]></description>
				<content:encoded><![CDATA[<p></p><p>Atomic Axis&#8217; founders Marcus Turner and Sanjay Nasta are speaking about mobile learning at<a href="http://www.elearningcouncil.com/content/e-learning-symposium-2012-austin"> E-Learning Symposium 2012 Austin</a>.  Atomic Axis is also a sponsor at the conference.   We feel that anytime/anywhere learning is going to be one of the most important uses of mobile devices in the next five years.   <span style="font-family: Arial;">Unfortunately, clear guidance for creating effective mobile learning has been missing.  In this session, we will go through the mobile learning framework and provide a clear roadmap to creating effective learning.</span></p>
<p><span style="font-family: Arial;">Topics covered include:</span></p>
<ul>
<li><span style="font-family: Arial;">Why mobile learning?</span></li>
<li><span style="font-family: Arial;">Mobile Learning Framework </span></li>
<li><span style="font-family: Arial;">Learning Methodology</span></li>
<li><span style="font-family: Arial;">Technology Considerations</span></li>
<li><span style="font-family: Arial;">Case Studies: Lessons from successful implementers</span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mlearningcouncil.com/2012/03/31/atomic-axis-founders-to-speak-at-els-2012-austin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
