
Getting started with Offdanet. Here you will see a brief introduction to some of the types of things we can do by running a local web service from a teaching computer.
Get to know what is available within the system.
There is an online adaption of Offdanet, called Ondanet which you can use to see how this system works without having to set it up yourself. It also demonstrates that you could even host an online Internet enabled version if you desired, although I would personally discourage that as it relies on school infrastructure and access policies.
To get material from an electronic whiteboard out to the student devices is not that difficult.
We can send text or images which can be refreshed automatically so that the student devices get updates. This is not instantaneous but relies on the teacher periodically saving the material which is then picked up by each device in their auto refresh cycle that the webpage creates.
This is an in-depth look at how the folders of teaching material are laid out. The template is available for download in the resources. It is not good to have an empty folder as it gives the client/student an error so a place holder index page is used. The code for that is also given here as a txt file (just change the extension to .html) and also a link to the animation that I have used. You will need to rename that to match the html file.
Export your Word document as an htm file then change the extension to html
Export your Excel spreadsheet as an htm file then change the extension to html
How to convert your PowerPoint to HTML5 for direct use Offdanet.
This method requires you to have MS Word 2013.
This lesson shows how to create audio podcasts to use on your site. In the resources you will find a txt file which gives the HTML5 code to play the files that you record. Save file and change the extension from .txt to .html to be able to use. Or use the full template that is in the links and resources section.
A back button is easy to add to any page you create. Open the attached txt file and copy the HTML5 string. Paste that into the your subpage after the body start, so it looks like this: <body> <input type=button value="Back" onClick="history.go(-1)"><br>
Some links to resources mentioned in the videos.
There a many different brands and kinds of routers available which means that we can only have rudimentary or generic guidelines for how to set up the system.
Essentially you will need to log on to your router as Administrator (and change the default password) giving the details that came with your model.
While connected to the router in the Admin setup mode you will configure DHCP and WiFi settings. Set DHCP on and set a range. Take a note of the lowest value of the range you set as that will be the one your computer should default to when running the service. If possible set your computer with a DHCP reservation address.
Create an SSID for the WiFi that you will easily recognise and decide if you run the system with or without a wifi password.
Lets go over that again.
The IP address of your computer should be a set of numbers that looks similar to 192.168.0.102
It is in the format of xxx.xxx.xxx.xxx
To find the address you can right click on the network or wifi icon on the bottom of the taskbar and select open network and sharing center. Then select the connection you are using and select details. You should then see your IP address.
I prefer to have the IP address automatically displayed for me on the desktop by using BGinfo.exe which you can find in the links section.
The host computer will get an IP address from the DHCP service on the Router. The computer also has a local host address of 127.0.0.1 You can use the local host address to check a page on your computer but not from a different computer. From a different computer you must know the router assigned address.
The template is using a standardized address system which assumes most folders will have an index.html file in it. You must make sure the extension for the template links uses .html and not .htm
If you create files from within Office (Word and Excel) you will find it produces .htm by default, you must rename those extensions.
NB make sure you have changed the default hide view of common extension so that you can always see these extensions.
Make sure you are careful about capitalization of file names, capitals can be significant is some systems.
Check to see that the webserver is actually working.
BYOD has been underutilized in schools because of issues of connectivity, compatibility and App account requirements. The use of mobile devices is a ripe area for development if we can exploit them appropriately for classroom use. This course sets up a system to connect student and school devices (mobile and laptops) to the teacher's computer so that lesson material and activities can be shared in the classroom, bypassing infrastructure issues. It uses HTML5 to be cross platform and is browser based to avoid the need for Apps or accounts. Multimedia, quizzes, readings, presentations can easily be deployed to devices for individualized, group or whole class use.
The course is divided in sections.
1. It begins with an overview and explanation.
2. An example system will be demonstrated.
3. The folder layout of the service will be examined and a template provided to download and use.
4. Methodology of creating content for delivery.
5. Software options
6. There is FAQ section which also acts as both a glossary and troubleshooting guide.
The content of each section consists of video and audio explanations together with data sheets.
At the end of this course the participant should feel capable and confident to setup and run an “offdanet" service in their classroom.
It is hoped that running offdanet will allow teachers more freedom in creating, modifying and presenting their own lesson material into technology rich classrooms with engaged learners.