24 March 2008

Thoughts about integrated web presence

http://orweblog.oclc.org/archives/001583.html

Blog entry from Lorcan Dempsey about the UCD Library Web initiative. From his blog entry:
"...Reading the document two general questions came through for me (expressed in my words):How does one create some unity of approach across the resources to be presented, in terms both of management and presentation? Some of this discussion is about whether it makes sense to move away from a web-page list/browse presentation to a more managed environment for particular resources. Examples would be moving all electronic resources into Metalib or using LibGuides for library subject guides. I was struck by this comment about the catalogue:We have taken it for granted that the catalogue as a separate search interface can happily retain a different look and feel from the website and other interfaces but many of our users do not differentiate the online library platforms in this way..."

19 March 2008

Using a Web-Based CMS

FEATURE (Computers in Libraries Vol. 28 No. 3 — March 2008)
From Static to Dynamic — Choosing and Implementing a Web-Based CMS
by Ruth Kneale

Interesting and thorough article about seeking and implementing a CMS for a web site.
http://www.infotoday.com/cilmag/mar08/Kneale.shtml

17 March 2008

Research Shortcuts + W3 pages

Research Shortcuts + W3 pages =
"Course Pages" or "Library Research Guides"

We have identified a need to upgrade what we do with our current research help pages:

  • Research Shortcuts
  • Web Pages Recommended by Reference Librarians
Benefits to the Students and other library users:
  • The current approach requires students to go to two different and unequal places to get research help for specific subjects. Research Shortcuts and Web Pages Recommended by Librarians
  • This would be an opportunity to adopt a fresher, Web 2.0, approach and might garner new users.
  • There would be a more uniform presentation of information to the user.
    • As an added note: LibGuides look can be customized to our own look
Benefits to Librarians:
  • Reference librarians who are already time-challenged must update pages in two different places when they could maintain only one and provide users with more options.
  • When responsibilities for pages change, the transition would be made easier since the essential information and format would remain the same.
  • This tool is mostly modular and automated so librarians would not need to develop another skill set.

Resources reviewed:

Upon recommendations from our own librarians and various blogs, wikis, webcasts, and discussion lists, Margaret investigated several things that other libraries use. These are the things that rose to the top and some comment.

Things we did not choose (See below) || What we chose (LibGuides)

Notes on things we did not choose



What we chose

27 February 2008

Improving a web site

Melinda sent this link. It has interesting information. Fortunately, we do most of the things which are pertinent to us on the list.

25 Ways To Improve Your Site In 5 Minutes

http://fadtastic.net/2008/02/12/25-ways-to-improve-your-site-in-5-minutes/



26 February 2008

Web Opac "Spellcheck" problems

Update:
email from iii tech help summarized....

The first issue listed below has been reported to the software engineers as a legitimate problem.

In regards to the second issue: spellcheck works only with the advanced search protocol
<form action="/search/X" method="get">
and will not work with the quick or simple search protocol which is what I had on opacmenu, mainmenu, and Quick Search. So, the protocol was changed on opacmenu and mainmenu.

Spellcheck is working now within the parameters listed above. mp (4/17/08)

Advanced Keyword Search (srchhelp_X)

-- It works OK in Firefox but has a problem in IE7. Here is the issue:
  • If one uses the boxes and enters a misspelling in one of the boxes say "brhk" in one and "microbiology" in the other -- or a misspelling in both (doesn't matter).
  • Spellcheck correctly asks "Did you mean born and microbiology? more » "
  • If you choose "more," you are presented with options.
  • However, if you choose not to use any of those options, but instead, enter correct terms in the boxes, and submit -- it will not search those terms.
NOTE: The same search sequence does work correctly in Firefox.
NOTE2: The simple keyword search (srchhelp_Y) does work correctly in both Firefox and IE7.

Mainmenu / Opacmenu / Simple [Quick] Keyword Search (srchhelp_Y)

-- On our server, these three files are exactly the same, but named differently as indicated above.
  • Now, when you open the catalog in Staging (http://alicat.austincc.edu:2082/), the opening and Start Over screens do not display properly since I've added the spellcheck token.
  • However, if you actually type in the whole url (e.g., http://alicat.austincc.edu:2082/screens/opacmenu.html), the screen will display and work properly. And, if you click on the link to the Quick Keyword Search from the Advanced Keyword Search screen, that page (srchhelp_Y) will display and work correctly.
NOTE: This problem occurs in both Firefox and in IE7.