Use this little javascript in your pages to enable the user to automatically "bookmark" your webpage.
Yes, I know, the feature is already available to anybody through the browser toolbar itself... but, by mentioning it on your page and creating this link, you draw attention to content that's deserving of a bookmark.
Here's how you do it. Place the following code somewhere in your page. It's a good idea to put this in the upper right so the user will see it upon entering the page. Make sure it's all on one line, no spaces except for the title of the page and the text on the screen.
< a href="javascript:window.external.AddFavorite
('http://blog.case.edu/webdev','Case Web Development Blog-Tips and Tricks')">Bookmark this page! < /a>
Change the text in the example to your own information and post this to an important page in your web presence. Maybe your homepage?
Hope this helps!
Comment by jms18 — March 29, 2005 @6:19 pm
Comment by jms18 — March 29, 2005 @6:20 pm
Comment by cool — March 30, 2005 @9:14 am