Adobe Reader fixes crash problem.
The new Adobe reader 9.3 seems to be free of the issues found in version 9.0.
You should be fine upgrading your workstation to this new version if you choose
to.
Back to Home
MyBigCampus.com
Collaboration portal for educators and students.
A new feature on our Lightspeed filter units is a collaboration site called
My Big Campus. This site allows teachers to collaborate with students on
assignments, test and all other kinds of things. It has a lot of features
including email and chat for both staff and students. All these different tools
can be controlled and even restricted to just in school use. You can see the
site at http://www.mybigcampus.com .
The site requires us to upgrade to the newest version of Lightspeed. So until we
can accomplish that, you will not be able to set up a demo site. We are hoping
to have the upgrade done before spring break.
Back to Home
Windows Vista/7 and
our network.
At this time, we do not support Windows Vista or 7 on the district network.
We do understand that some computers do not support Windows XP and ship with
Vista or 7 only. In these cases we are allowing the computers on the network but
with the understanding that they will do some strange things from time.
Back to Home
$ip = 10.177.0.3;
$port = 80;
if (! $sock = @fsockopen($ip, $port, $num, $error, 5))
echo 'Offline';
else{
echo 'Online';
fclose($sock);
}
?>