Leeds City College Moodle Goes Live!

Leeds City College Moodle Goes Live!

The new Leeds City College Moodle has now gone live.  The new Moodle will include all the courses from 2 previous Moodle installations and 1 Blackboard installation.

The new Moodle is load balanced using 3 web servers and 2 database servers and is expected to serve in excess of 30,000 students.

Moodle (Tweet) Deck

This tool is still very much in beta but I thought I’d write about it’s developments.

I often refer to my Online Users page to see who’s on Moodle but this doesn’t tell me where the activity is.  I wanted a tool like TweetDeck that would display all the activity on Moodle and show me where people are so I can guage what goes on at certain times of the day.

Using Moodle as an intranet

There are literally dozens of open source content management systems available to download, plus many commercial ones, not to mention Microsoft Sharepoint, so why would anyone consider using a VLE as an intranet tool.

Well in short, we did.

Moodle has some great interactive tools (activities) and some unique ways of displaying information (resources). And we felt that these tools could be used effectively in an intranet environment.

Moodle iPhone Video Detection – FLV’s now play MP4’s instead!

In order to maintain compatibility standards we use FLV files for all of our videos in Moodle.  This then uses JPlayer to stream the video.  However, JPlayer is a flash tool and therefore videos do not work on the iPhone.

To get around this I have embedded my iPhone detection script into mod/file resource on Moodle.  I then upload an .mp4 version of the same file, in the same folder as the .flv version.

Microsoft Live Services Plugin for Moodle

The new code released by Microsoft allows users to log in using their LIVE ID and integrate their calendar events and email in Moodle.  As Martin Dougiamas noted, LIVE uses the same API’s as Exchange Server so integrating into a private college exchange server should be fairly straight forward.

Apache error: winnt_accept: Asynchronous AcceptEx failed.

Last week our production server (windows 2003 Server, Apache, PHP) decided to start acting rather strangely. The instability was tracked down to a conflict with eAccelerator and the php Oracle drivers.

After updating the Oracle drivers we were left with a new problem. Occasionally Apache would crash and report the following error message:

winnt_accept: Asynchronous AcceptEx failed.

After spending some time on Google I managed to find a fix.
Simply make these changes to the Apache httpd.conf file: