<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>me, you and it</title>
	<atom:link href="http://meyouit.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://meyouit.wordpress.com</link>
	<description></description>
	<lastBuildDate>Sat, 06 Dec 2008 06:11:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='meyouit.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>me, you and it</title>
		<link>http://meyouit.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://meyouit.wordpress.com/osd.xml" title="me, you and it" />
	<atom:link rel='hub' href='http://meyouit.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Install Free, Open Source Home Content Filtering with Dansguardian</title>
		<link>http://meyouit.wordpress.com/2008/05/13/install-free-open-source-home-content-filtering-with-dansguardian/</link>
		<comments>http://meyouit.wordpress.com/2008/05/13/install-free-open-source-home-content-filtering-with-dansguardian/#comments</comments>
		<pubDate>Tue, 13 May 2008 13:55:59 +0000</pubDate>
		<dc:creator>Shrimp Farm</dc:creator>
				<category><![CDATA[content filtering]]></category>
		<category><![CDATA[free resources]]></category>
		<category><![CDATA[Linux howtos]]></category>
		<category><![CDATA[Parents]]></category>
		<category><![CDATA[safe internet searching?]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[content filter]]></category>
		<category><![CDATA[dansguardian]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[web filter]]></category>

		<guid isPermaLink="false">http://meyouit.wordpress.com/?p=35</guid>
		<description><![CDATA[This howto is for a single computer that is not part of a network. It sets up Dansguardian, an open source web content filter that is free for home and non-commercial use. At no monetary expense and in only a few short minutes you can have excellent content filtering (on Linux) by using the seven [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meyouit.wordpress.com&amp;blog=3523884&amp;post=35&amp;subd=meyouit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This howto is for a single computer that is not part of a network. It sets up <a title="dansguardian site" href="http://www.dansguardian.org" target="_blank">Dansguardian</a>, an open source web content filter that is free for home and non-commercial use. At no monetary expense and in only a few short minutes you can have excellent content filtering (on Linux) by using the seven step guide below. To get started right now scroll down to the big red words that say &#8216;<span style="color:#ff0000;">let&#8217;s go!</span>&#8216; or read this background information first:</p>
<p>Content Filters can &#8216;clean up&#8217; web content by excluding a great quantity of unwanted material (see also <a title="boolify and safe search filtering" href="http://meyouit.wordpress.com/2008/04/23/boolifyorg-and-googles-safe-search-strict-technology/" target="_blank">this post</a> about limitations of content filtering.) Dansguardian&#8217;s website states:</p>
<blockquote><p>DansGuardian is an award winning Open Source web content filter which currently runs on Linux, FreeBSD, OpenBSD, NetBSD, Mac OS X, HP-UX, and Solaris. It filters the actual content of pages based on many methods including phrase matching, PICS filtering and URL filtering. It does not purely filter based on a banned list of sites like lesser totally commercial filters.</p>
<p>DansGuardian is designed to be completely flexible and allows you to tailor the filtering to your exact needs. It can be as draconian or as unobstructive as you want. The default settings are geared towards what a primary school might want but DansGuardian puts you in control of what you want to block.</p>
<p>DansGuardian is a <em>true</em> web content filter. [more at the Dansguardian site <a title="what is dansguardian" href="http://dansguardian.org/?page=whatisdg" target="_blank">here</a>]</p></blockquote>
<p>This howto assumes the computer in question runs Ubuntu Linux. (If you can find a content filter so good for free on Microsoft Windows I&#8217;d be surprised, but please let me know.) This howto has been tested on Edubuntu (Ubuntu) 8.04 only. It is designed, I hope, to be very easy for Linux beginners to follow.</p>
<p>About the software that needs to be installed: Requesting Dansguardian for installation will also install ClamAV Anti-virus software because incoming web content will be checked for viruses by default, (but this feature of Dansguardian could be disabled if wanted.) The FireHOL package will also need to be installed, this makes configuration of the built-in Linux IPTables firewall easier. Tinyproxy will be used as the http proxy (think asking a friend to fetch something from a shop for you instead of going yourself.) Dansguardian will analyse requested pages for banned content and hand them to your friend tinyproxy to give to you (if no banned content is found), otherwise it will show you an &#8216;access denied&#8217; page.</p>
<p>Please note: All steps of this howto were taken from <a title="install dansguardian on single workstation ubuntu" href="http://ubuntuforums.org/showthread.php?t=207008" target="_blank">this</a> Ubuntu Forums howto by their member Tonhou who based it on <a title="olli savolainen's original howto" href="http://www.pilpi.net/journal/item-985.php" target="_blank">this</a> original one. I add nothing new. If you need content filtering for a network see Tonhou&#8217;s instructions and the surrounding discussion. This howto sets up a fully functioning content filter. It does not deal with fine-tuning the filters or blocking people who know how from setting their own proxy rules within Firefox, thereby bypassing Dansguardian. Again see Tonhou&#8217;s howto if your situation may require this. (Tip: blocking firefox users from direct proxy access now looks to need a combination of Tonhou&#8217;s instructions and a script called <a title="moz-byteshift.pl instructions" href="http://togami.com/~warren/guides/mozlockdown/" target="_blank">moz-byteshift.pl</a>, mentioned by Ubuntu Forums member Pwest on page 7 of Tonhou&#8217;s howto. I haven&#8217;t tried it yet, though.)</p>
<h2><span style="color:#ff0000;">Let&#8217;s go!</span></h2>
<p>When using these instructions <code>writing that looks like this</code> can be copied and pasted into files or the terminal. Yes, you have to use the terminal. No, its not scary.</p>
<p><span style="color:#ff0000;">Step 1:</span> Install software.</p>
<ul>
<li>Open Synaptic from the menu tabs (System, Administration, Synaptic Package Manager)</li>
<li>Click &#8216;Reload&#8217; to advise your system of new changes. Then click the &#8216;Mark all Upgrades&#8217; button to upgrade any installed software that needs it. If there is any click &#8216;Apply&#8217; to install it.</li>
<li>Once you&#8217;re up to date click &#8216;Search&#8217; in Synaptic and type in &#8216;dansguardian&#8217;</li>
<li>right click on the entry that appears and choose &#8216;Mark for Installation&#8217;. You will be shown that &#8216;clamav&#8217; will be installed too.</li>
<li>Search for &#8216;firehol&#8217; and mark it for installation. Same for &#8216;tinyproxy&#8217;</li>
<li>Click &#8216;Apply&#8217; and exit Synaptic once everything&#8217;s installed.</li>
</ul>
<p><span style="color:#ff0000;">Step 2:</span> Edit the Dansguardian configuration file. This has to be done as an administrator (via the &#8216;sudo&#8217; command) rather than a regular user as the filter system can&#8217;t be changed by regular users.</p>
<ul>
<li>Open a terminal from the menu tabs (Applications, Accessories, Terminal.)</li>
<li>In the terminal write:</li>
</ul>
<p><code>sudo gedit /etc/dansguardian/dansguardian.conf</code></p>
<ul>
<li>Press &#8216;enter&#8217;. You will be asked for your user-password.</li>
<li>The &#8216;gedit&#8217; text editor window opens. Now prepare Dansguardian for work by &#8216;commenting out&#8217; the line that says it&#8217;s not ready. To do this change the line that reads &#8216;UNCONFIGURED&#8217; to read:</li>
</ul>
<p><code>#UNCONFIGURED</code></p>
<ul>
<li>OPTIONAL: If you don&#8217;t want virus scanning change the line &#8216;virusscan=on&#8217; to read: virusscan=off</li>
<li>Check that the following three lines look exactly like this (or change them to look like this):</li>
</ul>
<p><code>filterport = 8080<br />
proxyip = 127.0.0.1<br />
proxyport = 3128</code></p>
<ul>
<li>Save the file and close the gedit application.</li>
</ul>
<p><span style="color:#ff0000;">Step 3:</span> After changing the configuration file reconfigure Dansguardian</p>
<ul>
<li>In your terminal write (and then press &#8216;enter&#8217;):</li>
</ul>
<p><code>sudo dpkg-reconfigure dansguardian</code></p>
<ul>
<li>NOTE: This will return errors about a proxy, but the proxy has not been set up yet, so don´t worry. Ignore them.</li>
</ul>
<p>Step 4: Edit the &#8216;FireHOL&#8217; configuration file</p>
<ul>
<li>In your terminal write (and then press &#8216;enter&#8217;):</li>
</ul>
<p><code>sudo gedit /etc/firehol/firehol.conf</code></p>
<ul>
<li>Add all of the following (duplicated lines already in the file can be overwritten) below the line &#8220;# Accept all client traffic on any interface&#8221;:</li>
</ul>
<p><code>iptables -t filter -I OUTPUT -d 127.0.0.1 -p tcp --dport 3128 -m owner ! --uid-owner dansguardian -j DROP</code></p>
<p><code>transparent_squid 8080 "root root"</code></p>
<p><code>interface any world<br />
policy drop<br />
protection strong<br />
client all accept<br />
server cups accept</code></p>
<ul>
<li>Note: If you are not copying and pasting text (why not?) please note the long line above starting &#8216;iptables&#8217; and ending &#8216;DROP&#8217; is all one line and should not be broken by pressing the &#8216;enter&#8217; key at any point while writing it until after the word &#8216;DROP&#8217;.</li>
<li>Save the file and close the gedit application.</li>
</ul>
<p><span style="color:#ff0000;">Step 5:</span> Edit another &#8216;FireHOL&#8217; file to allow restarting the firewall</p>
<ul>
<li>In your terminal write (and then press &#8216;enter&#8217;):</li>
</ul>
<p><code>sudo gedit /etc/default/firehol</code></p>
<ul>
<li>Change the file to read: START_FIREHOL=YES</li>
<li>Save the file and close the gedit application.</li>
</ul>
<p><span style="color:#ff0000;">Step 6:</span> Edit the &#8216;Tinyproxy&#8217; configuration file</p>
<ul>
<li>In your terminal write (and then press &#8216;enter&#8217;):</li>
</ul>
<p><code>sudo gedit /etc/tinyproxy/tinyproxy.conf</code></p>
<ul>
<li>Change the four lines that begin with the words ´User´, ´Group´, ´Port´ and ´ViaProxyName´ to read as below, if they do not already:</li>
</ul>
<p><code>User root<br />
Group root<br />
Port 3128<br />
ViaProxyName "tinyproxy"</code></p>
<ul>
<li>Save the file and close the gedit application.</li>
</ul>
<p><span style="color:#ff0000;">Step 7:</span> Restart each program</p>
<ul>
<li>Using your terminal enter the following three commands, pressing &#8216;enter&#8217; after each one:</li>
</ul>
<p><code>sudo /etc/init.d/tinyproxy restart<br />
sudo /etc/init.d/firehol restart<br />
sudo /etc/init.d/dansguardian restart</code></p>
<p>You now have content filter protection for your family at no cash expense!</p>
<p>Here&#8217;s what a google search for &#8216;porn&#8217; got me:</p>
<p><a href="http://meyouit.files.wordpress.com/2008/05/blocked.png"><img class="alignnone size-medium wp-image-38" src="http://meyouit.files.wordpress.com/2008/05/blocked.png?w=300&#038;h=196" alt="blocked by dansguardian" width="300" height="196" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/meyouit.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/meyouit.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/meyouit.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/meyouit.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/meyouit.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/meyouit.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/meyouit.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/meyouit.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/meyouit.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/meyouit.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/meyouit.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/meyouit.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/meyouit.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/meyouit.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/meyouit.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/meyouit.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meyouit.wordpress.com&amp;blog=3523884&amp;post=35&amp;subd=meyouit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://meyouit.wordpress.com/2008/05/13/install-free-open-source-home-content-filtering-with-dansguardian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">robertsaunders</media:title>
		</media:content>

		<media:content url="http://meyouit.files.wordpress.com/2008/05/blocked.png?w=300" medium="image">
			<media:title type="html">blocked by dansguardian</media:title>
		</media:content>
	</item>
		<item>
		<title>Easy Desktop Shortcuts for Safe Internet Searching</title>
		<link>http://meyouit.wordpress.com/2008/05/08/easy-desktop-shortcuts-for-safe-internet-searching/</link>
		<comments>http://meyouit.wordpress.com/2008/05/08/easy-desktop-shortcuts-for-safe-internet-searching/#comments</comments>
		<pubDate>Thu, 08 May 2008 12:55:45 +0000</pubDate>
		<dc:creator>Shrimp Farm</dc:creator>
				<category><![CDATA[free resources]]></category>
		<category><![CDATA[Parents]]></category>
		<category><![CDATA[safe internet searching?]]></category>
		<category><![CDATA[teachers]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[safe search]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://meyouit.wordpress.com/?p=23</guid>
		<description><![CDATA[This is an easy way to make simple, memorable desktop launchers for younger children. I wanted links to &#8216;safe search&#8216; sites that were visually easy to remember for the six year olds and up who use a networked computer room. The computers run XP Pro. Step 1: Make bright, easy to remember icons. Or use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meyouit.wordpress.com&amp;blog=3523884&amp;post=23&amp;subd=meyouit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is an easy way to make simple, memorable desktop launchers for younger children.</p>
<p>I wanted links to &#8216;<a title="pros and cons of content filters" href="http://meyouit.wordpress.com/2008/04/23/boolifyorg-and-googles-safe-search-strict-technology/" target="_blank">safe search</a>&#8216; sites that were visually easy to remember for the six year olds and up who use a networked computer room. The computers run XP Pro.</p>
<p>Step 1: Make bright, easy to remember icons. Or use mine. Please note <a href="http://meyouit.files.wordpress.com/2008/05/b2.png"><img class="alignleft size-full wp-image-27" src="http://meyouit.files.wordpress.com/2008/05/b2.png?w=49&#038;h=49" alt="letter \'B\' icon" width="49" height="49" /></a>that the two icons here are just PNG images; if you want to use them then save them to your computer, open them in <a title="Gimp.org" href="http://www.gimp.org" target="_blank">GIMP</a> or another image manipulation program and save them as .ico files. The &#8216;B&#8217; is going to open up the browser at the BBCs CBBC <a href="http://meyouit.files.wordpress.com/2008/05/y.png"><img class="alignleft size-full wp-image-28" src="http://meyouit.files.wordpress.com/2008/05/y.png?w=49&#038;h=49" alt="letter \'Y\' icon" width="49" height="49" /></a>Find page. The &#8216;Y&#8217; is going to open the browser at the Yahoo Kids search page. Both these sites are for children and results they give are from sites that are vetted before being allowed in. Both sites have disclaimers about the content of search results:</p>
<p>Here&#8217;s the BBCs:</p>
<blockquote>
<div id="cbbc-findithome-disclaimer"><a title="CBBC Find search page" href="http://www.bbc.co.uk/cbbc/find/" target="_blank">CBBC Search</a> includes carefully selected sites outside the BBC. They are checked regularly, but please note the BBC is not responsible for their content. If you see anything that upsets you, please contact us.</div>
</blockquote>
<p><a title="Yahoo Kids search" href="http://kids.yahoo.com/" target="_blank">Yahoo Kids</a> also hand pick sites and REJECT unsuitable ones:</p>
<blockquote><p>We <a title="yahoo kids search help page" href="http://help.yahoo.com/l/us/yahoo/kids/general/yahooligans-02.html" target="_blank">carefully check</a> every site that goes into Yahoo! Kids But as most of you know, the Internet is constantly changing. If you find something here that somehow morphed into a REJECT site, please let us know</p></blockquote>
<p>Step 2: After logging in as Administrator, place the icons in the top level of &#8220;C:\Documents and Settings\All Users&#8221;. Here they will not be seen directly but can be linked to easily.</p>
<p>Step3: Open a browser and type your target site (i.e: &#8220;http://www.bbc.co.uk/cbbc/find/&#8221;) into the URL bar. Once on the site click and drag the icon at immediate left of the browser URL bar to the desktop.</p>
<p><a href="http://meyouit.files.wordpress.com/2008/05/cbbcfind.png"><img class="aligncenter size-full wp-image-34" src="http://meyouit.files.wordpress.com/2008/05/cbbcfind.png?w=287&#038;h=37" alt="cbbc URL bar icon" width="287" height="37" /></a></p>
<p>This makes a shortcut to the site, but it&#8217;s not yet using your chosen icon, nor is accessible to all users. Repeat this process for other sites you want launchers for.</p>
<p>Step 3: Cut and paste the new shortcut files into &#8220;C:\Documents and Settings\All Users\Desktop&#8221;</p>
<p>Step 4: Right click on a shortcut and select &#8216;Properties&#8217;. Here&#8217;s a screenshot of an example desktop showing the &#8216;All Users&#8217; folder containing the icons and the &#8216;All Users/Desktop&#8217; folder containing the new shortcuts. The &#8216;Properties&#8217; window of the Yahoo shortcut is open too:</p>
<p><a href="http://meyouit.files.wordpress.com/2008/05/icons1.png"><img class="alignnone size-medium wp-image-29" src="http://meyouit.files.wordpress.com/2008/05/icons1.png?w=300&#038;h=225" alt="Making Desktop Icons screenshot" width="300" height="225" /></a></p>
<p>Step 5: In the &#8216;General&#8217; tab of the &#8216;Properties&#8217; window you can change the title of the shortcut to &#8216;Search Yahoo&#8217; or whatever you like. In the &#8216;Web Document&#8217; tab press the &#8216;Change Icon&#8217; button. Navigate to the &#8216;All Users&#8217; folder and select the desired icon.</p>
<p><a href="http://meyouit.files.wordpress.com/2008/05/chooseicon.png"><img class="alignnone size-medium wp-image-30" src="http://meyouit.files.wordpress.com/2008/05/chooseicon.png?w=300&#038;h=219" alt="Select an icon for your shortcut" width="300" height="219" /></a></p>
<p>Now you can log out and any user of the computer can use the shortcuts when they log in. They can&#8217;t delete them as the &#8216;All Users/Desktop&#8217; folder is by default &#8216;read only&#8217; for regular users.</p>
<p>During step 3 there is also the possibility of doing some extra organising. If the desktops of users are cluttered with unwanted shortcuts (from installed but infrequently used programs, for instance) you could delete unnecessary ones while in the All Users &#8216;Desktop&#8217; folder. When pasting your icons into other computers&#8217; &#8216;All Users&#8217; folders you could also paste in your modified &#8216;All Users/Desktop&#8217; folder too. This will overwrite the cluttered older version with the new, pared down one. This process will not affect any shortcuts already created by normal users. Of course you should check first with others to make sure you don&#8217;t delete useful shortcuts in the process.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/meyouit.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/meyouit.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/meyouit.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/meyouit.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/meyouit.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/meyouit.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/meyouit.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/meyouit.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/meyouit.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/meyouit.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/meyouit.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/meyouit.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/meyouit.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/meyouit.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/meyouit.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/meyouit.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meyouit.wordpress.com&amp;blog=3523884&amp;post=23&amp;subd=meyouit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://meyouit.wordpress.com/2008/05/08/easy-desktop-shortcuts-for-safe-internet-searching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">robertsaunders</media:title>
		</media:content>

		<media:content url="http://meyouit.files.wordpress.com/2008/05/b2.png" medium="image">
			<media:title type="html">letter \'B\' icon</media:title>
		</media:content>

		<media:content url="http://meyouit.files.wordpress.com/2008/05/y.png" medium="image">
			<media:title type="html">letter \'Y\' icon</media:title>
		</media:content>

		<media:content url="http://meyouit.files.wordpress.com/2008/05/cbbcfind.png" medium="image">
			<media:title type="html">cbbc URL bar icon</media:title>
		</media:content>

		<media:content url="http://meyouit.files.wordpress.com/2008/05/icons1.png?w=300" medium="image">
			<media:title type="html">Making Desktop Icons screenshot</media:title>
		</media:content>

		<media:content url="http://meyouit.files.wordpress.com/2008/05/chooseicon.png?w=300" medium="image">
			<media:title type="html">Select an icon for your shortcut</media:title>
		</media:content>
	</item>
		<item>
		<title>Early Years Education in Sweden Versus UK. Sweden wins.</title>
		<link>http://meyouit.wordpress.com/2008/05/03/early-years-education-in-sweden-versus-uk-sweden-wins/</link>
		<comments>http://meyouit.wordpress.com/2008/05/03/early-years-education-in-sweden-versus-uk-sweden-wins/#comments</comments>
		<pubDate>Sat, 03 May 2008 09:28:11 +0000</pubDate>
		<dc:creator>Shrimp Farm</dc:creator>
				<category><![CDATA[Parents]]></category>
		<category><![CDATA[teachers]]></category>
		<category><![CDATA[teaching styles]]></category>
		<category><![CDATA[care]]></category>
		<category><![CDATA[early years]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[exploration]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[funding]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[sweden]]></category>
		<category><![CDATA[teaching]]></category>
		<category><![CDATA[uk]]></category>

		<guid isPermaLink="false">http://meyouit.wordpress.com/?p=31</guid>
		<description><![CDATA[This is a great documentary in three parts from Teachers TV looking at early years education (and after) in Sweden and contrasting it with the situation in the UK. The documentary speaks for itself. Part 1: Part 2: Part 3: Here&#8217;s the link to part 1 at YouTube if you want to see it at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meyouit.wordpress.com&amp;blog=3523884&amp;post=31&amp;subd=meyouit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is a great documentary in three parts from <a title="www.teachers.tv" href="http://www.teachers.tv/" target="_blank">Teachers TV</a> looking at early years education (and after) in Sweden and contrasting it with the situation in the UK. The documentary speaks for itself.</p>
<p>Part 1:</p>
<span style="text-align:center; display: block;"><a href="http://meyouit.wordpress.com/2008/05/03/early-years-education-in-sweden-versus-uk-sweden-wins/"><img src="http://img.youtube.com/vi/ecinNaR32Qs/2.jpg" alt="" /></a></span>
<p>Part 2:</p>
<span style="text-align:center; display: block;"><a href="http://meyouit.wordpress.com/2008/05/03/early-years-education-in-sweden-versus-uk-sweden-wins/"><img src="http://img.youtube.com/vi/cmdHvkcMhZ4/2.jpg" alt="" /></a></span>
<p>Part 3:</p>
<span style="text-align:center; display: block;"><a href="http://meyouit.wordpress.com/2008/05/03/early-years-education-in-sweden-versus-uk-sweden-wins/"><img src="http://img.youtube.com/vi/eo1AJWqCIww/2.jpg" alt="" /></a></span>
<p>Here&#8217;s the link to <a title="You Tube (Education Sweden vs UK)" href="http://www.youtube.com/watch?v=ecinNaR32Qs" target="_blank">part 1</a> at YouTube if you want to see it at source. The poster&#8217;s ideas are worth reading. I found out about the videos <a title="personalisededucationnow.org.uk" href="http://blog.personalisededucationnow.org.uk/2008/04/29/swedish-good-sense/" target="_blank">here</a>. That site has links to further information about the Swedish style of education such as in <a title="edutopia swedish education article" href="http://www.edutopia.org/global-education-sweden-preschool" target="_blank">this article</a> at George Lucas&#8217; (yes, Star Wars!) Edutopia educational foundation&#8217;s website.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/meyouit.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/meyouit.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/meyouit.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/meyouit.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/meyouit.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/meyouit.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/meyouit.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/meyouit.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/meyouit.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/meyouit.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/meyouit.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/meyouit.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/meyouit.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/meyouit.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/meyouit.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/meyouit.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meyouit.wordpress.com&amp;blog=3523884&amp;post=31&amp;subd=meyouit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://meyouit.wordpress.com/2008/05/03/early-years-education-in-sweden-versus-uk-sweden-wins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">robertsaunders</media:title>
		</media:content>
	</item>
		<item>
		<title>UpToTen.com Teachers&#8217; Free Premium Accounts</title>
		<link>http://meyouit.wordpress.com/2008/04/29/uptotencom-teachers-free-premium-accounts/</link>
		<comments>http://meyouit.wordpress.com/2008/04/29/uptotencom-teachers-free-premium-accounts/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 15:16:58 +0000</pubDate>
		<dc:creator>Shrimp Farm</dc:creator>
				<category><![CDATA[free resources]]></category>
		<category><![CDATA[Parents]]></category>
		<category><![CDATA[teachers]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[boowa]]></category>
		<category><![CDATA[children]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[ICT]]></category>
		<category><![CDATA[kwala]]></category>
		<category><![CDATA[online resources]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[skills]]></category>
		<category><![CDATA[up to ten]]></category>

		<guid isPermaLink="false">http://meyouit.wordpress.com/?p=16</guid>
		<description><![CDATA[UpToTen.com is a well known site with lots of free fun and educational activities for children of, well, up to ten years old! Part of the site is BoowaKwala.com, which is the best known area of it to me both as a teacher of very young children and as a parent. A &#8216;premium&#8217; account is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meyouit.wordpress.com&amp;blog=3523884&amp;post=16&amp;subd=meyouit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="Up To Ten dot com" href="http://www.uptoten.com" target="_blank">UpToTen.com</a> is a well known site with lots of free fun and educational activities for children of, well, up to ten years old! Part of the site is <a title="Boowa and Kwala's website" href="http://www.boowakwala.com" target="_blank">BoowaKwala.com</a>, which is the best known area of it to me both as a teacher of very young children and as a parent. A &#8216;premium&#8217; account is available at a price, but even better, a free adaption of the premium site is available for use in schools.</p>
<p><a href="http://meyouit.files.wordpress.com/2008/04/uptoten.png"><img class="alignnone size-medium wp-image-17" src="http://meyouit.files.wordpress.com/2008/04/uptoten.png?w=300&#038;h=225" alt="uptoten.com" width="300" height="225" /></a></p>
<p>Well over 6000 schools already use the service, but there&#8217;s many more schools than that in the world so I&#8217;m still going to write about it. Clicking the &#8216;More Info&#8217; button for the schools section leads to a sign-up enticer page.</p>
<p><a href="http://meyouit.files.wordpress.com/2008/04/uptoten-signup.png"><img class="alignnone size-medium wp-image-18" src="http://meyouit.files.wordpress.com/2008/04/uptoten-signup.png?w=300&#038;h=225" alt="sign up to UpToTen" width="300" height="225" /></a></p>
<p>Sign up! It&#8217;s worth it. The free site has lots of good features, including a choice of French or English soundtrack. Boowa and Kwala, the mascots for the up to six year olds&#8217; section are very cute and engaging for children. The activities are fun, lighthearted, and promote good values like friendship and enjoying family life together. The school version has the added benefits of a full-screen window and not having adverts in a sidebar; children cannot easily click off the page and cannot click on links to other sites.</p>
<p>Once you are signed up you can click on the schoolbag to log in:</p>
<p><a href="http://meyouit.files.wordpress.com/2008/04/uptoten-signin.png"><img class="alignnone size-medium wp-image-19" src="http://meyouit.files.wordpress.com/2008/04/uptoten-signin.png?w=300&#038;h=232" alt="UpToTen sign in window" width="300" height="232" /></a></p>
<p>Click &#8216;Go&#8217; after entering your data and a &#8216;thank you&#8217; page appears:</p>
<p><a href="http://meyouit.files.wordpress.com/2008/04/uptoten-thankyou.png"><img class="alignnone size-medium wp-image-20" src="http://meyouit.files.wordpress.com/2008/04/uptoten-thankyou.png?w=300&#038;h=232" alt="Up To Ten thank you page" width="300" height="232" /></a></p>
<p>Click &#8216;Go&#8217; and the full-screen student window opens.</p>
<p><span style="text-decoration:line-through;">Actually, my one gripe with the service is going through the above three page, one email address and one password process on every computer before each lesson I use the service in. It does take a while. It would be great to have a direct, one stage process to log in; a username and password field on the Up To Ten front page, for example. Also if that field was part of the the regular website instead of the flash section then the browser could remember the username and password between sessions.</span></p>
<p><em>EDIT: see <a title="strange cookies from Up To Ten dot com" href="http://meyouit.wordpress.com/2008/05/08/strange-cookies-at-uptotencom/" target="_blank">this post</a> about the above paragraph. Automatic login IS a feature and now has started to work for me. I guess that if using multiple user-names on networked computers children should sit at the same computers each time unless you have roaming profiles set up. </em></p>
<p>Each teacher in the school will need to sign up for their own account. They must keep their password secret; a student finding it out and using it at home would mean they had gone against the terms of the service.</p>
<p>Here&#8217;s what you get. The full-screen window has a menu of fifty structured lessons for developing ICT skills. The great thing is that the first lessons do not assume any prior skills, so they are perfect for very young learners:</p>
<p><a href="http://meyouit.files.wordpress.com/2008/04/uptoten-lessons.png"><img class="alignnone size-medium wp-image-21" src="http://meyouit.files.wordpress.com/2008/04/uptoten-lessons.png?w=300&#038;h=225" alt="50 lessons" width="300" height="225" /></a></p>
<p>Each lesson contains four flash activities. The site suggests clicking the button at top right to explore the rest of the site after completing them.</p>
<p>Below is one example of a mouse control skills activity from lesson two in which children have to colour moving lizards. Lessons get progressively more advanced as children work their way towards lesson fifty.</p>
<p><a href="http://meyouit.files.wordpress.com/2008/04/uptoten-lizards.png"><img class="alignnone size-medium wp-image-22" src="http://meyouit.files.wordpress.com/2008/04/uptoten-lizards.png?w=300&#038;h=225" alt="lizards game on Up To Ten" width="300" height="225" /></a></p>
<p>Have fun!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/meyouit.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/meyouit.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/meyouit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/meyouit.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/meyouit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/meyouit.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/meyouit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/meyouit.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/meyouit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/meyouit.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/meyouit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/meyouit.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/meyouit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/meyouit.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/meyouit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/meyouit.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meyouit.wordpress.com&amp;blog=3523884&amp;post=16&amp;subd=meyouit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://meyouit.wordpress.com/2008/04/29/uptotencom-teachers-free-premium-accounts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">robertsaunders</media:title>
		</media:content>

		<media:content url="http://meyouit.files.wordpress.com/2008/04/uptoten.png?w=300" medium="image">
			<media:title type="html">uptoten.com</media:title>
		</media:content>

		<media:content url="http://meyouit.files.wordpress.com/2008/04/uptoten-signup.png?w=300" medium="image">
			<media:title type="html">sign up to UpToTen</media:title>
		</media:content>

		<media:content url="http://meyouit.files.wordpress.com/2008/04/uptoten-signin.png?w=300" medium="image">
			<media:title type="html">UpToTen sign in window</media:title>
		</media:content>

		<media:content url="http://meyouit.files.wordpress.com/2008/04/uptoten-thankyou.png?w=300" medium="image">
			<media:title type="html">Up To Ten thank you page</media:title>
		</media:content>

		<media:content url="http://meyouit.files.wordpress.com/2008/04/uptoten-lessons.png?w=300" medium="image">
			<media:title type="html">50 lessons</media:title>
		</media:content>

		<media:content url="http://meyouit.files.wordpress.com/2008/04/uptoten-lizards.png?w=300" medium="image">
			<media:title type="html">lizards game on Up To Ten</media:title>
		</media:content>
	</item>
		<item>
		<title>Boolify.org and Google&#8217;s &#8216;Safe Search STRICT&#8217; technology</title>
		<link>http://meyouit.wordpress.com/2008/04/23/boolifyorg-and-googles-safe-search-strict-technology/</link>
		<comments>http://meyouit.wordpress.com/2008/04/23/boolifyorg-and-googles-safe-search-strict-technology/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 15:25:05 +0000</pubDate>
		<dc:creator>Shrimp Farm</dc:creator>
				<category><![CDATA[Parents]]></category>
		<category><![CDATA[safe internet searching?]]></category>
		<category><![CDATA[Boolify]]></category>
		<category><![CDATA[cbbc find]]></category>
		<category><![CDATA[content filter]]></category>
		<category><![CDATA[Google safe search]]></category>
		<category><![CDATA[strict safe search]]></category>
		<category><![CDATA[yahoo kids search]]></category>

		<guid isPermaLink="false">http://meyouit.wordpress.com/?p=10</guid>
		<description><![CDATA[Boolify.org is a good idea. It is &#8220;an educational boolean search tool&#8221; that graphically depicts boolean or basic web searches. Users drag blocks depicting elements of search parameters (OR, AND or NOT) onto a display area and choose to a web (default), news or image search. Four result links are then displayed under the block [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meyouit.wordpress.com&amp;blog=3523884&amp;post=10&amp;subd=meyouit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="open Boolify in new window" href="http://www.boolify.org" target="_blank">Boolify.org</a> is a good idea. It is &#8220;an educational boolean search tool&#8221; that graphically depicts boolean or basic web searches. Users drag blocks depicting elements of search parameters (OR, AND or NOT) onto a display area and choose to a web (default), news or image search. Four result links are then displayed under the block display area.</p>
<p>There are four pages each with four results available within Boolify, and a link to &#8216;more results&#8217; that opens Google in a new window with &#8216;safe search on&#8217; for regular searches and &#8216;strict safe search on&#8217; for image searches.</p>
<p><a href="http://meyouit.files.wordpress.com/2008/04/boolify.png"><img class="aligncenter size-medium wp-image-11" src="http://meyouit.files.wordpress.com/2008/04/boolify.png?w=300&#038;h=225" alt="The Boolify.org search page" width="300" height="225" /></a></p>
<p>The idea is that graphical ways of thinking about boolean searches make them easier for children to understand. It is aimed at mainly elementary and middle school children. <a title="boolify.org/about opens new window" href="http://www.boolify.org/about.php" target="_blank">The website states</a>:</p>
<blockquote><p>Search results are presented through Google&#8217;s &#8220;Safe Search STRICT&#8221; technology, so we&#8217;re confident that the results your students receive are safe.</p></blockquote>
<p>***EDIT: The above quote no longer appears on Boolify&#8217;s &#8216;About&#8217; page as the content of the page has been changed to reflect the content of this post and to link here. My thanks to Dave Crusoe from Boolify.org for pointing this out.***</p>
<p>Boolify is a beta release and the work will be evaluated mid 2008 to see how well it it is going.</p>
<p>It is a good idea. What does &#8216;safe&#8217; mean though?</p>
<p>Google&#8217;s &#8216;safe search&#8217; is a fast and accurate (optional) filter system that stops so called &#8216;adult sites&#8217; from appearing on search results. <a title="Google family safety tips" href="http://www.google.com/intl/en/landing/familysafety/" target="_blank">Google states</a>:</p>
<blockquote><p>Many users prefer not to have adult sites included in their search results (especially if their kids use the same computer). Google&#8217;s <a href="http://www.google.com/support/bin/static.py?page=searchguides.html&amp;ctx=preferences&amp;hl=en">SafeSearch</a> screens for sites that contain this type of information and eliminates them from search results. While no filter is 100% accurate, Google&#8217;s filter uses advanced technology to check keywords, phrases, and URLs.</p></blockquote>
<p>Did you notice a discrepancy? Boolify says results are &#8220;safe&#8221; but Google says that &#8220;no filter is 100% accurate.&#8221; I trust Google on this one.</p>
<p>Boolify are correct in that they are using a strong filter that works well. However, a filter can be imagined as ice on water; it covers an area, looks firm, but is thicker in some places than others, and may still be dangerous. This is because the filter scans web pages for blacklisted keywords, phrases, and URLs. If it finds any of these the search result is withheld. The ice stays safe to walk on. It is possible though that content that could be described as &#8216;adult&#8217; is not nicely labeled as such. For instance an &#8216;adult&#8217; image in an otherwise &#8216;safe&#8217; page might not be helpfully labeled to match a filter&#8217;s blacklists. The ice here becomes thin, as a &#8216;safe&#8217; keyword in a &#8216;safe&#8217; search may just possibly return unwanted results.</p>
<p>The percentage of unwanted information getting through may be small, but we should understand the tools we use every day. We should know where they excel and where they are weak.</p>
<p>Below is an example of such a situation (please note that I do not imply and criticism of Boolify or Google. They are both good services! The example is used to highlight the weakness of filters in general in order to aid understanding):</p>
<p>I enter the search term &#8216;xray&#8217; in Boolify and select to search images. Four images are displayed, they are relevant and good. All four of the search result screens (each with four images) that display within Boolify return similar results. Great! I click &#8216;more results&#8217; and the first screen of full Google search results open on a Google page in a new window. &#8216;Strict safe search&#8217; is already set, just as within Boolify. Good. Results look similar again. I click &#8216;Next&#8217; and all is well. I click &#8216;Next&#8217; again and see two images that have fallen through the filter&#8217;s net.</p>
<p><a href="http://meyouit.files.wordpress.com/2008/04/googleword.png"><img class="aligncenter size-full wp-image-12" src="http://meyouit.files.wordpress.com/2008/04/googleword.png?w=348&#038;h=65" alt="Gooooooooogle Next" width="348" height="65" /></a></p>
<p>One is what looks like a cola bottle firmly lodged somewhere the manufacturers probably never intended it should go, from a website I would not want a young child to stumble upon. The title of the image is &#8216;Interesting X-Ray&#8217;. Of course neither of those words would match keywords or phrases in a filter&#8217;s blacklists. The other is labeled &#8216;X-ray it looks very real,&#8230;&#8217; and it turns out to be an image by an artist called Wim Delvoye from a series of artworks called &#8216;Sex-rays&#8217; (not what I searched for, but the image was not labeled clearly). The link opens a forum where people are discussing how the image was made and if it is an actual xray or not. Not what I want a primary a primary age child to see in a lesson, anyway.</p>
<p>The moral of the story is don&#8217;t assume &#8216;safe&#8217; has the same definition for you as it does to filtering software. Content filters cannot see and judge the appropriateness of images as you can&#8230; yet. So check search results beforehand if planning to search the web with older children. Younger children could learn search skills by searching for clip art within a word processing program. Or use <a title="yahoo kids search in new window" href="http://kids.yahoo.com/" target="_blank">Yahoo kids</a> search or the BBC <a title="CBBC find facility in new window" href="http://www.bbc.co.uk/cbbc/find/" target="_blank">CBBC Find</a> facility. These are both checked regularly and list only approved sites. However, best check first!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/meyouit.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/meyouit.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/meyouit.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/meyouit.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/meyouit.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/meyouit.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/meyouit.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/meyouit.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/meyouit.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/meyouit.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/meyouit.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/meyouit.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/meyouit.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/meyouit.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/meyouit.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/meyouit.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meyouit.wordpress.com&amp;blog=3523884&amp;post=10&amp;subd=meyouit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://meyouit.wordpress.com/2008/04/23/boolifyorg-and-googles-safe-search-strict-technology/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">robertsaunders</media:title>
		</media:content>

		<media:content url="http://meyouit.files.wordpress.com/2008/04/boolify.png?w=300" medium="image">
			<media:title type="html">The Boolify.org search page</media:title>
		</media:content>

		<media:content url="http://meyouit.files.wordpress.com/2008/04/googleword.png" medium="image">
			<media:title type="html">Gooooooooogle Next</media:title>
		</media:content>
	</item>
		<item>
		<title>Puppy Linux</title>
		<link>http://meyouit.wordpress.com/2008/04/19/puppy-linux/</link>
		<comments>http://meyouit.wordpress.com/2008/04/19/puppy-linux/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 01:13:45 +0000</pubDate>
		<dc:creator>Shrimp Farm</dc:creator>
				<category><![CDATA[Linux howtos]]></category>
		<category><![CDATA[Parents]]></category>
		<category><![CDATA[Puppy Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[old computers]]></category>
		<category><![CDATA[RAM]]></category>

		<guid isPermaLink="false">http://robertsaunders.wordpress.com/?p=21</guid>
		<description><![CDATA[I bought a second hand computer for my children. It was very, very cheap. I got a cheap keyboard and mouse too and we already had a CRT monitor that was not doing much. The computer is a Compaq Deskpro EN, designed for Windows 2000, as a sticker on the front tells me. It is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meyouit.wordpress.com&amp;blog=3523884&amp;post=9&amp;subd=meyouit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I bought a second hand computer for my children. It was very, very cheap. I got a cheap keyboard and mouse too and we already had a CRT monitor that was not doing much. The computer is a Compaq Deskpro EN, designed for Windows 2000, as a sticker on the front tells me. It is a horizontal thin box design. I intend to install <a title="Edubuntu.com" href="http://www.edubuntu.com" target="_blank">Edubuntu</a> (Ubuntu Linux for Educational Settings) on it but I&#8217;m going to wait a few days for the new release to come out. In the meantime I&#8217;m using <a title="PuppyLinux.com" href="http://www.puppylinux.com" target="_blank">Puppy Linux</a> on it and I&#8217;m very impressed with it.</p>
<p>The Compaq has a 20GB hard drive and 256MB SD-RAM. Puppy doesn&#8217;t even need this much storage space or RAM. I have seen it work perfectly well on 96MB RAM on an old laptop. The special thing about Puppy is that it runs in RAM only, even in less than 96MB RAM, and it doesn&#8217;t need a hard drive at all.</p>
<p>Puppy is free to use and download. It comes as a small (50 &#8211; 90MB depending on version) ISO file that you burn onto a CD or a USB thumb drive or SD card (etc&#8230;). Pop the media in a computer and turn it on. As long as the BIOS is able to and is set to boot from media of this kind it will boot into a fully functioning operating system. It doesn&#8217;t affect any OS that&#8217;s already on the hard drive, so there&#8217;s no need to worry about data loss. Assuming you booted Puppy from a CD, once it is loaded into RAM you can take the CD out again. The CD drive can now be used as normal.</p>
<p>The desktop is very intuitive and most of all, friendly. It is very easy to connect to the internet via clicking an icon. I had previously assigned a static IP address for the new computer to use in my router, but it doesn&#8217;t need to be done that way. All the user guides and configuration dialogs I checked had friendly, easy to understand explanations that do not presume prior knowledge of Linux.</p>
<p><a href="http://robertsaunders.files.wordpress.com/2008/04/puppy-connect-internet.png"><img class="aligncenter size-medium wp-image-22" src="http://robertsaunders.files.wordpress.com/2008/04/puppy-connect-internet.png?w=655&#038;h=491" alt="Puppy connect to internet dialog" width="655" height="491" /></a></p>
<p>This Linux distribution would be good for making old computers not just usable, but GOOD again. It would also be ideal for parents who do not want to take the risk of their children clicking around and maybe messing up their computer, but who want them to have the opportunity to use it. Booting from a Puppy CD is a good solution. Having said that, Puppy is not just for children, it&#8217;s just friendly and easy so everyone will like it.</p>
<p>It comes loaded with many small but powerful applications: Abiword word processor can open and save as .doc format, so it&#8217;s useful for people used to Windows. There is a spreadsheet editor and a stripped down version of the great Inkscape vector Illustration program. The Seamonkey web browser surprised me by being able to display flash based websites without me needing to install Flash myself. The media player plays MP3 and WMA files likewise without requiring additional downloads. To show it&#8217;s not just for children consider that it comes with Gparted, the Gnome Partition Editor, which is a great utility that could really do damage to data on the hard drive if used incorrectly.</p>
<p>As you can see this is a full-featured Linux OS with everything most people will need all ready to use. It loads really fast too. It is a very good introduction to Linux as Windows users who are interested in trying Linux can keep on using Windows but boot into Puppy while they get used to it. There are quite a few Linux distributions that have &#8216;Live CDs&#8217; that work this way, but Puppy excels in this area too:</p>
<p>When you shutdown after using Puppy for the first time you are offered the chance to write one file to the hard disk (or USB thumb drive, or even multi-session CD!) that will contain a Linux file system. The default size is 512MB but it could be more or less depending on your preference. You can even encrypt it if you want. This will contain the configuration files for your Puppy sessions, such as your internet connection details, the wallpaper your child likes, any files you downloaded or made etc. Next time you boot Puppy you will find it as you left it. It will boot faster too!</p>
<p>One thing that will be a change for Windows users is accessing media such as USB thumb drives in Puppy Linux. When you insert the media nothing happens. You have to &#8216;mount&#8217; the media first. Click the &#8216;drives&#8217; icon at top left of the desktop. A dialog opens that shows all drives available. Click the icon for the required drive to mount it (or to unmount it later). A new icon will appear that you can click on to view the files on the drive.</p>
<p><a href="http://robertsaunders.files.wordpress.com/2008/04/puppy-mount-drives.png"><img class="aligncenter size-medium wp-image-23" src="http://robertsaunders.files.wordpress.com/2008/04/puppy-mount-drives.png?w=655&#038;h=491" alt="access drives with Puppy Linux" width="655" height="491" /></a></p>
<p>The above screen-shot also shows some of the helpful sub-menus available to fine tune your Puppy system, should you need to.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/meyouit.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/meyouit.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/meyouit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/meyouit.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/meyouit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/meyouit.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/meyouit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/meyouit.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/meyouit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/meyouit.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/meyouit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/meyouit.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/meyouit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/meyouit.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/meyouit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/meyouit.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meyouit.wordpress.com&amp;blog=3523884&amp;post=9&amp;subd=meyouit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://meyouit.wordpress.com/2008/04/19/puppy-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">robertsaunders</media:title>
		</media:content>

		<media:content url="http://robertsaunders.files.wordpress.com/2008/04/puppy-connect-internet.png?w=655" medium="image">
			<media:title type="html">Puppy connect to internet dialog</media:title>
		</media:content>

		<media:content url="http://robertsaunders.files.wordpress.com/2008/04/puppy-mount-drives.png?w=655" medium="image">
			<media:title type="html">access drives with Puppy Linux</media:title>
		</media:content>
	</item>
		<item>
		<title>Teaching with Tux Paint</title>
		<link>http://meyouit.wordpress.com/2008/04/10/teaching-with-tux-paint/</link>
		<comments>http://meyouit.wordpress.com/2008/04/10/teaching-with-tux-paint/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 07:06:22 +0000</pubDate>
		<dc:creator>Shrimp Farm</dc:creator>
				<category><![CDATA[Tux Paint]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[children]]></category>
		<category><![CDATA[ICT]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[teaching]]></category>

		<guid isPermaLink="false">http://robertsaunders.wordpress.com/?p=14</guid>
		<description><![CDATA[Tux Paint is good for introducing young children to ICT skills. It is a widely used and very well thought of program. However quite a few teachers I have met had not heard of it before. This article is an introduction to using Tux Paint in lessons. If you are new to Tux Paint some [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meyouit.wordpress.com&amp;blog=3523884&amp;post=7&amp;subd=meyouit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="Tux Paint Website" href="http://www.tuxpaint.org" target="_blank">Tux Paint</a> is good for introducing young children to ICT skills. It is a widely used and very well thought of program. However quite a few teachers I have met had not heard of it before. This article is an introduction to using Tux Paint in lessons.</p>
<p>If you are new to Tux Paint some explanation is necessary. it is a graphics program for children. It is free to download and use, and it&#8217;s Open Source. It can be extended in various ways and modified to fit needs exactly. It is eye-catching, fun, easy to use, and has stereo sound effects. It is quite simply the best graphics program for children that I have seen.</p>
<p>The Windows installer includes a program for configuring Tux Paint that can be accessed from the start menu programs list. On Linux you could search your distribution&#8217;s repositories for the &#8216;tuxpaint-config&#8217; package. Or you can set options (see the manual) on the command line or in a menu editor. Depending on the age and needs of children using the program, there are many options to help tweak it to best advantage.</p>
<p><img src="http://www.tuxpaint.org/screenshots/tuxpaint-config-sshot.png" alt="tux paint config utility from tuxpaint.org" width="678" height="446" /></p>
<p>There are more screenshots and other information on the Tux Paint website. It describes Tux Paint as a &#8220;drawing program for children ages 3 to 12&#8243; and while this is certainly generally true I have found that even some two year olds enjoy it a lot. I could also imagine children older than twelve using it well, given the right focus (say using it as a drawing pad to sketch ideas onto their own self-portrait photo* during a Pop Art project).</p>
<p>*Tux paint can be extended by adding user-chosen images as backgrounds, provided they are the right dimensions and format. It is also possible to use your own line drawings as colouring templates and to make your own brushes or &#8216;stamps&#8217; (images for children to use like stickers on their drawings). This is outside the scope of this introduction, though, and I can&#8217;t think of anything Tux Paint is seriously lacking, although it&#8217;s nice to be given the option to add our own elements if we want/need to.</p>
<p>This image below was made by a ten year old who was just given time to play and to see what happened. One of the special brushes has become the starting point for a story idea as an acrostic poem:</p>
<p><a href="http://robertsaunders.files.wordpress.com/2008/04/10yr.png"><img class="alignnone size-full wp-image-16" src="http://robertsaunders.files.wordpress.com/2008/04/10yr.png?w=608&#038;h=472" alt="A brush has been the starting point of a story idea." width="608" height="472" /></a></p>
<p>The image below was made by a two year old. You can see decisions were being made about choosing and changing colours (showing understanding of the process of selecting colours) and finding out about what different brushes do.</p>
<p><a href="http://robertsaunders.files.wordpress.com/2008/04/2yr.png"><img class="alignnone size-full wp-image-17" src="http://robertsaunders.files.wordpress.com/2008/04/2yr.png?w=608&#038;h=472" alt="This picture shows understanding of how to select colours" width="608" height="472" /></a></p>
<p>For very young children I find the following options useful:</p>
<p>&#8211;fullscreen &#8211;nobuttondistinction &#8211;saveovernew &#8211;simpleshapes &#8211;startblank &#8211;noprint</p>
<p>These are options written as they are used on the command line. They are all options in the GUI configuration utility as well though. One by one:</p>
<p>&#8216;Fullscreen&#8217; is useful so children can&#8217;t click outside the window or drag it around by accident.</p>
<p>&#8216;No button distinction&#8217; makes the right and left mouse buttons behave the same way; good for encouraging confidence while developing the hand/eye coordination necessary for using a mouse.</p>
<p>&#8216;Save over new&#8217; makes clicking &#8216;save&#8217; always save a new picture even if the same picture has been saved already. This is instead of asking the user if they want to overwrite the older version of the same picture or not.</p>
<p>&#8216;Simple shapes&#8217; disables the possibility of shapes made with the shape tools being rotated. It simplifies things.</p>
<p>&#8216;Start blank&#8217; makes Tux Paint start with a blank background instead of showing the last picture made last session.</p>
<p>&#8216;No print&#8217; disables printing. Its not just being mean; very young children can click buttons by accident or repeatedly. As long as you teach children to press &#8216;save&#8217; selected pictures can be printed later.</p>
<p>All pictures saved in Tux Paint are housed in a folder (you can choose which or accept the default) and pictures are named by date and time as &#8216;yyyymmddhhmmss.png&#8217; so you can identify who did what and when. It may be helpful to keep a record of who sat at which computer and when, to help with identification of images later.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/meyouit.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/meyouit.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/meyouit.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/meyouit.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/meyouit.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/meyouit.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/meyouit.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/meyouit.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/meyouit.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/meyouit.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/meyouit.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/meyouit.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/meyouit.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/meyouit.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/meyouit.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/meyouit.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meyouit.wordpress.com&amp;blog=3523884&amp;post=7&amp;subd=meyouit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://meyouit.wordpress.com/2008/04/10/teaching-with-tux-paint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">robertsaunders</media:title>
		</media:content>

		<media:content url="http://www.tuxpaint.org/screenshots/tuxpaint-config-sshot.png" medium="image">
			<media:title type="html">tux paint config utility from tuxpaint.org</media:title>
		</media:content>

		<media:content url="http://robertsaunders.files.wordpress.com/2008/04/10yr.png" medium="image">
			<media:title type="html">A brush has been the starting point of a story idea.</media:title>
		</media:content>

		<media:content url="http://robertsaunders.files.wordpress.com/2008/04/2yr.png" medium="image">
			<media:title type="html">This picture shows understanding of how to select colours</media:title>
		</media:content>
	</item>
		<item>
		<title>A larger font size and changing the default terminal on an Eeepc</title>
		<link>http://meyouit.wordpress.com/2008/04/07/a-larger-font-size-and-changing-the-default-terminal-on-an-eeepc/</link>
		<comments>http://meyouit.wordpress.com/2008/04/07/a-larger-font-size-and-changing-the-default-terminal-on-an-eeepc/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 15:01:42 +0000</pubDate>
		<dc:creator>Shrimp Farm</dc:creator>
				<category><![CDATA[Linux howtos]]></category>
		<category><![CDATA[eeepc]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[font size]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[update-alternatives]]></category>
		<category><![CDATA[x-terminal-emulator]]></category>
		<category><![CDATA[Xandros]]></category>

		<guid isPermaLink="false">http://robertsaunders.wordpress.com/?p=10</guid>
		<description><![CDATA[The Eeepc Ultraportable laptops are small, light and many of them run Linux. All that is good. I use the Asus-provided default Xandros Linux OS on mine and am very happy with it. The small size means a small screen though, and the default x-terminal-emulator (xterm) looks small inside that small screen. I found spending [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meyouit.wordpress.com&amp;blog=3523884&amp;post=6&amp;subd=meyouit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Eeepc Ultraportable laptops are small, light and many of them run Linux. All that is good. I use the Asus-provided default Xandros Linux OS on mine and am very happy with it. The small size means a small screen though, and the default x-terminal-emulator (xterm) looks small inside that small screen. I found spending any amount of time using the command line made me end up squinting.</p>
<p><a href="http://robertsaunders.files.wordpress.com/2008/04/xterm1.png"><img class="aligncenter size-thumbnail wp-image-11" src="http://robertsaunders.files.wordpress.com/2008/04/xterm1.png?w=128&#038;h=76" alt="The default terminal on Xandros OS Eeepc" width="128" height="76" /></a></p>
<p>You can press &#8216;Control&#8217; and right-click the mouse inside the xterm window to select a larger font size. The window expands to compensate for the increased font size. The window doesn&#8217;t fit the screen very well any more if you choose &#8216;large&#8217; font sizes or above. Also this change will be lost if you close and reopen the terminal.</p>
<p><a href="http://robertsaunders.files.wordpress.com/2008/04/xterm2.png"><img class="aligncenter size-thumbnail wp-image-12" src="http://robertsaunders.files.wordpress.com/2008/04/xterm2.png?w=128&#038;h=76" alt="The default Xandros OS on Eeepc terminal after font resizing" width="128" height="76" /></a></p>
<p>The default Xandros OS is based on Debian. It comes with a handy program for &#8216;Debian&#8217;s alternatives system&#8217; that uses symbolic linking to allow administrators to choose a particular program to be used as the default one if several other programs do the same job and carry the same generic name. It is called &#8216;update-alternatives&#8217; and I learned how to use it to change the default terminal <a title="howtogeek.com" href="http://www.howtogeek.com/howto/ubuntu/set-the-default-terminal-emulator-on-ubuntu-linux/" target="_blank">here</a>. Now when I press the &#8216;Control, Alt and T&#8217; key combination to launch a terminal Konsole opens instead of Xterm. Konsole is included in the default Xandros OS on the Eee. Here&#8217;s the command:</p>
<p><code>sudo update-alternatives --config x-terminal-emulator</code></p>
<p>Select Konsole from the displayed list of programs that carry the generic name &#8216;x-terminal-emulator&#8217;.</p>
<p>Konsole fits the screen much better. It is also easy to select colour schemes and larger font sizes. The chosen colour schemes and font changes are retained between sessions if you click &#8216;Save as Default&#8217; in the settings tab. All round a good improvement.</p>
<p><a href="http://robertsaunders.files.wordpress.com/2008/04/konsole.png"><img class="aligncenter size-thumbnail wp-image-13" src="http://robertsaunders.files.wordpress.com/2008/04/konsole.png?w=128&#038;h=76" alt="Using Konsole with a large font on Eeepc" width="128" height="76" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/meyouit.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/meyouit.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/meyouit.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/meyouit.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/meyouit.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/meyouit.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/meyouit.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/meyouit.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/meyouit.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/meyouit.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/meyouit.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/meyouit.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/meyouit.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/meyouit.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/meyouit.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/meyouit.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meyouit.wordpress.com&amp;blog=3523884&amp;post=6&amp;subd=meyouit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://meyouit.wordpress.com/2008/04/07/a-larger-font-size-and-changing-the-default-terminal-on-an-eeepc/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">robertsaunders</media:title>
		</media:content>

		<media:content url="http://robertsaunders.files.wordpress.com/2008/04/xterm1.png?w=128" medium="image">
			<media:title type="html">The default terminal on Xandros OS Eeepc</media:title>
		</media:content>

		<media:content url="http://robertsaunders.files.wordpress.com/2008/04/xterm2.png?w=128" medium="image">
			<media:title type="html">The default Xandros OS on Eeepc terminal after font resizing</media:title>
		</media:content>

		<media:content url="http://robertsaunders.files.wordpress.com/2008/04/konsole.png?w=128" medium="image">
			<media:title type="html">Using Konsole with a large font on Eeepc</media:title>
		</media:content>
	</item>
		<item>
		<title>Recording and assessment on the Linux commandline</title>
		<link>http://meyouit.wordpress.com/2008/04/07/recording-and-assessment-on-the-linux-commandline/</link>
		<comments>http://meyouit.wordpress.com/2008/04/07/recording-and-assessment-on-the-linux-commandline/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 04:17:55 +0000</pubDate>
		<dc:creator>Shrimp Farm</dc:creator>
				<category><![CDATA[Linux howtos]]></category>
		<category><![CDATA[.bashrc]]></category>
		<category><![CDATA[.bash_aliases]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[assessment]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[eeepc]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[observation]]></category>
		<category><![CDATA[recording]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[tee]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://robertsaunders.wordpress.com/?p=6</guid>
		<description><![CDATA[I have an Asus Eeepc that I take to school every day. I use the default Xandros Linux Operating System that was on it when I bought it, although I use icewm without the Asus tabs and icons. One great thing about the Eeepc running the default Linux configuration is that the computer boots up [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meyouit.wordpress.com&amp;blog=3523884&amp;post=5&amp;subd=meyouit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have an <a href="http://eeepc.asus.com/global/">Asus Eeepc</a> that I take to school every day. I use the default Xandros Linux Operating System that was on it when I bought it, although I use icewm without the Asus tabs and icons.</p>
<p>One great thing about the Eeepc running the default Linux configuration is that the computer boots up really fast. I can leave it turned off and its quick to turn on when I need it. I use the commandline for recording observations of students or logging information for assessment purposes. Opening a terminal window is a lot quicker than opening up Open Office and navigating to a particular student&#8217;s file. I have set things up so that I have a very fast and simple way of logging student&#8217;s progress.</p>
<p>By writing a student&#8217;s name at the command prompt and pressing the &#8216;Enter&#8217; key I can write my entry for their file. When finished I press &#8216;Enter&#8217; and then the &#8216;Control&#8217; and &#8216;C&#8217; combination. My method adds time/date-stamped information to students&#8217; files.</p>
<p>I have added extra repositories following the wiki at <a href="http://www.eeeuser.com">eeeuser.com</a>. I think the Tee program was not in the Asus repository, so if you want to do this on the Eee you will probably need to enable extra repositories first.</p>
<p>After the extra repositories are enabled you can install Tee. Tee is a program that basically takes what you type into a terminal and puts it into a file. The program Echo can do the same thing and should already be installed; for instance the following command will append the words &#8216;hello world&#8217; to a pre-existing file called test.txt:</p>
<p>echo &#8220;hello world&#8221; &gt;&gt; test.txt</p>
<p>However we will use Tee because if invoked as part of a sequence of commands it will prompt us for input, which is necessary for this recording method to work. So we&#8217;ll install Tee:</p>
<p>sudo apt-get install tee</p>
<p>We need to make blank files for each of the pupils records to go into. I want them to be located at /home/user/somefolder/assessment/ (NOTE: if you are using the Eee and want your files to be inside the &#8216;My Documents&#8217; folder you will need to tell the terminal to ignore the annoying space in the folder name by using a backslash: &#8216;home/user/My\ Documents/etc&#8230;).<br />
Make the new &#8216;assessment&#8217; directory inside pre-existing &#8216;somefolder&#8217; directory:</p>
<p>mkdir /home/user/somefolder/assessment</p>
<p>Enter the new directory:</p>
<p>cd ~/somefolder/assessment</p>
<p>Make a blank file for each student called &#8216;studentname.txt&#8217;:</p>
<p>touch student-a.txt student-b.txt student-c.txt</p>
<p>Change back to your home directory:</p>
<p>cd</p>
<p>Now we have the files in place we need to write the commands sequences that will add information to them.</p>
<p>After each entry in a student&#8217;s file I want an empty line followed by the current date and time, and then my new entry on a new line. For this to happen we will use a sequence of three programs: Echo, Date and Tee.</p>
<p>We will create an alias ( the Alias program uses user-defined names as shorthand for programs or command sequences instead of the full versions, thus saving time and making things easy to remember) for each student so that by writing their name at the command prompt the command sequence will append the new information to their individual file.</p>
<p>I used the hidden file &#8216;.bash_aliases&#8217; to list my aliases. If this file does not exist (but is referenced in a script inside your &#8216;.bashrc&#8217; file) you can make it yourself, and remove the comment (#) marks relating to it in your &#8216;.bashrc&#8217; file, using your choice of text editor. This will mean that when the terminal is opened in future it will load your aliases. Otherwise add your aliases wherever your system wants them, for example inside &#8216;.bashrc&#8217;.</p>
<p>Assuming you are in your home directory&#8230;To see what relevant files you have by listing files including hidden files that contain the string &#8216;bash&#8217;:</p>
<p>ls -a | grep bash</p>
<p>Use a text editor to add your aliases with the command sequence for each student. In the following case the student is called &#8216;student-a&#8217;.:</p>
<p align="left">alias student-a=&#8217;echo &#8221; &#8221; &gt;&gt; /home/user/somefolder/assessment/student-a.txt &amp;&amp; date &gt;&gt; /home/user/somefolder/assessment/student-a.txt &amp;&amp; tee -a /home/user/somefolder/assessment/student-a.txt&#8217;</p>
<p>Copy and paste your version of the above for each student. For each instance of the name &#8216;student-a&#8217; change it to &#8216;student-b&#8217; etc. The code &#8216;alias name=&#8217;command&#8221; defines an alias. Echoing nothing gives a blank line. Date prints the current date and time. For echo and date &#8216;&gt;&gt;&#8217; appends the information to the specified file. The symbols &#8216;&amp;&amp;&#8217; mean to do the command at right if the command at left is successful. Using Tee with the &#8216;-a&#8217; option appends what you enter at the commandline to the specified file instead of overwriting it or making a new file.</p>
<p>After you edit &#8216;.bash_aliases&#8217; (or &#8216;.bashrc&#8217;) you should reload the file(s) in question so your aliases are available for you to try out right away. To reload &#8216;.bash_aliases&#8217;:</p>
<p>. .bash_aliases</p>
<p>Try it out. Type a student&#8217;s name and press &#8220;Enter&#8217;. Write something. Its a good idea to make the first entry for each student show their name so you don&#8217;t get confused when the files are printed off and have no mention of who you&#8217;re talking about! When you&#8217;ve finished press &#8216;Enter&#8217; and then &#8216;Control and C&#8217; together to exit the Tee program. Check to see that it worked:</p>
<p>cat ~/somefolder/assessment/the-student&#8217;s-name.txt</p>
<p>Its taken a little while to set up, but now you have a very quick way to enter information in your student&#8217;s files. I made a terminal window open automatically each time I turn on the computer by adding an entry to my &#8216;.icewm/startup&#8217; file.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/meyouit.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/meyouit.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/meyouit.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/meyouit.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/meyouit.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/meyouit.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/meyouit.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/meyouit.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/meyouit.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/meyouit.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/meyouit.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/meyouit.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/meyouit.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/meyouit.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/meyouit.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/meyouit.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meyouit.wordpress.com&amp;blog=3523884&amp;post=5&amp;subd=meyouit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://meyouit.wordpress.com/2008/04/07/recording-and-assessment-on-the-linux-commandline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">robertsaunders</media:title>
		</media:content>
	</item>
	</channel>
</rss>
