jacket
 
 
About IR
Editors
Author instructions
Copyright
 
Author index
Subject index
Search
 
Reviews
 
Register
Home
 
Valid XHTML 1.0!
       

Hacking the systems

Tara Calishain and Rael Dornfest, Google hacks: 100 industrial-strength tips and tools. Sebastopol, CA: O'Reilly, 2003, xxi, 330p. ISBN 0-596-00447-8 $24.95
Paul Bausch, Amazon hacks: 100 industrial-strength tips and tools.Sebastopol, CA: O'Reilly, 2003, xix, 280p. ISBN 0-596-00542-3 $24.95
Preston Grall, Windows XP hacks: 100 industrial-strength tips and tools.Sebastopol, CA: O'Reilly, 2003, xviii, 392p. ISBN 0-596-00511-3 $24.95

I believe that the original 'hackers' were members of the MIT model railway club and a 'hack' was a neat way of solving some problem to do with the electricl infrastructure. Naturally, some members of the club were also computer students or researchers and the word crept into use to signify someone who wrote a clever bit of computer code. That usage has been almost drowned out as a result of the media seizing upon another definition, that of the hacker as someone who illegally gains access to someone else's computer system. So, by producing these books on 'hacking' various systems, is Google encouraging us to commit crimes? Probably not, although occasionally we are advised that Google, or Amazon might not actually like us to do what is recommended.

Most of the time, however, the books are setting out useful tips on how to use the search engine, the retail site and the operating system. Quite what might be meant by 'industrial-strength', I do not know. Unless it means simply that these tips have actually been tested and are shown to work.

Some ideas are easy to implement, like the Google search form that you can put anywhere on your pages:

<form method="get" action="http://www.google.com/search">
<input type="text" name="q" size=31 maxlength=255 value="">
<input type="submit" name="sa" value="Search Google">
</form>

which, with a little further tweaking, produces this:

just click on the button and see what turns up, or you can replace it with something else.

In fact, I think I'll put that on the site.

Others require considerably more knowledge of the system you are 'hacking', thus, most of the 'hacks' in the Google book are written in Perl for use with the Google Web API and to do that you have to register as a developer with Google. You also have to have access to the root directory of your Web site in order to use Perl, and write DGI programs. You may not be that bothered to tweak Google, or your ISP may not be prepared to give you access. Even academic institutions are reluctant to let everyone play with with the servers.

The same applies to the book about Amazon - and who would have thought, say ten years ago, that searching a bookseller's Web site might be the subject of an entire book? Some of the hacks are simple, and potentially useful, like using the ISBN of a book is the search URL so that you are taken directly to the main page for that book.

Try it: put either of these URLs into the address box of your browser, or simply click on them - you don't need to be connected to Amazon - and you should arrive at the main Amazon page for the Collins Bird Guide:

The ASIN is the 'Amazon Standard Item Number' and, in the case of books, they use the ISBN, so all you need to find the Amazon page is the ISBN.

If you are a user of the Mozilla browser, there is also a 'hack' to put an Amazon search function on its sidebar. This is made possible, again, by the fact that Amazon produced an API for developers and, again, most of the 'hacks' require the same kind of server access as those for Google.

The case of the Windows XP operating system is rather different and you can look at the book in two ways: either you need to know a lot already about tweaking various features of the successive Windows operating sytems or now is your chance to learn!

This is the lengthiest of the three books with twelve chapters covering hacks for Startup and Shutdown, The User Interface, Windows Explorer, The Web, Networking, E-mail, The Registry, Basic Utilities, Applications, Graphics and Multimedia, System Performance, and Hardware.

As with the other books, some of the 'hacks' are pretty basic and, in some cases, the word 'tip', used in the sub-title is more appropriate. For example, 'hack' number 77 is about XP's screen capture capability, plus a suggestion to use SnagIt if you want greater functionality. You could find out about screen capture by using the XP Help facility, of course, so I'm not sure why something as basic figures as an 'industrial-strength' 'hack'. However, if we regard this particular book as a rather cunning pseudo manual to XP, rather than as an advanced 'hacker's guide', then there is some sense in it.

Other 'hacks' involve more advanced features, like trouble-shooting network problems, and tweaking the Registry to accomplish, for example, faster shutdown. All in all, I'd recommend this book to anyone getting to grips with XP for the first time, since it brings together a great deal of information which I've previously seen scattered over all kinds of sources. Yes, you can probably find the same thing on the Web, but treat this as a manual and you'll have an easier time with the system.

Although I have reviewed these three books together

Professor T.D. Wilson
Publisher/Editor-in-Chief
December, 2003

Note: The Oxford English Dictionary online gives the earliest citation for 'hacker' (in computing) as: 1976 J. WEIZENBAUM Computer Power & Human Reason iv. 118 "The compulsive programmer, or hacker as he calls himself, is usually a superb technician."


How to cite this review

Wilson, T.D. (2004) Hacking the systems. Review of: Tara Calishain and Rael Dornfest, Google hacks; Paul Bausch, Amazon hacks. Preston Grall, Windows XP hacks. Sebastopol, CA: O'Reilly, 2003    Information Research, 9(2), review no. R116    [Available at: http://informationr.net/ir/reviews/revs116.html]

Valid XHTML 1.0!