Archive

Archive for the ‘audience-is-IT-staff’ Category

Varying the speed of animated GIFs for learners – the technology: Shell-scripting ImageMagick

Animated GIFs for visualizing teaching content were the first e-learning tool that I heard a conference presentation on, in the early nineties.

In the recent past, I have been trying to revive animated GIFs for use in minimalistic training materials.

Now, for different learner personalities, and also to accompany each learner in their practice of Chinese character stroke order, as they get more proficient in drawing, I wanted to provide varied animation speeds of the Chinese characters drawings.

This bash script can do this, using a downloaded set with several hundred source characters in one animation speed to produce 75000 animated GIF (via 95000 temporary) files:

#!/bin/sh

shopt -s nocasematch # shopt -s sets the option, whereas shopt -u disables it.; however, Find is an external command and not affected by shopt

echo `date -u`

# todo: parameterize

# -maindir todo: convert param to $maindir

blnskipcreated=1 # 1=do not recreate anims if _mydelaylimit exists

echo "blnskipcreated:" $blnskipcreated

mydelaystep=10

mydelaylimit=1010

 

# test: what happens if i add zi to maindir

maindir="/cygdrive/G/myfiles/doc/work/students/ms-office/charinput/mandarin_chinese/stroke-order/Zi/Animated-characters/azi"

# todo: the rootdir is unimportant, it contains only a shortcut which points to nothing

rootdir="/cygdrive/G/myfiles/doc/work/students/ms-office/charinput/mandarin_chinese/stroke-order/Zi/Animated-characters"

framefilefilepath=${rootdir}/azi/page1.htm # the actual framefile which loads the azi.html and the character is G:\myfiles\doc\work\students\ms-office\charinput\mandarin_chinese\stroke-order\Zi\Animated characters\azi\page1.htm

# wrong  ${rootdir}/animated-characters.htm

framefilefileextension="htm"

framefilenamenopath="`expr "//$framefilefilepath" : '.*/\([^/]*\)'`"           # remove path to file

framefilenamenoextension="`expr "$framefilenamenopath" : '\(.*\)\.[^.]*$'`"        # remove last suffix ${i}

framefilefilepathnoextension=${rootdir}/${framefilenamenoextension}

echo "DOLLAR 1framefilefilepath, 2framefilefilepathnoextension, 3framefilenamenopath 4framefilenamenoextension:"1${framefilefilepath}:2${framefilefilepathnoextension}:3${framefilenamenopath}:4${framefilenamenoextension}:

# todo DOLLAR framefilefilepathnoextension, framefilenamenopath framefilenamenoextension:

 

cd $maindir

if [ -d  "$maindir" ] ; then # needs "" around vriable, space before ]

echo "Good!"

else

echo "not a dir"

exit 1

fi

 

sourcehtmlfilename="azi" # todo: how to i need to reference (enclose) the variables so that can the maindir and sourcehtmlfilename can contain spaces

# todo: document: "give the string one has to add to the maindir to get to the html file that links to the gifs": complication: animated-characters is just al link to azi/azi.htm`- so why not change the maindir to include azi-subdir

sourcehtmlfileextension="htm"

sourcehtmlfilepathnoextension=${maindir}/${sourcehtmlfilename}

sourcehtmlfilepath=${sourcehtmlfilepathnoextension}.${sourcehtmlfileextension}

echo "dollar sourcehtmlfilepath =" $sourcehtmlfilepath # debug

# exit 0 # debug

if [ -e  "$sourcehtmlfilepath" ] ; then # needs "" around vriable, space before ]

echo "Html File good!"

sourcehtmlfileswitch=1

else

echo "$sourcehtmlfilepath not an html file"

# no need, leave the html alone then, but set a switch exit 1

sourcehtmlfileswitch=0

fi

mfiles=`find $maindir  -iname '*.gif'` # Simply enclosing the wildcard in single quotes makes it work! unix find is case-sensitiv

# todo: if you want to be able to resume gif creation, you have to remove (previously created) files that match pattern _[0-9]+.gif

# shopt -s extglob - does this work with find or only ls

# shopt -s extglob

# mfiles=`find $maindir  -name '*!(_[0-9]+).gif'`

# shopt -u extglob

