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

<channel>
	<title>serverge.com</title>
	<atom:link href="http://serverge.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://serverge.com</link>
	<description>Making Educational Technology Easier</description>
	<lastBuildDate>Sat, 17 Mar 2012 01:03:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Using Apple Remote Desktop to Manage a Computer Lab</title>
		<link>http://serverge.com/2012/03/16/using-apple-remote-desktop-to-manage-a-computer-lab/</link>
		<comments>http://serverge.com/2012/03/16/using-apple-remote-desktop-to-manage-a-computer-lab/#comments</comments>
		<pubDate>Sat, 17 Mar 2012 00:28:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://serverge.com/?p=266</guid>
		<description><![CDATA[In the computer lab class in my school, my cohort and I have a Promethean ActivBoard and a second screen to create a dual display situation in class. Since the students sit in circles this helps them see the board from different angles (through using a mirroring technique with Remote Desktop). It also allows us [...]]]></description>
			<content:encoded><![CDATA[<p>In the computer lab class in my school, my cohort and I have a Promethean ActivBoard and a second screen to create a dual display situation in class. Since the students sit in circles this helps them see the board from different angles (through using a mirroring technique with Remote Desktop). It also allows us to see what each student is doing on their computer since there is no spot in the room that allows us to see every screen at once. By experimenting with Remote Desktop we have learned that we can do more with this software than the two projectors and ActivBoard combined. <span id="more-266"></span>Here are a few examples:</p>
<p><a href="http://serverge.com/wp-content/uploads/Screen-shot-2012-03-06-at-10.28.45-AM.png"><img src="http://serverge.com/wp-content/uploads/Screen-shot-2012-03-06-at-10.28.45-AM-300x207.png" alt="" title="Screen shot 2012-03-06 at 10.28.45 AM" width="300" height="207" class="alignleft size-medium wp-image-268" /></a><strong>Share Screen</strong><br />
One of the built in abilities of Remote Desktop is the ability to share my screen with every student. It isn&#8217;t great for showing full motion video or high depth graphics with heavy bit-depth, but it works well for software demonstrations and presentations. Students don&#8217;t have to squint to see the board. I also like to use my iPad and remotely display information from AirSketch (see my earlier post) so I can move around the room during discussion time. The best part is that when I share my screen, the student computers are locked out of being able to use the mouse or keyboard. They have to stop what they are doing and pay attention. I can also select a student screen to display on all the other student machines. That way one student can demonstrate a technique without going to the board and standing in front of the projector. I can at any point steal control of their computer and lock them out if they were to do anything inappropriate.</p>
<p><a href="http://serverge.com/wp-content/uploads/Screen-shot-2012-03-06-at-10.29.06-AM.png"><img src="http://serverge.com/wp-content/uploads/Screen-shot-2012-03-06-at-10.29.06-AM-300x232.png" alt="" title="Screen shot 2012-03-06 at 10.29.06 AM" width="300" height="232" class="alignleft size-medium wp-image-269" /></a><strong>Open Webpages, and Copy Files</strong><br />
Many times I want all my students to go to a certain web page or open a certain program together. With a short class period (30 minutes) I can use Remote Desktop to open any webpage or application using the SEND UNIX COMMAND option. To open a webpage I just type: open http://www.google.com or whatever page I want them to visit. When the students are practicing their typing skills I often use the Copy function to put a practice file on their desktop for class discussion. I can also open an application to get the class on the same page quickly by using the SEND UNIX COMMAND and typing:<br />
open /Applications/Safari.app</p>
<p><strong>Formative Assessment</strong><br />
I can also use the SEND UNIX COMMAND to open other items such as a Google Docs Form or my <a href="http://www.socrative.com/" title="Socrative">Socrative</a> page to give exit tickets to my students in class.</p>
<p><strong>Use OSASCRIPT for more advanced control</strong><br />
If a student has an app open I don&#8217;t want them to have open I can silently close it using:<br />
osascript -e &#8216;quit app &#8220;safari.app&#8221;&#8216;</p>
<p>I can even login all the computers at once using:<br />
osascript -e &#8216;tell application &#8220;System Events&#8221; &#8216; =e &#8216;keystroke &#8220;username&#8221;&#8216; -e &#8216;keystroke tab&#8217; -e &#8216;delay 0.5&#8242; -e &#8216;keystroke &#8220;password&#8221;&#8216; -e &#8216;delay 0.5&#8242; -e &#8216;keystroke return&#8217; -e &#8216;end tell&#8217;</p>
<p>This works on our Active Directory computers which have two boxes for login. You would need to replace username and password with an account on your computer.</p>
<p><strong>Other Ideas</strong><br />
I also like that I can put all the computers to sleep or even shut down at the end of the day from one station. When I&#8217;m feeling mischievous I use the SEND UNIX COMMAND with a command of say &#8220;hello&#8221; to make the computer speak to the students when they have their headphones on. You can also use:<br />
say -v Zarvox &#8220;hello&#8221; to change the voice of the computer.</p>
<p>Whenever I have a commonly used UNIX COMMAND I save the command with the list of computers in my lab so I can press a single button and re-run that command.</p>
<p>Check out the webpage for this great application <a href="http://www.apple.com/remotedesktop/" title="here">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://serverge.com/2012/03/16/using-apple-remote-desktop-to-manage-a-computer-lab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wireless Presentations Using Air Sketch and Dropbox</title>
		<link>http://serverge.com/2012/02/23/wireless-presentations-using-air-sketch-and-dropbox/</link>
		<comments>http://serverge.com/2012/02/23/wireless-presentations-using-air-sketch-and-dropbox/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 03:17:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://serverge.com/?p=261</guid>
		<description><![CDATA[I was recently invited to write a Guest Post on Richard Byrne&#8217;s blog FreeTech4Teachers. My topic was on using Air Sketch for iPad along with Dropbox to create a wireless presentation. Check it out at: Free Tech 4 Teachers]]></description>
			<content:encoded><![CDATA[<p>I was recently invited to write a Guest Post on Richard Byrne&#8217;s blog FreeTech4Teachers. My topic was on using Air Sketch for iPad along with Dropbox to create a wireless presentation. Check it out at:</p>
<p><a href="http://www.freetech4teachers.com/2012/02/use-air-sketch-with-dropbox-for.html" title="Free Tech 4 Teachers">Free Tech 4 Teachers</a></p>
]]></content:encoded>
			<wfw:commentRss>http://serverge.com/2012/02/23/wireless-presentations-using-air-sketch-and-dropbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TI Calculator Emulator &#8211; Smartview Substitution</title>
		<link>http://serverge.com/2012/02/23/ti-calculator-emulator-smartview-substitution/</link>
		<comments>http://serverge.com/2012/02/23/ti-calculator-emulator-smartview-substitution/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 03:01:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Presentation]]></category>

		<guid isPermaLink="false">http://serverge.com/?p=247</guid>
		<description><![CDATA[Many of the math teachers in our school like to demonstrate calculator techniques for their students in class. Most will try to get SmartView software to do demos. This software is expensive for some and I have had several teachers struggle to get the software to work correctly. Here are a few alternatives I have [...]]]></description>
			<content:encoded><![CDATA[<p>Many of the math teachers in our school like to demonstrate calculator techniques for their students in class. Most will try to get SmartView software to do demos. This software is expensive for some and I have had several teachers struggle to get the software to work correctly. Here are a few alternatives I have found that are all free. One is a free app for Mac/PC. Another is a Flash script that runs in a web page. The last is an Android App. All of these programs require you to have a &#8216;Rom&#8217; image of the calculator you want to use. If you do not know how to copy the Rom from your TI calculator you could download one from a Google search. To be legal however, you need to actually currently own that model of calculator.<span id="more-247"></span></p>
<p><a href="http://serverge.com/wp-content/uploads/Screen-shot-2012-02-23-at-9.42.02-PM.png"><img src="http://serverge.com/wp-content/uploads/Screen-shot-2012-02-23-at-9.42.02-PM-120x100.png" alt="" title="Screen shot 2012-02-23 at 9.42.02 PM" width="120" height="100" class="alignleft size-thumbnail wp-image-249" /></a><strong>WabbitEmu</strong><br />
<a href="http://wabbit.codeplex.com/releases/view/44625" title="WabbitEmu">http://wabbit.codeplex.com/releases/view/44625</a></p>
<p>This program is a free download for Mac OSX 10.5+ or PC. I have tested this one and it works great it our classes with the TI-73 rom and the TI-84plus-SE roms. I did not have luck with the TI-85. The PC version seems to run more roms successfully than the MAC version. This program runs very smoothly and once you connect to a Rom file it generally remembers so that it loads automatically. I like to put the Rom file on the Desktop so I can double click to open the emulator immediately.</p>
<p><a href="http://serverge.com/wp-content/uploads/Screen-shot-2012-02-23-at-9.43.57-PM.png"><img src="http://serverge.com/wp-content/uploads/Screen-shot-2012-02-23-at-9.43.57-PM-120x100.png" alt="" title="Screen shot 2012-02-23 at 9.43.57 PM" width="120" height="100" class="alignleft size-thumbnail wp-image-250" /></a><strong>TI8XEmu</strong><br />
<a href="http://www.brandonmeyer.net/projects/TI8XEmu/TI8XEmu.html" title="TI8XEmu">http://www.brandonmeyer.net/projects/TI8XEmu/TI8XEmu.html</a></p>
<p>This is a Flash program that emulates the TI-82, TI-83, or TI-85. It also requires a &#8216;Rom&#8217; file, but is great if you don&#8217;t have access to install software. Some of the teachers I work with mention that this file can time out after a few minutes requiring you to re-upload the Rom file. With the HTML embed feature of ActivInspire you could put this in a flipchart for quick access. I prefer to just go to the website and turn on the annotate feature in ActivInspire and then use the extra space in the webpage to drop in charts or write out the problem.</p>
<p><a href="http://serverge.com/wp-content/uploads/ss-5-320-480-160-0-879f56483297568a5703741971f1c44d55aa0712.jpeg"><img src="http://serverge.com/wp-content/uploads/ss-5-320-480-160-0-879f56483297568a5703741971f1c44d55aa0712-120x100.jpg" alt="" title="ss-5-320-480-160-0-879f56483297568a5703741971f1c44d55aa0712" width="120" height="100" class="alignleft size-thumbnail wp-image-251" /></a><strong>Andie Graph</strong><br />
<a href="http://dougmelton.com/android/andie-graph/" title="Andie Graph">http://dougmelton.com/android/andie-graph/</a></p>
<p>This is a free app for android. You will need to copy the roms to your phone/tablet. Once they are copied the program will search for them and allow you to chose which Rom to load. Andie Graph supports the TI-82, TI-83, TI-83+, TI-85, and the TI-86. This app runs well and could be useful if you have an HDMI export feature on your device.</p>
]]></content:encoded>
			<wfw:commentRss>http://serverge.com/2012/02/23/ti-calculator-emulator-smartview-substitution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Have a Smartboard or ActivBoard for $200</title>
		<link>http://serverge.com/2010/02/20/have-a-smartboard-or-activboard-for-200/</link>
		<comments>http://serverge.com/2010/02/20/have-a-smartboard-or-activboard-for-200/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 05:53:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://serverge.com/?p=9</guid>
		<description><![CDATA[Does your school have a site license for SmartBoard or ActivBoard software?

Do you already have a board but would like the ability to move around the room and interact?]]></description>
			<content:encoded><![CDATA[<p></a>Does your school have a site license for SmartBoard or ActivBoard software?</p>
<p>Do you already have a board but would like the ability to move around the room and interact?</p>
<p>I purchased a graphire tablet. It is made by Wacom (the same people who make the Bamboo). With the Board software I can have the functionality of a full Board with only a projector and a computer. A graphire is a 6 x 8 bluetooth tablet that works with Windows or Mac. If you don&#8217;t have bluetooth on your computer, then you can purchase a USB adapter for less than $20.<span id="more-9"></span></p>
<p>I was able to find the tablet online for around $200. It is pressure sensitive and allows you to place a picture in the &#8220;frame&#8221;. It is meant for tracing a photo. I printed a 6&#215;8 of my desktop to give it the feel of a real screen.</p>
<p>If wireless is not important to you then you could purchase any of the Wacom tablets. Some of them even include touch features. There are currently models priced at less than $75.</p>
]]></content:encoded>
			<wfw:commentRss>http://serverge.com/2010/02/20/have-a-smartboard-or-activboard-for-200/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

