Archive

Archive for the ‘e-infrastructure’ Category

Fall2013 LRC room booking and equipment circulation improvements

  1. We had a lot of problems over the last 2 years with students, unlike faculty and staff, not getting automated accepted/declined responses to their resource booking requests. This seems now finally a thing of the past:
  2. resource booking attendant reponds to students
  3. In addition to automated responses in cases of policy violations or booking conflicts, we meant to automatically enforce policies that restrict booking of certain resources to certain groups. While groups still need to be maintained manually, this is now possible (and being implemented first for film studies and film club students that have exclusive rights to our film equipment). And here is what it will look like: “You don’t have permission to book this resource”. Don’t hand out equipment to clients who got this response. resource booking attendant declines per user you dont have permission to book this resource
    1. Now onto the next problem:  about seeing those responses from within in meeting request in OWA? (works in Outlook Desktop, but that does not help us at the reception desk).

Protected: Client computer tag

2013/08/19 Enter your password to view comments.

This content is password-protected. To view it, please enter the password below.

How to share your calendar from Outlook (desktop)

  1. Click “Share Calendar”:image
  2. Choose your settings, then click “Send”: image
  3. Or you could just rely on the campus default and have colleagues use the “scheduling assistant” in the “meeting request”,
  4. After adding participants image
  5. their calendars can be seen – in timeline format, good for comparing availability of multiple meeting participants –after you click on ribbon item: “scheduling assistant”. image 
  6. In current OWA., “meeting request” and “scheduling assistant”  look a bit different from/reduced (including permissions) compared to Outlook, as you can see here e.g..

How to fix a crash of the teacher station control panel

  1. Problem: control panel on the teacher station  unresponsive (both hardware and software buttons). No AV and on/off switching.
  2. Cause: Octo switch in the AV cabinet crashed (it needs replacing).
  3. Resolution: Open the door to the AV cabinet and powercycle the switch (= unplug and replug the lower thin black cable in the 1st or top rightmost thin black cable in the 2nd photo). Or use the call button (still functional) and wait for help.
  4. image 

How to view the full MS-Exchange resource booking details in scheduling assistant

2013/08/13 3 comments
  1. If you set resource mailbox calendar default permissions  to “full details” like so: image
  2. you will get the benefit of seeing immediately the contact info of other bookers of the resource in the scheduling assistant , like so:
  3. image
  4. That is more personal and personable – in Outlook! In OWA of exchange 2010 sp2, you still do not, and you have to go through the full calendar (subscribed or published with full detail like in the view links here).
  5. Here is a little bonus for the recent commenter: You may have to trigger a refresh (wait time seemed bit enough). The information for the resources at the bottom I started seeing only after I switched back and forth between scheduling assistant/appointment/scheduling assistant view. image

How to publish an OWA calendar to the internet

  1. For lack of PowerShell access, we have to:
  2. sign in as the resource : image
  3. “click on publish” in the calendar’s context menu: image
  4. choose these settingsimage
    1. we do a lot of forensics and statistics, looking back throuhg the term, which is longer back than 3 months
    2. students do not need to book ahead at the beginning of the term for end-of-term projects, so we do not need 6 months forward;
  5. Result: image.

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 fix cygwin extension "unable to start correctly 0xc000007b" on Windows 7 64-bit

In this instance, the cryptic message denoted a bitness problem: dcfldd (the extension in question, like so: for /f %i in ( ‘dir /b .\input’ ) do dcfldd.exe if=input\%i of=output\%i.jpg bs=1 skip=6) would not start in a Cygwin 64-bit environment. Installed cygwin 32-bit (and changed my path), and dcfldd worked fine.