<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>EdTechDev</title>
	<atom:link href="http://edtechdev.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://edtechdev.wordpress.com</link>
	<description>developing educational technology</description>
	<lastBuildDate>Wed, 29 May 2013 19:37:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='edtechdev.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>EdTechDev</title>
		<link>http://edtechdev.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://edtechdev.wordpress.com/osd.xml" title="EdTechDev" />
	<atom:link rel='hub' href='http://edtechdev.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Developing Interactive, Scalable HTML5 Apps on the Cheap: Serverless, Unhosted, No Backend, BAAS, PAAS, Oh My</title>
		<link>http://edtechdev.wordpress.com/2013/05/10/serverless-unhosted-nobackend/</link>
		<comments>http://edtechdev.wordpress.com/2013/05/10/serverless-unhosted-nobackend/#comments</comments>
		<pubDate>Sat, 11 May 2013 02:10:14 +0000</pubDate>
		<dc:creator>Doug Holton</dc:creator>
				<category><![CDATA[drupal]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://edtechdev.wordpress.com/?p=768</guid>
		<description><![CDATA[I&#8217;ve written before how HTML5 is the platform of the future for developing interactive educational apps, and you can even develop (code) in your browser (or chromebook) now.  Well, the future is here, and HTML5 is still looking to be the best option, but there are some wrinkles.  One is the slow pace of multimedia support in [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edtechdev.wordpress.com&#038;blog=10038577&#038;post=768&#038;subd=edtechdev&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve written before how <a href="http://edtechdev.wordpress.com/2010/02/07/whats-the-platform-of-the-future-for-developing-interactive-graphical-educational-software/">HTML5 is the platform of the future</a> for developing interactive educational apps, and you can even <a href="http://edtechdev.wordpress.com/2010/03/19/browser-based-ides/">develop (code) in your browser</a> (or chromebook) now.  Well, the future is here, and HTML5 is still looking to be the best option, but there are some wrinkles.  One is the slow pace of multimedia support in HTML5, in particular <a href="http://www.gamasutra.com/blogs/ChrisKhoo/20120618/172573/">audio</a> (a counterexample is 3D, in the form of <a href="http://get.webgl.org/">WebGL</a>, which is coming along faster than I expected).  Two other things are actually good, but still challenging problems &#8211; 1) the explosion of HTML5 and <a href="http://en.wikipedia.org/wiki/Comparison_of_JavaScript_frameworks">Javascript frameworks</a>: Meteor.js, AngularJS, Ember, Backbone, CanJS, Knockout, yadda yadda yadda (I&#8217;m particularly excited about Meteor, but none of these frameworks seem to have &#8220;ease of use&#8221; in their vocabulary, and accessibility is usually an afterthought, if considered at all &#8211; <a href="http://dojotoolkit.org/">Dojo</a> being one exception), and 2) the explosion of <a href="https://github.com/jashkenas/coffee-script/wiki/List-of-languages-that-compile-to-JS">languages that compile to JavaScript</a>: Coffeescript, Dart, TypeScript, yadda yadda yadda (Dart is one that interests me at the moment).</p>
<p>But one problem in particular has been my biggest hurdle, which I discuss more here: the cost of scalable hosting.  With &#8220;old-fashioned&#8221; desktop apps or single-user applets or web animations or games, you can fire and forget it.  Develop your app or site, slap it up on the web, and people download it or visit it and use it.  Static web hosting is practically free (like this WordPress blog).  However, if you want social features, persistence (database), or other things like that, you need to have a database or other backend at minimum, and it needs to be able to scale.  I&#8217;ve always had my hopes up for <a href="http://drupal.org/">Drupal</a> - it is still my favorite go-to solution for social but non-interactive web applications, and several folks are <a href="http://www.jefflinwood.com/2011/07/building-a-simple-ipad-application-with-drupal-7-part-1/">using Drupal as a backend for HTML5 or mobile apps</a>, but it is not so easy or so cheap to scale up.  A lighter weight alternative to Drupal, perhaps built on <a href="http://nodejs.org/">node.js</a> and <a href="http://www.mongodb.org/">MongoDB</a>, has not yet emerged.</p>
<p><a href="http://nobackend.org/"><img class=" alignnone" alt="nobackend logo" src="https://si0.twimg.com/profile_images/3471014112/f3cbd391b3c34e78b4f0e35b61ecdf71.png" width="154" height="154" /></a> <a href="https://unhosted.org/"><img class="alignnone" alt="unhosted logo" src="https://si0.twimg.com/profile_images/1571295852/unhosted-logo.png" width="173" height="173" /></a></p>
<p><strong>The Serverless, Unhosted, No Backend Options</strong></p>
<p>Anyway, so, one hurdle to developing interactive educational HTML5 applications on the web is the cost of scalability.  Web hosting is cheap (or even free) at the beginning, but can quickly spiral out of control and sometimes lock you into a proprietary platform (like google appengine).  I could get a grant, but what about when the funding runs out?  I could beg for money by posting my ugly mug at the top of every page like <a href="http://www.theatlanticwire.com/technology/2011/11/jimmy-wales-makes-it-easy-make-fun-wikipedia-ads/45252/">Jimmy Wales did on Wikipedia</a>, but I&#8217;m not a sadist.  I&#8217;m not a venture capitalist/entrepreneur, and unfortunately, I&#8217;m not at a university that supports or provides web application hosting (I used to be able to just run apps off the computer under my desk as an undergrad, grad, and professor, or by running cheap <a href="http://www.lowendbox.com/">virtual private servers</a> for as little as $15/year when scaling up wasn&#8217;t much of a concern).</p>
<p>Here are some sites that describe lower-cost, open source, and scalable cloud hosting solutions, by either letting visitors host their own data (in their browser&#8217;s local cache, or on dropbox or google drive or another site), or by using a cheaper backend-as-a-service that your front-end connects to. [Really, none of these (except WebP2P) are completely "serverless", and many do not eliminate the costs, either, but it is progress.]  Various terms have been used for some of these concepts: serverless, no backend, unhosted, and there are also new and cheaper cloud hosting services that provide a <a href="http://en.wikipedia.org/wiki/Backend_as_a_service">backend-as-a-service</a> (BAAS) or a <a href="http://en.wikipedia.org/wiki/Platform_as_a_service">platform-as-a-service</a> (PAAS).</p>
<ul>
<li><a href="http://nobackend.org/">No Backend</a> &#8211; &#8220;a new approach to build data driven apps without thinking backend.&#8221; See the <a href="http://nobackend.org/solutions/">solutions</a> and <a href="http://nobackend.org/examples/">examples</a> listed.
<ul>
<li><a href="https://www.firebase.com/">Firebase</a> and <a href="http://deployd.com/">deployd</a>, for example, while not removing cloud hosting costs, make it much easier to develop the backend for web and mobile apps.</li>
</ul>
</li>
<li><a href="https://unhosted.org/">Unhosted</a> &#8211; &#8220;freedom from web 2.0&#8242;s monopoly platforms&#8221; &#8211; came before the &#8220;No Backend&#8221; movement and looks to be completely open source and not tied to one third-party platform. Their site also lists various <a href="https://unhosted.org/tools/">tools</a> and <a href="https://unhosted.org/apps/">example apps</a> that let users control their own data.
<ul>
<li><a href="http://nimbusbase.com/">Nimbusbase</a> is an interesting option that uses Google Drive or Dropbox to store your user&#8217;s data.</li>
<li>And here&#8217;s a sample <a href="http://pouchdb.com/">PouchDB</a> &amp; CouchDB-based <a href="http://blog.nparashuram.com/2013/01/a-website-for-dev-conferences-pouchdb.html">conference scheduling app</a> that also works offline. (Just as some have stated a mantra that we should develop HTML5 applications &#8220;<a href="http://www.html5rocks.com/en/mobile/responsivedesign/">mobile first</a>&#8220;, some have also stated that we should try to develop with &#8220;<a href="http://blog.joelambert.co.uk/2012/11/26/offline-first-a-better-html5-user-experience/">offline first</a>&#8221; support, too, and to that I would also add &#8220;<a href="http://www.webaccessibilityfirst.ca/">accessibility first</a>&#8220;)</li>
</ul>
</li>
<li><a href="http://webp2p.org/">WebP2P</a> (peer-to-peer) is an effort that builds on top of <a href="http://www.webrtc.org/">WebRTC</a> (real-time communication) to allow for truly serverless web apps &#8211; apps that connect from browser to browser.  It is still very new, and only supported by bleeding edge versions of Chrome and Firefox (although there is a <a href="https://github.com/piranna/DataChannel-polyfill">WebRTC datachannel polyfill</a> to fill in some of the functionality for other browsers).  See the <a href="http://librelist.com/browser/webp2p/">WebP2P mailing list</a> and <a href="https://plus.google.com/113817074606039822053/posts">WebRCT Google+ page</a> for more info and examples.
<ul>
<li><a href="http://shareit.es/">ShareIt</a>, based on <a href="https://github.com/Miserlou/DirtyShare">DirtyShare</a>, is a proof of concept that allows you to share files from your browser</li>
<li><a href="http://peerjs.com/">PeerJS</a> wraps the WebRTC implementation to provide a complete, configurable, and easy-to-use peer-to-peer data API.</li>
<li><a href="http://openpeer.org/">Open Peer</a> is another WebRTC-based P2P Protocol &amp; Specification</li>
<li><a href="http://blog.grimwire.com/#2013-04-04-grimwire.md">GrimWire</a> is a RESTful Browser OS that does Peer-to-peer over WebRTC.  It is built on the <a href="http://grimwire.com/local/">Local framework</a>, which allows you to securely run user applications on the page using Web Workers.</li>
<li><a href="http://jinroh.github.io/kadoh/">KadOH</a> (Kademlia Over HTTP) is a framework to build P2P applications for browsers and node.js. By implementing the basis of the Kademlia DHT used for decentralized peer-to-peer networks.</li>
<li><a href="https://github.com/sdslabs/hackview">hackview</a> is a webRTC based multi-person video chat with a collaborative editor</li>
<li>There are several other WebRCT based video chat apps and demos: <a href="https://apprtc.appspot.com/">appRTC</a> is a basic demo, <a href="http://www.veckon.com/">veckon</a> is more polished, <a href="http://conversat.io/">conversat.io</a> adds a lunar lander game for you to play while waiting for others to join you, and the folks at Mozilla have a <a href="https://hacks.mozilla.org/2013/05/embedding-webrtc-video-chat-right-into-your-website/">widget to embed video chat into your own website</a>.</li>
<li>There are various WebRCT SIP/VOIP <a href="http://bloggeek.me/webrtc-gateways-week/">gateways</a> becoming available.</li>
<li>The <a href="http://www.g200kg.com/archives/2013/04/airtheremin-1.html">AirTheremin</a> uses WebRTC and the Web Audio API to let you control sounds using gestures in front of your webcam</li>
</ul>
</li>
<li><a href="http://en.wikipedia.org/wiki/Data_URI_scheme">Data URIs</a> &#8211; New browsers support very long URLs, and you can actually store quite a bit of data in it, such as text or even an image.
<ul>
<li><a href="http://stackednotion.com/shortly/#TVO7jtwwDOz9FQSuSLPwLoIgRboAFyQHpMqjSClLtCWsJBoitc7+fShp75BOGJPDmSH901OReIfAYICx3LBEZIbdsOAScseCxRm+6Ke7+JA38GbfMTNQBvEINgbMAhwcnsBk10FnxDRWFiroIIzS3z++z9P09ATf6IAgcFC58jQ9P4otpb3oeG2o3CZ1JlyjEQQTNypBfDo1OMNiGD9+AMyWnDYI6ZNrwcZrjX7H1+FsVmwes3psCuBF2rTOwihg+huOkB0dcyRrJFCevWEPtA6PtZRmcjcbqoPnsK7YgaXQoRmxhnJTrW94DCkIv7YLiYltNkTMm/gTeDpQEwVTqGpk7y+XC1hvirHS2BgxcfOkLhpBQc0mYXYPO5DM35BqmuGz9IJEqY3VZ0uAXwWr7Uxjaz2glYodjF3gfzp0Otor19RvwT0i7aDWG90VwtbCivFtwZrEH6qq5T50hnwdWzNdCTfdWn+HSArXEpVZ5elyAnPVa1mqjOrA+d0wYnWtM/xClka1BJm1v1/VbEl3JP5B3enaAanSBlOVQcszNFWWanSg5nILdhxgUk9qQkNq10DF6UNdOlU5qJtQxbq5eZzqVzX9km8Ub+imyYvs/Ol83rS6LiopnWNVzXuIEcuZx//0Dw==9">Shortly</a> is a serverless pastebin service that uses this technique</li>
<li><a href="http://alfg.co/jot/">Jot</a> is a note-taking app that also lets you encrypt your notes with a password through a client-side javascript encryption library</li>
<li>The <a href="http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/">webSemantics Data to URI Converter</a> will convert your image to a data URL</li>
<li><a href="http://dataurl.net/#about">DataURL</a> will similarly convert files or images to data URLs for embedding in HTML or CSS files</li>
</ul>
</li>
<li>Back toward more server-centered strategies, the <a href="http://en.wikipedia.org/wiki/Backend_as_a_service">Backend-as-a-Service</a> (BAAS) and <a href="http://en.wikipedia.org/wiki/Platform_as_a_service">Platform-as-a-Service</a> (PAAS) Wikipedia pages list several cloud hosting providers, none of which really solve the cost issue, because you still have to pay for scaling up, but they can be cheaper on the whole than prior solutions.
<ul>
<li><a href="https://www.openshift.com/">OpenShift</a> by RedHat is an open source PAAS that I have found very interesting, and it appears to be very reasonably priced (and free for the entry level).  You can host anything with it, node.js, Drupal, Java, etc.</li>
<li>The BAAS market appears to be a very hot topic at the moment (see this <a href="http://www.kinvey.com/blog/121/the-backend-as-a-service-ecosystem-map-update-amp-new-trends-migration-toward-the-middle">BAAS ecosystem map</a>), especially after one provider, Parse, was bought out by Facebook.  But <a href="http://www.apstrata.com/">Apstrata</a> is one that looks interesting, because you only pay by the number of users you have (under 500 is free), and it is made to work with <a href="http://dojotoolkit.org/">Dojo Toolkit</a> (and other options), which as I mentioned is accessible and also incredibly full-featured.</li>
</ul>
</li>
</ul>
<p>For an older article that hinted on this &#8220;serverless&#8221; trend, see <a href="http://readwrite.com/2012/10/15/why-the-future-of-software-and-apps-is-serverless">Why The Future Of Software And Apps Is Serverless</a>, and a newer article explores the No Backend movement in more detail: <a href="http://www.infoq.com/news/2013/05/nobackend">NoBackend: Front-End First Web Development</a>.</p>
<br />Filed under: <a href='http://edtechdev.wordpress.com/category/drupal/'>drupal</a>, <a href='http://edtechdev.wordpress.com/category/html5/'>html5</a>, <a href='http://edtechdev.wordpress.com/category/opensource/'>opensource</a>, <a href='http://edtechdev.wordpress.com/category/programming/'>programming</a>, <a href='http://edtechdev.wordpress.com/category/software/'>software</a>, <a href='http://edtechdev.wordpress.com/category/technology/'>technology</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edtechdev.wordpress.com&#038;blog=10038577&#038;post=768&#038;subd=edtechdev&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://edtechdev.wordpress.com/2013/05/10/serverless-unhosted-nobackend/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cafee8b9c3deb2605f78348ee8a19dc9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">edtechdev</media:title>
		</media:content>

		<media:content url="https://si0.twimg.com/profile_images/3471014112/f3cbd391b3c34e78b4f0e35b61ecdf71.png" medium="image">
			<media:title type="html">nobackend logo</media:title>
		</media:content>

		<media:content url="https://si0.twimg.com/profile_images/1571295852/unhosted-logo.png" medium="image">
			<media:title type="html">unhosted logo</media:title>
		</media:content>
	</item>
		<item>
		<title>Considering MOOCs: Pros, Cons, Questions</title>
		<link>http://edtechdev.wordpress.com/2013/02/28/considering-moocs/</link>
		<comments>http://edtechdev.wordpress.com/2013/02/28/considering-moocs/#comments</comments>
		<pubDate>Thu, 28 Feb 2013 21:49:40 +0000</pubDate>
		<dc:creator>Doug Holton</dc:creator>
				<category><![CDATA[edtech]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[moocs]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[teaching]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://edtechdev.wordpress.com/?p=708</guid>
		<description><![CDATA[Here are slides for a talk I&#8217;m giving to my university about issues to consider before offering MOOCs or accepting MOOCs for credit. Considering MOOCs: Pros, Cons, Questions from Doug Holton I also participated in a webinar about MOOCs for corporate learning, hosted by Jeanne Meister of FutureWorkPlace. A few slides related to that are [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edtechdev.wordpress.com&#038;blog=10038577&#038;post=708&#038;subd=edtechdev&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Here are slides for a talk I&#8217;m giving to my university about issues to consider before offering MOOCs or accepting MOOCs for credit.</p>
<iframe src='http://www.slideshare.net/slideshow/embed_code/16842646' width='512' height='420' scrolling='no'></iframe>
<div style="margin-bottom:5px;"><strong> <a title="Considering MOOCs: Pros, Cons, Questions" href="http://www.slideshare.net/edtechdev/considering-moo-cs-16842646" target="_blank">Considering MOOCs: Pros, Cons, Questions</a> </strong> from <strong><a href="http://www.slideshare.net/edtechdev" target="_blank">Doug Holton</a></strong></div>
<p>I also participated in a webinar about MOOCs for corporate learning, hosted by Jeanne Meister of <a href="http://futureworkplace.com/" target="_blank">FutureWorkPlace</a>. A few slides related to that are at the end of the above presentation.</p>
<p>My last advice to both groups is that, even if you decide to not go with MOOCs today, keep a close eye on them.  MOOCs are evolving extremely rapidly, both technologically and pedagogically.  See for example these MOOCs that are pedagogically more interesting than just videos and quizzes: <a href="https://www.coursera.org/course/pdstatistics" target="_blank">Passion Driven Statistics</a>, <a href="http://learn.media.mit.edu/" target="_blank">Learning Creative Learning</a>, and the <a href="http://mooc.olds.ac.uk/" target="_blank">Open Learning Design Studio MOOC</a> I mentioned in my <a href="http://edtechdev.wordpress.com/2012/05/04/whats-the-problem-with-moocs/" target="_blank">previous post</a> about pedagogical issues with MOOCs.  There are also millions of dollars being invested in MOOC development, with both new and old tools evolving to accommodate the unique demands of MOOCs.  Several MOOC platforms are emerging, both free (Instructure&#8217;s <a href="https://www.canvas.net/" target="_blank">Canvas.net</a>, Blackboard&#8217;s <a href="https://www.coursesites.com/" target="_blank">CourseSites</a>, <a href="http://www.google.com/+/learnmore/communities/" target="_blank">Google+ Communities and Hangouts</a> and other <a href="http://www.google.com/intl/en/about/products/" target="_blank">Google Apps</a>) and open source (<a href="http://class.stanford.edu/" target="_blank">Class2Go</a>, <a href="http://openmooc.org/" target="_blank">OpenMOOC</a>, <a href="https://code.google.com/p/course-builder/" target="_blank">CourseBuilder</a>, <a href="https://www.edx.org/faq#technology-platform" target="_blank">edX</a>, <a href="https://p2pu.org/" target="_blank">P2PU</a>, <a href="http://wordpress.com/" target="_blank">WordPress</a>).</p>
<p>So 6 months from now, a year from now, MOOCs may look quite different.</p>
<p>And my first advice to everyone is: <a href="http://www.class-central.com/" target="_blank">try a MOOC out for yourself</a>.  That&#8217;s the best way to better learn about them.</p>
<br />Filed under: <a href='http://edtechdev.wordpress.com/category/edtech/'>edtech</a>, <a href='http://edtechdev.wordpress.com/category/education/'>education</a>, <a href='http://edtechdev.wordpress.com/category/moocs/'>moocs</a>, <a href='http://edtechdev.wordpress.com/category/opensource/'>opensource</a>, <a href='http://edtechdev.wordpress.com/category/teaching/'>teaching</a>, <a href='http://edtechdev.wordpress.com/category/technology/'>technology</a>, <a href='http://edtechdev.wordpress.com/category/uncategorized/'>Uncategorized</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edtechdev.wordpress.com&#038;blog=10038577&#038;post=708&#038;subd=edtechdev&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://edtechdev.wordpress.com/2013/02/28/considering-moocs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cafee8b9c3deb2605f78348ee8a19dc9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">edtechdev</media:title>
		</media:content>
	</item>
		<item>
		<title>What&#8217;s the &#8220;problem&#8221; with MOOCs?</title>
		<link>http://edtechdev.wordpress.com/2012/05/04/whats-the-problem-with-moocs/</link>
		<comments>http://edtechdev.wordpress.com/2012/05/04/whats-the-problem-with-moocs/#comments</comments>
		<pubDate>Sat, 05 May 2012 05:38:05 +0000</pubDate>
		<dc:creator>Doug Holton</dc:creator>
				<category><![CDATA[edtech]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[moocs]]></category>
		<category><![CDATA[teaching]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://edtechdev.wordpress.com/?p=669</guid>
		<description><![CDATA[In case the quotes didn&#8217;t clue you in, this post doesn&#8217;t argue against massive open online courses (MOOCs) such as the ones offered by Udacity, Coursera, and edX.  I think they are very worthy ventures and will serve to progress our system of higher education. I do however agree with some criticisms of these courses, and [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edtechdev.wordpress.com&#038;blog=10038577&#038;post=669&#038;subd=edtechdev&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In case the quotes didn&#8217;t clue you in, this post doesn&#8217;t argue against massive open online courses (MOOCs) such as the ones offered by <a href="http://www.udacity.com/">Udacity</a>, <a href="https://www.coursera.org/">Coursera</a>, and <a href="http://www.edxonline.org/">edX</a>.  I think they are very worthy ventures and will serve to progress our system of higher education. I do however agree with some criticisms of these courses, and that there is room for much more progress.  I propose an alternative model for such massive open online learning experiences, or MOOLEs, that focuses on solving &#8220;problems,&#8221; but first, here&#8217;s a sampling of some of the criticisms of MOOCs.</p>
<h2>Criticisms of MOOCs</h2>
<ul>
<li>Khan Academy
<ul>
<li>The <a href="http://www.tonybates.ca/2012/03/14/a-short-critique-of-the-khan-academy/">organization is unclear and it lacks sufficient learner support</a>.</li>
<li>The videos aren&#8217;t informed by research and theory on how people learn, and this may diminish the effectiveness of his videos.  He could make the physics videos more effective for example if he <a href="http://fnoschese.wordpress.com/2011/03/17/khan-academy-and-the-effectiveness-of-science-videos/">directly addressed student misconceptions in the videos</a>.  It doesn&#8217;t appear that any of the videos ever get revised or updated.</li>
<li>Also the videos are still basically non-interactive, passively absorbed lectures. While nowhere near as effective as <a href="http://www.diglearning.org/toolbox/teach/active-learning">active learning</a> (where <a href="https://plus.google.com/105172824293093013179/posts/UR2UQraiAiw">students may learn twice as much and may be three times less likely to drop out</a> than in traditional lecture-based courses), lectures do still have a place and can be more effective if given in the right contexts, such as <em>after</em> (not before) students have explored something on their own (via a lab experience, simulation, game, field experience, analyzing cases, etc.) and developed their own questions and a &#8220;need to know.&#8221;  See research on <a href="https://plus.google.com/105172824293093013179/posts/272XAcTTfWA">productive failure</a> and a &#8220;<a href="http://blog.sciencegeekgirl.com/2008/10/10/a-time-for-telling/">time for telling</a>.&#8221;</li>
</ul>
</li>
<li>Udacity and Coursera courses
<ul>
<li>These courses are clearly putting the traditional college course model online, and the problems are the same as with traditional college courses.  They are a big step above opencourseware sites, which just have notes or long recordings of class lectures online with no guidance or learning support, but as with traditional college courses, there is often a lack of active learning or effective instructional design, and a lack of interactivity or scaffolding of the learning experience for beginners.  Here are some <a href="http://news.ycombinator.com/item?id=3919184">comments</a> from some folks who have attempted these courses (<a href="http://computinged.wordpress.com/2012/04/20/udacitys-cs101-who-are-you-talking-to/">the vast majority of people drop out of these courses</a>):</li>
<li>&#8220;the Coursera course I&#8217;m taking (AI) has longer videos (6-20 minutes) of the instructor mumbling as he draws over and over on ever increasingly confusing Powerpoint slides. Sometimes a video will have one multiple choice question, other times the video will not have any questions at all. The worst part is that only once has the video gone on to explain the question. So if a student has a problem understanding the question, they will have to resort to the forums. There&#8217;s no follow-up&#8230;.Basically, the Coursera course is taught as if I was sitting in a class watching an instructor draw on a Powerpoint &#8212; the fact that it&#8217;s running in a web browser and can provide a different method of teaching seems to be lost on the instructor.&#8221;</li>
<li>&#8220;I&#8217;m going through the Coursera machine learning class right now and I have to say that the professor glosses over several details and often makes comments like &#8220;if you&#8217;re not familiar with calculus&#8230;&#8221; and &#8220;if you&#8217;re not familiar with statistics&#8230;&#8221; which caught me off guard at first.&#8221;</li>
<li>&#8220;I&#8217;m taking Model Thinking on Coursera and there are at least 2 pdf for each section (20 sections). Some of them from professor&#8217;s book, some links on the web or some scientific articles.  I even stop reading it all because it&#8217;s time consuming.&#8221;</li>
<li>&#8220;I have tried a lot of these new online courses that have been created but I still think they have missed the point, the point that khan academy got right. I don&#8217;t want to plan my life around weekly assignments. I keep getting emails about about assignment deadlines, causing unneeded anxiety which puts off the whole learning experience.&#8221;</li>
<li>&#8220;I tried, believe me I tried hard, but video is not my type. Over 20 years I&#8217;ve learnt all I know reading, surfing, browsing the web, not watching videos. I can digest/absorb/ignore a whole page of text in ten seconds instead of being forced to watch boring 10 mins videos that offer only one min of real interesting content.&#8221;</li>
<li>These all sound like the kinds of issues one would expect from traditionally designed college courses and online courses that focus more on content coverage than learning and understanding <a href="http://www.ubdexchange.org/resources/backwards.html">(one of the &#8220;twin sins&#8221; of course design)</a>.</li>
</ul>
</li>
<li>Curt Bonk’s open online Blackboard <a href="https://www.coursesites.com/webapps/Bb-sites-course-creation-BBLEARN/courseHomepage.htmlx?course_id=_215194_1">course</a>
<ul>
<li>&#8220;It’s a class about retaining, motivating and engaging online students, and <a href="http://lisahistory.net/wordpress/2012/04/leaving-an-open-online-class/">I’m leaving because I’m not motivated and not engaged</a>.&#8221;</li>
<li>&#8220;First assignment included two 44-page pdf files that were expensive to print and difficult to read online&#8221;</li>
<li>&#8220;it’s the same old Blackboard&#8221; &#8220;Same threaded discussion – very 1999.&#8221;</li>
</ul>
</li>
</ul>
<p>Especially disturbing is that <em>none</em> of the major MOOC providers have hired <em>anyone</em> trained in <a href="https://sites.google.com/site/dougholtonresources/toolbox/teach/backward-design">instructional design</a>, the <a href="http://www.nap.edu/openbook.php?isbn=0309070368">learning sciences</a>, <a href="http://edutechwiki.unige.ch/en/Main_Page">educational technology</a>, <a href="http://www.thencat.org/">course design</a>, or other educational specialties to help with the design of their courses.  They are hiring a lot of programmers and recruiting a lot of <a href="http://digitalcommons.usu.edu/etd/1177/">faculty, who may have various motivations for participating in these open education experiments</a>.  To their credit though, edX, backed by $60 million from MIT and Harvard, is <a href="http://sh.webhire.com/servlet/av/jd?ai=631&amp;ji=2618927&amp;sn=I">hiring one person to help with course development</a>, although they only require a bachelors degree. Most instructional designers or learning scientists have a masters or PhD, partly because designing and developing effective learning experiences is a hard skill to learn and may never be confidently &#8220;mastered&#8221; in one&#8217;s lifetime (<a href="http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect">Dunning-Kruger effect</a> aside).  Some even argue that <a href="https://docs.google.com/viewer?url=http%3A%2F%2Fepsl.asu.edu%2Fepru%2Fpoint_of_view_essays%2FEPRU-0211-06-POV.pdf">educational research is the hardest science of all</a>.  Another exception is the <a href="https://oli.web.cmu.edu/openlearning/">Open Learning Initiative</a>, which does have teams of learning scientists working on their educational materials (but they are not MOOCs), resulting in much more <a href="https://docs.google.com/viewer?url=http%3A%2F%2Fmdavidmerrill.com%2FPapers%2FDesigning%2520e3_instruction.pdf">effective, efficient, and engaging</a> (e3) learning (students in their hybrid stats class learn more in half the time as in the regular face to face course).  But the vast majority of MOOCs, just like the vast majority of regular college courses, are completely self-designed by faculty, who are most often not trained in effective instructional design or teaching. As someone once <a href="http://edtechdev.wordpress.com/2009/08/31/50-examples-of-the-need-to-improve-college-teaching/">wrote</a>, &#8220;College teaching may be the only skilled profession for which systematic training is neither required nor provided–pizza delivery jobs come with more instruction.&#8221;  I don&#8217;t argue that faculty should not be involved in designing these courses &#8211; it is critically important that instructors have ownership of their teaching and at least be able to customize their learning materials (see <a href="http://www.insidehighered.com/news/2012/05/01/report-barriers-rise-artificially-intelligent-tutors-traditional-universities">1</a>, <a href="https://docs.google.com/viewer?url=http%3A%2F%2Fhomepages.wmich.edu%2F~chenders%2FPublications%2FHendersonAJP2008DivergentExpectations.pdf">2</a>, <a href="http://www.thencat.org/Newsletters/Apr11.html#8b">3</a>), and similarly students need to have some ownership in the learning process, too (<a href="http://www.ted.com/talks/dan_pink_on_motivation.html">the key components of motivation are autonomy, mastery, and purpose</a>).  But faculty can be aided by some training or assistance in course design, technology, and teaching and learning to develop technological, pedagogical content knowledge (<a href="http://www.tpck.org/">TPACK</a>).  <a href="http://www.amazon.com/Teaching-Design-Science-Pedagogical-Technology/dp/041580387X">Teaching should be treated as a design science</a>, more like engineering than just an art or craft that we all think we can intuitively do well.</p>
<h2>Are MOOCs a Horseless Carriage?</h2>
<p>In the book <a href="http://www.nap.edu/openbook.php?isbn=0309070368"><em>How People Learn</em></a> (which can be read free online), John Bransford shared the story of <a href="http://www.youtube.com/watch?v=YbnsHX8e2OY"><em>Fish is Fish</em></a>.  That link goes to a video of the children&#8217;s story.  If you don&#8217;t have five minutes to watch it, the story is about a fish who befriends a tadpole.  As the tadpole matures into a frog, it ventures out onto land and brings back stories of the things it sees, such as birds and cows.  But in trying to understand those things, the fish interprets them from its own worldview.  A bird is a fish with wings, for example.  Similarly, when cars were introduced into society 100 years ago, we interpreted them from our previous experience and worldview as horseless carriages.  The question is, are MOOCs an example of imposing an existing worldview (traditional instruction, courses, and instructors) on a new medium for learning?  Is it necessary for all the &#8216;students&#8217; in a MOOC to be learning the same topic at the same time (synchronous learning)?  That appears to be a common defining characteristic of all MOOCs.  Does there have to be a single, unchanging instructor?  Does it have to be a &#8216;course&#8217; at all, with a finite beginning and end?  Most students forget much of what they learn once a course ends (see &#8220;<a href="http://www.youtube.com/watch?v=kO8x8eoU3L4">Father Guido Sarducci&#8217;s Five Minute University</a>&#8221; for a humorous take on that).  Many topics are constantly changing and evolving (like science and engineering and technology), and one&#8217;s learning may be out of date sometimes within months, if not years, after a course ends.  Much of what we learn comes from outside the classroom anyway &#8211; what we call <a href="http://life-slc.org/index.html">lifelong learning</a> and <a href="http://www.nap.edu/catalog.php?record_id=12190">informal learning</a>.</p>
<h2>MOOC or MMORPG?</h2>
<p style="text-align:left;">Imagine a scenario sometime in the future where an employer wants to hire someone.  Maybe in the future, instead of just asking someone if they have a degree or certification in something, they will ask if someone is a member of some learning community or shares some relevant experience.  They might ask questions similar to what one might ask an MMORPG player (massively multiplayer online role-playing game), like what ‘level’ one is at or about one&#8217;s accomplishments.  Of course, something like this is already happening today.  Most employers don&#8217;t care about which courses you took or your grades.  They don&#8217;t look at transcripts.  They want to know about your experience, your beliefs, your skills and abilities, and so forth.  College degrees may (perhaps mistakenly) be used by an employer as a signal of things like intelligence level (going to a prestigious school means you probably got higher SAT or ACT scores, for example), persistence, and the quality of the instruction you have had.  But actual experience is better signaled by things such as previous jobs, internships, and perhaps in the future things like <a href="https://wiki.mozilla.org/Badges">badges</a> and <a href="http://www.aaeebl.org/">portfolios</a> can help signify skills and experience, as well, similar to the badges one collects in a game.</p>
<p>The question some people ask is, are MOOCs and similar ventures the future of education?  Are they going to replace degrees and courses?  Are instructors going to lose their jobs?  To me that&#8217;s like asking if horseless carriages are going to replace horses.  Maybe they will replace degrees one day, but if they do, I don&#8217;t think they&#8217;ll still be referred to as MOOCs, and perhaps not even as &#8220;courses,&#8221; just as we no longer refer to cars as horseless carriages.  And unlike horses, instructors and the profession of instruction (teaching and professors) can adapt &#8211; away from a traditional delivery of content model and perhaps toward a model of designing and refining and facilitating learning experiences, such as described in the book <a href="http://www.amazon.com/Teaching-Design-Science-Pedagogical-Technology/dp/041580387X">teaching as a design science</a> and as already practiced at some places like Western Governors University, where there are course mentors instead of instructors.  And ultimately the existing system is not going to change much without some significant learning experiences on the part of the community of educators to gain a better understanding of their own practice and how people learn.</p>
<h2>From MOOC to MOOLE</h2>
<p>MOOC purists would argue that the new courses from Udacity, Coursera, and edX are indeed in the same vein as traditional modes of higher education, and not what true MOOCs are about.  The argument is that MOOCs should be about connecting learners with one another and with the content.  It is the connections that matter.  This philosophy has been variously termed or framed in terms of <a href="http://en.wikipedia.org/wiki/Actor-network_theory">actor-network theory</a>, <a href="http://en.wikipedia.org/wiki/Networked_learning">networked learning</a>, and <a href="http://en.wikipedia.org/wiki/Connectivism">connectivism</a>.  The point of this post is not to criticize those theories or ideas, but sometimes there does not appear to be a logical connection to learning and understanding.  &#8221;Connecting&#8221; learners to one another or exposing them to content may often not be sufficient to magically cause learning to happen or to cause significant changes in beliefs and practice.  Similarly, making content &#8220;open&#8221; isn&#8217;t sufficient to magically cause learning to happen, although it is a good first step (enabling and expanding access to learning opportunities for more people).  Also, even the original MOOCs still often had a traditional course structure with a beginning and end, all the learners learn the same topic at the same time, and the instructors are often still the &#8220;<a href="http://www.questia.com/googleScholar.qst?docId=94305197">sage on the stage</a>.&#8221;  That is not to say that networking and openness are not necessary and valuable, just perhaps not always sufficient.  As noted on the networked learning wikipedia page, Steve Fox (2002) argues that &#8220;networked learning is too often considered within the presumption of institutionalised or educationalised learning, thereby omitting awareness of the benefits that networked learning has to informal or <a href="http://en.wikipedia.org/wiki/Situated_learning">situated learning</a>.&#8221;  And that latter point is important for reflecting on the MOOC model.</p>
<p>Situated learning concerns how all learning happens in context.  Students need a <em>reason</em> to learn, and we shouldn&#8217;t just assume they will be able to learn something for its own sake. It explains why for example a Brazilian street kid may be a whiz at math, and a 6 year old may have hundreds of Pokemons memorized. See for example the work by James Paul Gee or Jean Lave. John Dewey said 100 years ago that we shouldn&#8217;t educate just to prepare kids for a future they know and care little about &#8211; we should educate them for today, teach them stuff that is useful and interesting to them today, and adult learners are even more skeptical of instruction that doesn&#8217;t appear to be relevant to their current work or life.</p>
<p>Situated learning also helps us better understand how to focus on the learning rather than the content for its own sake, because often the reason we take the time to learn something is to solve some problem we have.  One of the most popular applications of situated learning research to education is called <a href="http://docs.lib.purdue.edu/ijpbl/vol1/iss1/3/">problem-based learning</a> (PBL).  Other examples include games or workplace learning.  But the instructional technique of problem-based learning was actually invented before the theory of situated learning was understood (similar to how many technologies are invented before the science is understood).  PBL was invented in a medical school &#8211; students were given patient cases or x-rays and asked to discuss and diagnose them, similar in a sense to an episode of <em>House</em>.  Problem-based learning can be applied more generally, however, to solving all kinds of real-world problems big and small.  Examples have included water purification, or community playground design, and so forth.  The problem, and the learning needed to solve that problem, are now at the center &#8211; not the content and not the instructor.  And there is not necessarily an arbitrary &#8216;end&#8217; to learning, nor do students need to be working on the same thing at the same time.</p>
<p>In these kind of problem-based learning situations we may or may not even be talking about a course structure at all, but more broadly any real-world learning experience &#8211; MOOLEs (massive open online learning experience) instead of MOOCs.  I&#8217;m not saying that MOOCs are not MOOLEs though.</p>
<h2>MOOLE = open education + problem-based learning</h2>
<p>Maybe a MOOLE might be considered an example of problem-based learning, but for especially widespread and persistent problems, and for which open, online resources and communities can be of help.  It is important that people in a MOOLE have a purpose.  The goal of participating in the MOOLE is changing and improving practice in the real world.  They still have the learning communities and personal learning networks that exist in MOOCs.  MOOLEs might be more self-directed sometimes, or community-scaffolded and driven, depending on the context and problems being addressed.</p>
<p>Who’s the teacher in a MOOLE? Who’s the learner? What are the variables, if not time or amount of content as in traditional courses.  Can people ‘drop out’ of a MOOLE?  Is retention an important variable?  Are learning and changes in real-world practices the most important variables?  How are they measured?</p>
<h2>Why Linux and Wikipedia are not MOOLEs, maybe</h2>
<p>I hate introducing new labels or acronyms.  They often introduce arbitrary or unnecessary divisions and separations, where instead connections should be explored.  But this is just a thought experiment.  Is MOOLE too vague?  What are examples that seem to satisfy many of the elements of openness and solving real-world problems, but might not be the same thing as what a MOOLE describes?</p>
<p>The Linux development community and the community of Wikipedia contributors would seem to qualify as MOOLEs &#8211; massive, open, online learning experiences. Is there anything that would preclude them from being considered so?  Well, one issue is that these communities focus on doing and not learning. They often do not adapt to the needs of new members (over 80% of new editors on Wikipedia quit within a year), and they do not always attempt to ‘bring in the fold’ &#8211; the masses of people (the general public) who never contribute to their communities. In fact, they have several mechanisms and unaddressed hurdles in place which specifically function to exclude the majority of people from contributing to their communities.  For over 10 years <a href="http://calacanis.com/2007/02/20/technological-obscurification-three-ways-wikipedia-keeps-99-of/">Wikipedia kept in place an arcane syntax and editor, that may have had the effect of excluding many people from contributing to articles</a>, and Linux and several other open source communities were known for &#8220;<a href="http://www.linuxtoday.com/infrastructure/2006033100126OPCY">RTFM jerks</a>.&#8221;</p>
<p>Can you imagine a museum, for example, which found out about some hurdle to participation and just ignored it or was even proud about the fact that it functioned to exclude a significant portion of the population?  Well, the good news is the Linux and Wikipedia communities are aware of these issues and trying to address them, but it is still a challenging effort that might have been easier to address if a culture of learning <em>and</em> a better understanding of learning was in place from the beginning.</p>
<h2>MOOLEness Rubric, Checklist</h2>
<p>As I mentioned, I am hesitant to introduce new terms or acronyms as they are are often used to exclude and separate things. The purpose here is really not to say what is and isn’t qualified to be labeled a MOOLE.  A better example of a natural perceptual quality used to group things is color. But one does not say that one particular shade of red is the ‘true red’ and anything else is ‘not red’. Instead one might speak of ‘redness,’ and the quality of being red.</p>
<p>Similarly, this discussion of MOOLEs is more concerned with identifying the qualities of effective lifelong learning experiences, that may happen to be facilitated by open and online resources and communities.</p>
<p>A rubric or checklist might help identify some things to notice.  That is beyond the scope of this post, but a few potential items might include:</p>
<ul>
<li>Is there a syllabus, instructor, etc.?  You are definitely looking at a course, and it may be a MOOC. But whether it is a learning and learner-centered experience might be a separate matter.</li>
<li>Is there are *required* textbook you have to buy?  That kind of hurts the openness of the learning environment if some cannot purchase the book (and a significant portion of college students do not purchase the textbook for courses)</li>
<li>Does the learning end?  Is that ending arbitrary?</li>
<li>Are beginners and new learners/members being <a href="http://en.wikipedia.org/wiki/Instructional_scaffolding">scaffolded</a> and supported?  Is there a culture of respect for novices?</li>
<li>Are there mechanisms for helping one another see what each other is learning or not understanding?  See research on <a href="http://en.wikipedia.org/wiki/Formative_assessment">formative assessment</a>, for example.</li>
<li>How is learning being facilitated?  See <a href="http://docs.lib.purdue.edu/ijpbl/vol1/iss1/4/">Goals and Strategies of a Problem-based Learning Facilitator</a> for some ideas.</li>
</ul>
<p>But essentially the point is that some MOOCs and college courses are going to continue to have problems if people create them without learning more about how people learn and how to design effective learning experiences.  I proposed creating an open course on the topic of learning and educational multimedia design a couple years ago in <a href="http://abripperxreview.academia.edu/DougHolton/Papers/161474/Toward_a_Nation_of_Educoders_A_Roadmap_for_Sustainably_Broadening_and_Improving_Open_Source_Educational_Software">this chapter</a>, but haven&#8217;t had the opportunity.  However, a group of folks will be offering a <a href="http://olds.ld-grid.org/">MOOC on open learning design</a> this August.  It is described so:</p>
<blockquote><p>Learners and educators of the 21st century are confronted with a vast wealth of open and readily available information, and the accelerated evolution of social, mobile and creative technologies. These offer learners and educators unprecedented opportunities, but also entail increasingly complex challenges. Educators may still provide access to knowledge, but now they also need to carefully craft the conditions for learners to enquire, explore, analyse, synthesise and collaboratively construct their knowledge from the variety of sources available to them. This entails a need for a shift in their role: from providers of knowledge to designers of learning. The call for such a repositioning of educators is heard from leaders in the field of TEL and resonates well with the growing culture of design-based research in Education.</p>
<p>In the course of this MOOC, participants will be exposed to the rationale and motivation for a learning design approach, the state of the art in the field, and the current grand challenges for research and practice. The will familiarise themselves with a variety of tools, methods and practices, and gain the skills to lead learning design initiatives in their context of practice.</p></blockquote>
<br />Filed under: <a href='http://edtechdev.wordpress.com/category/edtech/'>edtech</a>, <a href='http://edtechdev.wordpress.com/category/education/'>education</a>, <a href='http://edtechdev.wordpress.com/category/moocs/'>moocs</a>, <a href='http://edtechdev.wordpress.com/category/teaching/'>teaching</a>, <a href='http://edtechdev.wordpress.com/category/uncategorized/'>Uncategorized</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edtechdev.wordpress.com&#038;blog=10038577&#038;post=669&#038;subd=edtechdev&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://edtechdev.wordpress.com/2012/05/04/whats-the-problem-with-moocs/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cafee8b9c3deb2605f78348ee8a19dc9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">edtechdev</media:title>
		</media:content>
	</item>
		<item>
		<title>New Books on Teaching, HTML5</title>
		<link>http://edtechdev.wordpress.com/2011/08/08/new-books-on-teaching-html5/</link>
		<comments>http://edtechdev.wordpress.com/2011/08/08/new-books-on-teaching-html5/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 22:03:09 +0000</pubDate>
		<dc:creator>Doug Holton</dc:creator>
				<category><![CDATA[edtech]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[embodiment]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[teaching]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[theory]]></category>

		<guid isPermaLink="false">http://edtechdev.wordpress.com/?p=622</guid>
		<description><![CDATA[I can&#8217;t really provide reviews for these books, I haven&#8217;t read most of them yet (they are just lying in my 10 year old amazon saved items queue), but I thought I&#8217;d share the list for future reference: Some new Books on Teaching, Learning, Education, Faculty Development Managing Technology in Higher Education: Strategies for Transforming [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edtechdev.wordpress.com&#038;blog=10038577&#038;post=622&#038;subd=edtechdev&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I can&#8217;t really provide reviews for these books, I haven&#8217;t read most of them yet (they are just lying in my 10 year old amazon saved items queue), but I thought I&#8217;d share the list for future reference:</p>
<p><strong>Some new Books on Teaching, Learning, Education, Faculty Development</strong></p>
<ul>
<li><a href="http://www.amazon.com/gp/product/0470584726/">Managing Technology in Higher Education: Strategies for Transforming Teaching and Learning</a> &#8211; Tony Bates, check out his blog if you haven&#8217;t already: <a href="http://www.tonybates.ca/">http://www.tonybates.ca</a></li>
<ul>
<li><a href="http://www.amazon.com/gp/product/155339271X/">Taking Stock: Research on Teaching and Learning in Higher Education</a> - a book Tony Bates mentioned in this post: <a href="http://www.tonybates.ca/2011/08/01/why-the-current-professional-development-model-is-broken/">why the professional development model is broken</a>.</li>
<li>See also this free e-book/pdf: <a href="http://www.jisc.ac.uk/publications/programmerelated/2009/effectivepracticedigitalage.aspx#downloads">Effective Practice in a Digital Age</a></li>
</ul>
<li><a href="http://www.amazon.com/gp/product/0470405570">A Guide to Faculty Development</a></li>
<ul>
<li>See also this recent online faculty development course on developing blended learning courses: <a href="http://blended.online.ucf.edu/blendkit-course/">http://blended.online.ucf.edu/blendkit-course/</a></li>
<li>And I&#8217;ve seen this faculty development book recommended as well: <a href="http://www.amazon.com/gp/product/0674035801">Teaching What You Don&#8217;t Know</a></li>
</ul>
<li><a href="http://www.insidehighered.com/news/2011/01/18/study_finds_large_numbers_of_college_students_don_t_learn_much">Academically Adrift</a> &#8211; I probably don&#8217;t even need to mention this one, it&#8217;s gotten so much attention, but here is a recent <a href="http://www.insidehighered.com/views/2011/02/08/a_critique_of_academically_adrift_and_the_test_behind_many_of_the_findings">discussion and summary of responses/criticisms of the book</a>.</li>
<li><a href="http://www.amazon.com/gp/product/141661169X/">The Formative Assessment Action Plan: Practical Steps to More Successful Teaching and Learning</a> &#8211; formative assessment is one of the most effective things you can do to improve the effectiveness of teaching and learning environments (see also work by Paul Black).</li>
<ul>
<li>See also this current discussion of <a href="http://edte.ch/blog/2011/07/28/what-are-the-biggest-challenges-to-formative-assessment/">challenges to formative assessment</a></li>
</ul>
<li><a href="http://www.amazon.com/gp/product/0132563584">Trends and Issues in Instructional Design and Technology</a> &#8211; new edition (3rd) of this standard instructional design textbook</li>
<li><a href="http://www.amazon.com/gp/product/1613500807">Informed Design of Educational Technologies in Higher Education: Enhanced Learning and Teaching</a></li>
<li><a href="http://www.amazon.com/gp/product/1603582584">The Systems Thinking Playbook: Exercises to Stretch and Build Learning and Systems Thinking Capabilities</a></li>
<li><a href="http://www.amazon.com/gp/product/1441150366/">Education and Technology: Key Issues and Debates</a></li>
<li><a href="http://www.amazon.com/gp/product/0415889960">Deconstructing Digital Natives: Young People, Technology, and the New Literacies</a> - see also this <a href="http://www.netgenskeptic.com/2011/07/digital-learners-not-digital-natives.html">recent post</a> on net gen skeptic with more on how <a href="http://edtechdev.wordpress.com/2010/03/19/the-digital-natives-digital-immigrants-distinction-is-dead-or-at-least-dying/">the digital natives / digital immigrants distinction is dead (or at least dying)</a>.</li>
<li><a href="http://www.amazon.com/gp/product/0415873797">The Challenge of Rethinking History Education: On Practices, Theories, and Policy</a></li>
<li>The National Academies Press (which recently made all their books available in pdf form for free, including the <a href="http://www.nap.edu/catalog.php?record_id=9853">How People Learn</a> book and <a href="http://www.nap.edu/catalog.php?record_id=12635">Engineering in K-12 Education</a>), recently released some new education books:</li>
<ul>
<li><a href="http://www.nap.edu/catalog.php?record_id=13078">Learning Science Through Computer Games and Simulations</a> - See also this just published journal article: <a href="http://www.sciencedirect.com/science/article/pii/S0360131511001758">The Learning Effects of Computer Simulations in Science Education</a></li>
<li><a href="http://www.nap.edu/catalog.php?record_id=13158">Successful K-12 STEM Education:Identifying Effective Approaches in Science, Technology, Engineering, and Mathematics</a></li>
<li><a href="http://www.nap.edu/catalog.php?record_id=13165">A Framework for K-12 Science Education</a></li>
</ul>
<li><a href="https://docs.google.com/viewer?url=http%3A%2F%2Fies.ed.gov%2Fncee%2Fwwc%2Fpdf%2Fwwc_scd.pdf">Single-Case Design</a> (pdf) &#8211; how to do research with a single class, from the Department of Education What Works group</li>
</ul>
<p><strong>New Books on HTML5, Canvas, Javascript</strong></p>
<p>Some of these aren&#8217;t out just yet</p>
<ul>
<li><a href="http://creativejs.com/2011/08/31-days-of-canvas-tutorials/">Making Things Move in Javascript</a> &#8211; that&#8217;s actually a link to some free tutorials &#8211; the book is not out yet</li>
<li><a href="http://www.amazon.com/HTML5-Canvas-Steve-Fulton/dp/144939390X/">HTML5 Canvas</a></li>
<li><a href="http://www.amazon.com/Core-HTML5-1-Canvas/dp/0132761610">Core HTML5: Volume 1: Canvas</a></li>
<li><a href="http://www.amazon.com/gp/product/1449304753/">Making Isometric Social Real-Time Games with HTML5, CSS3, and Javascript</a></li>
<li><a href="http://www.amazon.com/gp/product/0321767365">Learning HTML5 Game Programming: A Hands-on Guide to Building Online Games Using Canvas, SVG, and WebGL</a></li>
<li><a href="http://www.amazon.com/gp/product/1449396798">HTML5 Cookbook</a></li>
<li><a href="http://coredogs.com/lesson">Coredogs</a> &#8211; some free online lessons/books on web development, drupal</li>
</ul>
<p><strong>New Books in Psychology, Technology, Design, Embodied Cognition</strong></p>
<ul>
<li><a href="http://www.amazon.com/gp/product/0262014602/">Enaction: Toward a New Paradigm for Cognitive Science</a> - see also this recent article <a href="http://froese.wordpress.com/2011/08/05/the-enactive-approach-theoretical-sketches-from-cell-to-society/">The enactive approach: Theoretical sketches from cell to society</a></li>
<li><a href="http://www.amazon.com/Movement-Expanded-Advances-Consciousness-Research/dp/902725219X/">The Primacy of Movement</a> - Maxine Sheets-Johnstone</li>
<li><a href="http://www.amazon.com/gp/product/0767928067">Why We Make Mistakes: How We Look Without Seeing, Forget Things in Seconds, and Are All Pretty Sure We Are Way Above Average</a> and related books such as <a href="http://www.amazon.com/Invisible-Gorilla-How-Intuitions-Deceive/dp/0307459667">The Invisible Gorilla: How Our Intuitions Deceive Us</a> and <em>The Age of American Unreason</em></li>
<li><a href="http://www.amazon.com/gp/product/0375423729">The Information: A History, a Theory, a Flood</a> &#8211; by James Gleick (author of <em>Chaos</em>)</li>
<li><a href="http://www.amazon.com/gp/product/0199744335">Exposing the Magic of Design: A Practitioner&#8217;s Guide to the Methods and Theory of Synthesis</a></li>
<li><a href="http://www.amazon.com/gp/product/0670022829">Now You See It: How the Brain Science of Attention Will Transform the Way We Live, Work, and Learn</a></li>
<li><a href="http://www.thethirdteacher.com/">The Third Teacher</a> &#8211; exploring ways design can transform teaching</li>
</ul>
<br />Filed under: <a href='http://edtechdev.wordpress.com/category/edtech/'>edtech</a>, <a href='http://edtechdev.wordpress.com/category/education/'>education</a>, <a href='http://edtechdev.wordpress.com/category/embodiment/'>embodiment</a>, <a href='http://edtechdev.wordpress.com/category/html5/'>html5</a>, <a href='http://edtechdev.wordpress.com/category/teaching/'>teaching</a>, <a href='http://edtechdev.wordpress.com/category/technology/'>technology</a>, <a href='http://edtechdev.wordpress.com/category/theory/'>theory</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edtechdev.wordpress.com&#038;blog=10038577&#038;post=622&#038;subd=edtechdev&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://edtechdev.wordpress.com/2011/08/08/new-books-on-teaching-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cafee8b9c3deb2605f78348ee8a19dc9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">edtechdev</media:title>
		</media:content>
	</item>
		<item>
		<title>ContentNotEditable: What the &#8220;death&#8221; of the mouse and keyboard means for content creators</title>
		<link>http://edtechdev.wordpress.com/2011/03/03/contentnoteditable-what-the-death-of-the-mouse-and-keyboard-mean-for-content-creators/</link>
		<comments>http://edtechdev.wordpress.com/2011/03/03/contentnoteditable-what-the-death-of-the-mouse-and-keyboard-mean-for-content-creators/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 15:13:18 +0000</pubDate>
		<dc:creator>Doug Holton</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[edtech]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://edtechdev.wordpress.com/?p=567</guid>
		<description><![CDATA[First let me start with some disclaimers to try to make sure this post is not misinterpreted: I am not arguing that the mouse and keyboard are really dead or that the lack of a mouse on tablets is a bad thing.  I am not arguing that the ipad or similar devices are awful for [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edtechdev.wordpress.com&#038;blog=10038577&#038;post=567&#038;subd=edtechdev&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>First let me start with some disclaimers to try to make sure this post is not misinterpreted: I am not arguing that the mouse and keyboard are really dead or that the lack of a mouse on tablets is a bad thing.  I am not arguing that the ipad or similar devices are awful for education or content creation.  I am just thinking about how to make them even better in these areas, and conceptual and technological roadblocks in the way.  <em>Some</em> of the criticisms of the ipad as a content consumption device (<a href="http://www.buzzmachine.com/2010/04/04/ipad-danger-app-v-web-consumer-v-creator/">here</a>, <a href="http://www.ft.com/cms/s/2/fcabc720-10fb-11df-9a9e-00144feab49a.html#axzz1FXyK9U27">here</a>), have been addressed with the ipad 2 and other new android tablets with their inclusion of cameras and input ports, and some tablets are even coming out with a stylus, like the <a href="http://www.htc.com/www/product/flyer/overview.html">HTC Flyer</a>.</p>
<p>But imagine any creative person &#8211; creating a 3d character for a game, drawing a picture, composing a music score, creating a graphically rich document or presentation, etc.  They likely have something in their hand, or their hands are busy doing something.  When that involves interacting with a computer they are likely clicking the mouse to drag something around or edit text, for example, or using a stylus on a digitizer surface (like a wacom) for drawing, or typing away on a keyboard.</p>
<p>These input devices are all essentially gone on new tablets and smartphones.  You can still type (slower) on virtual keyboards, and you can click like a mouse with your finger (tap).</p>
<p>An example of the impact of this is rich text editing, like with a word or openoffice or google docs document.  Many browser-based wysiwyg editing tools, which are used virtually everywhere, such as in moodle (which uses the TinyMCE editor) or drupal, no longer work when you access them from an ipad or iphone or android device (or other mobile platforms like blackberry or palm webos).  Even the newest &#8220;HTML5&#8243; editors, such as <a href="http://www.aloha-editor.org/">Aloha Editor</a>, pop up an error message if you try to access them from a mobile device.  Other browser-based editing and drawing tools also no longer work on these new platforms, or you have to draw with your fingers.  Most of Google&#8217;s and others&#8217; tools like Google Presentation do not work on mobile platforms.  Really, just imagine most any software people use on a desktop to create stuff &#8211; like office, or the flash ide, or gimp/photoshop, blender 3d, etc.  Even when programming, which really is just typing in plain text, we usually prefer to use IDEs that popup suggestions and corrections to help us out.  For many of our desktop apps its hard to even imagine them working on a tablet or phone.</p>
<p>The rich text editing tools in browsers like TinyMCE or CKEditor primarily rely on the <a href="http://www.w3.org/TR/html5/editing.html#contenteditable">contenteditable HTML attribute</a> to support editing.  Add that attribute to an HTML element, and the contents of that element become editable inside the web browser.  It works in all browsers, including old Internet Explorer versions. It doesn&#8217;t really work well or even at all on mobile browsers though (see <a href="http://www.html5archive.com/2010/12/07/54/">here</a>, <a href="http://www.symphonious.net/2010/09/13/contenteditable-in-mobile-webkit/">here</a>, <a href="http://stackoverflow.com/questions/723592/why-doesnt-contenteditable-work-on-the-iphone">here</a>, <a href="http://www.google.com/support/forum/p/sites/thread?tid=323bd3b330f70026&amp;hl=en">here</a>).</p>
<p>Newer versions of android, webkit, and mobile firefox have been slowly improving their support for contenteditable, and maybe they will eventually &#8220;fix&#8221; the issue, but I&#8217;m not sure that this will be fixed through engineering alone.  Some code editors like <a href="http://codemirror.net/2/">codemirror 2</a> and the <a href="http://ace.ajax.org/">ace editor</a> are trying out workarounds like using a hidden textfield that captures key presses.  Codemirror 2 works on an ipad somewhat, the ace editor does not.  It remains to be seen if a similar trick might work for a rich text editor (it&#8217;s <a href="http://codemirror.net/2/internals.html">tricky enough</a> just to do it for plain text).  And like I said, the HTC Flyer and other tablets (esp. those being designed for medical and other professionals) are starting to include a stylus, and it remains to be seen if that will catch on (it didn&#8217;t before with older tablets).  Others are coming out with dual screen tablets, where the second touchscreen can work like a touchpad on a laptop or nintendo ds, but that also may not catch on.</p>
<p>Another more general alternative strategy to this issue of tablets having no mouse or other input devices other than the touchscreen and the camera (which can be used for gestural or other input), might be to conceptually rethink how to support multimedia creation on these mobile platforms.  Perhaps we should drop the notion of &#8220;documents&#8221; or &#8220;pages&#8221;.  After all, you don&#8217;t think of a flash widget as a page or document.  You don&#8217;t think of a game as a set of pages or documents.  And Apple and other developers have already created apps for some specialized types of content creation and creativity, such as musical instrument simulators and so forth.</p>
<p>So, this may be a pre-paradigmatic moment where we&#8217;ll see what catches on: will we try to perfectly &#8220;emulate&#8221; the mouse and stylus and its supported interactions via other means such as gestures, or will new and unique types of interactions continue to catch on (like multitouch stuff).  Probably a combination of both, but so far the camera is hardly being used at all for input, other than recording videos or taking pictures.  And some may dismiss the idea of a stylus ever catching on again, but Apple has occasionally made &#8220;mistakes&#8221; before (the first mac didn&#8217;t have a floppy drive, for example), and others have been successful in incorporating a stylus, like the Nintendo DS, which my little boy continually loses <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />Filed under: <a href='http://edtechdev.wordpress.com/category/android/'>android</a>, <a href='http://edtechdev.wordpress.com/category/computers/'>computers</a>, <a href='http://edtechdev.wordpress.com/category/development/'>development</a>, <a href='http://edtechdev.wordpress.com/category/edtech/'>edtech</a>, <a href='http://edtechdev.wordpress.com/category/html5/'>html5</a>, <a href='http://edtechdev.wordpress.com/category/opensource/'>opensource</a>, <a href='http://edtechdev.wordpress.com/category/software/'>software</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edtechdev.wordpress.com&#038;blog=10038577&#038;post=567&#038;subd=edtechdev&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://edtechdev.wordpress.com/2011/03/03/contentnoteditable-what-the-death-of-the-mouse-and-keyboard-mean-for-content-creators/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cafee8b9c3deb2605f78348ee8a19dc9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">edtechdev</media:title>
		</media:content>
	</item>
		<item>
		<title>Some Exciting New HTML5/Javascript Projects</title>
		<link>http://edtechdev.wordpress.com/2011/01/14/some-exciting-new-html5javascript-projects/</link>
		<comments>http://edtechdev.wordpress.com/2011/01/14/some-exciting-new-html5javascript-projects/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 15:11:28 +0000</pubDate>
		<dc:creator>Doug Holton</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://edtechdev.wordpress.com/?p=535</guid>
		<description><![CDATA[This an update of sorts on some things happening in the HTML5/Javascript world.  First, here are some previous posts on this topic, to catch you up to speed: What is the Platform of the Future for Developing Interactive Graphical Educational Software? &#8211; I argue for HTML5/Javascript, since Java and Flash do not run on (all) [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edtechdev.wordpress.com&#038;blog=10038577&#038;post=535&#038;subd=edtechdev&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This an update of sorts on some things happening in the HTML5/Javascript world.  First, here are some previous posts on this topic, to catch you up to speed:</p>
<ul>
<li><a href="http://edtechdev.wordpress.com/2010/02/07/whats-the-platform-of-the-future-for-developing-interactive-graphical-educational-software/">What is the Platform of the Future for Developing Interactive Graphical Educational Software?</a> &#8211; I argue for HTML5/Javascript, since Java and Flash do not run on (all) mobile/tablet platforms</li>
<li><a href="http://edtechdev.wordpress.com/2010/08/01/a-snapshot-of-the-html5javascript-universe/">A Snapshot of the HTML5/Javascript Universe</a> &#8211; a listing of various open source projects, libraries, and tools available to use</li>
<li><a href="http://edtechdev.wordpress.com/2010/03/19/browser-based-ides/">Browser-Based IDEs</a> &#8211; this is the future, I believe &#8211; doing coding in the browser.  Some updates are discussed below (cloud9 IDE, and a web-based version of eclipse)</li>
</ul>
<h2>Some Exciting New HTML5/Javascript and Related Projects</h2>
<p>Here are some interesting new software projects and libraries and tools I&#8217;ve run across since my previous HTML5 post:</p>
<ul>
<li>Mobl
<ul>
<li><a href="http://www.mobl-lang.org/">http://www.mobl-lang.org/</a> and <a href="https://github.com/mobl">https://github.com/mobl</a></li>
<li>Mobl is a new language that compiles down to javascript.  It has a great number of interesting features, including static typing, IDE integration (Eclipse), <a href="http://zef.me/3098/reactive-programming">reactive programming</a> (binding), data persistence (the creator of Mobl Zef Hemel also created persistence.js), and it automatically <a href="http://www.mobl-lang.org/283/reducing-the-pain-synchronous-asynchronous-programming/">converts synchronous to asynchronous code</a>.  This project is still under active development, but a great deal has already been implemented.</li>
</ul>
</li>
<li>Other Javascript-based languages and compilers
<ul>
<li>Here is a long list: <a href="https://github.com/jashkenas/coffee-script/wiki/List-of-languages-that-compile-to-JS">https://github.com/jashkenas/coffee-script/wiki/List-of-languages-that-compile-to-JS</a> Coffeescript is the most popular, but it sticks to the boundaries of what javascript handles (so no asynchronous macros or static typing or other big changes, for example)</li>
</ul>
</li>
<li>Modkit
<ul>
<li><a href="http://www.modk.it/software">http://www.modk.it/software</a></li>
<li>Modkit is basically a version of the Scratch graphical programming environment, but it works in the browser.  Not yet released, but coming soon.</li>
</ul>
</li>
<li>WireIt
<ul>
<li><a href="http://neyric.github.com/wireit/">http://neyric.github.com/wireit/</a> and <a href="https://github.com/neyric/wireit">https://github.com/neyric/wireit</a></li>
<li>WireIt is a YUI-based library for creating graphical interfaces or libraries that are like draggable nodes or concept maps, except the nodes aren&#8217;t merely bubbles or text, they can be editors or controls or whatever.</li>
</ul>
</li>
<li>HTML5 Canvas libraries
<ul>
<li>This is a rapidly evolving area as well.  Any graphical, educational animation or simulation is going to revolve around the (relatively) new &lt;canvas&gt; tag in HTML5.  There are several new canvas libraries out there, but there isn&#8217;t yet one clearly superior option that has the best of all the features of these libraries.  Another factor is that the javascript universe is split between jquery and non-jquery libraries (<a href="http://jquerymobile.com/">jquery mobile</a> is emerging as a top option for the non-canvas parts of an application interface).  Some of these rely on jquery and some do not:</li>
<li>CAAT <a href="http://labs.hyperandroid.com/animation">http://labs.hyperandroid.com/animation</a> and <a href="https://github.com/hyperandroid/CAAT/">https://github.com/hyperandroid/CAAT/</a></li>
<li>Unveil.js <a href="https://github.com/michael/unveil">https://github.com/michael/unveil</a> &#8211; Has support for not using up the processor when it is not needed</li>
<li>easeljs <a href="http://easeljs.com/">http://easeljs.com/</a> &#8211; Created to be like flash with display lists and so forth, by flash developers. Works with jquery I believe.</li>
<li>doodle.js <a href="http://lamberta.posterous.com/doodle-js">http://lamberta.posterous.com/doodle-js</a> and <a href="https://github.com/biilly/doodle-js">https://github.com/biilly/doodle-js</a></li>
<li>artisan.js <a href="http://artisanjs.com/">http://artisanjs.com/</a> and <a href="https://github.com/davidbrooks/Artisan">https://github.com/davidbrooks/Artisan</a></li>
<li>sprite.js <a href="https://github.com/batiste/sprite.js">https://github.com/batiste/sprite.js</a></li>
<li><a href="https://github.com/dkln/canvas_library">https://github.com/dkln/canvas_library</a></li>
<li>gury <a href="https://github.com/rsandor/gury">https://github.com/rsandor/gury</a> &#8211; Works with jquery</li>
</ul>
</li>
<li>Javascript diagramming/flowchart libraries
<ul>
<li>See this question on quora: <a href="http://www.quora.com/What-JavaScript-libraries-are-recommended-for-building-simple-to-complex-interactive-diagrams">http://www.quora.com/What-JavaScript-libraries-are-recommended-for-building-simple-to-complex-interactive-diagrams</a></li>
</ul>
</li>
<li>New game libraries
<ul>
<li><a href="http://craftyjs.com/">http://craftyjs.com/</a></li>
<li><a href="http://code.google.com/p/jgen/">http://code.google.com/p/jgen/</a></li>
<li><a href="https://github.com/RyanWilliams/cocos2d-javascript">https://github.com/RyanWilliams/cocos2d-javascript</a></li>
<li><a href="http://gamejs.org/">http://gamejs.org/</a></li>
<li>more: <a href="http://sites.google.com/site/html5gamejam/engines">http://sites.google.com/site/html5gamejam/engines</a></li>
</ul>
</li>
<li>Gesture recognition libraries
<ul>
<li><a href="http://depts.washington.edu/aimgroup/proj/dollar/">http://depts.washington.edu/aimgroup/proj/dollar/</a></li>
<li><a href="http://depts.washington.edu/aimgroup/proj/dollar/ndollar.html">http://depts.washington.edu/aimgroup/proj/dollar/ndollar.html</a></li>
<li><a href="https://github.com/raganwald/iGesture">https://github.com/raganwald/iGesture</a></li>
<li><a href="https://github.com/plainview/Jester">https://github.com/plainview/Jester</a></li>
<li>icon library to indicate gestures: <a href="http://gestureworks.com/features/open-source-gestures/">http://gestureworks.com/features/open-source-gestures/</a></li>
</ul>
</li>
<li>Browser-based IDEs
<ul>
<li>The <a href="http://www.cloud9ide.com/">Cloud9 IDE</a> is under heavy development, and they&#8217;ve now opened up beta access to the <a href="http://run.cloud9ide.com/">hosted version</a> of their javascript (<a href="http://nodejs.org/">node.js</a>) based development environment.  Their <a href="http://ace.ajax.org/">Ace editor</a> component is available now as a separate project, as well, which has combined with Mozilla&#8217;s skywriter editor project.</li>
<li>In June or so, look for an initial release of a web-based version of the Eclipse IDE, codenamed <a href="http://wiki.eclipse.org/Orion">Orion</a></li>
</ul>
</li>
<li>3D Multiuser World
<ul>
<li>It has long been a holy grail of the edtech world to have a multi-user virtual world for students and teachers to use.  There already is Second Life (and it&#8217;s mono-based open source clone OpenSim) and Open Wonderland (java-based), but now with WebGL, it&#8217;s possible to create such a thing that works in the browser, and <a href="http://www.katalabs.com/blog/">Katalabs</a> has done so, releasing a prototype of their open source virtual world software called <a href="http://kataspace.sirikata.com/">Kataspace</a>.  Requires a recent version of firefox or chrome &#8211; see the <a href="http://learningwebgl.com/blog/">Learning WebGL</a> site for more info on WebGL.</li>
</ul>
</li>
<li>BASIC in the browser
<ul>
<li>Some various compilers/editors for basic or visual-basic like languages that work in the browser:</li>
<li>Pex: <a href="http://www.pexforfun.com/Page.aspx#learn/">http://www.pexforfun.com/Page.aspx#learn/</a></li>
<li>qb.js: QBASIC in the browser <a href="http://stevehanov.ca/blog/index.php?id=92">http://stevehanov.ca/blog/index.php?id=92</a></li>
</ul>
</li>
<li>Smalltalk/Squeak in the browser
<ul>
<li><a href="http://chirp.scratchr.org/dl/experimental/JsMorphic/morphic.html">http://chirp.scratchr.org/dl/experimental/JsMorphic/morphic.html</a></li>
<li><a href="https://github.com/AdamSpitz/lively-kernel-official">https://github.com/AdamSpitz/lively-kernel-official</a></li>
</ul>
</li>
<li>Proper
<ul>
<li><a href="http://quasipartikel.at/proper/">http://quasipartikel.at/proper/</a></li>
<li>Proper is a semantic text editor that works in the browser.  See also other related libraries like substance, data, and unveil: <a href="https://github.com/michael">https://github.com/michael</a></li>
</ul>
</li>
<li>Real-time Collaboration/Editing
<ul>
<li>IBM just announced the <a href="http://opencoweb.org/">Open Cooperative Web Framework</a>, which uses Dojo and other libraries for real-time collaboration in the browser.  Targeted for things like collaborating during a conference.</li>
<li>Tutto is a real-time collaborative javascript shell, using websockets: <a href="http://tobyho.com/Tutti_-_Multiple_Browser_Interactive_Javascript_Shell">http://tobyho.com/Tutti_-_Multiple_Browser_Interactive_Javascript_Shell</a></li>
<li>Realie is a web-based real-time collaborative editor, similar to etherpad.  Unlike etherpad, it is coded with node.js and websockets: <a href="http://laktek.com/2010/05/25/real-time-collaborative-editing-with-websockets-node-js-redis/">http://laktek.com/2010/05/25/real-time-collaborative-editing-with-websockets-node-js-redis/</a></li>
<li>Here are some other browser-based collaborative real-time editors: <a href="http://en.wikipedia.org/wiki/Collaborative_real-time_editor#Browser-based">http://en.wikipedia.org/wiki/Collaborative_real-time_editor#Browser-based</a></li>
</ul>
</li>
<li>Java Projects
<ul>
<li>These are not javascript at all but I thought I&#8217;d share them:</li>
<li>Visage <a href="http://code.google.com/p/visage/">http://code.google.com/p/visage/</a> open source port of JavaFX, which declarative markup for creating user interfaces</li>
<li>Openxion <a href="http://code.google.com/p/openxion/">http://code.google.com/p/openxion/</a> Openxion is a java-based port of Hypercard (more accurately, hypercard&#8217;s language hypertalk).  It is a command-line tool, it doesn&#8217;t support the graphical stuff (cards, etc.) hypercard did.  Interestly, when javascript first came out it was touted as a &#8216;hypercard for the web&#8217;, but really it isn&#8217;t even close to what hypercard could do.</li>
</ul>
</li>
<li>Wireframes and Mockups, Sketches
<ul>
<li>There are several new browser-based tools for visually designing interfaces (fake interfaces), some of which are HTML5-based or else Flash: <a href="http://speckyboy.com/2010/01/11/10-completely-free-wireframe-and-mockup-applications/">http://speckyboy.com/2010/01/11/10-completely-free-wireframe-and-mockup-applications/</a></li>
<li>Some open source ones include: <a href="http://www.k-sketch.org/">http://www.k-sketch.org/</a> <a href="http://www.mdaines.com/plumb/">http://www.mdaines.com/plumb/</a> <a href="http://dub.washington.edu:2007/projects/sketchwizard/">http://dub.washington.edu:2007/projects/sketchwizard/</a></li>
</ul>
</li>
<li>OpenSocial/widget development tools
<ul>
<li>Socialtext has an HTML5 widget builder: <a href="http://www.readwriteweb.com/enterprise/2010/12/socialtext-introduces-html5-ba.php">http://www.readwriteweb.com/enterprise/2010/12/socialtext-introduces-html5-ba.php</a></li>
<li>Exo is a competitor to Socialtext, and they also have a web-based IDE: <a href="http://exoplatform.com/company/en/resource-viewer/Video-Demo/building-web-app-with-exo-platform-3-ide">http://exoplatform.com/company/en/resource-viewer/Video-Demo/building-web-app-with-exo-platform-3-ide</a></li>
</ul>
</li>
<li>Others
<ul>
<li>UJam is a site that lets you put together or record your own music from inside the browser: <a href="http://www.ujam.com/">http://www.ujam.com/</a></li>
<li>and of course there are several other html5-based &#8216;web 2.0&#8242; tools for creating other stuff in the browser, like Aviary for image editing: <a href="http://www.aviary.com/">http://www.aviary.com/</a></li>
</ul>
</li>
</ul>
<br />Filed under: <a href='http://edtechdev.wordpress.com/category/development/'>development</a>, <a href='http://edtechdev.wordpress.com/category/html5/'>html5</a>, <a href='http://edtechdev.wordpress.com/category/java/'>java</a>, <a href='http://edtechdev.wordpress.com/category/opensource/'>opensource</a>, <a href='http://edtechdev.wordpress.com/category/programming/'>programming</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edtechdev.wordpress.com&#038;blog=10038577&#038;post=535&#038;subd=edtechdev&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://edtechdev.wordpress.com/2011/01/14/some-exciting-new-html5javascript-projects/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cafee8b9c3deb2605f78348ee8a19dc9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">edtechdev</media:title>
		</media:content>
	</item>
		<item>
		<title>Android Tips, Open Source, Educational Apps</title>
		<link>http://edtechdev.wordpress.com/2010/12/30/android-tips-open-source-educational-apps/</link>
		<comments>http://edtechdev.wordpress.com/2010/12/30/android-tips-open-source-educational-apps/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 17:53:07 +0000</pubDate>
		<dc:creator>Doug Holton</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[children]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://edtechdev.wordpress.com/?p=527</guid>
		<description><![CDATA[Like I mentioned in the previous post, the CES show next week promises to reveal a slew of new android tablets and phones, so we&#8217;ll see what is announced (and what is actually released). Here are some android tips &#38; resources I&#8217;ve run across in the past year: How to root the Droid (the first [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edtechdev.wordpress.com&#038;blog=10038577&#038;post=527&#038;subd=edtechdev&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Like I mentioned in the previous post, the CES show next week promises to reveal a slew of new android tablets and phones, so we&#8217;ll see what is announced (and what is actually released).</p>
<p>Here are some android tips &amp; resources I&#8217;ve run across in the past year:</p>
<ul>
<li><a href="http://www.droidforums.net/forum/droid-labs/74028-root-droid-1-regardless-os-version.html">How to root the Droid</a> (the first droid)</li>
<li><a href="http://nookdevs.com/Portal:NookColor#Rooting">How to root the NookColor</a></li>
<li>How to read library e-books on an android tablet &#8211; right now the only official way is to use <a href="http://www.adobe.com/products/digitaleditions/">Adobe Digital Editions</a> (ADE, which only runs on windows or mac) and use a <a href="http://blogs.adobe.com/digitalpublishing/supported-devices">device that ADE supports</a>, such as the NookColor or Pocket Edge.  Here&#8217;s an <a href="http://www.youtube.com/watch?v=BrPuKkhxJwI">ADE video tutorial</a>.</li>
<li>If you&#8217;ve got an older android phone or tablet with only a few screens, I&#8217;d recommend LauncherPro or a similar app to improve your home screens.  See<a href="http://lifehacker.com/5627286/"> this comparison between LauncherPro and other options</a> like ADWLauncher.</li>
<li>Keeping up with android news: See this twitter list for various sources like androidcentral: <a href="http://twitter.com/#!/edtechdev/android">http://twitter.com/#!/edtechdev/android</a></li>
<li>Places to find recommended, popular apps
<ul>
<li><a href="http://www.appbrain.com/">AppBrain</a></li>
<li>Lifehacker&#8217;s <a href="http://lifehacker.com/5616299/">list of top apps by category</a></li>
</ul>
</li>
<li>Open source apps &#8211; see these lists of <a href="http://www.techdrivein.com/2010/11/12-open-source-android-applications.html">open source apps</a> and <a href="http://guywhosteals.blogspot.com/2010/12/open-source-android-games.html">open source games</a> (you&#8217;ll have to google to find the actual source though).</li>
<li>Android development
<ul>
<li><a href="http://www.anddev.org/">AndDev</a></li>
<li><a href="http://appinventor.googlelabs.com/about/">App Inventor</a></li>
</ul>
</li>
</ul>
<p>Some free educational apps:</p>
<ul>
<li><a href="http://www.appbrain.com/app/x-construction-lite/de.hms.xconstruction">X Construction Lite</a> &#8211; bridge building game</li>
<li><a href="http://www.appbrain.com/app/google-sky-map/com.google.android.stardroid">Google Sky Map</a> &#8211; shows the names of stars, planets, constellations that you point at, using the accelerometer and compass</li>
<li>There are apps or android-friendly mobile front-ends for <a href="http://www.appbrain.com/app/blackboard-mobile%E2%84%A2-learn/com.blackboard.android">Blackboard</a> (requires university subscription) and <a href="http://moodle.org/mod/forum/discuss.php?d=134778">Moodle</a> (see also <a href="http://mle.sourceforge.net/">http://mle.sourceforge.net/</a> and <a href="http://code.google.com/p/moodbile/">http://code.google.com/p/moodbile/</a>)</li>
<li>Video podcasting is possible with apps from <a href="http://www.appbrain.com/app/com.qik.android">Qik</a> or Ustream <a href="http://www.appbrain.com/app/ustream-viewer/tv.ustream.player">viewer</a> or <a href="http://www.appbrain.com/app/ustream-broadcaster/tv.ustream.usclient">broadcaster</a></li>
<li>Physics: <a href="http://www.appbrain.com/app/space-physics-lite/com.spacephysics.lite">space physics lite</a>, <a href="http://www.appbrain.com/app/space-simulator/fr.testudo.spacesim">space simulator</a>, <a href="http://www.appbrain.com/app/bs-physics-beta/com.BSphysics.beta">physics calculator</a></li>
<li>Musical instruments: <a href="http://www.appbrain.com/app/my-piano/com.bti.myPiano">mypiano</a>, <a href="http://www.appbrain.com/app/guitar-%3A-solo-lite/com.codingcaveman.SoloTrial">guitar solo lite</a></li>
<li>Programming: <a href="http://www.appbrain.com/app/iprogram/com.andreig.droidscript">IProgram</a>, <a href="http://code.google.com/p/android-scripting/">scripting layer for android</a>, <a href="http://www.appbrain.com/app/ruboto-irb-%28ruby-on-android%29/org.ruboto.irb">ruboto</a></li>
<li>Various math practice apps like Math Workshop or Math Attack</li>
<li>Of course there are all the e-book reader apps such as Aldiko, Nook, Kindle, &#8230;</li>
<li>See also <a href="http://www.appbrain.com/apps/popular/education/">AppBrain&#8217;s education section</a> and this list of <a href="http://101bestandroidapps.com/category/education/">101 best android apps in education</a></li>
<li>See also the <a href="http://www.iear.org/">IEAR site</a> for many educational apps, but they are mostly iphone/ipad apps at this point.</li>
</ul>
<p>Some free games:</p>
<ul>
<li>angry birds, of course</li>
<li>minisquadron</li>
<li>hungry shark</li>
<li>falling ball</li>
<li>sliceit</li>
<li>hit the penguin</li>
<li>air attack</li>
<li>hyperspace</li>
<li>my paper airplane</li>
<li>toss it</li>
<li>winds of steel</li>
<li>flying high</li>
</ul>
<br />Filed under: <a href='http://edtechdev.wordpress.com/category/android/'>android</a>, <a href='http://edtechdev.wordpress.com/category/children/'>children</a>, <a href='http://edtechdev.wordpress.com/category/opensource/'>opensource</a>, <a href='http://edtechdev.wordpress.com/category/technology/'>technology</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edtechdev.wordpress.com&#038;blog=10038577&#038;post=527&#038;subd=edtechdev&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://edtechdev.wordpress.com/2010/12/30/android-tips-open-source-educational-apps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cafee8b9c3deb2605f78348ee8a19dc9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">edtechdev</media:title>
		</media:content>
	</item>
		<item>
		<title>Upcoming Android Tablets &#8211; Wait and See</title>
		<link>http://edtechdev.wordpress.com/2010/11/12/upcoming-android-tablets-wait-and-see/</link>
		<comments>http://edtechdev.wordpress.com/2010/11/12/upcoming-android-tablets-wait-and-see/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 15:31:43 +0000</pubDate>
		<dc:creator>Doug Holton</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://edtechdev.wordpress.com/?p=514</guid>
		<description><![CDATA[For a couple of projects, I&#8217;m looking into tablets that students can use for taking notes and so forth.  There are finally some android tablets out already or coming out this month.  This google doc I created has some notes on upcoming android tablets, including prices and features.  The Archos 101, for example, is comparable [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edtechdev.wordpress.com&#038;blog=10038577&#038;post=514&#038;subd=edtechdev&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>For a couple of projects, I&#8217;m looking into tablets that students can use for taking notes and so forth.  There are finally some android tablets out already or coming out this month.  This google doc I created has some <a href="https://docs.google.com/document/d/1W53_mjV_CI-VvYshLa6YwY30ZuRiICuozwOIh61VUcI/edit?hl=en">notes on upcoming android tablets</a>, including prices and features.  The Archos 101, for example, is comparable to the ipad but half the price.  My conclusion at the moment however is to wait a bit longer until we hear more about the next versions of the android OS (2.3, 3.0), which will run much better on tablets.  There seem to be issues with android 2.2 and tablets.  We should hear more about android 2.3 and 3.0 very soon, and as the NVIDIA CEO says (the Nvidia Tegra dual-core processor is used in most next generation android tablets coming out), there are <a href="http://news.cnet.com/8301-13924_3-20022471-64.html">lots of android tablets coming</a> out.</p>
<p>Android tablets do seem to be a major focus of hardware development now:</p>
<p style="padding-left:30px;">&#8220;This isn&#8217;t a fad. Everybody&#8217;s building tablets because it&#8217;s just so important. Car companies are working on tablets, consumer electronics companies are working on tablets, computer companies are working on tablets, and communications companies are working on tablets. The medical industry is working on tablets,&#8221; he said during the earnings conference call. &#8220;I don&#8217;t remember in the history of computing [when] a singular device is being worked on by all of the industry.&#8221;</p>
<br />Filed under: <a href='http://edtechdev.wordpress.com/category/android/'>android</a>, <a href='http://edtechdev.wordpress.com/category/technology/'>technology</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edtechdev.wordpress.com&#038;blog=10038577&#038;post=514&#038;subd=edtechdev&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://edtechdev.wordpress.com/2010/11/12/upcoming-android-tablets-wait-and-see/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cafee8b9c3deb2605f78348ee8a19dc9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">edtechdev</media:title>
		</media:content>
	</item>
		<item>
		<title>Recent Course &amp; Workshop Resources: HTML5, Drupal, Distance Education</title>
		<link>http://edtechdev.wordpress.com/2010/11/03/recent-course-workshop-resources-html5-drupal-distance-education/</link>
		<comments>http://edtechdev.wordpress.com/2010/11/03/recent-course-workshop-resources-html5-drupal-distance-education/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 15:32:05 +0000</pubDate>
		<dc:creator>Doug Holton</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[edtech]]></category>
		<category><![CDATA[embodiment]]></category>
		<category><![CDATA[teaching]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://edtechdev.wordpress.com/?p=510</guid>
		<description><![CDATA[Here are some web sites for courses I&#8217;m currently teaching or recently taught: Distance Education Tools - http://detools.wikispaces.com/ This site now has dozens of links of various tools and technologies you can use with online and blended learning Multimedia Development with HTML5 - http://html5.wikispaces.com/ As I posted earlier, HTML5 is emerging as an alternative to flash and [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edtechdev.wordpress.com&#038;blog=10038577&#038;post=510&#038;subd=edtechdev&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Here are some web sites for courses I&#8217;m currently teaching or recently taught:</p>
<ul>
<li>Distance Education Tools - <a href="http://detools.wikispaces.com/">http://detools.wikispaces.com/</a>
<ul>
<li>This site now has dozens of links of various tools and technologies you can use with online and blended learning</li>
</ul>
</li>
<li>Multimedia Development with HTML5 - <a href="http://html5.wikispaces.com/">http://html5.wikispaces.com/</a>
<ul>
<li>As I <a href="http://edtechdev.wordpress.com/2010/08/01/a-snapshot-of-the-html5javascript-universe/">posted earlier</a>, HTML5 is emerging as an alternative to flash and java</li>
</ul>
</li>
<li>Instructional Design Projects &#8211; <a href="http://holton.usu.edu/moodle">http://holton.usu.edu/moodle</a>
<ul>
<li>We learn how to use a learning management system (moodle) and about <a href="http://carbon.ucdenver.edu/~mryder/itc/idmodels.html#postmodern">&#8220;post-modern&#8221; instructional design techniques</a>, such as constructivism, problem-based learning, simulations, games, cases&#8230;</li>
</ul>
</li>
<li>Internet Development: <a href="http://internetdev.usu.edu/outline">http://internetdev.usu.edu/outline</a>
<ul>
<li>I&#8217;ll be teaching web development with the Drupal content management system again next summer.  I hope to improve the videos.</li>
</ul>
</li>
</ul>
<p>At the AECT conference last week I gave a workshop on using Drupal to create web applications &#8211; here&#8217;s a <a href="https://docs.google.com/document/d/1zJ86Zhihd8zWTmZXb_A8T3MEhALa3pFgkcJWr9vBAzg/edit?hl=en">Drupal Cheat Sheet</a> I made for it.  And here are <a href="http://www.slideshare.net/edtechdev/implications-of-embodied-cognition-enactivism-for-instructional-design">slides</a> for a talk on embodied cognition and instructional design.</p>
<br />Filed under: <a href='http://edtechdev.wordpress.com/category/conferences/'>conferences</a>, <a href='http://edtechdev.wordpress.com/category/development/'>development</a>, <a href='http://edtechdev.wordpress.com/category/drupal/'>drupal</a>, <a href='http://edtechdev.wordpress.com/category/edtech/'>edtech</a>, <a href='http://edtechdev.wordpress.com/category/embodiment/'>embodiment</a>, <a href='http://edtechdev.wordpress.com/category/teaching/'>teaching</a>, <a href='http://edtechdev.wordpress.com/category/technology/'>technology</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edtechdev.wordpress.com&#038;blog=10038577&#038;post=510&#038;subd=edtechdev&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://edtechdev.wordpress.com/2010/11/03/recent-course-workshop-resources-html5-drupal-distance-education/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cafee8b9c3deb2605f78348ee8a19dc9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">edtechdev</media:title>
		</media:content>
	</item>
		<item>
		<title>Review of Rushkoff&#8217;s Program or Be Programmed</title>
		<link>http://edtechdev.wordpress.com/2010/10/14/review-of-rushkoffs-program-or-be-programmed/</link>
		<comments>http://edtechdev.wordpress.com/2010/10/14/review-of-rushkoffs-program-or-be-programmed/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 12:55:12 +0000</pubDate>
		<dc:creator>Doug Holton</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[edtech]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[learning sciences]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[theory]]></category>

		<guid isPermaLink="false">http://edtechdev.wordpress.com/?p=503</guid>
		<description><![CDATA[Since at least the invention of BASIC and Logo in the 1960s, people, such as Seymour Papert, have made an argument that anyone can and should learn to how to program, and even make their own software applications.  The argument is that we should think of it as a new literacy, a 4th &#8220;R&#8221; of [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edtechdev.wordpress.com&#038;blog=10038577&#038;post=503&#038;subd=edtechdev&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Since at least the invention of BASIC and Logo in the 1960s, people, such as Seymour Papert, have made an argument that anyone can and should learn to how to program, and even make their own software applications.  The argument is that we should think of it as a new literacy, a 4th &#8220;R&#8221; of sorts &#8211; computational thinking, or multimedia authoring, or just simply, programming.  For me, it&#8217;s about knowing more than just how to make a powerpoint presentation or a web page, for example, and learning how to make an interactive animation or game or simulation and so forth.  I&#8217;ve blogged about it before (<a href="http://edtechdev.wordpress.com/2008/02/05/programming-the-new-literacy/">Programming: The New Literacy</a>) and wrote a chapter on the topic (<a href="https://docs.google.com/viewer?url=http://usu.academia.edu/documents/0088/0450/Holton-educoders-chapter.pdf">Toward a Nation of Educoders</a>).</p>
<p>The most recent work in this area is a short book by <a href="http://rushkoff.com/">Douglas Rushkoff</a> titled <em><a href="http://www.orbooks.com/our-books/program/">Program or Be Programmed</a></em>, and it was originally a short talk (here&#8217;s the <a href="http://www.youtube.com/watch?v=imV3pPIUy1k">video</a>, along with a <a href="http://www.youtube.com/watch?v=kgicuytCkoY">newer video</a> made after the book).</p>
<p>So I went into the book expecting to agree with most of the points.  I&#8217;ve only gotten through the beginning pages so far and I do agree with many points, but there are also some problematic ones, especially relating to Rushkoff&#8217;s ideas about education and learning (which is not the focus of the book), and philosophy of technology.</p>
<p><strong>Quotes</strong></p>
<p>First here are some quotes from the early part of the book to get an idea, including some relating to education:</p>
<blockquote><p>p.7 “When human beings acquired language, we learned not justhow to listen but how to speak. When we gained literacy, we learned not just how to read but how to write. And as we move into an increasingly digital reality, we must learn not just howto use programs but how to make them.  In the emerging, highly programmed landscape ahead,you will either create the software or you will be the software.  It’s really that simple: Program, or be programmed. Choose theformer, and you gain access to the control panel of civilization.”</p>
<p>p.8 “the people programmingthem take on an increasingly important role in shaping our world and how it works”</p>
<p>pp. 12-13 “The Axial Age invention of the twenty-two-letteralphabet did not lead to a society of literate Israelite readers,but a society of hearers, who would gather in the town squareto listen to the Torah scroll read to them by a rabbi. Yes, it wasbetter than being ignorant slaves, but it was a result far short ofthe medium’s real potential.Likewise, the invention of the printing press in theRenaissance led not to a society of writers but one of readers”</p>
<p>p. 13 “Computers and networks finally offer us the ability towrite. And we do write with them on our websites, blogs,and social networks. But the underlying capability of thecomputer era is actually programming—which almost none of us knows how to do.”</p></blockquote>
<p>So far so good.  Now on education:</p>
<blockquote><p>p. 15 “elementary school boards adopt “laptop” curriculums lessbecause they believe that they’ll teach better than because they fear their students will miss out on something if theydon’t.”</p></blockquote>
<p>This sounds like the same argument Larry Cuban made before (see <a href="http://edtechdev.wordpress.com/2010/07/11/whatthe/">this post</a>), that schools <em>only </em>get educational technology and software to be &#8220;hip&#8221; and &#8220;with the times.&#8221;</p>
<p><strong>Thoughts</strong></p>
<p>The book seems to not be based on any research-guided understanding of <a href="http://www.nap.edu/openbook.php?record_id=6160">how people learn</a>.  It&#8217;s very centered on a model of a disembodied brain controlling our behavior (see my <a href="http://edtechdev.wordpress.com/2010/10/14/review-of-shapiros-embodied-cognition/">previous post</a> on embodied cognition), and he also seems to share Nicholas Carr&#8217;s assertion that <a href="http://www.theatlantic.com/magazine/archive/2008/07/is-google-making-us-stupid/6868/">technologies like Google are making us stupid</a>:</p>
<blockquote><p>“Our brains adapt to different situations.”  “The outsourcing of our memory to machines expands the amount of data to which we have access, but degrades our brain’s own ability to remember things.”</p></blockquote>
<p>A <a href="http://pewresearch.org/pubs/1499/google-does-it-make-us-stupid-experts-stakeholders-mostly-say-no">recent article</a> surveyed numerous scholars and the majority of them thought Nicholas Carr was wrong &#8211; Google and similar tools are helping make us smarter.</p>
<p>He also completely buys into the digital natives vs. digital immigrants idea (<a href="http://edtechdev.wordpress.com/2010/03/19/the-digital-natives-digital-immigrants-distinction-is-dead-or-at-least-dying/">refuted by many</a>), including the idea that the brains of digital natives are “wired” differently:</p>
<blockquote><p>p.32 “A brain learning on computers ends up wired differently than a brain learning on textbooks.”</p></blockquote>
<p>Rushkoff argues that technology is a part of us and an extension of us, and yet he somehow simultaneously argues that we shouldn’t stay connected with technology:</p>
<blockquote><p>p. 37 “She is already violating the first command by maintaining an “always on” relationship to her devices and networks.“</p></blockquote>
<p>Rushkoff keeps mentioning the Torah and religion over and over again, and the role of technologies/media in shaping religion (sort of an extreme version of Eric Havelock’s <em>Preface to Plato</em> and others’ ideas I guess (like most of these types of books &amp; journalism, there are little to no citations).</p>
<p>He is also probably of the belief that online education is inherently inferior to face to face education (which is not the case, see these <a href="http://detools.wikispaces.com/Potential+misconceptions+about+learning+and+technology">meta-analyses and other potential misconceptions about learning and technology</a>):</p>
<blockquote><p>pp.41-42 “But those back-and-forth exchanges are occurring at a distance. They are better than nothing—particularly for people in unique situations—but they are not a replacement for real interaction.”</p></blockquote>
<p>Basically, I&#8217;ve seen this type of book so many times I can&#8217;t count.  It&#8217;s a book about some new X, from the perspective of some person who has never done X, doesn&#8217;t like X, or was born long before X.  X might be video games, it might be open education, it might be embodied cognition, distance learning, educational technology, open access research and scholarship, web 2.0, etc.</p>
<br />Filed under: <a href='http://edtechdev.wordpress.com/category/computers/'>computers</a>, <a href='http://edtechdev.wordpress.com/category/edtech/'>edtech</a>, <a href='http://edtechdev.wordpress.com/category/education/'>education</a>, <a href='http://edtechdev.wordpress.com/category/learning-sciences/'>learning sciences</a>, <a href='http://edtechdev.wordpress.com/category/programming/'>programming</a>, <a href='http://edtechdev.wordpress.com/category/technology/'>technology</a>, <a href='http://edtechdev.wordpress.com/category/theory/'>theory</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edtechdev.wordpress.com&#038;blog=10038577&#038;post=503&#038;subd=edtechdev&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://edtechdev.wordpress.com/2010/10/14/review-of-rushkoffs-program-or-be-programmed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cafee8b9c3deb2605f78348ee8a19dc9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">edtechdev</media:title>
		</media:content>
	</item>
	</channel>
</rss>