# Find is an external command, so its globbing isn't affected by bash shopt options, but you can use: find . ! -name 's.*.java'

# mfiles=`find $maindir  -name '*!(_[0-9]+).gif'`

# i will include the full path

# done: skip some, not all gifs are animated, e.g. G:\myfiles\doc\work\students\ms-office\charinput\mandarin_chinese\stroke-order\Zi\Animated-characters\azi\18b.gif

k=0 #debug:break

# echo "mfiles:$mfiles"

for i in $mfiles ; do

if [[ $i =~ _([0-9]+|strip).gif ]]; then

echo "skipping previously produced file $i"

else

echo "Converting {$i}..." # this prints 1 line extra per space  in dir - may cause problems with i down the road?

curdelay=0

delaystep=$mydelaystep # cs

delaylimit=$mydelaylimit # cs

filepath=$i

filenamenopath="`expr "//$i" : '.*/\([^/]*\)'`"           # remove path to file

filenamenoextension="`expr "$filenamenopath" : '\(.*\)\.[^.]*$'`"        # remove last suffix ${i}

filepathnoextension=${maindir}/${filenamenoextension}  # test: w/o azi ${maindir}/azi/${filenamenoextension} # todo: stupid workaround, but i supsect i cannot just add /azi to maindir

echo "DOLLAR 1filepathnoextension,2filenamenopath,3filenamenoextension:"1${filepathnoextension}:2${filenamenopath}:3${filenamenoextension}:

#  suffix="`expr "$name" : '.*\.\([^./]*\)$'`"     # extract last suffix

#  name="`expr "$name" : '\(.*\)\.[^.]*$'`"        # remove last suffix

 

############################################################################################### BREAK APART

# path2name

# as a animation disassembler, producing a summary of animation in terms of IM options

# gif2anim [options] image_anim.gif.

#. gif2anim.sh -s MIFF -b $i  -o ${i}.anim $i

# the s-switch of gif2anim.sh   never worked, can i do without it ? ainim2gif.convert will complain: unable to open idid0_20.gif_001.-s

# -s seems to result in ext -s, miff seems to result in all params fro mmiff on being interpreted as filenames

#. gif2anim.sh  -o ${i}.anim $i

framesfileext="xpm" # change this to give if you not use -x - CASESENSITIVE

. gif2anim.sh  -x -o ${filenamenoextension}.anim $filepath

#. gif2anim.sh -s MIFF -b $i  -o ${i}.anim $i

#. gif2anim.sh MIFF -b $i  -o ${i}.anim $i

#      -c             coalesce animation before parsing

#      -t             Add time synchronization comment before each frame

#      -l             just list the anim file to stdout, no images

#      -v             Be verbose in animation conversions

#      -n             no images, just create the '.anim' file

#1      -g             use an GIF suffix for frame images (default)

#      -x             use an XPM suffix for frame images

#todo: did this work? b0aej.gif_001.-s 1 MIFF      -s suffix      use this suffix for the frame images

#      -i initframe   number of the first frame image (def=1)

#needed?      -b framename   basename for the individual frames

# 1     -o file.anim   output to this .anim file (- for stdout)

#

 

# grep 'delay ' ${i}.anim # check return 0exit good, 1exit bad - You can see what a commands exit status is by looking at the variable $?.

# might be safer

grep 'delay ' ${filenamenoextension}.anim

if [ $? == 1 ]; then # is no animated gif, skip

echo "NO ANIM GIF grep finds no delay in: " ${i}.anim

# do nothing: # done: if there is no delay in the gif.anim, do not enter while for curdelay, go to next file

else # is animated gif, curdelay

echo "since delay is matched for this gif, ENTERING curdelay WHILE"

while [ $curdelay -lt  $delaylimit ] ; do  # go in step 20cs from 20s = tile, to 40cs - default is 80cs\

echo "CURDELAY : " $curdelay

if [ $curdelay == 0 ]; then # branch into strip producing programm

############################################################################################## MAKE A STRIP

# The "gif_anim_montage" script also the special option '-u' which will also underlay a semi-transparent copy of the coalesced animation.

# interface: if you just output to samename.gif, you can leave the original links intact

# advantage: synchronous overview:

# disadvantage: viewing even more, and pseudo-signs

# gif_anim_montage [options] animation.gif  [output_image]

