Updated: 3.2.2003; 21:30:14 GMT

blogattic
weblog mostly about security


daily link  Thursday, January 9, 2003

Assymetric information and a new bookmarklet

For a long time, vendors held an advantage of having better information than consumers. Economists even have a name for generalised version of this fenomenon - assymetric information. What's important here is that Internet, by giving easier access to information. Bookchecker is one of the services that are helping this happen through comparing the prices of the books in various internet bookstores. Since they URL is quite simple, it didn't take much time to modify the regexp from my previous bookmarklet to work with Bookchecker

Bookmarklet is here.

Source code is here:

javascript:var%20re=/([/-]|is[bs]n=)(d{7,9}[dX])/i;
if(re.test(location.href)==true){var%20isbn=RegExp.$2;void(win=window.open('http://uk.bookchecker.com/'+isbn,
'LibraryLookup','scrollbars=1,resizable=1,width=750,height=500'))}

You may want to change the URL of the service depending on where you live (or at least buy books).

  12:52:12 AM  permalink  

 
January 2003
Sun Mon Tue Wed Thu Fri Sat
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
Dec   Feb

Click to see the XML version of this web page.

jenett.radio.simplicity.1.3R
Radio Userland



Copyright 2003 © Jiri Ludvik.
Last update: 3.2.2003; 21:30:14.