02 November 2010

Mobile catalog

We have been working with LibraryThing to use their new product LibraryAnywhere as a mobile catalog. Their product is now live and we are putting the finishing touches on our catalog before publicizing it.

The mobile catalog comes in two forms:
  • Mobile web for iPhone, Android, and a
  • Universal version that works on any phone with web-browsing capabilities.
Key features
  • Search catalog, place holds, renew items. It does what the regular catalog does.
  • Save records to your phone to access later. Works on any phone with a web-browsing feature—not just smart phones.
  • “Universal Version” is fully compliant with Section 508 and other accessibility standards.
  • Geo-location finds your nearest library easily.
URLs for the ACC Library Catalog
Main Link: https://www.libanywhere.com/m/210
Universal version: http://www.libanywhere.com/la/210
Note: I have entered the prescribed script into the the III toplogo.html file so that anyone using the regular catalog url (http://alicat.austincc.edu) will be prompted to use the mobile application if they are using a mobile device.

WHAT'S BEEN DONE SO FAR:
  • Created the mobile catalog home page with the following (linked) pages
    • My Account (catalog login page)
    • Hours & Locations
    • Ask a Librarian
  • Integrated with the mobile library web site (http://library.austincc.edu/m/)
  • Tested the all the functions -- searching, logging into an account, requesting and item, saving a list of items, etc.
WHAT REMAINS TO BE DONE IN THIS PHASE:
  • Decide how to link from the Library Web Site and the regular Opac.
  • Decide how to publicize.

10 July 2010

Progress on Spanish Opac 7/10/10

Finished the last patron verification screen (for electronic reserves) "pverify6_web_spi.html"
Note: I did not translate the copyright information on that page. Do we need to?

Found needed and created the following buttons:
  • closewn
  • closewindow
  • ret2cat
  • limavail
  • pat_cancelmark
  • pat_sortbychkout
  • request_reset
  • sortpudate
Updated the "wwwoptions" to include lines for these buttons and a couple more that I had buttons for but no line in the wwwops.

Ran several scenarios in the catalog. Need to have web committee test before adding the Espanol link to the English catalog.

29 June 2010

Progress on Spanish Opac 6/29/10

Worked a little this morning before LLT meeting.

  • Mostly worked on "patronview_spi.html" which is the information screen you get when you want to view your account.
Created the page which is mostly tokens. Noticed that I needed to create the following buttons:
  • pat_sortbydue (note: will need to add to wwwoptions for _spi activation)
  • pat_renewmark (note: these two must already be in wwwoptions because they display)
  • pat_renewall
  • The message at the top of the screen is system generated and I see no place to change to Spanish. Will need to investigate further.

  • Also noticed that when logged in that the log out link and logout button return the user to the English language catalog.
  • the code for both of those is /logout?
  • Changed to /logout?*spi and that seems to work

  • Began to work on "pverify3_web.html" which is the verification screen you get when you want to request an item. There are some repeating elements so I need to start from scratch on this one.

28 June 2010

Progress on Spanish Opac 6/28/10

Worked on srchhelp pages today:
  • Changed the search tool to a standard using the color green (#D1EFD8)
  • Changed the form focus on all the pages because it sent the cursor to the second entry box on all the forms. The setting was changed from elements[1] to [[body onLoad="document.forms[0].elements[0].focus();]] Note I changed the angle bracket to square brackets to see it here.
  • Cleaned up link errors on several pages.
Images:
  • Cancelar
  • Limitar/Ordenar
Changes to other files to make the searchtool green:
  • briefcit / _resources / _auth
    • added a style at the top for the browseSearchtool
  • added a style to AVS advancedSearchtool
  • need to work on other results pages to figure out how to style the search tool on those pages (for example, the bib display page)
Need to work on the pverify_web files.

25 June 2010

Progress on Spanish Opac 6/25/10

6/25/10
Revised:
  • pverify_web_spi.htm to make it work
  • wwwoptions to add button referrals
  • viewsaves_web_spi.html (new)
  • request_result_spi.html (new)

Created buttons:
  • clear_form_spi.gif
  • clear_all_spi.gif
  • delete_selected_spi.gif
  • savemarked_spi.gif
  • save_all_spi.gif
  • ret2prec_spi.gif



Need to work on the following next:

Requesting and Exporting Forms




WebPAC File Name

Command Link

HTML File Name

Legend:
Done
To Do

Book Cart Form

NONE

viewsaves_web_spi.html

Request Verification Form

NONE

pverify3_web_spi.html

Batch Requesting Form

NONE

pverify4_web_spi.html

Pickup Location Selection Form

NONE

pickuploc_select.html

Request Results Form

NONE

request_result_spi.html

Single Request Item Selection Form

NONE

item_select.html

Course Reserves

NONE

pverify6_web.html