# done: query how many frame files into a variable and use this as param 1x${frames} of call to gif_anim_montage.sh

if [ -e ${filepathnoextension}_strip.gif ] ; then

echo "skipping found ${filepathnoextension}_strip.gif"

else

striplength=$(ls ${filenamenoextension}.${framesfileext} 2> /dev/null | wc -l) # count matching files, errors redirected

echo "found ${striplength} of frames framesfileext with ${framesfileext}, calling montage 1x${striplength} -u -w ${filepath}  ${filepathnoextension}_strip.gif"

if [ "striplength" != "0" ] ; then

. gif_anim_montage.sh 1x${striplength} -u -w -n ${filepath}  ${filepathnoextension}_strip.gif

#1    -u          Underlay a dimmed coaleased image (context for frame)

#0    -c          Add checkerboard background for transparent areas

#0    -g          Use granite for background

#1    -w          Use a white background

#0    -b          Use a black background

#0    -t image    Use this image (or color image) for background

#0    -r          Use a red border color rather than black

#0 todo: not USE DEFAULT, need column    #x#         tile the images   (default one single row)

#0    -n          Don't label the animation frames (not important)

else

echo "NO STRIP MADE!"

fi

fi # strip file already exists?

else # $curdelay > 0 -> branch into gif producing program

# first you need to stream edit the .anim textfile for each iteration match "-delay 80"/"-delay curdelay"

# echo "CALLING sed $curdelay ${i}.anim  ${filepathnoextension}_${curdelay}.gif.anim" # debug

# sed 's/-delay 80/-delay '$curdelay'/g' ${i}.anim > ${filepathnoextension}_${curdelay}.gif.anim # todo: break delay loop if no match in gif.anim = no animated gif

echo "1:what is i now ${i}  and filepathnoextension.anim is: ${filepathnoextension}.anim"

echo "CALLING sed $curdelay in: ${filepathnoextension}.anim out: ${filepathnoextension}_${curdelay}.anim" # debug

sed 's/\-delay\s.*/-delay '$curdelay'/g' ${filepathnoextension}.anim > ${filepathnoextension}_${curdelay}.anim # todo: break delay loop if no match in

# first stream edit the .anim textfile for each iteration match

# redirection: file is UNCHANGED the modified file is file.bak

# watch variable expansion '/'$license'/p' README.txt

# skip timeconsuming recreate

if [ $blnskipcreated == 1 ] ; then  # if not needed (assuming generated files are correct - todo:parameterize!)

if [ -e ${filepathnoextension}_${mydelaylimit}.gif ] ; then

echo "skipping recreating gifs for ${filepathnoextension}_${mydelaylimit}.gif and below "

else

echo "NOT skipping recreating gifs for ${filepathnoextension}_${mydelaylimit}.gif and below "

############################################################################################### PUT TOGETHER AGAIN - w different delay AS PARAM -cs centiseconds

# read in prior output file .anim

# anim2gif [-b BASENAME] file.anim...

# anim2gif: Failed to convert "/cygdrive/G/myfiles/doc/work/students/ms-office/charinput/mandarin_chinese/stroke-order/Zi/Animated-characters/azi/b0b2_400.gif.anim" into "B0B2_400.GIF.GIF"

echo "CALLING CP  ${filepathnoextension}_${curdelay}.anim ${filepathnoextension}.anim"

cp  ${filepathnoextension}_${curdelay}.anim ${filepathnoextension}.anim #

# now try to call the ${filepathnoextension}.gif w/o${curdelay} to not muddy the output file name

echo "CALLING anim2gif.sh -g ${filepathnoextension}.gif" # debug  exists: idid0.gif.anim - do we have curdelay?

. anim2gif.sh  -g ${filepathnoextension}.anim # determine: we overwrite the ori gif here, does it matter? -> final cleanup

echo "CALLING mv4 ${filepathnoextension}.gif  ${filepathnoextension}_${curdelay}.gif" # debug

mv  ${filepathnoextension}.gif ${filepathnoextension}_${curdelay}.gif

# OPTIONS

#is this needed? not taken from the .anim  ?  -b framename   basename for the individual frames

# 1   -g             Add '.gif' to end of basename, not '_anim.gif'

# we rather want to overwrite the original gif: The "anim2gif" by default will re-create the GIF animation with a "_anim.gif" suffix.

