PHP + DOM + Joel = SMS from OPAC
Mentioned the other day that I was working on adding a “send this call number to your cell phone” capability to our Voyager OPAC (mitigating the “find a scrap of paper” problem). I was heading down the JavaScript path (based on a email exchange I had with Kevin Gilbertson of Wake Forest) when I got a tip that Joel Shields, Library Portal Specialist at the Washington Research Library Consortium (WRLC), had developed similar functionality for their Aladin system (also a Voyager catalog).
Emailed Joel and got a quick reply: while his code was not yet in production, he’d be more than happy to share it with me. That was really nice of him but to my mind even nicer was the fact that he coded his solution in PHP—meaning I could sidestep all the browser-specific issues that accompany (plague?) javascript development.

Following Joel’s well-documented instructions, I had the feature up and running within the hour. I made a few modifications to the logic for parsing out the call number then added the new capability to our OPAC with a “Send Call Number to Phone (beta) label.
|
|
|
|
Comments(0)
Getting started on a project where I’ll try to add a “send this item’s location to my cellphone” link in our OPAC (a 21st century analog to the little box of index cards and stubby pencils that sat near card catalogs in the last century). Thanks to