Juice Your OPAC

Richard Wallace’s Juice project (Javascript User Interface Componentised Extensions) is a “simple componentised framework constructed in Javascript to enable the sharing of Ajax Stye extensions to a web interface.”
WordPress or Scriblio users might do well to think about it as a way to put widgets on systems that don’t support widgets, though as Richard points [...]

Scriblio 2.3 v4 Released

Scriblio 2.3 v4 is out. See it. Download it. Install it. Join the mail list.
What’s new?

Lots of small bug fixes.
Implemented wp_cache support.
Revamped SQL query logic for better memory efficiency.
New widget options.
Search suggest/autocomplete support (implemented in the new theme).
New theme. New Theme! By Jon Link.

Is Automated Metadata Production Really The Answer?

(It’s old, but I just stumbled into it again…) Karen Calhoun’s report, The Changing Nature of the Catalog and its Integration with Other Discovery Tools, included a lot of things I agree with, but it also touched something I’m a bit skeptical about: automated metadata production.
Some interviewees noted that today’s catalogs are put together mainly [...]

Presentation: Designing an OPAC for Web 2.0

MAIUG 2006 Philadelphia: Designing an OPAC for Web 2.0 (interactive QuickTime with links or static PDF)
Web 2.0 and other “2.0” monikers have become loaded terms. But as we look back at the world wide web of 1996, there can be little doubt that today’s web is better and more useful. Indeed, that seems to be [...]

Cataloging Errors

A bibliographic instruction quiz we used to use asked students how many of Dan Brown’s books could be found in our catalog. The idea was that attentive students would dutifully search by author for “brown, dan,” get redirected to “Brown, Dan 1964-,” and find three books. Indeed, the expected answer was “three.”
As it turns out, [...]

It’s Official

WPopac, a project I started on my nights and weekends, is now officially one of my day-job projects too.
We’ve been using our WPopac-based catalog as a prototype since February 2006, but the change not only allocates a portion of my work time specifically to the development of the project, but also reflects the library’s decision [...]

NELINET 2006 IT Conference Proposal

I recently submitted my proposal for the 2006 NELINET Information Technology Conference.
It’s about WPopac, of course, but the excitement now is that the presentation would be the story of the first library outside PSU to implement it.
WPopac is an open source replacement for a library’s online catalog that improves the usability, findability, and remixability of [...]

Presentation: Designing an OPAC for Web 2.0

IUG 2006 presentation: Designing an OPAC for Web 2.0 (also available as a PDF with space for notes)

This is an update of my ALA Midwinter presentation.

WPopac Gets Googled

A discussion on Web4Lib last month raised the issue of Google indexing our library catalogs. My answer spoke of the huge number of searches being done in search engines every day and the way that people increasingly expect that anything worth finding can be found in Google.
There were doubts about the effectiveness of such plans, [...]

Boolean Searching in WPopac

WPopac takes advantage of MySQL’s indexing and relevance-ranked searching (go ahead, try it), including boolean searching (on MySQL versions > 4.x). Here are some details and examples taken wholesale from the MySQL manual:

+
A leading plus sign indicates that this word must be present in each result returned. 
-
A leading minus sign indicates that this word must [...]