<?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:cc="http://creativecommons.org/ns#" >

<channel>
	<title>Shiny Pebbles... &#187; MozillaEd</title>
	<atom:link href="http://richard.milewski.org/archives/tag/mozillaed/feed" rel="self" type="application/rss+xml" />
	<link>http://richard.milewski.org</link>
	<description>A Compendium of Distractions</description>
	<lastBuildDate>Wed, 02 May 2012 20:28:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<cc:license >Attribution-ShareAlike CC BY-SA</cc:license><dc:rights  >Attribution-ShareAlike CC BY-SA</dc:rights>		<item>
		<title>HTML5/CSS3 &#8211; On Beyond Powerpoint&#8230;</title>
		<link>http://richard.milewski.org/archives/804</link>
		<comments>http://richard.milewski.org/archives/804#comments</comments>
		<pubDate>Mon, 29 Nov 2010 09:00:09 +0000</pubDate>
		<dc:creator>ram</dc:creator>
				<category><![CDATA[MozillaEd]]></category>
		<category><![CDATA[PlanetMozilla]]></category>
		<category><![CDATA[Simple HTML Slides]]></category>

		<guid isPermaLink="false">http://richard.milewski.org/?p=804</guid>
		<description><![CDATA[<p>UPDATE: Check out the Simple HTML Slides project page for more information.</p> <p>Powerpoint, and to a lesser extent Apple&#8217;s Keynote, have a vise-like grip on the psyche of a huge percentage of the computer users on the planet. In business, government and education it&#8217;s difficult to get through the day without encountering at least one [...]]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE:</strong>  Check out the Simple HTML Slides <a href="http://richard.milewski.org/shs" title="Simple HTML Slides">project page</a> for more information.</p>
<p>Powerpoint, and to a lesser extent Apple&#8217;s Keynote, have a vise-like grip on the psyche of a huge percentage of the computer users on the planet. In business, government and education it&#8217;s difficult to get through the day without encountering at least one Powerpoint presentation, and we&#8217;ve all faced the dreaded &#8220;Death by Powerpoint&#8221; decks of a hundred slides crammed with 8 point type.</p>
<p>Sites like EducationWorld.com are chock-full of articles written by educators showing teachers <a href="http://www.educationworld.com/a_tech/tech/tech013.shtml">how to integrate Powerpoint into the curriculum</a>. Alas, many teachers and curriculum directors think teaching students how to use Powerpoint is an important part of &#8220;teaching 21st century technology skills,&#8221; while teaching the fundamentals of open web technologies gets almost no attention.</p>
<p>With Firefox 4, and the other modern standards-based browsers, we have an opportunity to create not just compelling web sites, but apps, games and utilities. Figuring out how to obsolete Powerpoint with an open, connected presentation tool would show the world that browsers can do much more than just render Facebook pages.</p>
<div id="attachment_824" class="wp-caption alignright" style="width: 310px"><a href="http://slides.netfools.com"><img class="alignright size-medium wp-image-889" title="SimpleHTMLSlides" src="http://richard.milewski.org/blog/wp-content/uploads/2011/02/SimpleHTMLSlides-300x217.png" alt="" width="300" height="217" /></a><p class="wp-caption-text">Simple HTML Slides</p></div>
<p>I&#8217;ve just started an experiment aimed in that direction. It is far from being a &#8220;Powerpoint killer&#8221;. That would require the efforts of community members with far better code cutting skills than mine. Rather, this is an exercise in thinking through what it might take to get a toe-hold in the mindshare of current Powerpoint and Keynote users.</p>
<p>Here&#8217;s my guess at the minimum requirements:</p>
<ol>
<li><strong>Simple: </strong>It must be <em>very</em> simple to use. Expecting a middle-school student, a high-school teacher, or a corporate marketing executive to master javascript library loading dependencies and CSS element float <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=612184">peculiarities</a> while trying to create a presentation that&#8217;s due tomorrow is a clear non-starter. We need a tool for office workers, young students, and teachers, not one that assumes webmaster ninja skills.</li>
<li><strong>Tidy: </strong>It must provide reasonably nice looking presentations without requiring graphic design skills on the part of the user. Just as CSS separates the presentation from the content of HTML, we need a way to allow users to concentrate on the content while writing their presentations.</li>
<li><strong>Enticing: </strong>It needs a &#8220;hook&#8221; to entice existing Powerpoint and Keynote users to give it a try.</li>
</ol>
<p>Inspired by <a href="http://www.toolness.com/wp/?p=665">Atul Varma&#8217;s Magic Ink</a> blog post and his <a href="http://www.toolness.com/wp/?p=1107">htmlpad slides</a>, I&#8217;ve hacked-up a first cut. It uses Janne Aukia&#8217;s wonderful <a href="http://janne.aukia.com/zoomooz/">Zoomooz.js</a> jQuery plugin. I encourage everyone to play with <a href="http://slides netfools.com/">Simple HTML Slides</a> and then remix the code and the ideas to make them better.</p>
<p>UPDATE: Version 1.2 of the Simple HTML Slides sync controller includes support for converted PDF slide decks. See <a href="http://richard.milewski.org/archives/1168" target="_blank">Turn PDF Slide Decks into HTML5 Web Presentations in Under 5 Minutes</a></p>
<p>Here&#8217;s how the prototype addresses the requirements above:</p>
<ol>
<li><strong>Simple:</strong> It moves the javascript and almost all of the CSS out of the HTML file that contains the presentation itself. A heavily commented HTML file containing a set of <a href="https://slides.netfools.com/example1.html">slide examples</a> shows how easy it is to write a presentation. Users need only understand how to use the &lt;div&gt; tag and apply a few pre-defined CSS classes.</li>
<li><strong>Tidy:</strong> Javascript manipulation of the CSS deals with the issue of separating slide titles from slide body content. The prototype includes ten different slide design &#8220;themes&#8221;. Users can switch between them with a single keystroke. In addition, all of the theme definitions are contained in a single CSS file. Designers with better skills than mine can replace the theme designs by substituting their own slide-themes.css file without needing to change (or understand) any of the javascript or any of the other CSS.</li>
<li><strong>Enticing:</strong>The solution includes an anonymous slide synchronizing server. Users anywhere in the world can see a synchronized slide presentation simply by browsing to the presentation URL. No screen sharing software required. The presentation need not be hosted on the slide-sync server. The synchronization server sees only the control commands and an MD5 hash of the URL. Neither the presentation URL nor the contents of the presentation are ever sent to the slide-sync server. The slide-sync server is open source, so you can choose to run your own.As a bonus, this works on mobile devices like the iPhone, and iPod Touch that have modern browsers, so you can use your phone as a remote when presenting in front of a group.</li>
</ol>
<p>This is just one approach to replacing Powerpoint with standards-based open web technologies. Please think of a better one, or remix this one, and share it with the community.</p>
<p>UPDATE: <a href="http://tomercohen.com/">Tomer Cohen</a> pointed out that HTML5 ninja <a href="http://twitter.com/#!/paulrouget">Paul Roget</a> has a nice <a href="http://paulrouget.com/e/introdzslides">HTML5/CSS3 slide implementation</a>.</p>
<div class="tweetthis" style="text-align:right;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=HTML5%2FCSS3+%E2%80%93+On+Beyond+Powerpoint%E2%80%A6%2C+http%3A%2F%2Frichard.milewski.org%2F%3Fp%3D804" title="Post to Twitter"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro1.png" alt="Post to Twitter" /></a> <a class="tt" href="http://buzz.yahoo.com/buzz?targetUrl=http://richard.milewski.org/archives/804&amp;headline=HTML5%2FCSS3+%E2%80%93+On+Beyond+Powerpoint%E2%80%A6" title="Post to Yahoo Buzz"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/buzz/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://richard.milewski.org/archives/804&amp;title=HTML5%2FCSS3+%E2%80%93+On+Beyond+Powerpoint%E2%80%A6" title="Post to Delicious"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://richard.milewski.org/archives/804&amp;title=HTML5%2FCSS3+%E2%80%93+On+Beyond+Powerpoint%E2%80%A6" title="Post to Digg"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://richard.milewski.org/archives/804&amp;t=HTML5%2FCSS3+%E2%80%93+On+Beyond+Powerpoint%E2%80%A6" title="Post to Facebook"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://richard.milewski.org/archives/804&amp;t=HTML5%2FCSS3+%E2%80%93+On+Beyond+Powerpoint%E2%80%A6" title="Post to MySpace"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/myspace/tt-myspace.png" alt="Post to MySpace" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=HTML5%2FCSS3+%E2%80%93+On+Beyond+Powerpoint%E2%80%A6&amp;link=http://richard.milewski.org/archives/804" title="Post to Ping.fm"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/ping/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://reddit.com/submit?url=http://richard.milewski.org/archives/804&amp;title=HTML5%2FCSS3+%E2%80%93+On+Beyond+Powerpoint%E2%80%A6" title="Post to Reddit"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://richard.milewski.org/archives/804&amp;title=HTML5%2FCSS3+%E2%80%93+On+Beyond+Powerpoint%E2%80%A6" title="Post to StumbleUpon"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/su/tt-su.png" alt="Post to StumbleUpon" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://richard.milewski.org/archives/804/feed</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Change to a More Secure Password</title>
		<link>http://richard.milewski.org/archives/734</link>
		<comments>http://richard.milewski.org/archives/734#comments</comments>
		<pubDate>Fri, 08 Oct 2010 17:30:55 +0000</pubDate>
		<dc:creator>ram</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[MozillaEd]]></category>
		<category><![CDATA[PlanetMozilla]]></category>

		<guid isPermaLink="false">http://richard.milewski.org/?p=734</guid>
		<description><![CDATA[<p>Choosing a password is always a compromise between using something that&#8217;s easy-to-remember and something that will give you good protection for your personal information.</p> <p>With advice from the security folks at Mozilla, the non-profit organization that brings you the Firefox browser, we&#8217;ve put together some simple steps you can take to improve the quality of [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://richard.milewski.org/blog/wp-content/uploads/2011/02/Ctl+Alt+Del-600-300x294.png" alt="" title="Tim Buckley&#039;s CTRL+ALT+DEL cartoon is remixed from the Wikimedia Commons under the Creative Commons Attribution-Share Alike 3.0 Unported license." width="300" height="294" class="alignleft size-medium wp-image-722" />Choosing a password is always a compromise between using something that&#8217;s easy-to-remember and something that will give you good protection for your personal information.</p>
<p>With advice from the security folks at Mozilla, the non-profit organization that brings you the Firefox browser, we&#8217;ve put together some simple steps you can take to improve the quality of the passwords you use while keeping everything simple and easy to remember.</p>
<p>There&#8217;s a <a href='http://www.youtube.com/watch?v=COU5T-Wafa4' target="_blank" >video</a> with the essentials, and all the details are in <a href="http://richard.milewski.org/passwords">Choosing Secure Passwords</a>, a three part article.   </p>
<ul>
<li><a href="http://richard.milewski.org/passwords">Part 1</a> covers common mistakes that lead to insecure passwords,</li>
<li><a href="http://richard.milewski.org/part-2">Part 2</a> shows how to use memorable phrases to make secure easy-to remember passwords,</li>
<li><a href="http://richard.milewski.org/part-3">Part 3</a> has ways to get your browser to help manage your passwords, and sync them between your browsers on different machines and mobile devices.</li>
</ul>
<div class="tweetthis" style="text-align:right;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Change+to+a+More+Secure+Password%2C+http%3A%2F%2Frichard.milewski.org%2F%3Fp%3D734" title="Post to Twitter"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro1.png" alt="Post to Twitter" /></a> <a class="tt" href="http://buzz.yahoo.com/buzz?targetUrl=http://richard.milewski.org/archives/734&amp;headline=Change+to+a+More+Secure+Password" title="Post to Yahoo Buzz"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/buzz/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://richard.milewski.org/archives/734&amp;title=Change+to+a+More+Secure+Password" title="Post to Delicious"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://richard.milewski.org/archives/734&amp;title=Change+to+a+More+Secure+Password" title="Post to Digg"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://richard.milewski.org/archives/734&amp;t=Change+to+a+More+Secure+Password" title="Post to Facebook"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://richard.milewski.org/archives/734&amp;t=Change+to+a+More+Secure+Password" title="Post to MySpace"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/myspace/tt-myspace.png" alt="Post to MySpace" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Change+to+a+More+Secure+Password&amp;link=http://richard.milewski.org/archives/734" title="Post to Ping.fm"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/ping/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://reddit.com/submit?url=http://richard.milewski.org/archives/734&amp;title=Change+to+a+More+Secure+Password" title="Post to Reddit"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://richard.milewski.org/archives/734&amp;title=Change+to+a+More+Secure+Password" title="Post to StumbleUpon"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/su/tt-su.png" alt="Post to StumbleUpon" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://richard.milewski.org/archives/734/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Share Your Web Savvy</title>
		<link>http://richard.milewski.org/archives/663</link>
		<comments>http://richard.milewski.org/archives/663#comments</comments>
		<pubDate>Tue, 28 Sep 2010 14:30:45 +0000</pubDate>
		<dc:creator>ram</dc:creator>
				<category><![CDATA[MozillaEd]]></category>
		<category><![CDATA[PlanetMozilla]]></category>

		<guid isPermaLink="false">http://richard.milewski.org/?p=663</guid>
		<description><![CDATA[<p>We&#8217;ve all seen the man-on-the street interviews that show many users don&#8217;t know where their browser stops and the internet begins.  Some aren&#8217;t sure what a browser is, or which one they use.</p> <p>There is a Consumer Education project under way at Mozilla to help non-technical users of the Open Web increase their general level [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve all seen the man-on-the street interviews that show many users don&#8217;t know where their browser stops and the internet begins.  Some aren&#8217;t sure what a browser is, or which one they use.</p>
<p>There is a Consumer Education project under way at Mozilla to help non-technical users of the Open Web increase their general level of web-savvy. We need to create engaging, easy-to-understand content that helps them increase their &#8220;Web Savvy&#8221;.   To start we want to produce materials on the following topics:</p>
<ul>
<li>Shopping safely on the web</li>
<li>Protecting online identity</li>
<li>Choosing more secure passwords</li>
<li>Help remembering passwords</li>
<li>Social media privacy</li>
<li>The risks presented by cookies</li>
<li>Adding extra features to the browser</li>
</ul>
<p>But suggestions for additional topics are always welcome.</p>
<p>If you are a writer, film-maker, teacher, cartoonist, artist or musician, you can help.  What&#8217;s in it for you?  As part of a major world-wide user education program, millions of people will see your work, so you&#8217;ll get great visibility.</p>
<p>We need content shared under a Creative-Commons license so it can be remixed and re-purposed by the community.  We have access to technical experts in each topic area if you need help sharpening the focus of your efforts.   &#8230;and if you&#8217;re an expert in any of the topics, come join the effort!</p>
<p><strong>Writers: </strong>We need copy for brochures, booklets, posters, and scripts for short videos and 2-minute radio pieces.</p>
<p><strong>Film-makers:</strong> We need short, engaging videos that illustrate technical issues in ways that will connect with non-technical users.</p>
<p><strong>Teachers:</strong> We need your help adapting materials for general audiences to use in classrooms at various grade levels.  We also need lesson plans built around these materials to share with teachers worldwide.</p>
<p><strong>Cartoonists:</strong> We need single-panel cartoons to include in booklet and brochures, comic strips, comic books and posters on our selected topics.   If you&#8217;re also an animator, then here&#8217;s a chance to show off your comics in video form.</p>
<p><strong>Artists:</strong> We need posters and artwork for booklets and brochures.</p>
<p><strong>Musicians:</strong> We need theme music for videos and audio podcasts.  On-topic music videos are also needed.</p>
<p><strong>Join today!</strong> Take a moment to visit the <strong><a href="https://www.drumbeat.org/project/share-your-web-savvy" target="_blank">Share Your Web Savvy</a></strong> project on Drumbeat.org and join the project.  With your help we can make the web a better place for everyone, including your non-technical friends.</p>
<div class="tweetthis" style="text-align:right;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Share+Your+Web+Savvy%2C+http%3A%2F%2Frichard.milewski.org%2F%3Fp%3D663" title="Post to Twitter"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro1.png" alt="Post to Twitter" /></a> <a class="tt" href="http://buzz.yahoo.com/buzz?targetUrl=http://richard.milewski.org/archives/663&amp;headline=Share+Your+Web+Savvy" title="Post to Yahoo Buzz"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/buzz/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://richard.milewski.org/archives/663&amp;title=Share+Your+Web+Savvy" title="Post to Delicious"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://richard.milewski.org/archives/663&amp;title=Share+Your+Web+Savvy" title="Post to Digg"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://richard.milewski.org/archives/663&amp;t=Share+Your+Web+Savvy" title="Post to Facebook"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://richard.milewski.org/archives/663&amp;t=Share+Your+Web+Savvy" title="Post to MySpace"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/myspace/tt-myspace.png" alt="Post to MySpace" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Share+Your+Web+Savvy&amp;link=http://richard.milewski.org/archives/663" title="Post to Ping.fm"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/ping/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://reddit.com/submit?url=http://richard.milewski.org/archives/663&amp;title=Share+Your+Web+Savvy" title="Post to Reddit"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://richard.milewski.org/archives/663&amp;title=Share+Your+Web+Savvy" title="Post to StumbleUpon"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/su/tt-su.png" alt="Post to StumbleUpon" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://richard.milewski.org/archives/663/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Drumbeat for Open Source in K-12</title>
		<link>http://richard.milewski.org/archives/586</link>
		<comments>http://richard.milewski.org/archives/586#comments</comments>
		<pubDate>Thu, 11 Feb 2010 23:18:12 +0000</pubDate>
		<dc:creator>ram</dc:creator>
				<category><![CDATA[K-12 EdTech]]></category>
		<category><![CDATA[MozillaDrumbeat]]></category>
		<category><![CDATA[MozillaEd]]></category>
		<category><![CDATA[Open Source Projects]]></category>
		<category><![CDATA[PlanetMozilla]]></category>
		<category><![CDATA[EdTech]]></category>
		<category><![CDATA[K-12]]></category>

		<guid isPermaLink="false">http://richard.milewski.org/?p=586</guid>
		<description><![CDATA[<p>Mozilla Drumbeat is a global community of people and projects using technology to help internet users understand, participate and take control of their online lives.</p> <p>I&#8217;ve done a bit of head-scratching over what one possible Drumbeat project aimed at K-12 education might look like. </p> <p>If you have an interest in helping K-12 education make [...]]]></description>
			<content:encoded><![CDATA[<p><a href=" https://wiki.mozilla.org/Drumbeat/K-12_Drumbeat"><img src="http://richard.milewski.org/blog/wp-content/uploads/2010/02/drumbeat-logo-300x282.png" alt="" title="drumbeat-logo" width="150" height="141" class="alignright size-medium wp-image-925" /></a>Mozilla Drumbeat is a global community  of people and projects using technology to help internet users understand, participate and take control of their online lives.</p>
<p>I&#8217;ve done a bit of head-scratching over what one possible <a href=" https://wiki.mozilla.org/Drumbeat/K-12_Drumbeat">Drumbeat project aimed at K-12 education</a> might look like. </p>
<p>If you have an interest in helping K-12 education make better use of FOSS and the Open Web, please take a moment to look at the <a href=" https://wiki.mozilla.org/Drumbeat/K-12_Drumbeat">wiki page</a>, add your name to the participants list, and hack on the page to make it better.</p>
<p>If you know anyone with an interest in helping K-12 education make better use of FOSS and the Open Web, please ask them to do the same.</p>
<div class="tweetthis" style="text-align:right;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=A+Drumbeat+for+Open+Source+in+K-12%2C+http%3A%2F%2Frichard.milewski.org%2F%3Fp%3D586" title="Post to Twitter"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro1.png" alt="Post to Twitter" /></a> <a class="tt" href="http://buzz.yahoo.com/buzz?targetUrl=http://richard.milewski.org/archives/586&amp;headline=A+Drumbeat+for+Open+Source+in+K-12" title="Post to Yahoo Buzz"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/buzz/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://richard.milewski.org/archives/586&amp;title=A+Drumbeat+for+Open+Source+in+K-12" title="Post to Delicious"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://richard.milewski.org/archives/586&amp;title=A+Drumbeat+for+Open+Source+in+K-12" title="Post to Digg"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://richard.milewski.org/archives/586&amp;t=A+Drumbeat+for+Open+Source+in+K-12" title="Post to Facebook"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://richard.milewski.org/archives/586&amp;t=A+Drumbeat+for+Open+Source+in+K-12" title="Post to MySpace"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/myspace/tt-myspace.png" alt="Post to MySpace" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=A+Drumbeat+for+Open+Source+in+K-12&amp;link=http://richard.milewski.org/archives/586" title="Post to Ping.fm"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/ping/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://reddit.com/submit?url=http://richard.milewski.org/archives/586&amp;title=A+Drumbeat+for+Open+Source+in+K-12" title="Post to Reddit"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://richard.milewski.org/archives/586&amp;title=A+Drumbeat+for+Open+Source+in+K-12" title="Post to StumbleUpon"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/su/tt-su.png" alt="Post to StumbleUpon" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://richard.milewski.org/archives/586/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>On Beyond T-Shirts</title>
		<link>http://richard.milewski.org/archives/489</link>
		<comments>http://richard.milewski.org/archives/489#comments</comments>
		<pubDate>Sat, 07 Nov 2009 20:24:23 +0000</pubDate>
		<dc:creator>ram</dc:creator>
				<category><![CDATA[K-12 EdTech]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[MozillaEd]]></category>
		<category><![CDATA[Open Source Projects]]></category>
		<category><![CDATA[Second Life]]></category>

		<guid isPermaLink="false">http://richard.milewski.org/?p=489</guid>
		<description><![CDATA[<p>To help spread the word about the Jetpack for Learning design challenge, I worked-up a design for a Jetpack for Learning t-shirt for Second Life avatars. But that didn&#8217;t really do justice to Sean Martell&#8217;s nifty Jetpack design. So&#8230; since almost anything is possible in Second Life, an actual flyable virtual Jetpack seemed like a [...]]]></description>
			<content:encoded><![CDATA[<p>To help spread the word about the Jetpack for Learning design challenge, I worked-up a design for a Jetpack for Learning t-shirt for Second Life avatars.  But that didn&#8217;t really do justice to Sean Martell&#8217;s nifty Jetpack design.<br />
So&#8230; since almost anything is possible in Second Life, an actual flyable virtual Jetpack seemed like a much better idea.</p>
<p><center><iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/dxin2fDNnHg" frameborder="0" allowfullscreen></iframe></center></p>
<p>Thanks to Sean for the inspiring design!</p>
<p>Now if we can just get Mozilla Marketing to make Jetpacks like these available in the real world Mozilla Store!</p>
<div class="tweetthis" style="text-align:right;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=On+Beyond+T-Shirts%2C+http%3A%2F%2Frichard.milewski.org%2F%3Fp%3D489" title="Post to Twitter"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro1.png" alt="Post to Twitter" /></a> <a class="tt" href="http://buzz.yahoo.com/buzz?targetUrl=http://richard.milewski.org/archives/489&amp;headline=On+Beyond+T-Shirts" title="Post to Yahoo Buzz"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/buzz/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://richard.milewski.org/archives/489&amp;title=On+Beyond+T-Shirts" title="Post to Delicious"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://richard.milewski.org/archives/489&amp;title=On+Beyond+T-Shirts" title="Post to Digg"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://richard.milewski.org/archives/489&amp;t=On+Beyond+T-Shirts" title="Post to Facebook"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://richard.milewski.org/archives/489&amp;t=On+Beyond+T-Shirts" title="Post to MySpace"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/myspace/tt-myspace.png" alt="Post to MySpace" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=On+Beyond+T-Shirts&amp;link=http://richard.milewski.org/archives/489" title="Post to Ping.fm"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/ping/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://reddit.com/submit?url=http://richard.milewski.org/archives/489&amp;title=On+Beyond+T-Shirts" title="Post to Reddit"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://richard.milewski.org/archives/489&amp;title=On+Beyond+T-Shirts" title="Post to StumbleUpon"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/su/tt-su.png" alt="Post to StumbleUpon" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://richard.milewski.org/archives/489/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The &#8220;Secret&#8221; Silicon Valley Lunch</title>
		<link>http://richard.milewski.org/archives/413</link>
		<comments>http://richard.milewski.org/archives/413#comments</comments>
		<pubDate>Wed, 21 Oct 2009 16:30:40 +0000</pubDate>
		<dc:creator>ram</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[MozillaEd]]></category>
		<category><![CDATA[Zemanta]]></category>
		<category><![CDATA[Lunch]]></category>

		<guid isPermaLink="false">http://richard.milewski.org/?p=413</guid>
		<description><![CDATA[<p>The best lunches are those that provide more food for thought than food for my already overweight frame.</p> <p>My favorite lunches used to be those put on by Lunch 2.0 which mixes lunch with a presentation or a panel discussion at an interesting technology company somewhere around the valley. They almost always attract an interesting [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://richard.milewski.org/blog/wp-content/uploads/2011/02/brown-bag-mozlabs-200x300.png" alt="" title="brown-bag-mozlabs" width="200" height="300" class="alignright size-medium wp-image-906" />The best lunches are those that provide more food for thought than food for my already overweight frame.</p>
<p>My favorite lunches used to be those put on by<a href="http://www.lunch20.com/" target='blank'> Lunch 2.0</a> which mixes lunch with a presentation or a panel discussion at an interesting technology company somewhere around the valley.  They almost always attract an interesting crowd for networking.</p>
<p>I say &#8220;used to be&#8221; because Lunch 2.0 was dormant for a while, and I discovered a new favorite.  Oddly, it seems to be the best kept secret in Silicon Valley!</p>
<p>Mozilla.com, the folks that do the awesome Firefox browser, are not just an open source company, but a pathologically open organization from top to bottom.  Every Thursday, Mozilla Labs has an open Design Lunch.   It&#8217;s a bring-your-own-brown-bag affair open to anyone.  Topics vary from week to week, but it&#8217;s usually design issues for future versions of the Firefox browser or one of the other Mozilla Labs Projects.  </p>
<p>The format is a presentation from some of the best designers on the planet and an open discussion, so you not only get a peek into the future, but a chance to change it.   I highly recommend joining the discussion.  Pack a lunch or order one online for pickup downstairs at <a href="http://www.leboulanger.com/index.html">Le Boulanger</a>.  </p>
<p><a href="http://maps.google.com/maps?f=q&#038;source=s_q&#038;hl=en&#038;q=650+Castro+St,+Mountain+View,+Santa+Clara,+California+94041&#038;sll=37.0625,-95.677068&#038;sspn=50.69072,74.882813&#038;ie=UTF8&#038;cd=1&#038;geocode=FT9_OgIdOCq5-A&#038;split=0&#038;hq=&#038;hnear=650+Castro+St,+Mountain+View,+Santa+Clara,+California+94041&#038;z=16">Mozilla is at 650 Castro Street in Mountain View</a>.  Check the <a href="https://wiki.mozilla.org/Labs/DesignLunch">Mozilla Wiki</a> for exact times (usually 12:30) and topics.  Be aware that topics are often not posted until the day before, and sometimes even as late as Thursday mornings, so check back often.</p>
<p>UPDATES: If you can&#8217;t make it to Mountain View, you can still sit in on the Mozilla Labs Design Lunch on <a href="http://air.mozilla.com/">Air Mozilla</a>.</p>
<p>Design Lunch moderator <a href="http://jonoscript.wordpress.com/">Jono DiCarlo</a> welcomes suggestions for Design Lunch topics.  Hit the <a href="https://wiki.mozilla.org/Labs/DesignLunch">Mozilla Labs Wiki</a> and suggest something!</p>
<div class="tweetthis" style="text-align:right;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=The+%E2%80%9CSecret%E2%80%9D+Silicon+Valley+Lunch%2C+http%3A%2F%2Frichard.milewski.org%2F%3Fp%3D413" title="Post to Twitter"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro1.png" alt="Post to Twitter" /></a> <a class="tt" href="http://buzz.yahoo.com/buzz?targetUrl=http://richard.milewski.org/archives/413&amp;headline=The+%E2%80%9CSecret%E2%80%9D+Silicon+Valley+Lunch" title="Post to Yahoo Buzz"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/buzz/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://richard.milewski.org/archives/413&amp;title=The+%E2%80%9CSecret%E2%80%9D+Silicon+Valley+Lunch" title="Post to Delicious"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://richard.milewski.org/archives/413&amp;title=The+%E2%80%9CSecret%E2%80%9D+Silicon+Valley+Lunch" title="Post to Digg"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://richard.milewski.org/archives/413&amp;t=The+%E2%80%9CSecret%E2%80%9D+Silicon+Valley+Lunch" title="Post to Facebook"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://richard.milewski.org/archives/413&amp;t=The+%E2%80%9CSecret%E2%80%9D+Silicon+Valley+Lunch" title="Post to MySpace"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/myspace/tt-myspace.png" alt="Post to MySpace" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=The+%E2%80%9CSecret%E2%80%9D+Silicon+Valley+Lunch&amp;link=http://richard.milewski.org/archives/413" title="Post to Ping.fm"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/ping/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://reddit.com/submit?url=http://richard.milewski.org/archives/413&amp;title=The+%E2%80%9CSecret%E2%80%9D+Silicon+Valley+Lunch" title="Post to Reddit"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://richard.milewski.org/archives/413&amp;title=The+%E2%80%9CSecret%E2%80%9D+Silicon+Valley+Lunch" title="Post to StumbleUpon"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/su/tt-su.png" alt="Post to StumbleUpon" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://richard.milewski.org/archives/413/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drumbeat &#8211; Open the Web by Opening Data</title>
		<link>http://richard.milewski.org/archives/411</link>
		<comments>http://richard.milewski.org/archives/411#comments</comments>
		<pubDate>Mon, 12 Oct 2009 12:00:17 +0000</pubDate>
		<dc:creator>ram</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Open Data]]></category>
		<category><![CDATA[Open Source Projects]]></category>
		<category><![CDATA[Zemanta]]></category>
		<category><![CDATA[Drumbeat]]></category>
		<category><![CDATA[MozillaEd]]></category>

		<guid isPermaLink="false">http://richard.milewski.org/?p=411</guid>
		<description><![CDATA[<p>Mark Surman and others at Mozilla have been mulling over Drumbeat, an effort to promote awareness of the benefits of an open web. In his most recent blog post, Mark asks &#8220;what concrete things could Mozilla and Drumbeat do to support people creating civic and social value on the web?&#8221; &#8230;and he has posted a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://commonspace.wordpress.com/about/">Mark Surman</a> and others at Mozilla have been mulling over <a href="http://groups.google.com/group/mozilladrumbeat">Drumbeat</a>, an effort to promote awareness of the benefits of an open web.  In his most recent blog post, Mark asks &#8220;what concrete things could Mozilla and Drumbeat do to support people creating civic and social value on the web?&#8221; &#8230;and he has <a href="https://rypple.com/msurman/bit">posted a survey </a>looking for your input.</p>
<p>The open web is a difficult concept to convey to the average browser user.  As both the user interface designers and the support team at Mozilla will tell you, the average Firefox user has trouble distinguishing where the browser stops and the web begins.  &#8220;Openness&#8221; is an even more abstract concept for most web users.</p>
<p>This leads me to believe that <span id="more-411"></span>giving the user a good WIFM (&#8220;what&#8217;s in it for me&#8221;), argument is the best way to illustrate the advantages of the open web.  The recent <a href="http://www.mozilla.org/causes/serviceweek/internethealth/">Internet Health Check</a> initiative that accompanied the Firefox 3.5 release is an example of what&#8217;s in it for the average user. But, internet security is an issue fraught with technical complexities that make the eyes of even advanced browser jockeys glaze over.</p>
<p>I&#8217;m beginning to think that the easiest way to illustrate the advantages of the open web to the largest number of users is to take up the banner of the open data movement.  It&#8217;s pretty easy to show how the availability of public data for remix can enable great things on the web, and the lack of it can stifle innovation on the web.</p>
<p>The <a href="http://www.opendatafoundation.org/">Open Data Foundation</a>, the<a href="http://blog.okfn.org/"> Open Knowledge Foundation</a>, and <a href="http://resource.org/8_principles.html">OpenGovData.org</a> all have definitions of what constitutes &#8220;open&#8221; data. But, <a href="http://eaves.ca/about/">David Eaves</a> said it best in his <a href="http://eaves.ca/2009/09/30/three-law-of-open-government-data/">Three Laws of Open Government Data:</a></p>
<ol>
<li>If it can’t be spidered or indexed, it doesn’t exist</li>
<li>If it isn’t available in open and machine readable format, it can’t engage</li>
<li>If a legal framework doesn’t allow it to be repurposed, it doesn’t empower</li>
</ol>
<p>Eaves calls these &#8220;Find, Play and Share&#8221;.   It&#8217;s a simple concept that anyone can comprehend.  If we can show people how being able to find, play with, and share more data can make it possible for them to do more things on the web, we will make more non-technical users allies in the open web movement.</p>
<p>And the open data movement needs all the help it can get right now.  Even in free countries there are pressures coming from government institutions to lock up data collected, cataloged, and stored using public funds.</p>
<p>In the UK last week, the Royal Mail used the threat of legal action to shut down <a href="http://ernestmarples.com/">EarnestMarples.com</a> a website named for the British Postmaster General who created the postal code.  The site had a postal code lookup API that was freely available.  Fortunately, at least one major UK newspaper, The Guardian, is <a href="http://www.guardian.co.uk/technology/free-our-data">championing the open data cause.</a>   I believe we should take advantage of the media focus in the UK and lend Mozilla&#8217;s voice to the chorus in favor of open data.  </p>
<p>In the US, the mainstream media is less aware of the open data issue. As a consequence we have also been losing battles for free data.  Zip code data, including both post office geolocation data and zip code boundary data is available for a fee from private sources, but does not appear to be available on <a href="http://www.data.gov/">data.gov</a> or the <a href="http://">US Postal Service web site</a>.  </p>
<p>Post 9/11 there have been actions such as the U.S. Department of Defense withdrawing the <a href="http://en.wikipedia.org/wiki/DAFIF">Defense Aviation Flight Information File (DAFIF)</a> from public access.  The DAFIF is a database of airports around the world with runway and radio frequency information of critical value to aviation safety.  While there was a <a href="http://www.nga.mil/NGASiteContent/StaticFiles/OCR/nga0411.pdf">comment period preceding the withdrawal of the DAFIF</a>, there was no media coverage, and too few people commented to persuade the government to leave this critical resource openly available as it had been for more than a quarter of a century.  The open data movement in the U.S. was neither large enough, nor organized enough, to affect the outcome.  </p>
<p>More awareness of the value of open data on the part of both the public and lawmakers might have prevented these examples of data being locked up by government.  Mozilla can help by becoming a focal point for those interested in opening the web by opening data.</p>
<p>It&#8217;s encouraging to see that the Australian Government 2.0 Taskforce, runs <a href="http://data.australia.gov.au/">data.australia.gov.au</a> a government website serving government created data sets offered under Creative Commons licenses.   They are currently sponsoring  <a href="http://mashupaustralia.org/">Mashup Australia</a>, a contest offering more than $20,000 in prizes for data mashups using data sets hosted on the site.   </p>
<p>The Australian experience provides a model that we could use to point out the advantages of open data to media and lawmakers worldwide.  Sadly, airport information is notably missing from the Aussie data sets.   <a href="http://en.wikipedia.org/wiki/DAFIF">Australian government pressure</a> to remove public access to Australian airport data was believed to be one of the reasons for the DAFIF withdrawal in the U.S.  </p>
<p>In conclusion, the open data issue is one that provides easy-to-understand examples of how a more open web is more useful to everyone.  I believe it offers one of the best places to focus Drumbeat efforts to open the web.  As a suggestion for a first step, how about putting up a page structured like Planet Mozilla that combines feeds from open data organizations and bloggers around the world? </p>
<div class="tweetthis" style="text-align:right;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Drumbeat+%E2%80%93+Open+the+Web+by+Opening+Data%2C+http%3A%2F%2Frichard.milewski.org%2F%3Fp%3D411" title="Post to Twitter"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro1.png" alt="Post to Twitter" /></a> <a class="tt" href="http://buzz.yahoo.com/buzz?targetUrl=http://richard.milewski.org/archives/411&amp;headline=Drumbeat+%E2%80%93+Open+the+Web+by+Opening+Data" title="Post to Yahoo Buzz"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/buzz/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://richard.milewski.org/archives/411&amp;title=Drumbeat+%E2%80%93+Open+the+Web+by+Opening+Data" title="Post to Delicious"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://richard.milewski.org/archives/411&amp;title=Drumbeat+%E2%80%93+Open+the+Web+by+Opening+Data" title="Post to Digg"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://richard.milewski.org/archives/411&amp;t=Drumbeat+%E2%80%93+Open+the+Web+by+Opening+Data" title="Post to Facebook"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://richard.milewski.org/archives/411&amp;t=Drumbeat+%E2%80%93+Open+the+Web+by+Opening+Data" title="Post to MySpace"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/myspace/tt-myspace.png" alt="Post to MySpace" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Drumbeat+%E2%80%93+Open+the+Web+by+Opening+Data&amp;link=http://richard.milewski.org/archives/411" title="Post to Ping.fm"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/ping/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://reddit.com/submit?url=http://richard.milewski.org/archives/411&amp;title=Drumbeat+%E2%80%93+Open+the+Web+by+Opening+Data" title="Post to Reddit"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://richard.milewski.org/archives/411&amp;title=Drumbeat+%E2%80%93+Open+the+Web+by+Opening+Data" title="Post to StumbleUpon"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/su/tt-su.png" alt="Post to StumbleUpon" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://richard.milewski.org/archives/411/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Math Teachers Can Help Improve the Web</title>
		<link>http://richard.milewski.org/archives/396</link>
		<comments>http://richard.milewski.org/archives/396#comments</comments>
		<pubDate>Tue, 06 Oct 2009 19:56:10 +0000</pubDate>
		<dc:creator>ram</dc:creator>
				<category><![CDATA[K-12 EdTech]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[MozillaEd]]></category>
		<category><![CDATA[Open Source Projects]]></category>
		<category><![CDATA[Zemanta]]></category>
		<category><![CDATA[EdTech]]></category>
		<category><![CDATA[K-12]]></category>

		<guid isPermaLink="false">http://richard.milewski.org/?p=396</guid>
		<description><![CDATA[<p>Mozilla Labs has a plug-in for the awesome Firefox browser that helps them collect information about how people use the browser. As with all things Mozilla, the Test Pilot plug-in is open. It shows you all of the data it has collected and lets you decide whether or not to send it along to the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://richard.milewski.org/blog/wp-content/uploads/2011/02/TestPilot-L+W-214x300.png" alt="" title="TestPilot-L+W" width="214" height="300" class="alignleft size-medium wp-image-887" />Mozilla Labs has a plug-in for the awesome Firefox browser that helps them collect information about how people use the browser.  As with all things Mozilla, the <a href="https://testpilot.mozillalabs.com/index.html">Test Pilot plug-in</a> is open. It shows you all of the data it has collected and lets you decide whether or not to send it along to the Mozilla Labs team.  Also, the folks over at Mozilla Labs are careful not to collect any personally identifiable information about individuals. </p>
<p>Mozilla takes openness one step further.  Unlike data collected by that other browser company,  the data collected by all of the Test Pilot plug-ins on the planet is <a href="https://testpilot.mozillalabs.com/testcases/tab-open-close/aggregated-data.html">freely available for download</a>.  This means that if you&#8217;re a Math or Statistics teacher, you can build lessons around Test Pilot data-sets from the real world that your students helped create by having installed the plug-in. &#8230;or you can just look at the <a href="http://surfmind.com/muzings/?p=505">interesting ways that others interpret the data-sets.</a></p>
<p>Take a minute to visit the <a href="https://testpilot.mozillalabs.com/index.html">Test Pilot web page</a> and download the plug-in.  Encourage your students and colleagues to do the same.  You&#8217;ll be helping to make future versions of Firefox work better for <em>you</em> and your students, as well as making the open web a better place for all of us.  </p>
<p>If you&#8217;re a Math teacher who has built a lesson plan around Test Pilot data, please post the lesson plan on <a href="http://www.curriki.org/xwiki/bin/view/Main/WebHome">Curriki.org, the open curriculum wiki</a>, and leave a comment here so we can spread the word to other teachers.</p>
<div class="tweetthis" style="text-align:right;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=How+Math+Teachers+Can+Help+Improve+the+Web%2C+http%3A%2F%2Frichard.milewski.org%2F%3Fp%3D396" title="Post to Twitter"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro1.png" alt="Post to Twitter" /></a> <a class="tt" href="http://buzz.yahoo.com/buzz?targetUrl=http://richard.milewski.org/archives/396&amp;headline=How+Math+Teachers+Can+Help+Improve+the+Web" title="Post to Yahoo Buzz"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/buzz/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://richard.milewski.org/archives/396&amp;title=How+Math+Teachers+Can+Help+Improve+the+Web" title="Post to Delicious"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://richard.milewski.org/archives/396&amp;title=How+Math+Teachers+Can+Help+Improve+the+Web" title="Post to Digg"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://richard.milewski.org/archives/396&amp;t=How+Math+Teachers+Can+Help+Improve+the+Web" title="Post to Facebook"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://richard.milewski.org/archives/396&amp;t=How+Math+Teachers+Can+Help+Improve+the+Web" title="Post to MySpace"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/myspace/tt-myspace.png" alt="Post to MySpace" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=How+Math+Teachers+Can+Help+Improve+the+Web&amp;link=http://richard.milewski.org/archives/396" title="Post to Ping.fm"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/ping/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://reddit.com/submit?url=http://richard.milewski.org/archives/396&amp;title=How+Math+Teachers+Can+Help+Improve+the+Web" title="Post to Reddit"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://richard.milewski.org/archives/396&amp;title=How+Math+Teachers+Can+Help+Improve+the+Web" title="Post to StumbleUpon"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/su/tt-su.png" alt="Post to StumbleUpon" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://richard.milewski.org/archives/396/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Experiment: The Web for Very Young Students</title>
		<link>http://richard.milewski.org/archives/331</link>
		<comments>http://richard.milewski.org/archives/331#comments</comments>
		<pubDate>Wed, 16 Sep 2009 00:43:34 +0000</pubDate>
		<dc:creator>ram</dc:creator>
				<category><![CDATA[K-12 EdTech]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[MozillaEd]]></category>
		<category><![CDATA[Zemanta]]></category>
		<category><![CDATA[EdTech]]></category>
		<category><![CDATA[K-12]]></category>

		<guid isPermaLink="false">http://richard.milewski.org/?p=331</guid>
		<description><![CDATA[<p>It&#8217;s a common misconception that the web isn&#8217;t a useful educational tool for very young students, particularly pre-readers. That is simply not true.</p> <p>Over the last year and a half, I&#8217;ve been working on a project called Curiosity Clubhouse that uses computers, both in the classroom and at home, to help kindergarten students learn. It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a common misconception that the web isn&#8217;t a useful educational tool for very young students, particularly pre-readers.   That is simply not true.</p>
<p>Over the last year and a half, I&#8217;ve been working on a project called Curiosity Clubhouse that uses computers, both in the classroom and at home, to help kindergarten students learn.  It&#8217;s a web-based system that uses a collection of flash-based learning activities to help kids learn their letters and numbers and get started learning to read. </p>
<p>It came about after some conversations with an extraordinary kindergarten teacher named Barbara Brisson.  Barbara, who has also worked for IBM and NetSchools Corp., is one of the most technology-savvy teachers I&#8217;ve ever encountered. She was able to put her finger on a number of issues that limited the utility of computers in the kindergarten classroom. <span id="more-331"></span>   There are 5 computers in her classroom and with 20 kindergartners in the class she doesn&#8217;t have the luxury of having everyone working on the same activity at the same time.  The class is divided into several groups, and the groups rotate through different activities at tables and at the bank of computers.  Typically a student is at the computer for 20 to 30 minutes before that group rotates to another activity.</p>
<p>Before our project, the following factors limited the effectiveness of the machines as learning tools for the kids:</p>
<ul>
<li>The learning activities she was using were at web sites spread around the net.  Navigating using the address bar of a browser, or even a list of bookmarks was difficult-to-impossible for non readers who didn&#8217;t even know the whole alphabet.</li>
<li>Many of these sites placed the mostly flash-based activities on pages with ads and other links to material that is not relevant to the specific learning activity.  In the case of ads, these are often professionally designed to attract attention, and so they would seduce the students away from the intended activity.  Once off-task, students often were unable to find their way back to the page where they should have been working.</li>
<li>Making assignments by trying to maintain bookmark lists on multiple machines for groups of students with differing reading and math skill levels was at best arduous.</li>
<li>The typical assignment takes less than 10 minutes to complete, and setting up each machine with the next assignment for each student meant that it required a minimum of two volunteer aids to keep 5 students (a quarter of her class) working on the right page.  Rarely was that possible.</li>
</ul>
<p>Curiosity Clubhouse, our experiment in the web for pre-readers has solved these problems and added additional capabilities that have resulted in improved end-of-year reading and math scores for Barbara&#8217;s kindergartners. </p>
<p>The core of the system is a web site written in PHP running on an Apache web server and a MySQL database.  There are pages on the site for teachers, students, and parents.</p>
<p>On the pages there are web forms that let the teacher enter the class roster.  In addition to the student&#8217;s name, the database holds the current reading level and math skill level for each student.   The database also contains a table of the URLs for learning activities (called resources) selected by the teacher.  Where possible, these are deep links directly to the activity SWF file, eliminating lots of extraneous links and ads.  Each resource is rated with a minimum and maximum reading and math skill level for which the teacher deems it appropriate.  There is also a table containing a list of each of the state curriculum standards addressed by each activity. (More about that later).</p>
<p>Another of the teacher pages lets teachers build assignments.  Each assignment has a reading and math level range, and a start and end date.   This makes it possible to program activities for each group of students for an entire school year if the teacher wishes.  As students progress, the teacher can change the skill levels in their student record and they will automatically be presented with appropriate activities. </p>
<p><img src="http://richard.milewski.org/blog/wp-content/uploads/2009/09/Screen-shot-2011-07-31-at-12.59.14-PM.png" alt="" title="CC Tokens" width="882" height="249" class="aligncenter size-full wp-image-1301" /></p>
<p>At the start of the school year each student is invited to choose a personal icon that will serve as their login to the system. There are more than 140 tokens like the ones above, so even the last student in the process has many from which to choose.  This is important because the token must be memorable, so letting the child choose an image with which she or he feels a connection minimizes forgotten logins.  Our experience was that almost none were forgotten.</p>
<p><img src="http://richard.milewski.org/blog/wp-content/uploads/2009/09/Screen-shot-2011-07-31-at-1.16.07-PM.png" alt="" title="CC Class Login Screen" width="1264" height="666" class="aligncenter size-full wp-image-1304" /></p>
<p>To set up a machine for use in class, the teacher (or an aid) logs the machine into the web site and selects which class is in session.   The system is then ready for student login. It presents the screen you see above.  All of the student tokens for the current class are displayed, and to log in a student simply clicks the token chosen at the beginning of the year.</p>
<p><img src="http://richard.milewski.org/blog/wp-content/uploads/2009/09/Screen-shot-2011-07-31-at-1.32.08-PM.png" alt="" title="CC Student Assignment Page" width="1258" height="583" class="aligncenter size-full wp-image-1305" /></p>
<p>Here we see the assignments page that greets Sue after she logs in by clicking on her personal token.  She is presented three assignments from those selected by the teacher for Sue&#8217;s reading and math skill level.  The images on the assignment tokens are chosen by the teacher when the assignments are made, and illustrate letters and numbers currently receiving emphasis in the reading readiness lessons.  Sue picks an activity to work on by clicking on one of these assignment tokens and is presented with her first work page.</p>
<p><img src="http://richard.milewski.org/blog/wp-content/uploads/2009/09/Screen-shot-2011-07-31-at-1.32.51-PM.png" alt="" title="CC Student Work Page" width="1261" height="762" class="aligncenter size-full wp-image-1306" /></p>
<p>Work pages present the learning activity in a simple screen with minimal distractions.  The two assignment tokens that were not selected on the assignment page appear on the left.  When Sue finishes this activity, she can click on one of these to move on to the next assignment.  If she finishes all three assignments before the work period is over, she is taken to a &#8220;fun&#8221; activity.   While these &#8220;fun&#8221; activities also have educational value, they are chosen from the assignments that have proven the most popular with kindergarteners.</p>
<p>Clicking on an assignment token logs the student id, the time, and the assignment resource to an activity log in the database.  Since the resources are correlated with state curriculum standards, it&#8217;s easy to get reports of how much time each student has spent on activities correlated to each standard.</p>
<p>When the work period is over, usually 20 to 30 minutes, a timer in the classroom rings.  Students know that when the timer rings they must click on the alarm clock token in the lower left corner.  This resets the machine to the student login page where it is ready for a student in the next group to begin.  </p>
<p>Our experience with the Curiosity Clubhouse has been that it drastically reduces the amount of teacher time spent setting-up and managing the computer resources.  Students quickly learn the skills necessary to navigate the sytem and stay engaged in their assigned activities rather than getting sidetracked and wandering off-task.</p>
<p><img src="http://richard.milewski.org/blog/wp-content/uploads/2009/09/Screen-shot-2011-07-31-at-1.43.18-PM.png" alt="" title="The Task Monster" width="257" height="223" class="alignright size-full wp-image-1307" />One problem encountered early in the project was students who would quickly click through the first three assignments to get to the &#8220;fun&#8221; tasks.  We dealt with this problem by adding a teacher page called the &#8220;Task Monster&#8221;.   Typically this page is open on the teacher&#8217;s computer, usually with the screen facing the class.  It displays a recent activity log, and an image of a door opened into a darkened room with the task monster lurking in the darkness.  If a student fails to spend a predetermined minimum time on any assignment, the image of the door is replaced by one of several monster images and the teacher can see who was skipping assignments.  The students quickly learned that the task monster knew what they were working on and the assignment skipping problem vanished.</p>
<p>Because the system is web-based, students can use the system from home.  Parents are given logins to parent pages.  A parent can prepare a computer at home to operate like one of the classroom computers by logging-in and then selecting a student login page.  That page looks like the class login page except that only student tokens for children in that household are displayed.   By having assignments available at home the system effectively extends the school day and minimizes the &#8220;learning loss&#8221; that occurs over long weekends and holiday breaks.  Both parents and students have enthusiastically embraced the idea of using the system at home.</p>
<p>Other parent pages on the site include class calendars, a bulletin page with school news, links to the district and main school web sites, as well as mailto: links to encourage parents to communicate with teachers.</p>
<p>We are currently contemplating what the next version of the system will be.  Because this was undertaken as an exploratory experiment, the system was implemented in a piecemeal fashion, and would benefit from a top-to-bottom rewrite.  The next version will make more extensive use of technologies such as Mozilla Labs JetPack and Prism to minimize distracting browser controls.  We also want to explore implementing lesson activities in a more standards-based manner, perhaps making use of the html5 canvas tag and AJAX to replace the flash-based activities.  Also under consideration are changes to allow students to engage in learning activities using mobile devices such as the iPod Touch or Sony PSP.   </p>
<p>In conclusion, we&#8217;re convinced that the web can be a useful instructional tool even for very young students who cannot yet read.  Please leave a comment if you know of similar projects or have experiences you can share using the web to support early education.  </p>
<div class="tweetthis" style="text-align:right;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Experiment%3A+The+Web+for+Very+Young+Students%2C+http%3A%2F%2Frichard.milewski.org%2F%3Fp%3D331" title="Post to Twitter"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro1.png" alt="Post to Twitter" /></a> <a class="tt" href="http://buzz.yahoo.com/buzz?targetUrl=http://richard.milewski.org/archives/331&amp;headline=Experiment%3A+The+Web+for+Very+Young+Students" title="Post to Yahoo Buzz"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/buzz/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://richard.milewski.org/archives/331&amp;title=Experiment%3A+The+Web+for+Very+Young+Students" title="Post to Delicious"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://richard.milewski.org/archives/331&amp;title=Experiment%3A+The+Web+for+Very+Young+Students" title="Post to Digg"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://richard.milewski.org/archives/331&amp;t=Experiment%3A+The+Web+for+Very+Young+Students" title="Post to Facebook"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://richard.milewski.org/archives/331&amp;t=Experiment%3A+The+Web+for+Very+Young+Students" title="Post to MySpace"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/myspace/tt-myspace.png" alt="Post to MySpace" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Experiment%3A+The+Web+for+Very+Young+Students&amp;link=http://richard.milewski.org/archives/331" title="Post to Ping.fm"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/ping/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://reddit.com/submit?url=http://richard.milewski.org/archives/331&amp;title=Experiment%3A+The+Web+for+Very+Young+Students" title="Post to Reddit"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://richard.milewski.org/archives/331&amp;title=Experiment%3A+The+Web+for+Very+Young+Students" title="Post to StumbleUpon"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/su/tt-su.png" alt="Post to StumbleUpon" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://richard.milewski.org/archives/331/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Making Firefox the Killer-App for K-12 Education</title>
		<link>http://richard.milewski.org/archives/311</link>
		<comments>http://richard.milewski.org/archives/311#comments</comments>
		<pubDate>Mon, 14 Sep 2009 07:53:51 +0000</pubDate>
		<dc:creator>ram</dc:creator>
				<category><![CDATA[K-12 EdTech]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[MozillaEd]]></category>
		<category><![CDATA[Open Source Projects]]></category>
		<category><![CDATA[Zemanta]]></category>
		<category><![CDATA[EdTech]]></category>
		<category><![CDATA[K-12]]></category>

		<guid isPermaLink="false">http://richard.milewski.org/?p=311</guid>
		<description><![CDATA[<p>There are some projects over at Mozilla Labs that just might make it possible to turn Firefox into the &#8220;killer-app&#8221; for K-12 education, both in North America, and around the world.</p> JetPack is a set of tools for extending the browser using open, standards-based technologies like CSS, HTML, and Javascript. Prism is another labs project [...]]]></description>
			<content:encoded><![CDATA[<p>There are some projects over at <a href="http://labs.mozilla.com/">Mozilla Labs</a> that just might make it <img class="alignright size-full wp-image-326" title="teacher200r" src="http://richard.milewski.org/blog/wp-content/uploads/2011/02/teacher200r.gif" alt="teacher200r" width="181" height="200" />possible to turn Firefox into the &#8220;killer-app&#8221; for K-12 education, both in North America, and around the world.</p>
<ul>
<li><a href="http://labs.mozilla.com/jetpack/">JetPack</a> is a set of tools for extending the browser using open, standards-based technologies like CSS, HTML, and Javascript.</li>
<li><a href="http://labs.mozilla.com/prism/">Prism</a> is another labs project that lets you wrap a website into a bundle that looks, feels and works more like an application than a web resource.</li>
<li> <a href="http://labs.mozilla.com/weave/">Weave</a>, also from Mozilla Labs, will synchronize browser content across multiple machines, so you can start a project on a machine at school, and continue it on a mobile device or your computer at home.</li>
</ul>
<p>So here&#8217;s how we could use these technologies to make Firefox the next K-12 &#8220;killer-app&#8221;<span id="more-311"></span>:</p>
<p>The ultimate <em>ne plus ultra</em> K12 killer app has lots of different features, and lives in a moderately complex environment.  But I believe it can be implemented incrementally as a series of small open source projects using Jetpack and Prism.  Schools and even individual teachers could then select which extensions fit their needs. With luck, they will even be able to choose between competing extensions created by developers with different viewpoints about how to approach these problems.</p>
<p>Schools today make heavy use of curriculum materials that are &#8220;aligned&#8221; to state curriculum standards.  Teachers want to use materials, including web resources, that directly address the curriculum standards they need to cover in class. As I lament in <a href="http://richard.milewski.org/archives/305">a previous post</a>, the current state of these standards is a problem, with only three states offering their curriculum standards in XML, and the lack of a set of national standards.  Many districts also modify the state standards by extending or sub-setting them.</p>
<p>There are proprietary search engines such as netTrekker that correlate some of the web to curriculum standards. But these are, for the most part, closed, proprietary solutions.    We need to encourage the creation of open, shared curriculum alignment data.  Certainly Wikipedia is an existence proof for large collective efforts of this kind.  But the creation mechanism is slightly different.</p>
<p>Imagine a Jetpack Firefox extension that lets teachers collect, and correlate web resources to the curriculum standards in use in their districts, as well as rating them for quality with only a few additional clicks in the course of their normal lesson planning.  Teachers could optionally submit those correlations to a central database to share with the education community.  As the dataset matures it also becomes a driver for teacher lesson preparation, think of somthing akin to StumbleUpon that knows the curriculum requirements.</p>
<p>This data set can be integrated into student mentoring Jetpacks as well.  When a student has difficulty with a particular concept in a homework assignment, a student Jetpack could recommend alternate presentations of material correlated to the same standard.</p>
<p>Another useful tool would be a Jetpack that takes a list of urls aligned with curriculum standards and tracks time-on-task for each standard. This should provide persistence across browser sessions, and the ability to track results for individual students in shared computer environments.</p>
<p>There should also be support for curriculum alignment meta tags that would allow web content creators to provide both direct correlations to various curriculum standards and &#8220;hints&#8221; to appropriate alignment of the content as well as the range of grade level for which the material is intended.    Organizations like the Corporation for Public Broadcasting, National Public Radio, NASA, and many corporations currently offer on-line lesson plans to teachers, but there is no standardized way for them to supply curriculum alignment information in a machine readable manner.</p>
<p>Because the system will, of necessity, transparently support more than one correlation standard, it will also allow the use of &#8220;synthetic&#8221; correlation standards derived from the combination of all of the various individual state and district standards.  This will provide a platform for discussion of possible national and international curriculum standards in a far more rational manner than is possible today.</p>
<p>First steps toward this ambitious project would provide real benefits for teachers and students even before the creation of a large database of correlated web content.  Consider the following (more modest) possiblites:</p>
<ul>
<li> A Lesson-Plan Assembly Jetpack that lets teachers fill-in lesson plan templates in a point and click fashion while browsing for educational resources.</li>
<li>A &#8220;compound URL&#8221; packaging Jetpack that enables teachers to bundle an assignment with supporting bookmarks, and documents (PDFs, image files, text files, etc.) into a single file that can be either emailed or posted on a web page for download.</li>
<li>A companion Jetpack for students that can open these bundles and present them to the students in an encapsulated assignment workspace (color-coded tabs for the the assignment text, links, documents, and perhaps text editing tab).  Include a way for students to add student-generated content to the bundle, save and reload the workspace after doing work, and turn-in work by sending the bundle (or just the student additions) back to the teacher (http upload or email).</li>
<li>A Jetpack that lets a student do research on an arbitrary (Jetpack equipped) computer, and save results (and browser state) to a thumb drive (or synced to Weave) so that when work resumes on another machine the student can pick up where he or she left off.</li>
</ul>
<p>What I&#8217;ve presented here is really just the beginning of what could be done to turn Firefox into the ultimate &#8220;killer-app&#8221; for K-12 education.   Not everything presented here can be implemented quickly, but all this and more is possible with using the projects currently being worked on in Mozilla Labs.  The sooner we start the sooner we can make a difference in educational outcomes.  Use the comment form below to contribute your ideas to the discussion.</p>
<div class="tweetthis" style="text-align:right;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Making+Firefox+the+Killer-App+for+K-12+Education%2C+http%3A%2F%2Frichard.milewski.org%2F%3Fp%3D311" title="Post to Twitter"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro1.png" alt="Post to Twitter" /></a> <a class="tt" href="http://buzz.yahoo.com/buzz?targetUrl=http://richard.milewski.org/archives/311&amp;headline=Making+Firefox+the+Killer-App+for+K-12+Education" title="Post to Yahoo Buzz"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/buzz/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://richard.milewski.org/archives/311&amp;title=Making+Firefox+the+Killer-App+for+K-12+Education" title="Post to Delicious"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://richard.milewski.org/archives/311&amp;title=Making+Firefox+the+Killer-App+for+K-12+Education" title="Post to Digg"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://richard.milewski.org/archives/311&amp;t=Making+Firefox+the+Killer-App+for+K-12+Education" title="Post to Facebook"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://richard.milewski.org/archives/311&amp;t=Making+Firefox+the+Killer-App+for+K-12+Education" title="Post to MySpace"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/myspace/tt-myspace.png" alt="Post to MySpace" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Making+Firefox+the+Killer-App+for+K-12+Education&amp;link=http://richard.milewski.org/archives/311" title="Post to Ping.fm"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/ping/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://reddit.com/submit?url=http://richard.milewski.org/archives/311&amp;title=Making+Firefox+the+Killer-App+for+K-12+Education" title="Post to Reddit"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://richard.milewski.org/archives/311&amp;title=Making+Firefox+the+Killer-App+for+K-12+Education" title="Post to StumbleUpon"><img class="nothumb" src="http://richard.milewski.org/blog/wp-content/plugins/tweet-this/icons/en/su/tt-su.png" alt="Post to StumbleUpon" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://richard.milewski.org/archives/311/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

