Archive

Archive for the ‘lab-portal’ Category

Design options for the departmental WordPress-based website using Widgets and Pages

  1. For layout design:
    1. Go to http://[yo r site’s URL here]/wp-admin, e.g. http://lrc.unc.edu/wp-admin, and log in (you need site admin privileges , like I have for the LRC site).
        1. In the left-hand menu, click on “appearance”/ “widgets
        2. You should see this: image
        3. to design your right sidebar, follow the instructions on top of the widget list (i.e. drag and drop, then unfold the widget in question by clicking on the down arrow to the right image to edit the appearance of the site.
  2. Pages”(in the left hand menu)
    1. are an afterthought in wordpress which was originally based on dated posts (for a diary-like web logs), but can be useful for not time-sensitive , stable areas/sections of your site.
    2. You can include a bulleted or numbered list which you periodically update manually  (click “edit” on the page)
    3. or, for frequently changing information (like lists of students), you can use a system that may have more initial learning curve, but in the long run makes updating easier
      1. embed an online spreadsheet from Google Apps or SkyDrive
      2. or embed an RSS feed like in the above example (if you have an RSS. provider).

How to bypass email cloaking in Joomla 2.5

2012/05/31 1 comment
  1. If you have URLs on your Joomla site that contain @-signs, Joomla 2.5 will mangle them, since it seems to think out of the box that these are email addresses that need to be protected (anybody else using Joomla 2.5 with MS-Exchange 2010 calendars…?).
  2. If you do not want to give directive {emailcloak=off} on top of  the article, try url-encoding the @-sign (%40). May be more difficult for your users to memorize, though.

Language Lab Web Portal, University of Michigan – Dearborn

For lack of even an LMS – which in post-secondary language lab environments in the US in the “noughties” commonly has had to double as CMS and Groupware -, the lab web portal in the post title had to fulfill many functions.

While the technically most advanced features probably was full text search against both database and file system (uploaded documents) – which I could relatively easily implement thanks to MS-SQL-Server and a limited number of database tables –, I liked best the collaborative building of a bank of language learning exercises using authentic materials, i.e. interactive websites from the target culture.

A few sample illustrations of the use in both language lab and affiliated computerized classrooms you can see here:

The list below links to a series screencasts of the Language Lab Web Portal that I made for training and demonstration purposes. They show the language lab web portal software in action:

basics_intro_roles
basics_usagestatistics
Class_presentation_Fruehstuecksbueffet
content_headlines
content_search
How_to_add_a_links_assignment_in_90secs
How_To_Add_Pages_And_Modules_fast
How_to_get_Help_LinksExample
How_to_operate_the_wireless_keyboard
How_to_provide_Help_PrinterExample_short
How_to_record_streaming_media
inventorydb
ocr_to_word_fast
perl_links_moveunverified
portal_search
portal_search portal_search program search staff_tab_short userinput

Learning materials management: Links (1998-2004)

Originally implemented for a series of Canadian universities teaching Wirtschaftsdeutsch, then continually expanded into all of German for Queen’ s  University, and multiple languages, including non-western, for university of Michigan-Dearborn and Drake university.

Was based on an open source software project by Gossamer Threads popular for web 2.0 precursors of collaborative links collections, whose Perl-CGI code needed only minor modification to facilitate the “”commenting”” on instructor-“posted”  ( i.e.  assigned links) by students.

The model was Yahoo’s human-edited web-catalogue. the data structure was the tree (nested folders, unidirectional graph). For managing, I implemented a secondary branch mirroring the primary under the root “old links”  for, using Perl regex, automatically moving links which a batch link-checking management script in the open source had identified and logged as “broken” (404 and a few other similarly bad http return codes) into.

The original layout of the “ontology” first introduced me to the complexity of such a task. The basic content division was between 2 branches.

  1. web-based ready-made teaching materials for commenting (recommending, categorizing) by instructors and self-access by students (no feedback of student data to the instructor mostly, except by email, and outside of the application, in those days).
  2. the other content branch consisted of not teaching-related “”authentic materials””: the early day web applications, sometimes multimedia (maps, audio and video collections, news), often times also self-service database interfaces (online shopping and public services) whose language-wise rather restricted interface and topical focus (think Wirtschaftsdeutsch) lent themselves to capstone exercises at the end of textbook chapters (our “Friday in the lab””, not even a language lab then. Geek bonus points: one of these Fridays, a future queens university educated engineer asking me whether i had written all these pages they browsed through in the searchable catalogue of eventually 1500 links. Well, dynamic web pages were not common at all in education in those days, and the credit goes to Gossamer Threads.).

 

While there was hope to collect a comprehensive teaching resource through collaboration, “der Weg war das Ziel”, having students interact with and review foreign language web content. The links database  remained definitely, as it grow in bursts revolving around the topics of our chapters. I had a lot of fun finding instructional ways to having students review all those fancy web applications in which endless amounts of money were poured  before the first bubble in this millennium burst. E.g. the first early online city maps for “Wegbeschreibung”  in German 102. as well web 2.0 like developments, like grassroots web cams (Germans allowing the world to spy on their surroundings 24/7, including remote camera panning – you could go all kinds of places, “”Wie heißt der  bürgermeister von Wesel? was macht das wetter in der Schweizzzzzz?” but alas, the time lag, especially during winter term.

A couple of screen casts for instructor training are here and here.