<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>yjsoon</title>
	
	<link>http://yjsoon.com</link>
	<description>tech / design / teaching / nonsense</description>
	<lastBuildDate>Sat, 04 Feb 2012 02:46:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/yjsoon" /><feedburner:info uri="yjsoon" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>♦ Re-enabling J/K keyboard navigation on Google search</title>
		<link>http://feedproxy.google.com/~r/yjsoon/~3/uYFPiM8uu9w/re-enabling-jk-keyboard-navigation-on-google-search</link>
		<comments>http://yjsoon.com/2012/02/re-enabling-jk-keyboard-navigation-on-google-search#comments</comments>
		<pubDate>Sat, 04 Feb 2012 02:13:00 +0000</pubDate>
		<dc:creator>yjsoon</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://yjsoon.com/?p=25203</guid>
		<description><![CDATA[Google runs a series of Experimental Search trials which any user can join &#8212; &#8220;new features aimed at improving the search experience&#8221;. A short while ago, they had one called &#8220;keyboard navigation&#8221;, which allowed users to navigate results using the keys J (down), K (up), and O (open). I loved this to bits, and used [...]]]></description>
			<content:encoded><![CDATA[<p>Google runs a series of <a href="http://www.google.com/experimental">Experimental Search</a> trials which any user can join &#8212; &#8220;new features aimed at improving the search experience&#8221;. A short while ago, they had one called &#8220;keyboard navigation&#8221;, which allowed users to navigate results using the keys J (down), K (up), and O (open). I <em>loved</em> this to bits, and used it all the time… until it went away, replaced by an enhanced &#8220;accessibility&#8221; feature which makes search results look hideous:</p>

<p><img src="http://yjsoon.com/wp-content/uploads/2012/02/omg-ugly-Google-Search.jpg" alt="Omg ugly  Google Search" title="omg ugly - Google Search.jpg" border="0" width="500" height="166" /></p>

<p>So I went and tried <a href="http://duckduckgo.com">DuckDuckGo</a> as my primary search engine for a while. It looks great, is highly customisable, and has my beloved keyboard shortcuts… but I can&#8217;t quite get behind it because: (a) it&#8217;s a bit slow, especially compared to Google, (b) there isn&#8217;t native Safari support for it (I have to go through a <a href="http://glimmerblocker.org">GlimmerBlocker</a> script), and (c) I just can&#8217;t shake the feeling that Google&#8217;s search results <em>might</em> be better, so I end up switching to another browser and checking on Google, <em>just in case</em>. This, naturally, was a recipe for madness, so I started looking into how to get back my beloved keyboard shortcuts in Google.</p>

<p>Thankfully, I wasn&#8217;t alone in my tribulations: the <a href="https://groups.google.com/forum/?fromgroups#!forum/google-experimental-search">Google Experimental Search forum</a> had quite a few others sharing my pain of having to use their mice while searching. One thread led me to <a href="http://blog.nqzero.com/2011/12/googles-experimental-page-used-to-list.html">this post</a> on a blog called &#8220;Not Quite Zero&#8221;, where the author found Google&#8217;s original JavaScript for keyboard shortcuts, and re-injected it into the webpage using a <a href="http://en.wikipedia.org/wiki/Greasemonkey">user script</a>, hence re-enabling the plugin. Yesss!</p>

<p>If you&#8217;re on Firefox or Chrome, the script linked in that post is all you need, but I did edit it to fix a couple of things for myself:</p>

<ul>
<li>Re-aligned the search arrow to get it in line with the searched item; and</li>
<li>Packaged it as a Safari extension.</li>
</ul>

<p>Here are my new versions. Once again, all credit goes to the <a href="http://blog.nqzero.com/2011/12/googles-experimental-page-used-to-list.html">original author</a>; all I did were some minor styling fixes and packaging. MIT/X licensed.</p>

<ul>
<li><a href="http://dl.dropbox.com/u/90126/GoogleJK/GoogleJK.user.js">Script for Chrome or Firefox</a>: the latter requires the <a href="http://greasemonkey.org">Greasemonkey</a> plugin installed before clicking on the link; tested on Chrome 18 and Firefox 10 on Mac.</li>
<li><a href="http://dl.dropbox.com/u/90126/GoogleJK/GoogleJK.safariextz">Safari extension</a>: tested on 5.1.3 on Mac.</li>
</ul>

<p><strong>Important</strong>: For these to work, you do need to disable Google Instant, first at Google&#8217;s <a href="https://www.google.com/preferences?hl=en">search preferences</a> and, if you&#8217;re using Chrome, in <a href="chrome://chrome/settings">its browser preferences</a>. Otherwise, Instant&#8217;s search bar will grab focus when the page loads.</p>

<p>Note that Google&#8217;s original extension JavaScript is still hosted on their servers, so if they remove it, these extensions will do nothing! <a href="http://yjsoon.com/contact">Let me know</a> if that happens, and I&#8217;ll fix it ASAP. (As I was finishing this post, the author replied to say he put up his extensions <a href="https://github.com/nqzero/knogs">on Github</a> &#8212; might want to take a look there instead, if you&#8217;re interested in the original JS version. I&#8217;ll probably fork it with the styling changes.)</p>
<img src="http://feeds.feedburner.com/~r/yjsoon/~4/uYFPiM8uu9w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yjsoon.com/2012/02/re-enabling-jk-keyboard-navigation-on-google-search/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yjsoon.com/2012/02/re-enabling-jk-keyboard-navigation-on-google-search</feedburner:origLink></item>
		<item>
		<title>An instructor’s experience with iTunes U Course Manager</title>
		<link>http://feedproxy.google.com/~r/yjsoon/~3/CIvQMfCxerA/my-experience-new-itunes-u-course-manager</link>
		<comments>http://yjsoon.com/2012/01/an-instructors-experience-with-itunes-u-course-manager#comments</comments>
		<pubDate>Sun, 29 Jan 2012 11:23:50 +0000</pubDate>
		<dc:creator>yjsoon</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Teaching]]></category>

		<guid isPermaLink="false">http://yjsoon.com/?p=25116</guid>
		<description><![CDATA[An overview of the new iTunes U Course Manager works. This was news to me (emphasis mine): The overall course design provides a nice bit of organization for a class, but you&#8217;re not going to run everything from within iTunes U. In particular, there&#8217;s no feedback from students, so you&#8217;re not going to use this [...]<a href="http://yjsoon.com/2012/01/an-instructors-experience-with-itunes-u-course-manager" rel="bookmark" title="Permanent link to An instructor&#8217;s experience with iTunes U Course Manager" class="glyph">&diams; Permalink</a>]]></description>
			<content:encoded><![CDATA[<p>An overview of the new iTunes U Course Manager works. This was news to me (emphasis mine):</p>

<blockquote>
  <p>The overall course design provides a nice bit of organization for a class, but you&#8217;re not going to run everything from within iTunes U. In particular, <strong>there&#8217;s no feedback from students, so you&#8217;re not going to use this for tests or grading</strong>. This is a one-way broadcast of information.</p>
</blockquote>

<p>I&#8217;m not sure why, but I&#8217;d previously gotten the impression from Apple&#8217;s <a href="http://www.apple.com/education/itunes-u/">iTunes U page</a> that it would support student submissions and progress tracking (e.g. seeing what the latest video each student has watched). It seems this isn&#8217;t the case at all, and it makes sense if Apple expects most courses to be publicly available (and hence not graded by the instructor), rather than targetted at individual classes.</p>

<p>I&#8217;m left more than a little disappointed by this realisation; consider my <a href="http://yjsoon.com/2012/01/the-biggest-news-today-is-that-apple-built-a-lms">excitement</a> over iTunes U greatly tempered now. With student tracking functionality, iTunes U could have been a great way for teachers everywhere to conduct their own &#8220;flipped classrooms&#8221; &#8212; it&#8217;d be like using Khan Academy&#8217;s <a href="http://www.khanacademy.org/class_profile">coaching tools for instructors</a>, but allowing teachers to consolidate their own videos and materials. I suppose the good news, though, is that innovation in this space is only just beginning, and there&#8217;s a lot more that will be done. (Anyone who takes this chance to say that <em>&#8220;the education industry is ripe for disruption&#8221;</em>, though, will be smacked on the head with a ruler.)</p>
<p><a href="http://yjsoon.com/2012/01/an-instructors-experience-with-itunes-u-course-manager" rel="bookmark" title="Permanent link to An instructor&#8217;s experience with iTunes U Course Manager" class="glyph">&diams; Permalink</a></p><img src="http://feeds.feedburner.com/~r/yjsoon/~4/CIvQMfCxerA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yjsoon.com/2012/01/an-instructors-experience-with-itunes-u-course-manager/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sunsetlakesoftware.com/2012/01/26/my-experience-new-itunes-u-course-manager</feedburner:origLink></item>
		<item>
		<title>♦ CS learners starting with web programming</title>
		<link>http://feedproxy.google.com/~r/yjsoon/~3/gpwoLh0RP7k/cs-learners-starting-with-web-programming</link>
		<comments>http://yjsoon.com/2012/01/cs-learners-starting-with-web-programming#comments</comments>
		<pubDate>Fri, 27 Jan 2012 02:33:18 +0000</pubDate>
		<dc:creator>yjsoon</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Teaching]]></category>

		<guid isPermaLink="false">http://yjsoon.com/?p=25073</guid>
		<description><![CDATA[On his blog, Kent from Anideo has started writing about transitioning from PHP/Rails programming to developing iOS apps. He writes very candidly and it&#8217;s a great read, both for web developers looking to dive into iOS, and for anyone teaching introductory programming. I say the latter because Kent&#8217;s perspectives on compiled languages really surprised me [...]]]></description>
			<content:encoded><![CDATA[<p>On his blog, Kent from <a href="http://anideo.com">Anideo</a> has started writing about <a href="http://kentnguyen.com/series/ios-beginner-blog-series/">transitioning from PHP/Rails programming to developing iOS apps</a>. He writes very candidly and it&#8217;s a great read, both for web developers looking to dive into iOS, and for anyone teaching introductory programming.</p>

<p>I say the latter because Kent&#8217;s perspectives on compiled languages really surprised me (and, perhaps, other programmers who didn&#8217;t start with web programming). In <a href="http://kentnguyen.com/ios/ios-beginner-series-h-and-m-file-differences/">this post</a>, he tells us how, prior to doing iOS development, he had no idea what header and implementation files were. Worse, he couldn&#8217;t find much helpful information on the web, even on Stack Overflow.</p>

<p>Perhaps it&#8217;s a generational thing &#8212; many computer science majors before Kent probably cut their teeth <em>entirely</em> on compiled languages, and transitioning to web programming should have come pretty naturally to these folks. Going the other way, however, could seem very strange, even to a seasoned web programmer like Kent. (This could also explain the paucity of good information on SO, assuming that most contributors there are old and cranky enough to be all <em>&#8220;WTF? You don&#8217;t know what .h files are?&#8221;</em>.)</p>

<p>This trend doesn&#8217;t look like it&#8217;s going away, what with <a href="http://codecademy.com">Codecademy</a>, <a href="http://cs101-class.org">CS101-class</a> and <a href="http://ejohn.org/blog/javascript-as-a-first-language/">John Resig at Khan Academy</a> all pushing JavaScript as an introductory language. I can&#8217;t really tell what <a href="http://www.udacity.com/">Udacity</a> is teaching first, but their CS101 topic, &#8220;Building A Search Engine&#8221;, seems to hint it&#8217;s <em>probably</em> not C (unless they&#8217;re really asking students to build Google from scratch, in which case sign up now!).</p>

<p>What do these developments mean? Probably not much to the field &#8212; &#8220;native&#8221; programming isn&#8217;t going away, and many more like Kent will figure their way into it &#8212; but for programming education, teachers may need to adjust quite a few assumptions about &#8220;what students already know&#8221; and &#8220;what to teach first&#8221;. There could also be a market for web-to-compiled textbooks. Oooh. (Watch as I proceed to fire up iBooks Author, fully aware that I&#8217;ll close an empty document in a few days.)</p>
<img src="http://feeds.feedburner.com/~r/yjsoon/~4/gpwoLh0RP7k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yjsoon.com/2012/01/cs-learners-starting-with-web-programming/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yjsoon.com/2012/01/cs-learners-starting-with-web-programming</feedburner:origLink></item>
		<item>
		<title>George R. R. Martin on learning with comic books</title>
		<link>http://feedproxy.google.com/~r/yjsoon/~3/iDwoek1uF68/</link>
		<comments>http://yjsoon.com/2012/01/george-r-r-martin-on-learning-with-comic-books#comments</comments>
		<pubDate>Thu, 26 Jan 2012 01:32:15 +0000</pubDate>
		<dc:creator>yjsoon</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Comics]]></category>
		<category><![CDATA[Quotes]]></category>

		<guid isPermaLink="false">http://yjsoon.com/?p=25045</guid>
		<description><![CDATA[From a speech in 1981: Comic books were my salvation. I read all of them I could get my hands on, and my reading got better and better, and my teachers soon began to marvel that I read with such “expression” while the rest . . . of . . . my . . . [...]<a href="http://yjsoon.com/2012/01/george-r-r-martin-on-learning-with-comic-books" rel="bookmark" title="Permanent link to George R. R. Martin on learning with comic books" class="glyph">&diams; Permalink</a>]]></description>
			<content:encoded><![CDATA[<p>From a speech in 1981:</p>

<blockquote>
  <p>Comic books were my salvation. I read all of them I could get my hands on, and my reading got better and better, and my teachers soon began to marvel that I read with such “expression” while the rest . . . of . . . my . . . class. . . read . . . like . . . this. I could have told them the reason. You need a lot more expression for, “Aha, Superman, now my red kryntonite will turn you into a BOILED EGG!!!” than you do for, “See Spot. See Spot run. Run, Spot, run.”</p>
</blockquote>

<p>The link goes to the excerpt on comics, but his full (slightly rambly, but understandably so) speech is <a href="http://www.georgerrmartin.com/sp-goh81.html">here</a> and includes his source of inspiration for Game of Thrones.</p>
<p><a href="http://yjsoon.com/2012/01/george-r-r-martin-on-learning-with-comic-books" rel="bookmark" title="Permanent link to George R. R. Martin on learning with comic books" class="glyph">&diams; Permalink</a></p><img src="http://feeds.feedburner.com/~r/yjsoon/~4/iDwoek1uF68" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yjsoon.com/2012/01/george-r-r-martin-on-learning-with-comic-books/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.comicsbeat.com/2011/08/20/well-said-george-r-r-martin/</feedburner:origLink></item>
		<item>
		<title>Ars Technica’s review of Microsoft’s latest adventure game</title>
		<link>http://feedproxy.google.com/~r/yjsoon/~3/APiJlN3U8A4/microsoft-pimps-it-old-school-with-a-pricey-text-adventure-game.ars</link>
		<comments>http://yjsoon.com/2012/01/ars-technicas-review-of-microsofts-latest-adventure-game#comments</comments>
		<pubDate>Mon, 23 Jan 2012 01:44:27 +0000</pubDate>
		<dc:creator>yjsoon</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Amusing]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://yjsoon.com/?p=25005</guid>
		<description><![CDATA[Microsoft has jumped onto the free-to-play bandwagon with its latest game, a text-driven adventure called Visual Studio 2010. The innovative new game marries the traditional interactive fiction text adventure with its arcane commands and exploration with the free-form, open-ended gaming pioneered by the likes of SimCity. &#9830; Permalink<a href="http://yjsoon.com/2012/01/ars-technicas-review-of-microsofts-latest-adventure-game" rel="bookmark" title="Permanent link to Ars Technica&#8217;s review of Microsoft&#8217;s latest adventure game" class="glyph">&diams; Permalink</a>]]></description>
			<content:encoded><![CDATA[<blockquote>
  <p>Microsoft has jumped onto the free-to-play bandwagon with its latest game, a text-driven adventure called Visual Studio 2010. The innovative new game marries the traditional interactive fiction text adventure with its arcane commands and exploration with the free-form, open-ended gaming pioneered by the likes of SimCity.</p>
</blockquote>
<p><a href="http://yjsoon.com/2012/01/ars-technicas-review-of-microsofts-latest-adventure-game" rel="bookmark" title="Permanent link to Ars Technica&#8217;s review of Microsoft&#8217;s latest adventure game" class="glyph">&diams; Permalink</a></p><img src="http://feeds.feedburner.com/~r/yjsoon/~4/APiJlN3U8A4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yjsoon.com/2012/01/ars-technicas-review-of-microsofts-latest-adventure-game/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://arstechnica.com/microsoft/news/2012/01/microsoft-pimps-it-old-school-with-a-pricey-text-adventure-game.ars</feedburner:origLink></item>
		<item>
		<title>Wait, no, the biggest news today is Vim on iOS</title>
		<link>http://feedproxy.google.com/~r/yjsoon/~3/GVRBVkwze8w/</link>
		<comments>http://yjsoon.com/2012/01/wait-no-the-biggest-news-today-is-vim-on-ios#comments</comments>
		<pubDate>Fri, 20 Jan 2012 04:57:23 +0000</pubDate>
		<dc:creator>yjsoon</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://yjsoon.com/?p=24957</guid>
		<description><![CDATA[I downloaded it, went into insert mode, couldn&#8217;t find Esc, and sat around crying for hours. (Read the manual.) &#9830; Permalink<a href="http://yjsoon.com/2012/01/wait-no-the-biggest-news-today-is-vim-on-ios" rel="bookmark" title="Permanent link to Wait, no, the biggest news today is Vim on iOS" class="glyph">&diams; Permalink</a>]]></description>
			<content:encoded><![CDATA[<p>I downloaded it, went into insert mode, couldn&#8217;t find Esc, and sat around crying for hours. (<a href="http://applidium.com/en/applications/vim/support/">Read the manual</a>.)</p>
<p><a href="http://yjsoon.com/2012/01/wait-no-the-biggest-news-today-is-vim-on-ios" rel="bookmark" title="Permanent link to Wait, no, the biggest news today is Vim on iOS" class="glyph">&diams; Permalink</a></p><img src="http://feeds.feedburner.com/~r/yjsoon/~4/GVRBVkwze8w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yjsoon.com/2012/01/wait-no-the-biggest-news-today-is-vim-on-ios/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://applidium.com/en/applications/vim/</feedburner:origLink></item>
		<item>
		<title>♦ The biggest news today is that Apple built a LMS</title>
		<link>http://feedproxy.google.com/~r/yjsoon/~3/r7TFQmYo4oo/the-biggest-news-today-is-that-apple-built-a-lms</link>
		<comments>http://yjsoon.com/2012/01/the-biggest-news-today-is-that-apple-built-a-lms#comments</comments>
		<pubDate>Fri, 20 Jan 2012 04:41:09 +0000</pubDate>
		<dc:creator>yjsoon</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Teaching]]></category>

		<guid isPermaLink="false">http://yjsoon.com/?p=24952</guid>
		<description><![CDATA[Apple announced a few things at their education event in New York yesterday. The highlights were iBooks 2, with its textbook support, and iBooks Author, its companion authoring tool. (iBooks Author looks like it has a ton of potential, and might inspire me to get off my ass and start on that intro programming textbook/comic [...]]]></description>
			<content:encoded><![CDATA[<p>Apple announced a few things at their <a href="http://www.apple.com/education/">education event</a> in New York yesterday. The highlights were iBooks 2, with its textbook support, and <a href="http://www.apple.com/ibooks-author/">iBooks Author</a>, its companion authoring tool. (iBooks Author looks like it has a ton of potential, and might inspire me to get off my ass and start on that intro programming textbook/comic I&#8217;ve always wanted to create.)</p>

<p>What I found most interesting, though, was iTunes U, because I think <strong>Apple just built a freaking learning management system (LMS)</strong>. This may mean nothing to the tech world&#8211;and, true to form, barely registered a blip on my RSS feeds&#8211;but as a teacher, this is awfully exciting, and I have some very (perhaps unrealistic) high hopes for this. Allow me to explain.</p>

<p>A LMS, according to <a href="https://en.wikipedia.org/wiki/Learning_management_system">that no-longer blacked-out site</a>, is:</p>

<blockquote>
  <p>A software application for the administration, documentation, tracking, and reporting of training programs, classroom and online events, e-learning programs, and training content.</p>
</blockquote>

<p>Better-known LMSs include <a href="http://blackboard.com">Blackboard</a> and <a href="http://moodle.org">Moodle</a>. I&#8217;ve had to suffer through local vendor <a href="http://www.asknlearn.com/LMS_School.html">AsknLearn</a>&#8216;s awful, awful piece of crap when I was teaching, and by the time I returned to offer a course, they&#8217;d replaced it with Blackboard, which was no better (and many, many times more expensive). I&#8217;m now trying <a href="http://coursekit.com">CourseKit</a> for a class, but it doesn&#8217;t quite feel like a mature product.</p>

<p>Back to iTunes U. Apple has made two key changes to iTunes U that makes it more like a LMS. From <a href="http://www.apple.com/education/itunes-u/">the info page</a>, iTunes U has become a way <strong>for any educational institution</strong> to publish&#8211;<strong>and track student progress on</strong>&#8211;interactive courseware online. Elaborating on the emphasised points:</p>

<ul>
<li><p><strong>It&#8217;s no longer exclusive</strong>. Previously, iTunes U was only available for select academic institutions like Oxford, Stanford, Berkeley, Yale and MIT, who&#8217;ve been offering some great free courses. Now, though, Apple has made iTunes U open to educational institutions, including K-12, in 26 countries (including Singapore, whew! You can never be sure with these things).</p></li>
<li><p><strong>It&#8217;s no longer just a way of publishing media and documents on iTunes</strong>. In its previous incarnation, iTunes U was just a distribution mechanism for videos and lecture notes. Apple has significantly expanded iTunes U&#8217;s capabilities to include quizzes, interactive books and assignment tracking. I.e., instructors can gather resources from other freely available courses, put them together as courses for their students, assign reading chapters in iBook textbooks, send out assignments that will deliver push notifications to students&#8217; iOS devices, and <s>track their progress in real time</s> (wait, nope. Ah well.)</p></li>
</ul>

<p>All this looks great. More access and greater functionality, all tied in with Apple&#8217;s strong device/platform ecosystem and the wealth of existing high-quality educational material on iTunes U. The obvious problem, though, is in that last sentence: <em>&#8220;all tied in&#8221;</em>. iTunes U as a LMS works best for schools in which all students have iPhones/iPads. This is, understandably, a business goal of Apple&#8217;s, but it&#8217;s certainly not realistic to expect most schools to set up massive iPad 1:1 programmes, and certainly not for some unproven delivery system (if anything, it&#8217;ll be for iBooks textbooks, but even that has a way to go before it becomes a compelling reason to go all-iPad).</p>

<p>I don&#8217;t have much more than that, I&#8217;m afraid: I&#8217;d love to try out the new iTunes U back-end Course Manager, but these are only available to educational institutions. I don&#8217;t know if the school I usually work with has signed up yet, but I&#8217;m already working on convincing them to do so, and I&#8217;ll write more if/when I get a chance to do up an iTunes U course.</p>

<p>(<strong>Update</strong>, a week later: Turns out <a href="http://yjsoon.com/2012/01/an-instructors-experience-with-itunes-u-course-manager">Apple didn&#8217;t build as much of a LMS as I thought</a>. I&#8217;m disappointed.)</p>
<img src="http://feeds.feedburner.com/~r/yjsoon/~4/r7TFQmYo4oo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yjsoon.com/2012/01/the-biggest-news-today-is-that-apple-built-a-lms/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yjsoon.com/2012/01/the-biggest-news-today-is-that-apple-built-a-lms</feedburner:origLink></item>
		<item>
		<title>Last.fm’s Pandora clone</title>
		<link>http://feedproxy.google.com/~r/yjsoon/~3/hPjNL8AZj7Q/discover</link>
		<comments>http://yjsoon.com/2012/01/last-fms-pandora-clone#comments</comments>
		<pubDate>Thu, 19 Jan 2012 01:13:17 +0000</pubDate>
		<dc:creator>yjsoon</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Webdesign]]></category>

		<guid isPermaLink="false">http://yjsoon.com/?p=24910</guid>
		<description><![CDATA[Just found out about this. Comes with an interesting HTML5-based interface: &#9830; Permalink<a href="http://yjsoon.com/2012/01/last-fms-pandora-clone" rel="bookmark" title="Permanent link to Last.fm&#8217;s Pandora clone" class="glyph">&diams; Permalink</a>]]></description>
			<content:encoded><![CDATA[<p>Just found out about this. Comes with an interesting HTML5-based interface:</p>

<p><img src="http://yjsoon.com/wp-content/uploads/2012/01/Discover-–-Last.fm_.jpg" alt="Discover  Last fm" title="Discover – Last.fm.jpg" border="0" width="499" height="256" /></p>
<p><a href="http://yjsoon.com/2012/01/last-fms-pandora-clone" rel="bookmark" title="Permanent link to Last.fm&#8217;s Pandora clone" class="glyph">&diams; Permalink</a></p><img src="http://feeds.feedburner.com/~r/yjsoon/~4/hPjNL8AZj7Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yjsoon.com/2012/01/last-fms-pandora-clone/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.last.fm/discover</feedburner:origLink></item>
		<item>
		<title>C’est la Z: a computer science teacher’s blog</title>
		<link>http://feedproxy.google.com/~r/yjsoon/~3/Vpc3zFRDJlc/my-favorite-student.html</link>
		<comments>http://yjsoon.com/2012/01/cest-la-z-a-computer-science-teachers-blog#comments</comments>
		<pubDate>Wed, 18 Jan 2012 00:39:48 +0000</pubDate>
		<dc:creator>yjsoon</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Teaching]]></category>

		<guid isPermaLink="false">http://yjsoon.com/?p=24888</guid>
		<description><![CDATA[Mike Zamansky is a very experienced and highly-regarded computer science teacher in New York, and founder (I think?) of the upcoming New York City Academy of Software Engineering (here&#8217;s Joel Spolsky on the topic). Imagine, then, my delight at discovering that he&#8217;d recently started blogging again. I love his latest post on teaching: I&#8217;ve been [...]<a href="http://yjsoon.com/2012/01/cest-la-z-a-computer-science-teachers-blog" rel="bookmark" title="Permanent link to C&#8217;est la Z: a computer science teacher&#8217;s blog" class="glyph">&diams; Permalink</a>]]></description>
			<content:encoded><![CDATA[<p>Mike Zamansky is a very experienced and highly-regarded computer science teacher in New York, and founder (I think?) of the upcoming New York City Academy of Software Engineering (here&#8217;s <a href="http://www.joelonsoftware.com/items/2012/01/13.html">Joel Spolsky</a> on the topic). Imagine, then, my delight at discovering that he&#8217;d recently started blogging again.</p>

<p>I love his <a href="http://cestlaz.blogspot.com/2011/12/my-favorite-student.html">latest post</a> on teaching:</p>

<blockquote>
  <p>I&#8217;ve been thinking a lot about my career as a teacher recently. I decided to leave industry over twenty years ago. As teachers, particularly teachers with technical backgrounds we leave a financially lucrative field to enter one with very few financial rewards. It&#8217;s also a field very much under attack, particularly in recent years. [...]</p>
  
  <p>So, what do I get out of the deal? Well, when I hear form my graduates, I know that I&#8217;ve made a difference. Also, the friendships I&#8217;ve developed over the years.</p>
</blockquote>

<p>His other pieces are great, too &#8212; <a href="http://cestlaz.blogspot.com/2012/01/pretty-sneaky-sis.html">thoughts</a> (with starter code!) on a software engineering class project that teaches design through implementation, some <a href="http://cestlaz.blogspot.com/2011/12/ml-and-ai-courses-how-they-were-taught.html">reflections</a> and <a href="http://cestlaz.blogspot.com/2011/12/stanford-classes-what-id-do-next.html">suggestions</a> on the Stanford profs&#8217; CS classes, and some details of a <a href="http://cestlaz.blogspot.com/2011/12/wheres-waldo-text-style.html">lesson module</a> he developed to teach 2-D arrays (again, with code). Fantastic.</p>
<p><a href="http://yjsoon.com/2012/01/cest-la-z-a-computer-science-teachers-blog" rel="bookmark" title="Permanent link to C&#8217;est la Z: a computer science teacher&#8217;s blog" class="glyph">&diams; Permalink</a></p><img src="http://feeds.feedburner.com/~r/yjsoon/~4/Vpc3zFRDJlc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yjsoon.com/2012/01/cest-la-z-a-computer-science-teachers-blog/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://cestlaz.blogspot.com/2011/12/my-favorite-student.html</feedburner:origLink></item>
		<item>
		<title>Abobo’s Big Adventure</title>
		<link>http://feedproxy.google.com/~r/yjsoon/~3/au8FemDr8Eg/fullgame.php</link>
		<comments>http://yjsoon.com/2012/01/abobos-big-adventure#comments</comments>
		<pubDate>Sun, 15 Jan 2012 13:51:41 +0000</pubDate>
		<dc:creator>yjsoon</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Amusing]]></category>
		<category><![CDATA[Gaming]]></category>

		<guid isPermaLink="false">http://yjsoon.com/?p=24869</guid>
		<description><![CDATA[If, in the 1980s, you were blowing on NES game cartridges to try and get them to load, you must play this free Flash game. It&#8217;s a loving tribute to video games of the era, with faithful&#8211;albeit, on occasion, hilariously wrong&#8211;re-creations of gameplay and characters from Double Dragon, Mario, Contra, Zelda and more: I&#8217;m stuck [...]<a href="http://yjsoon.com/2012/01/abobos-big-adventure" rel="bookmark" title="Permanent link to Abobo&#8217;s Big Adventure" class="glyph">&diams; Permalink</a>]]></description>
			<content:encoded><![CDATA[<p>If, in the 1980s, you were blowing on NES game cartridges to try and get them to load, you <em>must</em> play this free Flash game. It&#8217;s a loving tribute to video games of the era, with faithful&#8211;albeit, on occasion, hilariously wrong&#8211;re-creations of gameplay and characters from Double Dragon, Mario, Contra, Zelda and more:</p>

<iframe width="480" height="360" src="http://www.youtube.com/embed/mTBXvP89Now?rel=0" frameborder="0" allowfullscreen></iframe>

<p><br />
I&#8217;m stuck on the Zelda level, but I&#8217;ve actually been re-playing it so I can finish the game and try out all the different levels. Me! Wanting to finish a game! This is new ground, people.</p>

<p>(Thanks <a href="https://twitter.com/#!/sangsara/status/152653884291162112">Brandon</a> for the alert on the game.)</p>
<p><a href="http://yjsoon.com/2012/01/abobos-big-adventure" rel="bookmark" title="Permanent link to Abobo&#8217;s Big Adventure" class="glyph">&diams; Permalink</a></p><img src="http://feeds.feedburner.com/~r/yjsoon/~4/au8FemDr8Eg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yjsoon.com/2012/01/abobos-big-adventure/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.abobosbigadventure.com/fullgame.php</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.953 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-02-04 10:46:58 -->

