Occasionally, printers will run disposable sheets of paper through the press several times in order to fine-tune the press, or to clean the rollers. The resulting “setup sheets” often display random overlays of images and type from various unrelated print jobs.
Yahoo!'s new Pipes service is a milestone in the history of the internet. It's a service that generalizes the idea of the mashup, providing a drag and drop editor that allows you to connect internet data sources, process them, and redirect the output.
Phew! Sounds like it's worth a look: Yahoo! Pipes.
February 09, 2007 . 08:28 AM
| 1
| posted in Software
bsn namespace is set as default - uses new bsn.Autosuggest(... instead of new Autosuggest(.... This avoids conflicts with other libraries (e.g. prototype) out of the box.
Update 2007-03-24
I've made a few changes, and shaved off a third of the file size.
Most importantly, using a function as the script variable, it's possible to include values from other fields in your AJAX request. A number of people asked for this functionality.
Compatibility with prototype, and other libraries (version 2.1 and earlier)
Hi to everyone that's having compatibility problems with Prototype or other libraries. Don't write me an email or a comment - here's how to avoid conflict problems:
Before you load the Autosuggest .js, set the following variable in your html page:
useBSNns = true;
This shifts the whole code into the 'bsn' namespace. You then create a new autosuggest as follows:
var as = new bsn.AutoSuggest('idOfTextfield', options);