#    -c             Input frames are coalesced, ignore any initial page size

# todo: since there is only one "animated characters.htm", one could append the _curdelay to all the output.gifs

# todo: and once per all gif files within one curdelay iteration, to the occurence of .gif within  "animated characters.htm" and to the filename "animated characters_curdelay.htm"

fi # _mydelaysteplimit.gif already exists, can skip?

fi # blnskipcreated, allowed to skip?

fi # is $curdelay > 0 -> s or gif producing?

echo " before exec:" $curdelay "delaystep:" $delaystep

curdelay=$(( $curdelay + $delaystep )) # 0=20 command not found, does not work here: `expr $curdelay + $delaystep` # increment for next iteration #todo: command not found

# k=$(( $k + 1 ))

echo " afterexec:" $curdelay

if [ $sourcehtmlfileswitch == 1 ] ; then #################### update the azi-html that points to the _curdelay.gif

if [ -e ${sourcehtmlfilepathnoextension}_${curdelay}.${sourcehtmlfileextension} ] ; then # only once per pseudo $curdelay=0=strip

echo "file ${sourcehtmlfilepathnoextension}_${curdelay}.${sourcehtmlfileextension} already exists, nothing to do "

else

# todo: is das cp nicht überflüssig before sed

cp ${sourcehtmlfilepath} ${sourcehtmlfilepathnoextension}_${curdelay}.${sourcehtmlfileextension} # create file

echo "dollar sourcehtmlfilepath =" $sourcehtmlfilepath # debug

sed -e 's/\.gif/_'${curdelay}'\.gif/gI'  $sourcehtmlfilepath > ${sourcehtmlfilepathnoextension}_${curdelay}.${sourcehtmlfileextension} # update gif links in html file to reflect curdelay

fi # if sourcehtmlfilename_curdelay already exists

 

#################### update the frames-html that points to azi.html

if [ -e ${framefilefilepathnoextension}_${curdelay}.${framefilefileextension} ] ; then # only once per pseudo $curdelay=0=strip

echo "framefile already exists, nothing to do "

else

# todo: is das cp nicht überflüssig before sed

echo "CALLING CP ${framefilefilepath} ${framefilefilepathnoextension}_${curdelay}.${framefilefileextension}"

cp ${framefilefilepath} ${framefilefilepathnoextension}_${curdelay}.${framefilefileextension} # create file

echo "dollar framefilefilepath =" $framefilefilepath # debug

# todo: magic string

sed -e 's/azi.htm/azi_'${curdelay}'\.htm/gI'  $framefilefilepath > ${framefilefilepathnoextension}_${curdelay}.${framefilefileextension} # update gif links in html file to reflect curdelay

fi # if framefilefilename_curdelay already exists

fi # if $sourcehtmlfileswitch=1

# does break jump across below

# obsolete echo " NOBREAK ${i}.anim $curdelay "

done # all curdelay steps to limit

echo " could be BREAK ${i}.anim $curdelay "

# does break go here?

echo " before exec $k:" $k

k=$(( $k + 1 )) # `expr $k + 1` #debug: test only

echo " after exec $k:" $k

 

if [ $k -gt 6 ] ; then # increased to 2 since 1 is skipped then # the "if [ ... ]" and the "then" commands must be on different lines. Alternatively, the semicolon ";" can separate the

echo "let it run freely , or uncomment the next line"

# exit 0

fi  # debug

fi # is animated gif?

 

# final cleanup todo: only if the ori gif and ori htmlsource do not get deleted

if [ -e ${filepathnoextension}_${curdelay}.gif ] ; then # this errors now for undeleted non-animated gifs (break)

# todo: ${i} something wrgon is in ${i}

# echo "5: what is in ${i} now"?

rm ${filepathnoextension}.gif # the ori gif name, whatever is not in there is also in ${i}_${curdelay}.gif

fi

fi #skipping previously produced?

done     # all gif files

# final cleanup delete the compromised ori gif and ori htmlsource

# debug this causes to many probs rm $sourcehtmlfilepath  # the ori html name, whatever is not in there is also in ${sourcehtmlfilename}_${curdelay}.${sourcehtmlfileextension}

echo 'animated gif conversion complete!'

# todo: azi.htm is the file to be made into azi_10...1010.htm, ot animated characters

# todo:b1caf_strip.gif wont displaty inphotoviewer, strip gets way too long with empty spots at end

# -> redo only the strips and

# deleate all (after variable creation and loopstarting) and (before grep 'delay ' ${filenamenoextension}.anim)

# delete all after echo "NO STRIP MADE!" except fi and loop closing

# todo:labelling of strips - can one also label the animated gifs

#todo: der erste rame sollte nicht blank sein, sonst kann erst lange gar nichts sichtbar sein

#todo: found 0 of frames, calling montage 1x0 -u -w /cygdrive/G/myfiles/doc/work/students/ms-office/charinput/mandarin_chinese/stroke-order/Zi/Animated-characters/azi/a1f5.gif/cygdrive/G/myfiles/doc/work/students/ms-office/charinput/mandarin_chinese/stroke-order/Zi/Animated-characters/azi/a1f5_strip.gif

# afterexec:10

#dollar sourcehtmlfilepath = /cygdrive/G/myfiles/doc/work/students/ms-office/charinput/mandarin_chinese/stroke-order/Zi/Animated-characters/azi/azi.htm

#CALLING CP  _10.htm

# cp: missing destination file operand after `_10.htm'

#/cygdrive/g/conf/lang/bat/imagemagick/animated-gifs-slow-down.sh: line 26: /cygdrive\

#G\myfiles\doc\work\students\ms-office\charinput\mandarin_chinese\stroke-order\Zi\Animated-characters\animated-characters.htm: No such file or directory

#G:\myfiles\doc\work\students\ms-office\charinput\mandarin_chinese\stroke-order\Zi\Animated-characters\animated-characters.htm

One day, I hope to generalize this script for adapting other animated GIF collections from the Web, e.g . parameterizing it. For now, it can run out of the box on the Chinese website if you setup the necessary environment.

I am running this  from mintty using Cygwin’s ImageMagick, to avoid having to port the great shell ImageMagick scripts gif2anim.sh, anim2gif.sh and gif_anim_montage.sh by Anthony Thyssen which you need to put in the same directory as my animated-gifs-slow-down-pub.sh

And if you change the rootdir and maindir to point to the disk location where you downloaded the website package.

Call the script with “animated-gifs-slow-down.sh &>slowing.log” to log the chatty debug information.

If you use it and/or adapt it to process other websites that use animated GIFs, kindly link back.

Hint: When done, be careful when moving such a large set of files. InfoZip’s zip utility ate the last 10000 of my gif files, without warning, as if it can handle only 64k files? Since this happened during a “move into zip-file”operation, this was costly, at least in CPU cycles required to rerun the gif animation script…

AviSynth scripting should be next…

How to add an RSS feed to your Joomla front page

  1. Go to Top menu: Extensions / menu item: module manager / upper right corner button: new / radio button: feed display / upper right button: next
  2. Fill out this form, some hints to follow: 
    1. radio button: show title: module name will be displayed on front page,
    2. Position
    3. Order
    4. RTL = Right To Left
    5. title: can give context
    6. image: not if you want a tight display
    7. items: more than 3
  3. joomla-wordpress-newsfeed-module-editor
  4. The resulting feed display looks like this on the Joomla Front Page: 
  5. joomla-wordpress-newsfeed-result1

Exchange 2010 Internet Calendars Publishing: 404 and Access level restricted

2011/09/21 1 comment
  1. to access a calendar by its friendly URL (with mailbox name) and get  error “404 – File or directory not found. The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable”, like here: exchange-2010-internet-calendar-404
  2. Check your calendar publishing settings: They are likely set to “restricted”, as opposed to “public” which results in an obscure instead of memorable URL, like here: calendar-publish-permissions-restricted
  3. Change the settings to “publish”and “save”, this will update the URLS, like here: calendar-publish-permissions-public

Time-zone issues when creating meeting requests

2011/09/14 4 comments

Do the clouds change with the time zones you are in, or can the cloud also change your time zone? Smile We are seeing strange inconsistencies of time zones in meeting requests with on-premise resource mailboxes from hosted student accounts…

When students say they see the “correct” time in *their* calendar, they should verify their time zone settings. In OWA/NINERMAIL, upper right corner: Options / See All Options / left menu: Settings / top menu: Calendar / you can check your time zone. In OWA / upper right corner: Options / See All Options / left menu: Settings / top menu: Regional / bottom drop-down:, you can change your time zone, like in the last dropdown here:

owa-options-all-options-settings-calendar-time-zone-change

From setting up calendaring infrastructure for a university using Windows Live Accounts only, I remember that users, when they manually created their accounts, failed to look at the time zone dropdown. So instead of at Greenwich time, they ended up at Pacific time which seems the default for MS products.

That’s one of the reasons why I am glad not having to use Windows Live Accounts for the enterprise anymore.  Now how can time zones be not set up properly for student accounts in a hosted environment? And this time we see not only the Pacific, but also Monrovia… time-zone-issue-in-appointment

The answer seems to be: Even though large institutions may be creating 25000 accounts when they start using live@edu, there seems to be no way to set a default time zone in live@edu to where the client predominantly does business. It seems still the server time that sets the default offered to the new user on login. I could tell you a story or two why that needs fixing…

Room and Equipment handling using MS-Exchange Resource Mailboxes: Sharing Resource Calendars with Students in Outlook Live. A running log

