Bookmarklets are a cool and simple way to try out Fast Forward. In a nutshell, a browser bookmark doesn't have to be a dumb link to a page, but can be a smart piece of Javascript.
In our case this little chunk of code is all we need:
javascript:location.href='http://www.buzzbox.com/q/html-redirect?url='+location.href;
Putting the pieces together in an HTML anchor we get
<a href="javascript:location.href='http://www.buzzbox.com/q/html-redirect?url='+location.href;">Fast Forward</a>
Which shows up for you as:
Fast Forward
Depending on your browser, you may be able to right click the above link, or even drag it into your toolbar to get the bookmarklet. Each time you want to fast forward from a webpage, simply click the bookmark.
Monday, November 24, 2008
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment