Source: site.tips [edit]
WubHub Tips and Tricks
Use WubHub to Bookmark Sites
01/06/06 09:48:00 AM Posted by acheyer |
To add the following bookmarklet to your browser's Favorites menu, copy the following URL:
When you click on the favorite, your current page will be sent to WubHub's bookmark() command.Faster Command Entry
01/06/06 05:12:00 AM Posted by acheyer |
- Lose the quotes! Instead of a websearch distance("oakland", "san francisco"), you can also type distance(oakland, san francisco). You don't need the quotes unless you want to embed a "," in the argument, such as distance("oakland, ca", san francisco)
- Lose the parens! Some people like the faster ":" syntax, which saves one typed character. Instead of g("adam cheyer"), you type the equivalent g: adam cheyer.
- Short Aliases: If you type a long command requently, simply create a new function that is an alias to this longer function, perhaps with some default arguments. For example, alias "yahooLocal(searchTerm, location)" to be customized for you: yl(searchTerm) [set the default location to where you live].
Keep an Activity Log
12/23/05 05:20:00 AM Posted by acheyer |