<?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>The Server Room &#187; Hardware</title>
	<atom:link href="http://serverroom.edublogs.org/category/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://serverroom.edublogs.org</link>
	<description>Pay no attention to the man behind the curtain (he's running the IT)</description>
	<lastBuildDate>Mon, 18 May 2009 18:47:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setting up secure WiFi in Server 2003 and Windows XP</title>
		<link>http://serverroom.edublogs.org/2006/07/21/setting-up-secure-wifi-in-server-2003-and-windows-xp/</link>
		<comments>http://serverroom.edublogs.org/2006/07/21/setting-up-secure-wifi-in-server-2003-and-windows-xp/#comments</comments>
		<pubDate>Fri, 21 Jul 2006 17:11:31 +0000</pubDate>
		<dc:creator>Sahmeepee</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[WiFi]]></category>

		<guid isPermaLink="false">http://serverroom.edublogs.org/2006/07/21/setting-up-secure-wifi-in-server-2003-and-windows-xp/</guid>
		<description><![CDATA[Summary: 

To get the secured wireless working we need to have a RADIUS server running which authenticates the wireless computers against Active Directory. In WS2003, RADIUS is provided by the Internet Authentication Service (IAS) which is a built-in windows component, but isn’t installed by default. 

To allow the laptops to verify that the server is what it claims to be, we need to set up certificates. In WS2003, this is done via Certificate Services which again is included with the OS, but not installed by default. 

Next, we need to tell the access point(s) where our RADIUS (IAS) server is and vice versa and then use Group Policy to tell the XP clients how to authenticate. 

Requirements: 

Server: Windows Server 2003 Standard / Enterprise (I used standard) DC
Clients: Windows XP Pro SP2, wireless NIC supporting WPA
Access point: Most new wireless APs / routers will do. I used a Linksys WRT54GL with modified firmware from http://www.dd-wrt.com/ 

You will need to be a domain admin for your own domain, but you don’t need to be an enterprise admin.

Full instructions after the jump...]]></description>
			<content:encoded><![CDATA[<p>These instructions are step-by-step, but fairly long and (as yet) without any screenshots. Hopefully they will be of use to someone! Good luck!</p>
<p><strong><u>Requirements:</u></strong> </p>
<p><strong>Server</strong>: Windows Server 2003 Standard / Enterprise (I used standard) DC<br />
<strong>Clients</strong>: Windows XP Pro SP2, wireless NIC supporting WPA<br />
<strong>Access point</strong>: Most new wireless APs / routers will do. I used a Linksys WRT54GL with modified firmware from <a href="http://www.dd-wrt.com/">http://www.dd-wrt.com/</a> </p>
<p>You will need to be a domain admin for your own domain, but you don’t need to be an enterprise admin. </p>
<p><strong><u>Summary:</u></strong> </p>
<p>To get the secured wireless working we need to have a RADIUS server running which authenticates the wireless computers against Active Directory. In WS2003, RADIUS is provided by the Internet Authentication Service (IAS) which is a built-in windows component, but isn’t installed by default. </p>
<p>To allow the laptops to verify that the server is what it claims to be, we need to set up certificates. In WS2003, this is done via Certificate Services which again is included with the OS, but not installed by default. </p>
<p>Next, we need to tell the access point(s) where our RADIUS (IAS) server is and vice versa and then use Group Policy to tell the XP clients how to authenticate.</p>
<p>The finished wireless network will then be using WPA, PEAP (MS-CHAPv2) and AES.</p>
<p><strong><u>Procedure:</u></strong> </p>
<p>On the Domain Controller </p>
<p><strong>Setting up IAS:</strong> </p>
<p>1)     Launch Add/Remove programs &gt; Windows components &gt; Networking Services &gt; Details&gt; Tick Internet Authentication Services &gt; OK, NEXT<br />
2)     Start &gt; Programs &gt; Administrative Tools &gt; Internet Authentication Services<br />
3)     Right click Internet Authentication Services (local) on left hand side &gt; “Register server in Active Directory” &gt; OK<br />
4)     Right click Internet Authentication Services (local) &gt; Properties &gt; Ports – make a note of the ports used for Authentication and Accounting: you may need them for setting up your Access Point later<br />
5)     Right click on Radius Clients &gt; New Radius Client &gt; Pick a friendly name and a static IP address you can use for the Access Point. Be sure not to choose something in your DHCP range. Select RADIUS Standard and enter a shared secret. Microsoft recommend 22 characters or more generated by a random password generator.<br />
6)     Click on Remote Access Logging &gt; Right click on Local file &gt; As a minimum, select Accounting Requests and Authentication Requests and check the Log File tab settings.<br />
 </p>
<p><strong>Setting up Certificate Services:</strong></p>
<p>7)     Launch Add/Remove programs &gt; Windows components &gt; Certificate Services &gt; Details &gt; Tick Certificate Services CA &gt; YES &gt; OK &gt; NEXT<br />
8)     In the Windows Component Wizard window:<br />
a.      Choose “Standalone Root CA”. If you are an enterprise admin and know how to set up autoenrollment, you might want to choose “Enterprise Root CA”, but standalone should work in all cases. NEXT.<br />
b.      Choose a “common name” such as StTriniansRootCA, increase the validity period from 5 years (I used 25), NEXT<br />
c.      Click YES to stop the IIS service.<br />
d.      Choose YES to installing ASP to allow web enrolment – we’ll be using that later<br />
e.      FINISH<br />
 </p>
<p><strong>Creating and installing a server certificate:</strong> </p>
<p>This process creates a certificate to prove the identity of your IAS server. By default the certificate only lasts 1 year before it expires. For instructions on increasing this value, visit <a title="Increasing the lifetime of WS2003 certificates" href="http://support.microsoft.com/?id=254632">http://support.microsoft.com/?id=254632<br />
</a> </p>
<p>9)     Open Internet Explorer at http://YOURSERVER/certsrv<br />
10)  Click “Request a certificate”<br />
11)  Click  “advanced certificate request”<br />
12)  Click “Create and submit a request to this CA.”<br />
13)  The “Advanced Certificate Request” page must be filled in carefully, in particular the following fields:<br />
<em>Name</em> &#8211; The fully qualified name of your server as the wireless clients see it, e.g. yourserver.yourdomain.int<br />
<em>Type of Certificate Needed</em> &#8211; Choose “Server Authentication Certificate”<br />
<em>Create new key set</em> – Select this option<br />
<em>CSP</em> – Choose “Microsoft RSA/Schannel Cryptographic Provider”<br />
<em>Key Size </em>– 1024 should be fine. Bigger numbers give better security, but increase the processing power required.<br />
<em>Mark Keys as exportable</em> – Tick this<br />
<em>Store certificate in the local computer certificate store</em> – Tick this<br />
14)  Click Submit &gt;<br />
15)  The next screen tells you to come back later when your certificate has been approved, so go back to the Certification Authority snap-in, expand your Root CA &gt; Pending Requests &gt; Select the request &gt; Right click &gt; All tasks &gt; Issue. It should move into the Issued Certificates container.<br />
16)  Open Internet Explorer at http://YOURSERVER/certsrv (again)<br />
17)  Click “View the status of a pending certificate request”<br />
18)  Follow the link to install the certificate you just created.<br />
 </p>
<p><strong>Creating a Remote Access Policy:</strong> </p>
<p>19)  Create a security group (e.g. WirelessComputers) in the Active Directory Users and Computers snap-in and add all your wireless laptops and PCs as members of the group.<br />
20)  Start &gt; Programs &gt; Administrative Tools &gt; Internet Authentication Services<br />
21)  Right click on Remote Access Policies &gt; New Remote Access Policy<br />
22)  NEXT<br />
23)  Make sure the “Use the wizard…” option is selected and type in a name, such as “Wireless Access to the St. Trinians network”. NEXT.<br />
24)  Select “Wireless”, NEXT<br />
25)  Select Group, click Add… and find your WirelessComputers security group. NEXT<br />
26)  Select “Protected EAP (PEAP)” and click Configure…<br />
27)  Pick the certificate with your IAS server’s fully qualified domain name e.g. yourserver.yourdomain.int<br />
28)  “Enable fast reconnect” is optional, but most sources I have found suggest that you tick it.<br />
29)  “Secured password (EAP-MSCHAP v2)” should be the only item in the list<br />
30)  Click OK<br />
31)  NEXT<br />
32)  Finish<br />
 </p>
