xFruits: “Compose Your Information System”
Is xFruits a worthy replacement for Yahoo! Pipes?
photo: double burner
Is xFruits a worthy replacement for Yahoo! Pipes?
OpenSearch is a common way of querying a database for content and returning the results. The idea is that it brings sanity to the proliferation of search APIs, but a realistic view would have to admit that we’ve been trying to do that since before the development of z39.50 in libraries decades ago, and the [...]
I’m honored to join Katie Bauer, of Yale University Library, in a program coordinated by Mary Jane Kelsey, of Yale Law’s Lillian Goldman Library.
The full title of our program is Technology Scouts: how to keep your library and ILS current in the IT world (H-4, 4PM Tuesday, room 274). My portion of the presentation [...]
Amusing. One one side of the world is Jenny Levine, the original library RSS bigot, pushing libraries to adopt new technologies from the bottom up, and here on the other side of the world is NewsGator offering their products for top-down adoption.
Why are law libraries interested in NewsGator? Could it be that social software increases [...]
I didn’t hear big announcement of it, but deep in the docs (? PHP 5.1.0) you’ll find a note about additional Libxml parameters. In there you’ll learn about “LIBXML_NOCDATA,” and it works like this:
simplexml_load_string($xmlraw, ’SimpleXMLElement’, LIBXML_NOCDATA);
Without that option (and with all previous versions of PHP/SimpleXML), SimpleXML just ignores any < ![CDATA[...]]> ‘escaped’ content, such as you’ll find [...]
Somebody at Gizmodo found this Agence France-Presse story about the intersection of American surfing and bathroom habits in The Hindustan Times. It’s based on a report by the USC Annenberg School’s Center for the Digital Future. For five years running now, the center has tracked internet use (and non-use) in a 2,000 household representative sample [...]
Ryan beat me to reporting on the interesting new services at the Ockham Network (noted in this Web4lib post). The easiest one to grok is this spelling service, but there are others that are cooler.
He also alerted me to a Perl script to proxy Z39.50 to RSS. Though for those more into PHP (like me), [...]
I want Wikipedia to have an API, but it doesn’t. Some web searching turned up Gina Trapani’s WikipedizeText, but that still wasn’t exactly what I wanted. A note in the source code, however, put me back on the trail to the Wikipedia database downloads, and while that’s not what I want, I did learn that [...]