Internet Annoyances: How to Fix the Most Annoying Things about Going Online
SEARCH AMAZON AND THE WEB SIMULTANEOUSLY
The Annoyance:
It drives me crazy when, after I buy a book from Amazon, I find the information I needed on the Web. Why can't I search the Web and Amazon simultaneously, so I can decide whether it's worth buying the book in the first place? The Fix:
You can, and Amazon makes it possible, thanks to its oddly named A9 search site at http://www.a9.com. At first, it seems like any other search sitetype in your search term, and you get web results. But click the Books button on the right, and you'll see a list of books on Amazon that match your search results as well (see Figure 8-17). Click a listing, and you're jetted over to the appropriate Amazon book page. Figure 8-17. When you search on a term using A9, you also get a list of books on Amazon related to your search.
When you click a book listing on the A9 site, all of Amazon's usual features (such as searching within a book) will become available to you. If you're a registered Amazon user and have your cookies set so that Amazon recognizes you when you visit, A9 will recognize you as well.
AUTOMATICALLY SEACH AMAZON FOR HIGHLIGHTED WORDS
The Annoyance:
When I browse the Web, I often come across a topic I'd like to look up on Amazon. But I hate having to head to Amazon, then type the word into the search box. There must be a faster way. The Fix:
There is. With a few tweaks, you'll be able to highlight any word on a web page, right-click it, choose Search Amazon from a pop-up menu, and get Amazon search results in a new browser window. The trick involves writing a little bit of JavaScript code and editing the Windows Registry. (Before you do this, make a backup of the Registry. Select Start To create the JavaScript, open Notepad and enter this code: <script language="JavaScript"> var searchURL = new String("http://amazon.com/exec/obidos/external-search/ mode=blended&keyword="); var w = window.external.menuArguments; var d = w.document; var s = d.selection; var r = s.createRange(); var term = new String(r.text); window.open(searchURL + term); </script>
Save the file as AmazonSearch.html in a folder called C:\scripts. (If the folder doesn't exist, create it.) Now that you've created the JavaScript, you need to edit the Registry to tell Internet Explorer when and how to use it:
|