<p><strong>Pushing Wireless Networking policies out to workstations:</strong> </p>
<p>Some steps required for this section vary depending on whether the Group Policy Management Console (GPMC.msc) has been installed on your server or not, so those steps are described in a general way. </p>
<p>33)  Create a new Group Policy Object and link it to the OU containing your wireless computers<br />
34)  Disable the user portion of the GPO (not necessary, but good practice for speeding up application of the policy)<br />
35)  Edit the policy<br />
36)  In the Group Policy Object Editor snap-in, navigate to Computer Configuration &gt; Windows Settings &gt; Security Settings &gt; Wireless Network (IEEE 802.11) Policies<br />
37)  Right-click Wireless Network (IEEE 802.11) Policies &gt; Create Wireless Network Policy<br />
38)  NEXT<br />
39)  Type a name, e.g. “St. Trinians Secure Wireless Network”, NEXT<br />
40)  Tick “Edit properties”, FINISH<br />
41)  In the properties of the policy, select the General tab<br />
42)  Set “Networks to access” to “Access point (infrastructure) networks only”<br />
43)  Tick “Use windows to configure…”<br />
44)  Untick “Automatically connect to non-preferred networks”<br />
45)  Click the “Preferred networks” tab<br />
46)  Click “Add…”<br />
47)  Pick the SSID you will be using to identify the network, e.g. SchWlan1 This will need to match the SSID set up on your access point(s).<br />
48)  Set “Network Authentication” to “WPA”<br />
49)  Set “Data Encryption” to “AES”<br />
50)  Click the IEEE 802.1x tab<br />
51)  Set the EAP Type to “Protected EAP (PEAP)”<br />
52)  Click Settings<br />
53)  Tick “Validate server certificate”<br />
54)  Tick “Connect to these servers” and type in the name of your IAS server<br />
55)  Under “Trusted Root Certification Authorities”, find the Root CA you created earlier and tick it<br />
56)  Tick “Do not prompt user to authorize new servers or trusted authorities”<br />
57)  Select “Secured password (EAP-MSCHAP v2)”<br />
58)  Tick “Enable Fast Reconnect”<br />
59)  OK<br />
60)  Untick “Authenticate as a guest…”<br />
61)  Tick “Authenticate as a computer…”<br />
62)  Computer Authentication: “Computer only” (This setting will prevent the computer being disconnected and reconnected while the user is logging in.)<br />
63)  OK<br />
64)  OK<br />
65)  In the Group Policy Object Editor, move down to Public Key Policies and right click on Trusted Root Certification Authorities<br />
66)  Import…<br />
67)  NEXT<br />
68)  Type \\<em>YourDCName</em>\CertConfig\ and click Browse…<br />
69)  Pick the Root CA certificate, OPEN<br />
70)  NEXT<br />
71)  NEXT<br />
72)  FINISH<br />
73)  Close the Group Policy Object Editor<br />
74)  To apply the policies, connect the wireless computers via a wired connection, log in, run “gpupdate /force” then reboot.<br />
<strong>Setting up the wireless access point:</strong> </p>
<p>Obviously this depends very much on the model of the access point, so these instructions are very generic. </p>
<p>75)  Look for an option for setting up WPA with Radius. On the superb DD-WRT firmware this is under Wireless &gt; Wireless Security.<br />
76)  If there is an option to choose between AES and TKIP, choose AES<br />
77)  For the RADIUS server address, enter the IP address of your domain controller running IAS<br />
78)  For the RADIUS port, enter the port number you made a note of earlier on. By default this will probably by 1812.<br />
79)  Enter the WPA shared key: this should match exactly with the “shared secret” you used when setting up IAS.<br />
80)  Set up the SSID to match what you put in your Wireless Networking policies sent to the clients, e.g. SchWlan1. If you want disable broadcasting of the SSID it will make your network less visible as a target to casual snoopers, but it might make it more difficult to troubleshoot problems with your setup.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fserverroom.edublogs.org%2F2006%2F07%2F21%2Fsetting-up-secure-wifi-in-server-2003-and-windows-xp%2F';
  addthis_title  = 'Setting+up+secure+WiFi+in+Server+2003+and+Windows+XP';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://serverroom.edublogs.org/2006/07/21/setting-up-secure-wifi-in-server-2003-and-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Onfinity CM2 Portable Interactive Whiteboard (aka The Laser Thing)</title>
		<link>http://serverroom.edublogs.org/2006/04/27/onfinity-cm2-portable-interactive-whiteboard-aka-the-laser-thing/</link>
		<comments>http://serverroom.edublogs.org/2006/04/27/onfinity-cm2-portable-interactive-whiteboard-aka-the-laser-thing/#comments</comments>
		<pubDate>Thu, 27 Apr 2006 19:20:19 +0000</pubDate>
		<dc:creator>Sahmeepee</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Interactive Whiteboards]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://serverroom.edublogs.org/2006/04/27/onfinity-cm2-portable-interactive-whiteboard-aka-the-laser-thing/</guid>
		<description><![CDATA[We recently received a try-before-you buy Onfinity Portable IWB System to have a play with.

The basic idea is that you can have interactive whiteboard features without having to use a touch-sensitive board (and at a lower cost). This means you can use it anywhere you can set up a projector and laptop (in theory! read on...).]]></description>
			<content:encoded><![CDATA[<p>We recently received a try-before-you buy <a title="Onfinity Portable Interactive Whiteboard System" href="http://www.onfinity.info/portable.html">Onfinity Portable IWB System</a> to have a play with. It looks a bit like this:</p>
<p><img width="96" height="96" alt="Onfinity IWB System" src="http://serverroom.edublogs.org/files/2006/04/OnFinityIWB.thumbnail.jpg" /></p>
<p>Yes, the picture is tiny. That&#8217;s because I&#8217;m too lazy to take one myself.</p>
<p>The basic idea is that you can have interactive whiteboard features without having to use a touch-sensitive board (and at a much lower cost). This means you can use it anywhere you can set up a projector and laptop (in theory! read on&#8230;).</p>
<p><strong>Set up</strong></p>
<p>You set this little (12.5 x 8.5 x 2.5 cm, 250g!) gizmo up in your room, pointing at the surface you are projecting on. Next, plug it into your PC/laptop USB port and press a button to bring up 2 red laser dots on your surface. The dots define the extent of the area you can work within, so typically you&#8217;d make it slightly bigger than your projector image. Assuming you&#8217;ve already got the driver installed on your computer, you just have to do a standard IWB clicking-on-dots calibration routine and you&#8217;re golden!</p>
<p><strong>How it works</strong></p>
<p>The pens you use have a small infra-red LED on the end (so yes, they take batteries &#8211; full specs here: <a title="OnFinity CM2 Specs" href="http://www.onfinity.info/specif_Portable.html">CM2 Specs</a>). As you press down with the pen (or use the button on the telescopic &#8220;wand&#8221; version) the LED flashes and the sensor device (shown above) tracks its location. The clever part is that the sensor can be at just about any angle to your surface and it will still work out where the pen is on your computer screen&#8217;s image. The pens have a right-click button as well, a la Promethean pens. The sensor even runs off USB power, which makes life much simpler if you want to mount it on your ceiling.</p>
<p><strong>Limitations</strong></p>
<p>Obviously, if you get between then pen and the sensor, it won&#8217;t be able to see what the pen is doing and you won&#8217;t be able to draw. That is a major problem if you&#8217;re using the comedy tripod shown, but when ceiling mounted (mount provided), we didn&#8217;t find it an issue.</p>
<p>The maximum size of your projection area is huge. They quote a figure of 150 inch diagonal (over 4 times the area of a large IWB!) Unfortunately, there&#8217;s a direct relationship between the size of the active area and the distance the sensor has to be positioned from the screen:</p>
<table width="207" cellspacing="0" cellpadding="0" border="1">
<tr>
<td valign="top" colspan="2">
<p align="center">Projection size vs. distance</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="center">70”</p>
</td>
<td valign="top">
<p align="center">2.6m</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="center">100”</p>
</td>
<td valign="top">
<p align="center">3.1m</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="center">120”</p>
</td>
<td valign="top">
<p align="center">3.6m</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="center">150”</p>
</td>
<td valign="top">
<p align="center">4.5m</p>
</td>
</tr>
</table>
<p>For a classroom, you&#8217;re looking at positioning the sensor around 2.7m from the wall (say) and that just isn&#8217;t always practical if you&#8217;re having to stand the little tripod up there. Again, ceiling mounted this isn&#8217;t usually a problem.</p>
<p><a title="CR123A 3V Batteries on Froogle" href="http://froogle.google.co.uk/froogle?hl=en&amp;q=CR123A&amp;btnG=Google+Search&amp;sa=N&amp;tab=wf">Batteries</a>! I have no idea how long they&#8217;ll last, but there&#8217;s a law of physics which states that battery voltage decreases linearly with an increase in teacher stress levels (and vice versa). At least they&#8217;re cheap.</p>
<p>The software is a little basic to say the least. If you&#8217;ve used <a title="Promethean Px" href="http://www.prometheanworld.com/distribution/html/products/interactive/px.shtml">Promethean&#8217;s cut-down &#8220;Px&#8221; software</a> &#8211; imagine a &#8220;lite&#8221; version of that. It also likes to crash if the user doesn&#8217;t have write access to its folder (the default if your users run as standard users rather than as admins). It covers the basics of annotation, but don&#8217;t expect anything fancy. For serious work, you&#8217;d probably want to license software from your usual whiteboard supplier.</p>
<p><strong>Overall</strong> <strong>impressions</strong></p>
<p>I was surprised. It&#8217;s one of those rare bits of technology that sounds complete turd when described to you, but does actually do the job quite successfully. The major failing seems to be in the way that it&#8217;s marketed. Rather than selling it as a portable whiteboard, OnFinity really should be pushing the CM2 as a low cost way to get interactivity &#8211; as a portable device it&#8217;s just too much of a pain in a classroom environment: one nudge from an inquisitive finger and your calibration is screwed.</p>
<p>Being able to write on a normal whiteboard with your choice of drywipe pens or the CM2 pen has got to be a bonus, making the facilities in a room more flexible for teachers with differing preferences and skills.</p>
<p>In short, I think we&#8217;ll be keeping ours. Including mounting it on the ceiling, it took about 30 minutes to set up and cost around 1/3 of the price of a similarly sized IWB &#8211; around £450 (not including the projector and PC).</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fserverroom.edublogs.org%2F2006%2F04%2F27%2Fonfinity-cm2-portable-interactive-whiteboard-aka-the-laser-thing%2F';
  addthis_title  = 'Onfinity+CM2+Portable+Interactive+Whiteboard+%28aka+The+Laser+Thing%29';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://serverroom.edublogs.org/2006/04/27/onfinity-cm2-portable-interactive-whiteboard-aka-the-laser-thing/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Interactive Whiteboards</title>
		<link>http://serverroom.edublogs.org/2005/11/12/interactive-whiteboards/</link>
		<comments>http://serverroom.edublogs.org/2005/11/12/interactive-whiteboards/#comments</comments>
		<pubDate>Sat, 12 Nov 2005 14:19:48 +0000</pubDate>
		<dc:creator>Sahmeepee</dc:creator>
				<category><![CDATA[Government/politics]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Interactive Whiteboards]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://serverroom.edublogs.org/2005/11/12/interactive-whiteboards/</guid>
		<description><![CDATA[Here&#8217;s an interesting article about interactive whiteboards in the Grauniad that nearly passed me by. I definitely agree that there&#8217;s an element of buzzwordiness/hype about the whole approach to IWBs by the British Government. As is always the case, however, there is definite educational benefit in there once the technology is sufficiently well-understood by the [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an <a href="http://education.guardian.co.uk/elearning/story/0,,1585516,00.html" title="Chalk one up to the whiteboard">interesting article about interactive whiteboards</a> in the Grauniad that nearly passed me by. I definitely agree that there&#8217;s an element of buzzwordiness/hype about the whole approach to IWBs by the British Government. As is always the case, however, there is definite educational benefit in there once the technology is sufficiently well-understood by the teacher. Which is why it&#8217;s so much more helpful to <a title="Promethean IWB Training" href="http://www.prometheanworld.com/uk/html/training/index.shtml">train</a> all staff on IWB use and have five boards than to train five staff members and have an IWB in every room.</p>
<p>As I&#8217;ve read in a few places around the web, it&#8217;s important to get to grips with which sorts of activites work well on an IWB and focus on those. The not-at-all-advertised <a title="Teacher Resource Exchange" href="http://tre.ngfl.gov.uk/">Teacher Resource Exchange</a> allows you to <a title="TRE IWB Search (secondary level)" href="http://tre.ngfl.gov.uk/server.php?sf%5BmetadataCategory.categoryCode%5D%5B%5D=vtc%3Asec&amp;sf%5BmetadataCategory.categoryCode%5D%5B%5D=&amp;sf%5BmetadataCategory.categoryCode%5D%5B%5D=tre%3Ainteractivewhiteboard&amp;sf%5Btier.tierId%5D%5B%5D=&amp;request=c2l0ZS53aXphcmQ%253D">search for interactive whiteboard resources</a>, but unfortunately it seems that a lot of the uploaders tag their resources as useful for IWBs when clearly they aren&#8217;t. I&#8217;m not sure how long that site will be available, as it&#8217;s part of the <a title="Virtual Teacher Centre" href="http://vtc.ngfl.gov.uk/">Virtual Teacher Centre</a> (in turn part of the <a title="National Grid for Learning" href="http://ngfl.gov.uk/">NGfL</a>), which is <a title="VTC site to close in website revamp" href="http://vtc.ngfl.gov.uk/docserver.php?docid=11920">due to close on 19 December 2005</a>. As <a title="When web-designers go bad" href="http://www.becta.org.uk/">BECTA</a> are involved, I&#8217;m not anticipating good things.  </p>
</p>
<p>On a related note, there&#8217;s a new Australian Blog about the use of IWB&#8217;s in education: <a href="http://activboarding.blogspot.com/">ActivBoarding</a>. They&#8217;re using six (I think?) Promethean ActivBoards with ActivStudio. It looks like a good place to watch for a fresh perspective (most of the stuff I&#8217;ve seen is very UK-oriented) and interesting resources. It&#8217;s a shame there&#8217;s not an open/common format between the whiteboard programs (particularly between Smart, ActivStudio1 and Activstudio2) as being able to share flipcharts etc seems to be one of the key benefits of the IWB experience. We&#8217;re firmly in the Promethean camp at school, so I&#8217;ll be passing these links on to those that can&#8217;t when I return to work on Monday.</p>
<p>Still not sated?: There are more resources for Promethean ActivStudio users in the <a href="http://www.prometheanworld.com/uk/scripts/links_sql/page.cgi?g=&amp;d=1" title="Promethean resources">Promethean resource directory</a> and at <a href="http://tlfe.org.uk/interactive/" title="TLFE - Interactive Lighthouse">the Lighthouse for Education</a>.</p>
<p>[via <a href="http://iwb-efl.blogspot.com/2005/10/iwb-articles.html" title="Using the Interactive Whiteboard in EFL">IWB-EFL</a>,  <a href="http://gwegner.edublogs.org/2005/11/07/who-wants-an-activboard-anyone/" title="Teaching Generation Z">Teaching Generation Z</a>]</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fserverroom.edublogs.org%2F2005%2F11%2F12%2Finteractive-whiteboards%2F';
  addthis_title  = 'Interactive+Whiteboards';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://serverroom.edublogs.org/2005/11/12/interactive-whiteboards/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