2011/09/13 6 comments
  1. Our users can view the free/busy information of our Resource mailboxes in the Scheduling Assistant of their Meeting request – and also, though even less convenient and more limiting, in the GAL.
    1. This includes student accounts (hosted) being able to view resource mailboxes (on premise) free/busy – which seems the default, different from the solution to achieve this here – or are resource mailboxes permissions more liberal than regular mailboxes?
  2. To allow users the more convenient access to the calendar of the resources (without being able to book through this interface), we have used this:
  1. # permissions: make default user a reviewer (read-only) of resource mailbox calendar

     

    # so that default user cannot schedule through the calendar & bypass resourcescheduling attendant

     

    Set-MailboxFolderPermission

     

    -Identity LRCLcdproject01@uncc.edu:\Calendar

     

    -AccessRights Reviewer -User Default

     

    # work around apparent permissions bug:

     

    # http://www.flobee.net/found-a-bug-with-set-mailboxfolderpermission/

     

    Set-MailboxFolderPermission

     

    -Identity LRCLcdproject01@uncc.edu:\non_ipm_subtree\freebusy data

     

    -AccessRights Reviewer -User Default
  2. Based on this, we have successfully tested sharing our resource calendars with staff accounts (which are on premises).
    1. We have been hoping to share calendars of our resources also with our student user accounts (which are hosted).  However, “Default” in the above does not seem to include these. When students use the built-in “Add Calendar”feature from their  Outlook Live/NINERMAIL, they receive a permission error: “The calendar for the mailbox you chose can’t be opened. You may not have permission to open this calendar”.calendar-add-error-student 
  3. Student staff cannot view the resource calendars. A limited workaround could be to share calendars with individual student staff, so that they can display these calendars to walk-up clients. However, we cannot even share such resource calendars manually with individual students. While, when  impersonating the resource,  I can send out an invitation email to student staff, the student again gets an error when clicking the “Add calendar” link in the invitation mail: “This folder could not be opened. you might not have permission to open it, or it might not exist anymore”. calendar-share-error 
  4. We also cannot see our student staff’s  busy time, even if this busy times when working for us: “No information (Error code: undefined”): scheduling-assistant-student-no-information

  1. A similar issue elsewhere  seems to have been addressed successfully by adding federation for
    1. multiple tenancies within live@edu in “Sharing Free Busy across the cloud”, example:

      Get-FederationInformation

       

      –DomainName <the other Live@edu tenant> | New-OrganizationRelationship

       

      –Name <the other Live@edu tenant>

       

      -FreeBusyAccessEnabled $true

       

      -FreeBusyAccessLevel LimitedDetails

    2. and for mixed hosted/on-premises environments “Set up Federated Free/Busy and Calendar Sharing between Exchange 2010 SP1 and Outlook Live”, which is a bit too evolved for posting a short sample/summary here.
  2. Another workaround could be to add calendar internet publishing privileges to individual resource mailboxes and sharing calendars with student staff, having them display these to walk-up clients.
    1. What data gets published needs to be careful considered. However, it should be possible to hide personal information and just display usage of resources, using the built-in sharing levels (note that organizer may have been put in subject by Resourcebookingasssistant configured with AddOrganizerToSubject, so subject should not be included for calendars “LRCAssistant” and “LRCTutor”## which are offices held/resources booked by students):
      1. CalendarSharingFreeBusySimple   Share free/busy hours only
      2. CalendarSharingFreeBusyDetail   Share free/busy hours, subject, and location
      3. CalendarSharingFreeBusyReviewer   Share free/busy hours, subject, location, and the body of the message or calendar item
    2. Code samples are given here (for hosted):
      1. New-SharingPolicy -Name "Calendar Sharing Policy"

         

        -Domains "anonymous:calendarsharingfreebusysimple"

         

        set-mailbox <all LRC resource mailboxes here>

         

        -SharingPolicy "Calendar Sharing Policy"

Adapting a Symantec Ghost 11 Dell Optiplex 760 imaging setup to 780 hardware using Boot Wizard Win-PE editor

  1. I have set up locally, and documented, a default installation of Symantec Ghost 11 (Ghost console version 11.5.1.2266) that can image a computer lab of dell OptiPlex 760 (not sure how I ended up with doing even this part).
  2. Trying to set to implement use of our new live@edu communications infrastructure in this environment,  I need to image a Dell OptiPlex 780 lab with this setup results in an error: “To Virtual Partition Drivers could not be found in the PreOS for the following devices:Manufacturer: "Intel", Description: "Intel(R) ICH10D/DO SATA AHCI Controller", PCI Vendor: 0x8086, PCI Device: 0x3a02, PCI Subsystem: 0x4201028”
  3. The institution has not produced any documentation on this adaptation, so here goes: You can get a complete set of MS-Vista 32 drivers (which is the OS version that Ghost 11 Win-PE uses ) for Dell Optiplex 780 from Dell’s Driver CABs Homepage, including a table of contents.
  4. You can expand this in Windows Explorer and look for the x86 storage driver, and you will find only one suitable: R222843, Matrix Storage Manager (OS Pre-Install Driver Only), A17, 8.8.0.1009
  5. In Ghost console / tools / boot wizard, You can add this driver (entire dir, as long as it has a friendly name for ghost – could you have done this with the entire dell driver cab of 300mb?) to the win-pe-780 (I made a copy of the default win pee environment which I still need to use for a different set of hardware) (which then compiles the win-pe image), and
  6. You also have to check the driver , to have it included (which compiles the win-pe image again – why? ).
  7. You have to set in Ghost console menu; tools / options / the win-pe as the default remote boot os (this will have to be changed for 760 imaging back to win-pe).
  8. Now, did this really “take”? SNAG-1454 
  9. This allows the reception-captureimage task to complete.
  10. Additional tasks reception-DeployImage and reception-Add to Domain&AD can be derived from the default installation.
  11. We can also deploy and manage Deepfreeze now from the Ghost Console, bypassing Deepfreeze Console.
  12. ghost-console-reception-deepfreeze-remote
  13. I hope this was my last trip down the “general computing” infrastructure Geisterbahn for a while. I was actually trying to apply productivity software infrastructure to a local business process,  and merely  to free up some time for elearning pedagogy…

Proposal Conference Interpreting Center Upgrade. London Metropolitan 2009

Automating Auralog Tell-Me-More with AutoIt. Presentation at EUROCALL 2008

Auralog Tell-Me-More is a leading language learning software system which provides a vast amount of content in an advanced technical infrastructure that we found lacking in usability within an higher education language learning environment.

AutoIt is a programming language for GUI automation which I used to better integrate the Auralog software into the higher education language learning process, including

  1. programmatic creation of courses and accounts
  2. programmatic extraction and digital repository management for over 30.000 learning units.Click to view a work sample from my portfolio
  3. programmatic creation of 10,000s of learning paths,

Results were presented (screencast) at EUROCALL 2008: “Automating Auralog (pdf)”:

    1. cpurse and account creation

creates 100s of courses , creates and enrols up to 2,000 student accounts every term,

  1. content extraction produces files for adding search and spreadsheet for sort/filter functionality:
  2. learning path creation.

More detailed background information here: plagwitz_auralog_accounts_project_pub.pdf, plagwitz_auralog_project_pub.pdf