OU Media Player rebooted

Its been a long time since I've blogged about the OU Media Player project. So what has been going on? I thought I'd take a brief look back, then look forward...

Last spring and summer we developed an embeddable player based on the open-source Flowplayer Flash-based toolkit. Two designers form Learning and Teaching Solutions here at The Open University, David Winter and Peter Devine created to bold and attractive designs or themes.

The 2011 player hit many of the original aims of the project.

...

OU Disability conference 2012

2012-11-13
2012-11-14
Europe/London

Location

Kents Hill Park Training and Conference Centre
Timbold Drive
MK7 6BZ
United Kingdom
52° 1' 36.4008" N, 0° 42' 7.9848" W
See map: Google Maps

Don’t miss our annual Disability Conference being held this year on Tuesday 13th and Wednesday 14th November at Kents Hill Park Training and Conference Centre, Kents Hill in Milton Keynes. Please put the dates in your diaries.

This year we will be looking at working collaboratively to maximise the success of disabled students under the new 2012-13 arrangements.

OU Annotate

I was in a meeting today of The Open University's accessibility practitioner's group. Louise Olney, a project manager in Learning and Teaching Solutions kindly came to talk to us about OU Annotate, and in particular the work that is being done to improve it's accessibility.

"OU Annotate enables you add your own annotations to web pages. You can create an annotation for an entire web page, like a bookmark, or you can select and highlight specific text. You can add comments and tags to your annotations and, if you wish, share them with others."

OU web developer's coffee morning - OU player

2011-12-15 10:00
Europe/London

Location

The Open University Library / DigilabMK7 6AA
United Kingdom
52° 1' 29.6904" N, 0° 42' 35.0892" W
See map: Google Maps

These events are fairly informal, but some topics we may like to cover:

* What is OU player?
* What is OU embed?
* What is oEmbed?
* What are the benefits, for developers, end users etc.?
* How can you embed using these systems - in Drupal/ in Wordpress/ using Javascript/ in Moodle?
* What is the status of the project? Future plans?

OU player Why CodeIgniter?

I have been asked to present the reasoning behind our choice of CodeIgniter over Drupal for the OU player/ OU embed projects.

I will argue that the OU player project provides an ideal case study for why The Open University, including the central IT providing departments should not adopt a one-size-fits-all approach to the choice of information technologies. At present, I think they are in danger of doing this. You may also be interested in Juliette Culver's post, Why we moved from Drupal to CodeIgniter, and Will Wood's post, Agile Ballooning.

First, some background. CodeIgniter is a minimal model-view-controller PHP framework. It is open source, makes full use of the object-oriented programming paradigm, offers database abstraction, an ORM (object-relational-model) layer, and various extension mechanisms including libraries, hooks and helper functions. By default, templating/ views are implemented in PHP, though an alternative templating system such as Smarty could be plugged in. There are many third-party plugins available, and it is a simple matter to plugin other libraries, for example parts of the Zend framework. As a low level framework, its benefits are a shallow learning curve, the promotion of maintainable, well-structured code, small footprint, performance and flexibility (http://codeigniter.com).