I was asked to write a little something about virtual reality, augmented reality and mixed reality to give our academic community and overview of the current state of play and how these technologies can be used in education. What started in my head as a little webpage turned into a whole section on our My Sunderland wiki.
Leave a CommentTag: Website
Success! Following on from the new template with a simple one level menu structure, I have now been able to get the nested menu working correctly for the updated help guides for staff.
Leave a CommentOur Blackboard help guides have always been hosted on their own little mini-website hosted in a Blackboard organisation, but set to public availability. You can see them here: http://northumbria.ac.uk/elphelp for the student guides, and here: http://northumbria.ac.uk/elphelp for the staff guides. These were created a couple of years ago by the awesome Chris, but with his departure from LTech last year I was tasked with updating or replacing these websites to bring them into line with the university’s new colour scheme and style. I took the originals as a starting point but pared them back to just the essentials (there were lots of extraneous files and code), implemented the new branding, and took the opportunity to make a few improvements.
One of the best improvements I have made is the implementation of media queries in the CSS to automatically adjust the height of the iframe to best match the user’s screen resolution. I did get to a point where I was able to automatically adjust its size to 100%, it worked a treat in Firefox and I was really pleased, until I tested in other browsers and got tiny little windows. I hate iframes. If I had more time I would have created something completely new and truly responsive, but I had to get this done quickly as the eSAF help guides were ready to go live and we have so much other work to do with the upgrade.
Another improvement I have been able to make is to implement Google Analytics tracking code across all of the guides. Previously this was only on the home, or landing page. What I have been able to do this time around is to separate out the tracking code into it’s own javascript file which each one of the help guide pages calls, so that the code only needs to be inserted into the one place.
The eSAF guides have all now been transferred into this template – http://elp.northumbria.ac.uk/bbcswebdav/orgs/ORG1/help-esaf/index.html* – and the Analytics works as I had hoped allowing us to track which guides are being most read. The template can easily be applied to the student guides now, but the content of those all needs to be revised for Service Pack 16, or ‘April Release’, or whatever Blackboard decide the new naming scheme will be, and that will be a massive task.
Still on my to-do list is getting the nested menu working which will be required for the staff guides.
* I know what you’re thinking, and yup we could use a short URL for this one too.
1 Comment