var fDesc=new Array(); fDesc[0] = "Anyone who has used one of the many online book review/inventory sites knows how painful it can be to enter their inventory of books into these sites.
Shelfari Scanner is an Adobe AIR-based application that turns any high-quality webcam into a barcode scanner you can use to quickly generate an inventory of your books suitable for use with Shelfari.
The application uses my Scannerfly SDK to provide the barcode scanning capability, which provides barcode scanning .
Once you’ve scanned all your books, hit the save button to have Shelfari Scanner export an inventory file suitable for importing"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }