<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>In Another Place &#187; programming</title>
	<atom:link href="http://ivyrun.com/wordpress/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://ivyrun.com/wordpress</link>
	<description>thinking about education</description>
	<lastBuildDate>Thu, 24 Jun 2010 17:11:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>21st Century Skills: Data Manipulation</title>
		<link>http://ivyrun.com/wordpress/2010/03/14/21st-century-skills-data-manipulation/</link>
		<comments>http://ivyrun.com/wordpress/2010/03/14/21st-century-skills-data-manipulation/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 14:26:30 +0000</pubDate>
		<dc:creator>karen</dc:creator>
				<category><![CDATA[21st Century Skills]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[technical skills]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://ivyrun.com/wordpress/?p=308</guid>
		<description><![CDATA[These days, the world runs on data.  In our class, we looked at how data drives geography, moving from creating a very simple graph of earthquakes in Excel to incorporating data into Google Maps and Google Earth.  We saw how text data can be separated from its format in order to be read [...]]]></description>
			<content:encoded><![CDATA[<p>These days, the world runs on data.  In our class, we looked at how data drives geography, moving from creating a very simple graph of earthquakes in Excel to incorporating data into Google Maps and Google Earth.  We saw how text data can be separated from its format in order to be read by an aggregator.  I think learning how to manipulate data and create databases is an important 21st century skill.</p>
<p>Here&#8217;s an example from the real world, aka my own life:  As part of the programming I&#8217;m doing, I use a lot of comma delimited files, which allow me to quickly populate tables or create merged documents.  Formatting becomes important here in terms of learning to escape certain characters and making sure there are enough commas for blank fields, etc. etc. etc.  I also had a &#8220;Microsoft moment&#8221; when we discovered that the reason the csv file couldn&#8217;t be read was because its first field was labeled ID and that causes <a href="http://support.microsoft.com/kb/215591">an error message</a>.  Since most databases have an autoincrement field as the first field and that field is often called ID, this seemed a bit problematic.  But we have discovered that Numbers, the Mac spreadsheet program, has no such problem so we can manipulate the data there.</p>
]]></content:encoded>
			<wfw:commentRss>http://ivyrun.com/wordpress/2010/03/14/21st-century-skills-data-manipulation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Different Kind of Tea Party</title>
		<link>http://ivyrun.com/wordpress/2010/01/26/a-different-kind-of-tea-party/</link>
		<comments>http://ivyrun.com/wordpress/2010/01/26/a-different-kind-of-tea-party/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 22:25:36 +0000</pubDate>
		<dc:creator>karen</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[online learning]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[alice]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[teaching]]></category>

		<guid isPermaLink="false">http://ivyrun.com/wordpress/?p=286</guid>
		<description><![CDATA[One of the reasons I love to teach is because I love to learn. During my ed tech class last week, one of my students introduced me to Alice, the programming language, and also talked about Storytelling Alice, the programming language geared towards middle schoolers, particularly girls.  I had only a vague knowledge of [...]]]></description>
			<content:encoded><![CDATA[<p>One of the reasons I love to teach is because I love to learn. During my ed tech class last week, one of my students introduced me to <a href="http://www.alice.org/">Alice</a>, the programming language, and also talked about <a href="http://www.alice.org/kelleher/storytelling/">Storytelling Alice</a>, the programming language geared towards middle schoolers, particularly girls.  I had only a vague knowledge of Alice and none at all of Storytelling Alice.  I had hoped to spend some time with both this week, but my own programming got in the way.  I also stumbled because Storytelling Alice doesn&#8217;t have a Macintosh version.  Using it would mean dragging out the Windows machine.  But, I ended up doing that anyway since I loaned it to a student so it is up to date and ready to go.  So, maybe this weekend&#8230;</p>
<p>Meanwhile, in one of those serendipitous events, I got an email today highlighting webinars being sponsored by Georgia Tech that focus on Alice.  I was going to email the link to my students but thought there might be a wider audience.  Here&#8217;s the <a href="http://home.cc.gatech.edu/TeaParty">link</a> to the Tea Party website and the <a href="http://coweb.cc.gatech.edu/ice-gt/10">link</a> to the webinar schedule.</p>
]]></content:encoded>
			<wfw:commentRss>http://ivyrun.com/wordpress/2010/01/26/a-different-kind-of-tea-party/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
