<?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:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Mrplatts.com</title>
	
	<link>http://www.mrplatts.com</link>
	<description>Technology, education and a changing world</description>
	<lastBuildDate>Fri, 10 Jun 2011 18:57:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Mrplatts" /><feedburner:info uri="mrplatts" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>40.342869</geo:lat><geo:long>-79.979298</geo:long><creativeCommons:license>http://creativecommons.org/licenses/by-nc/3.0/</creativeCommons:license><item>
		<title>How strong is your password?</title>
		<link>http://feedproxy.google.com/~r/Mrplatts/~3/wWmNwaTiz9I/</link>
		<comments>http://www.mrplatts.com/?p=774#comments</comments>
		<pubDate>Fri, 10 Jun 2011 14:52:25 +0000</pubDate>
		<dc:creator>mrplatts</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[password haystacks. security]]></category>
		<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.mrplatts.com/?p=774</guid>
		<description><![CDATA[This post is cross-posted from my personal business Pittsburgh Computing Blog. That blog is intended to communicate important technical and security issues to  a non-technical public.  I posted this here to share with my teaching colleagues. Learn more at PittsburghComputing.com. Probably not strong enough. Two things are most important when choosing a password.  The length and variety of characters used [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><em>This post is cross-posted from my personal business <strong><a href="http://blog.pittsburghcomputing.com/">Pittsburgh Computing Blog</a>. </strong>That blog is intended to communicate important technical and security issues to  a non-technical public.  I posted this here to share with my teaching colleagues. </em></p>
<p><em>Learn more at <strong><a href="http://pittsburghcomputing.com/">PittsburghComputing.com</a>.</strong></em></p>
<h2>Probably not strong enough.</h2>
<p><a href="http://blog.pittsburghcomputing.com/wp-content/uploads/2011/06/3921968993_9bccb97118.jpg"><img class="alignright size-medium wp-image-140" title="3921968993_9bccb97118" src="http://blog.pittsburghcomputing.com/wp-content/uploads/2011/06/3921968993_9bccb97118-300x224.jpg" alt="" width="300" height="224" /></a>Two things are most important when choosing a password.  The <span style="color: #000000;"><strong>length </strong>and <strong>variety of characters</strong> used in the password.  The third thing to consider is whether or not your password appears on a hacker&#8217;s <strong>dictionary</strong> list.  Password-based hacking can come in a  number of forms.  This post is to make you re-think the security of your passwords.<span id="more-774"></span></span></p>
<h2>Consider the 20 most common passwords</h2>
<p style="text-align: center;"><img class="size-medium wp-image-137 aligncenter" title="CapturePW" src="http://blog.pittsburghcomputing.com/wp-content/uploads/2011/06/CapturePW-300x273.png" alt="" width="300" height="273" /><a href="http://blog.pittsburghcomputing.com/wp-content/uploads/2011/06/CapturePW2.png"></a></p>
<p><a href="http://blog.pittsburghcomputing.com/wp-content/uploads/2011/06/CapturePW2.png"><img class="size-medium wp-image-136 aligncenter" title="CapturePW2" src="http://blog.pittsburghcomputing.com/wp-content/uploads/2011/06/CapturePW2-300x252.png" alt="" width="300" height="252" /></a></p>
<p><a href="http://blog.pittsburghcomputing.com/wp-content/uploads/2011/06/CapturePW2.png"></a></p>
<p><a href="http://blog.pittsburghcomputing.com/wp-content/uploads/2011/06/CapturePW2.png"></p>
<p style="text-align: left;">Hackers have huge lists of passwords that they test against known usernames to crack them.  If your passwords are similar to anything on  the list above, then go and change all of your passwords now.   If your password is on this list.  Shame on you. And go and change all of your passwords now. I&#8217;ll wait . . .</p>
<h2 style="text-align: left;">How complex should it be?</h2>
<p>Your password should be as long and complex as the website/application you are using it on will allow for.  At minimum you should have a combination of <strong>uppercase</strong> and <strong>lowercase</strong> letters, some <strong>numbers, </strong>and if allowed <strong>symbols/punctuation</strong>.</p>
<p>Steve Gibson of GRC.com suggests that complexity (entropy) might not be enough to protect you from a worst-case scenario attack.  He claims that a  long yet memorable password that is not contained in a dictionary list will protect you from a brute-force attack where a hacker tries every combination before landing on your password.  For instance (using Steve&#8217;s middle of the road estimate):</p>
<p style="text-align: center;"><strong>123456</strong> can be cracked in <em>0.00000111 seconds</em></p>
<p style="text-align: center;"><strong>PrXyc.</strong> can be cracked in <em>3.82 seconds</em></p>
<p style="text-align: center;"><strong>prz8yrtHZM! </strong>can be cracked in <em>18.28 centuries</em></p>
<h3 style="text-align: center;"><strong>&#8230;d0G&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230; </strong>can be cracked in<em> 5.34 trillion trillion trillion trillion centuries</em></h3>
<p></a></p>
<p><a href="http://blog.pittsburghcomputing.com/wp-content/uploads/2011/06/CapturePW2.png"></a></p>
<p><a href="http://blog.pittsburghcomputing.com/wp-content/uploads/2011/06/CapturePW2.png"></a></p>
<p><a href="http://blog.pittsburghcomputing.com/wp-content/uploads/2011/06/CapturePW2.png">Test your password on GRC&#8217;s </a><a href="https://www.grc.com/haystack.htm">secure password haystacks tester</a>.  (Steve Gibson is one of the few people on the web I would trust with this kind of test.  However, substitute characters in your password if you feel unsafe.)</p>
<h2>The lesson</h2>
<p>Size matters.  Every character you add multiplies the number of possible combinations that are possible by the size of the available alphabet.  The more character types that you include the better.</p>
<p>There are other important password tips, including the dangers of using the same password on different sites, not writing down your password, and otheres that I will leave for another blog post.</p>
<p>&nbsp;</p>
<p>Photo Credit: http://www.flickr.com/photos/james_lumb/3921968993/</p>
<p>Password list published by: Imperva Application Defense Center (ADC)</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Mrplatts?a=wWmNwaTiz9I:tq_5TQEvW2c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mrplatts?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mrplatts?a=wWmNwaTiz9I:tq_5TQEvW2c:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Mrplatts?i=wWmNwaTiz9I:tq_5TQEvW2c:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Mrplatts/~4/wWmNwaTiz9I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mrplatts.com/?feed=rss2&amp;p=774</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.mrplatts.com/?p=774</feedburner:origLink></item>
		<item>
		<title>Doing Business With Integrity</title>
		<link>http://feedproxy.google.com/~r/Mrplatts/~3/7CEKo1E_WD0/</link>
		<comments>http://www.mrplatts.com/?p=769#comments</comments>
		<pubDate>Tue, 24 May 2011 02:04:27 +0000</pubDate>
		<dc:creator>mrplatts</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[good business]]></category>
		<category><![CDATA[integrity]]></category>
		<category><![CDATA[scams]]></category>

		<guid isPermaLink="false">http://www.mrplatts.com/?p=769</guid>
		<description><![CDATA[Unfortunately, part of the cost of doing business anything on the internet today is the risk of being scammed by sleazy corporations that rely trickery to lure in unsuspecting customers victims into terrible situations. It seems that the veil of anonymity and the distance that online services offer is often an excuse for sleazy business practices. Take [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Unfortunately, part of the cost of doing <del>business</del> <em>anything</em> on the internet today is the risk of being scammed by sleazy corporations that rely trickery to lure in unsuspecting <del>customers</del> victims into terrible situations. It seems that the veil of anonymity and the distance that online services offer is often an excuse for sleazy business practices.</p>
<p>Take for instance the letter I received this afternoon from the Domain Registry of America alerting me that one of the educational sites that I maintain is due for renewal.  Two things stood out when I looked over the letter. First, the prices were way higher than what I normally pay for a domain, and I realized that I had registered this domain under a different registrar.  A quick Google search confirmed my suspicion that<a href="http://en.wikipedia.org/wiki/Domain_Registry_of_America"> DROA is a scam site</a> which would not only overcharge for the domain, but also worked by adding fees and increasing the price on unsuspecting users.  Fortunately I have a keen eye for a scam, but how many others have fallen for it?</p>
<p>When doing business, I couldn&#8217;t imagine using such sleazy tactics to capture new customers.  The goal of <a href="http://pittsburghcomputing.com">Pittsburgh Computing</a> is to act with integrity,  protect consumers from these types of scams and to make sure that we build brand recognition through superior customer experiences and word of mouth rather than trickery.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Mrplatts?a=7CEKo1E_WD0:VA6BCE_l1zQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mrplatts?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mrplatts?a=7CEKo1E_WD0:VA6BCE_l1zQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Mrplatts?i=7CEKo1E_WD0:VA6BCE_l1zQ:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Mrplatts/~4/7CEKo1E_WD0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mrplatts.com/?feed=rss2&amp;p=769</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.mrplatts.com/?p=769</feedburner:origLink></item>
		<item>
		<title>But, Macs Don’t Get Viruses, Right? (35 of 193)</title>
		<link>http://feedproxy.google.com/~r/Mrplatts/~3/czP_Sr6hucM/</link>
		<comments>http://www.mrplatts.com/?p=762#comments</comments>
		<pubDate>Fri, 20 May 2011 01:43:40 +0000</pubDate>
		<dc:creator>mrplatts</dc:creator>
				<category><![CDATA[2010-2011]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://www.mrplatts.com/?p=762</guid>
		<description><![CDATA[This post is cross-posted from my Pittsburgh Computing Blog. That blog is intended to communicate important technical and security issues to  a non-technical public.   Learn more at PittsburghComputing.com. Oh, but they do. Although the folks in Cupertino have long enjoyed the common myth that Apple&#8217;s operating system is somehow immune to the virus and malware-ridden woes of the PC [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><em>This post is cross-posted from my <strong><a href="http://blog.pittsburghcomputing.com/">Pittsburgh Computing Blog</a>. </strong>That blog is intended to communicate important technical and security issues to  a non-technical public.   Learn more at <strong><a href="http://Pittsburghcomptuing.com">PittsburghComputing.com</a>.</strong></em></p>
<h2>Oh, but they do.</h2>
<p><a href="http://blog.pittsburghcomputing.com/wp-content/uploads/2011/05/5728483570_67001727b9_b.jpg"><img class="alignleft size-medium wp-image-73" title="5728483570_67001727b9_b" src="http://blog.pittsburghcomputing.com/wp-content/uploads/2011/05/5728483570_67001727b9_b-300x149.jpg" alt="" width="300" height="149" /></a>Although the folks in Cupertino have long enjoyed the common myth that Apple&#8217;s operating system is somehow immune to the virus and malware-ridden woes of the PC world, there isn&#8217;t anything fundamentally programmed into OS X that makes it virus proof.  In fact, a quick Google search shows that a few times a year a big Mac-virus story floats to the technology headlines, along with the same quips about the supposed invulnerability of the Mac platform.  The Mac&#8217;s rising market share makes it a more and more enticing target for bad-guys in coming years.</p>
<p>Today&#8217;s news about a social engineering-based exploit reaffirms yesterday&#8217;s <a title="Three Tips to Avoid Malicious Software" href="http://blog.pittsburghcomputing.com/2011/05/3-tips-to-avoid-malicious-software/">three simple rules</a> for keeping yourself safe online, with one big addition: <strong>never download and install something that you didn&#8217;t specifically ask for.</strong></p>
<h2><span id="more-762"></span>Mac Defender</h2>
<p>Sounds harmless, right? What could possibly go wrong.  This ingenious attack fooled thousands of Mac Users into downloading AND installing a malicious piece of software that posed as a virus scanner, offered to fix discovered problems, asked for credit card information, and then faked virus-like behavior (pornographic pop-ups) until you relented and shared your information with criminals.</p>
<p><strong><em>Here&#8217;s how it worked:<br />
</em></strong></p>
<p style="text-align: center;"><!-- YouTube Embed v1.5 | http://www.artiss.co.uk/youtube-embed -->
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/L6cvUY4CGp0&amp;fs=0&amp;rel=0&amp;autoplay=0&amp;loop=0&amp;egm=0&amp;border=0&amp;color1=0x2b405b&amp;color2=0x6b8ab6&amp;hd=1&amp;showsearch=1&amp;showinfo=1&amp;iv_load_policy=1&amp;cc_load_policy=0&amp;disablekb=0" width="425" height="355" wmode="transparent">
<param name="movie" value="http://www.youtube.com/v/L6cvUY4CGp0&amp;fs=0&amp;rel=0&amp;autoplay=0&amp;loop=0&amp;egm=0&amp;border=0&amp;color1=0x2b405b&amp;color2=0x6b8ab6&amp;hd=1&amp;showsearch=1&amp;showinfo=1&amp;iv_load_policy=1&amp;cc_load_policy=0&amp;disablekb=0" />
<param name="wmode" value="transparent" />
</object>
<!-- End of YouTube Embed code -->
</p>
<p>The social engineering aspect here is remarkable, bad-guys preyed upon the curiosity of the millions of people searching for Bin Laden after the recent events.  Got an image in the top of Google&#8217;s image search and then set up an impressive fake Anti-virus that tricked you into downloading and installing this malicious file.</p>
<p>If you (or your Mac) have been infected with something nasty and you need help getting it cleaned up without losing your data, click <a href="http://www.pittsburghcomputing.com/contact.php">contact and drop a note</a> to set up an appointment including free training on how to avoid getting tricked in the future.</p>
<p>&nbsp;</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Mrplatts?a=czP_Sr6hucM:bNQI4bGpjpo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mrplatts?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mrplatts?a=czP_Sr6hucM:bNQI4bGpjpo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Mrplatts?i=czP_Sr6hucM:bNQI4bGpjpo:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Mrplatts/~4/czP_Sr6hucM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mrplatts.com/?feed=rss2&amp;p=762</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.mrplatts.com/?p=762</feedburner:origLink></item>
		<item>
		<title>Taking a pie. . . (34 of 193)</title>
		<link>http://feedproxy.google.com/~r/Mrplatts/~3/xDzgdHQS8Uo/</link>
		<comments>http://www.mrplatts.com/?p=755#comments</comments>
		<pubDate>Sun, 24 Apr 2011 01:09:42 +0000</pubDate>
		<dc:creator>mrplatts</dc:creator>
				<category><![CDATA[2010-2011]]></category>
		<category><![CDATA[Basketball]]></category>
		<category><![CDATA[fundraiser]]></category>
		<category><![CDATA[Miracle Field]]></category>

		<guid isPermaLink="false">http://www.mrplatts.com/?p=755</guid>
		<description><![CDATA[This past week I had the opportunity to take part in a great fundraiser that was organized by the aforementioned Mr. Brad Wilson to raise money for a Miracle Field in Upper St. Clair.  The event was a fundraiser basketball game featuring teachers from Boyce Middle School (Grades 5 &#38; 6) vs. Fort Couch Middle School (Grades [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: left;">This past week I had the opportunity to take part in a great fundraiser that was organized by the <a title="Welcome Mr. Wilson (33 of 193)" href="http://www.mrplatts.com/?p=752">aforementioned</a> Mr. Brad Wilson to raise money for a <a href="http://www.miracleleague.com/">Miracle Field</a> in Upper St. Clair.  The event was a fundraiser basketball game featuring teachers from Boyce Middle School (Grades 5 &amp; 6) vs. Fort Couch Middle School (Grades 7 &amp; 8).  All in all we raised over $6,000 for Casey&#8217;s Clubhouse, a fundraising organization set up by Upper St. Clair native and former Major League first baseman Sean Casey for the cause.</p>
<p style="text-align: left;">In addition to the basketball game, 50-50 and signed Pirate Jersey, another draw was the opportunity to buy a raffle ticket for a chance to pie your teacher in the face! A huge seller.</p>
<p style="text-align: left;">Look for me at the very end of the clip!</p>
<p style="text-align: left;">&nbsp;</p>
<p><object width="400" height="300"><param name="movie" value="http://upperstclair.patch.com:/swf/external_video_player.swf" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="flashvars" value="flv_url=http://o1.aolcdn.com/hss/storage/patch/4dbd1cebaf4a46f6caff0f09e63ba803/video.flv&amp;video_url=http://upperstclair.patch.com/articles/basketball-and-pies-raise-6000-for-caseys-clubhouse#video-5727408&amp;publication_url=http://upperstclair.patch.com&amp;twitter_status=http://patch.com/A-gMgw+v-XdWL&amp;auto_play=false&amp;full_screen=true" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://upperstclair.patch.com:/swf/external_video_player.swf" allowscriptaccess="always" allowfullscreen="true" flashvars="flv_url=http://o1.aolcdn.com/hss/storage/patch/4dbd1cebaf4a46f6caff0f09e63ba803/video.flv&amp;video_url=http://upperstclair.patch.com/articles/basketball-and-pies-raise-6000-for-caseys-clubhouse#video-5727408&amp;publication_url=http://upperstclair.patch.com&amp;twitter_status=http://patch.com/A-gMgw+v-XdWL&amp;auto_play=true&amp;full_screen=true"></embed></object></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Mrplatts?a=xDzgdHQS8Uo:Lf1nOl5D7BY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mrplatts?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mrplatts?a=xDzgdHQS8Uo:Lf1nOl5D7BY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Mrplatts?i=xDzgdHQS8Uo:Lf1nOl5D7BY:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Mrplatts/~4/xDzgdHQS8Uo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mrplatts.com/?feed=rss2&amp;p=755</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://o1.aolcdn.com/hss/storage/patch/4dbd1cebaf4a46f6caff0f09e63ba803/video.flv&amp;amp" length="14491834" type="video/x-flv" />
		<feedburner:origLink>http://www.mrplatts.com/?p=755</feedburner:origLink></item>
		<item>
		<title>Welcome Mr. Wilson (33 of 193)</title>
		<link>http://feedproxy.google.com/~r/Mrplatts/~3/U2gRyPxlbeE/</link>
		<comments>http://www.mrplatts.com/?p=752#comments</comments>
		<pubDate>Mon, 07 Mar 2011 13:25:06 +0000</pubDate>
		<dc:creator>mrplatts</dc:creator>
				<category><![CDATA[2010-2011]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mrplatts.com/?p=752</guid>
		<description><![CDATA[I&#8217;m thrilled that one of my colleagues is so willing to share his expertise in using technology tools in the classroom with our school and beyond.  Brad Wilson&#8217;s wiki is a great resource for anyone who uses the blackboard portal with students in high school.  He always brings out the best in students and having [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;m thrilled that one of my colleagues is so willing to share his expertise in using technology tools in the classroom with our school and beyond.  Brad Wilson&#8217;s wiki is a great resource for anyone who uses the blackboard portal with students in high school.  He always brings out the best in students and having him as part of a teaching team that promotes the appropriate and ethical use of online tools is awesome for the students of Fort Couch Middle School (and beyond)</p>
<p><strong><a title="Cool tools for blendedschools" href="http://blendedschoolsusc.wikispaces.com/">Check out his teacher tools wiki!</a></strong></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Mrplatts?a=U2gRyPxlbeE:ijG6OfSV-D4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mrplatts?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mrplatts?a=U2gRyPxlbeE:ijG6OfSV-D4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Mrplatts?i=U2gRyPxlbeE:ijG6OfSV-D4:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Mrplatts/~4/U2gRyPxlbeE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mrplatts.com/?feed=rss2&amp;p=752</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.mrplatts.com/?p=752</feedburner:origLink></item>
		<item>
		<title>Your Life as a Child at the Grade You Teach (32 of 192)</title>
		<link>http://feedproxy.google.com/~r/Mrplatts/~3/EdRkCSMWTR4/</link>
		<comments>http://www.mrplatts.com/?p=505#comments</comments>
		<pubDate>Fri, 04 Mar 2011 18:32:14 +0000</pubDate>
		<dc:creator>mrplatts</dc:creator>
				<category><![CDATA[2010-2011]]></category>
		<category><![CDATA[Blog Challenge]]></category>
		<category><![CDATA[fallblogchallenge2010]]></category>

		<guid isPermaLink="false">http://www.mrplatts.com/?p=505</guid>
		<description><![CDATA[Our students and colleagues never knew us as children. What were you like at the grade you teach? What were your interests? Did you like school? Middle school . . . well, really it was a Junior High.  What was I like when I was in 7th or 8th grade?  This is a question that [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><em>Our students and colleagues never knew us as children.  What were you  like at the grade you teach?  What were your interests? Did you like  school? </em></p>
<p>Middle school . . . well, really it was a Junior High.  What was I like when I was in 7th or 8th grade?  This is a question that we never spend enough time reflecting on.  I think that if more teachers (myself included) took time to seriously reflect on what they were like many moons ago there would be much less frustration!  Briefly put, middle school was one of the most challenging transitional times in my life.</p>
<p>In third grade my family made a temporary move to the USA, 23 years ago.  Today it is not so temporary, but in middle school my family was in the middle of a a huge decision, whether to return home to England where our entire family was, or to take up an offered opportunity to permanently relocate to the states.  If there is one thing that does not help a middle schooler, it is uncertainty.</p>
<p>I wasn&#8217;t the biggest fan of school during this time, which stemmed from everything else going on.  In English class I was reprimanded for reading ahead of the class assignments, and in others I wasn&#8217;t really all that motivated.  Frankly I think that I must have been one of those kids that plodded through each day without really taking notice of the world around me, I didn&#8217;t really become all that aware until later.</p>
<p>During this time I did find comfort in a group.  Back then, but not so much any more, I was a singer.  As a member of The Pittsburgh Boychoir I was part of a group with opportunities that many of my classmates never even knew about.  (I didn&#8217;t exactly announce that I was in a boychoir.) We traveled around the country, went to a summer camp with the choir and even had an opportunity to travel to Russia.  At that time, it was Russia and the former Soviet Union . . . but, my parents wouldn&#8217;t send me thousands of miles around the globe when, as my dad put it &#8220;[I] never looked out of the window when we drove across town.&#8221;  I was pretty miffed, but we did get to travel to England to visit Family (and I&#8217;m pretty sure I didn&#8217;t look out of the window there either.) Dad was right, it would have been a stamp in my passport, but little else.</p>
<p>So, what was it that fired me up?  What changed my mind to look at the world around me, to soak it in and make something of myself.  Partly it was just maturity, partly inspiration and some great teachers leading the way.  Today i find myself constantly pointing out the window saying to my kids, &#8220;Hey, look at that . . .&#8221;  I wonder if one day I will complain that they don&#8217;t even pay attention at home, asking &#8220;what will they get out of it?&#8221; . . . I hope not, but I suspect that this is pretty normal.</p>
<p>&nbsp;</p>
<p><em><br />
</em></p>
<hr />
<p>This post is part of the Fall Blog Challenge 2010 posed by Melanie Holtsman on her <a href="http://onceuponateacher.blogspot.com/">Once Upon a Teacher</a> blog.  To Participate visit the <a href="http://onceuponateacher.blogspot.com/2010/09/are-you-ready-for-challenge.html">challenge post</a> and find the topics.</p>
<p>&nbsp;</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Mrplatts?a=EdRkCSMWTR4:xnHhvGdL8ZM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mrplatts?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mrplatts?a=EdRkCSMWTR4:xnHhvGdL8ZM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Mrplatts?i=EdRkCSMWTR4:xnHhvGdL8ZM:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Mrplatts/~4/EdRkCSMWTR4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mrplatts.com/?feed=rss2&amp;p=505</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.mrplatts.com/?p=505</feedburner:origLink></item>
		<item>
		<title>I’m definitely not typical. (31 of 192)</title>
		<link>http://feedproxy.google.com/~r/Mrplatts/~3/VuvxGuos51A/</link>
		<comments>http://www.mrplatts.com/?p=741#comments</comments>
		<pubDate>Fri, 04 Mar 2011 16:00:43 +0000</pubDate>
		<dc:creator>mrplatts</dc:creator>
				<category><![CDATA[2010-2011]]></category>
		<category><![CDATA[21st century skills]]></category>
		<category><![CDATA[global]]></category>
		<category><![CDATA[global awareness]]></category>
		<category><![CDATA[typical]]></category>

		<guid isPermaLink="false">http://www.mrplatts.com/?p=741</guid>
		<description><![CDATA[But who is?  In an effort to spark some thought on what they view as the typical person in the world, today my 8th grade students reflected on that question before I showed them the recently released video clip from the National Geographic Series on Global Population.  I&#8217;ve found the clips produced with this series [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>But who is?  In an effort to spark some thought on what they view as the typical person in the world, today my 8th grade students reflected on that question before I showed them the recently released video clip from the National Geographic Series on Global Population.  I&#8217;ve found the clips produced with this series to be entertaining, concise and highly informative.</p>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/e/4B2xOvKFFz4"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/e/4B2xOvKFFz4" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Students had a few minutes to get their heads around the question &#8212; I posed it from the point of view of if a completely alien craft was to appear in orbit right now, who would they pick from the global population that was the most average representative.  The responses are great.  Some clearly understand the world perspective and others are still working to expand their view, the vital point is that they are thinking about these issues.</p>
<p>Some examples:</p>
<blockquote><p>The typical human has a job that brings income into their family&#8217;s. The person is involved in their government to describe what they want in their government. The person is probably with the race of Chinese because that is the most populated country in the world. The person may be educated but did not go to college to receive the rest of his education. The person had a family so works long hours to bring in income. The person stays in touch with his friends using social networks or a cell phone. That is what i think the the typical person is.</p></blockquote>
<blockquote><p>I think that Americans can&#8217;t be considered a typical person on Earth. In America we all eat so much to the point that we weigh like over 9,000 pounds. When I look at other countries I see most people acting in different ways. I think that Americans just take what they have as if they deserve it. In other countries, like South Africa, I see that a lot of people can&#8217;t even afford to buy shoes. This shows how much of a difference there is between where you live.</p></blockquote>
<blockquote><p>The average person in the world does not have the life of an average American. America is a very stable country, unlike other countries. People in unstable countries have to worry about major rebellions and anti-capitalist takeovers. When anti-capitalists take over the, country never grows or succeeds. If rebellions occurs that means a lot of violence and protesting and that is not fun. I&#8217;m glad I have the luxury of living in America.</p></blockquote>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Mrplatts?a=VuvxGuos51A:xhlUVRp6SZM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mrplatts?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mrplatts?a=VuvxGuos51A:xhlUVRp6SZM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Mrplatts?i=VuvxGuos51A:xhlUVRp6SZM:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Mrplatts/~4/VuvxGuos51A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mrplatts.com/?feed=rss2&amp;p=741</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.mrplatts.com/?p=741</feedburner:origLink></item>
		<item>
		<title>ActiVotes a first look – (30 of 192)</title>
		<link>http://feedproxy.google.com/~r/Mrplatts/~3/1GFBVsuA0EY/</link>
		<comments>http://www.mrplatts.com/?p=727#comments</comments>
		<pubDate>Fri, 14 Jan 2011 18:24:02 +0000</pubDate>
		<dc:creator>mrplatts</dc:creator>
				<category><![CDATA[2010-2011]]></category>
		<category><![CDATA[ActiVote]]></category>
		<category><![CDATA[Assessment for Learning]]></category>
		<category><![CDATA[Feedback]]></category>
		<category><![CDATA[Interactive]]></category>
		<category><![CDATA[IWB]]></category>
		<category><![CDATA[Promethean]]></category>

		<guid isPermaLink="false">http://www.mrplatts.com/?p=727</guid>
		<description><![CDATA[Today I dedicated some time to teaching myself the ins and outs of the ActiVote handsets since we are expecting to get a fairly large number of these in the building sometime soon (At least one per four-teacher team and then some. . .) Unboxing The box I was working with today included: 32 ActiVote [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><!-- p.p1 {margin: 0.0px 0.0px 22.0px 0.0px; line-height: 22.0px; font: 14.0px Verdana; color: #101010} p.p2 {margin: 0.0px 0.0px 11.0px 0.0px; line-height: 22.0px; font: 18.0px Verdana; color: #101010} -->Today I dedicated some time to teaching myself the ins and outs of the ActiVote handsets since we are expecting to get a fairly large number of these in the building sometime soon (At least one per four-teacher team and then some. . .)</p>
<p><strong>Unboxing</strong></p>
<p style="text-align: center;"><strong> </strong><img class="alignnone" title="Case" src="http://www.mrplatts.com/images/uploads/case.JPG" alt="" width="547" height="319" /></p>
<p><img class="alignleft" style="margin-top: 5px; margin-bottom: 5px;" title="voter" src="http://www.mrplatts.com/images/uploads/voter.JPG" alt="" width="200" height="300" /></p>
<p>The box I was working with today included:</p>
<ul>
<li>32 ActiVote Devices</li>
<li>ActivHub USC Dongle (6&#8242; extension and stand)</li>
<li>Torx Wrench for opening battery compartment</li>
<li>Quick Start Guide and Inspire CD</li>
<li>All contained in a nice, solid hard-shell case (with key) .</li>
</ul>
<p>Each of these egg-shaped devices can communicate back to the ActivHub through questions that are created and managed in the ActivInspire product.  These devices can respond to multiple choice type questions up to 6 choices or true/false questions.  There is another type of input device called the ActivExpression that mimics a &#8220;texting&#8221; input interface that kids can answer in more detail.</p>
<ul>
<li><em>Some specs: (from Promethean)</em></li>
<li><em> </em><em>500 Voters per ActivHub</em></li>
<li><em> </em><em>Range:  ~240 ft of free line of sight space</em></li>
<li><em></em><em>Typical battery life: 18 months.</em></li>
</ul>
<p><strong>Registering devices</strong></p>
<p>When I first set up the ActiVotes I had to go through the manual process of registering the devices to the ActivHub, the USB dongle that ‘talks’ via 2.4Ghz radio signal to the voters.  I found myself wondering if everyone would have to go through this every time, but after a bit of research it appears that the ActiVotes register to the memory on-board the ActivHub itself and not the computer, so when another teacher plugs it into their computer the registration process will already be complete.  <em>I will verify this later.</em></p>
<p>Registering the devices wasn&#8217;t difficult, just a bit cumbersome because you have to get each &#8220;egg&#8221; out of the box, hold down the center button until the two top lights are lit, and enter the same three letter pin, <strong>32 times</strong>.  Fortunately this appears to be a one-time process for the most part to pair the &#8220;egg&#8221; with the ActivHub that belongs with that kit.</p>
<p>The only time that I would anticipate having to re-do this would be if a team wanted to use multiple sets of ActiVotes with more than one set of &#8220;Eggs&#8221;. I believe each Hub can handle up to 500 Voters.</p>
<p style="text-align: left;"><img class="aligncenter" title="Register Eggs" src="http://www.mrplatts.com/images/uploads/2011-01-14_1259.png" alt="" width="380" height="210" /><br />
You will be asked what type of device to register and how many you are adding. Then, just follow the directions.</p>
<p style="text-align: center;"><img class="aligncenter" title="Register" src="http://www.mrplatts.com/images/uploads/2011-01-14_1301.png" alt="" width="336" height="129" /></p>
<p style="text-align: left;">This got tricky for me when I missed a device, or thought I did.  Anyway I started over and re-did the whole set to be sure.  I would recommend renaming the devices and applying a corresponding sticker to the device itself.  This way you could actually track down the device if it becomes unpaired.  The box came with some tiny stickers, but I might be tempted to use more robust and visible markings.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Mrplatts?a=1GFBVsuA0EY:itpyKDU7-24:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mrplatts?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mrplatts?a=1GFBVsuA0EY:itpyKDU7-24:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Mrplatts?i=1GFBVsuA0EY:itpyKDU7-24:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Mrplatts/~4/1GFBVsuA0EY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mrplatts.com/?feed=rss2&amp;p=727</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.mrplatts.com/?p=727</feedburner:origLink></item>
		<item>
		<title />
		<link>http://feedproxy.google.com/~r/Mrplatts/~3/TIWKzaswYVM/</link>
		<comments>http://www.mrplatts.com/?p=715#comments</comments>
		<pubDate>Thu, 16 Dec 2010 14:34:26 +0000</pubDate>
		<dc:creator>mrplatts</dc:creator>
				<category><![CDATA[2010-2011]]></category>

		<guid isPermaLink="false">http://www.mrplatts.com/?p=715</guid>
		<description><![CDATA[I really really love and respect DonorsChoose.org &#8212; I&#8217;ve been a recipient of a very generous donation to my classroom of sound recording equipment that we have made great use of.  However,  today I got this email (subject: We&#8217;re so excited!) teling me that DonorsChoose was excited about partnering with Bing (and Oprah) . . [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I really really love and respect DonorsChoose.org &#8212; I&#8217;ve been a recipient of a very generous donation to my classroom of sound recording equipment that we have made great use of.  However,  today I got this email (subject: We&#8217;re so excited!) teling me that DonorsChoose was excited about partnering with Bing (and Oprah) . . .</p>
<p style="text-align: center;"><img class="aligncenter" title="Bing!" src="http://www.mrplatts.com/images/uploads/2010-12-16_0927.png" alt="" width="485" height="182" /></p>
<p>I think it is great that DonorsChoose.org is getting good publicity, especially the kind that Oprah can bring to a worthy cause.  I&#8217;m just disappointed in Microsoft with this transparent attempt to drive traffic over to their search engine and make it your homepage in the name of supporting a good cause.  Come on Micro$oft, you don&#8217;t need my help, you have deep enough pockets to say that you are committed to supporting a good cause like this without any terms and conditions or tricks to get users eyeballs looking at your ads instead of  Google&#8217;s.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Mrplatts?a=TIWKzaswYVM:9aHNG4GRVU4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Mrplatts?i=TIWKzaswYVM:9aHNG4GRVU4:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Mrplatts/~4/TIWKzaswYVM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mrplatts.com/?feed=rss2&amp;p=715</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.mrplatts.com/?p=715</feedburner:origLink></item>
		<item>
		<title>Videoconferencing @ USC (29 of 197)</title>
		<link>http://feedproxy.google.com/~r/Mrplatts/~3/svdGkp6N67U/</link>
		<comments>http://www.mrplatts.com/?p=708#comments</comments>
		<pubDate>Wed, 01 Dec 2010 21:07:51 +0000</pubDate>
		<dc:creator>mrplatts</dc:creator>
				<category><![CDATA[2010-2011]]></category>

		<guid isPermaLink="false">http://www.mrplatts.com/?p=708</guid>
		<description><![CDATA[I had a chance to sit in on a training with our Director of Technology, Ray Berrott and our High School World Language department where we piped in Jana Baxter and Kevin Conner from the Allegheny Intermediate Unit 3 (aiu3.net).   The session focused, correctly I think, on the places to go for making online connections [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I had a chance to sit in on a training with our Director of Technology, Ray Berrott and our High School World Language department where we piped in Jana Baxter and Kevin Conner from the Allegheny Intermediate Unit 3 (aiu3.net).   The session focused, correctly I think, on the places to go for making online connections with students, and as a secondary step (the easiest part, according to Ray) using the technology itself.</p>
<p>The resources we focused on were:</p>
<p style="padding-left: 30px;"><a href="http://www.cilc.org/">Center for Interactive Learning and Collaboration (CILC) </a><br />
<a href="http://www.vccontentproviders.org/searchprogram.php">Video Content Providers Database</a><br />
<a href="http://projects.twice.cc/register.php">Collaborations Around the Planet</a></p>
<p>I was pretty impressed at the setup of the room that we have at our high school.  I hadn&#8217;t had a chance to take a look in there before now.  <span style="text-decoration: line-through;">We use that room to teach other classes i</span>n  We teach Chinese and German classes to students in other districts from a small room near the deans&#8217; offices (assistant principals to the rest of you).  This room is set up for classes to participate in virtual field trip and teleconference experiences.  Mounted microphones, cameras and projectors really made the guests that we connected with seem like they were right there (especially as I sat right beneath a speaker. . .)</p>
<p><strong>CILC &#8211; </strong><strong>VC Providers &#8211; Polycom</strong></p>
<p>We focused more on the Virtual field trip aspect of the site than on how to find other classrooms to work with.  I think there are some great benefits to this type of application of videoconferencing.  There were some good resources that they showed, mainly through the Cleveland museum, which has really gone all out on their offerings of virtual field trips, this is not the first time I&#8217;ve heard their name thrown around.</p>
<p><strong>CAPSpace</strong></p>
<p>Although I like the idea of the virtual field trips they are really hard to imagine me doing within my own 20 minutes (don&#8217;t ask) classes.  What I&#8217;m really interested in is the connection of one classroom to another, getting kids to collaborate, communicate with one another and build knowledge and understanding that we otherwise miss.</p>
<p>CAPSPace is a Michigan-based network that tries to do the same thing that a million other sites are doing in isolation, build a social network of teachers around the concept of collaborating between classrooms. This looked great at first blush, I like the concept &#8212; we get a paid membership through our intermediate unit, so the price is right.   Although they have a cool &#8220;Reading Around the Planet&#8221; program the offerings seem mainly US-based, which makes sense for a pay service based out of Michigan.  I was hoping for a great reasource of teachers from around the world, but it seemed like a familiar story, lots of US teachers looking for international connections.  I&#8217;ll keep an eye out and am happy to be proven wrong.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Mrplatts?a=svdGkp6N67U:tZOpXamXh1M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mrplatts?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mrplatts?a=svdGkp6N67U:tZOpXamXh1M:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Mrplatts?i=svdGkp6N67U:tZOpXamXh1M:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Mrplatts/~4/svdGkp6N67U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mrplatts.com/?feed=rss2&amp;p=708</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.mrplatts.com/?p=708</feedburner:origLink></item>
	</channel>
</rss>

