Docklet for Internet Favorites?

Is there a docklet where I can store all my internet favorites? I'm envisioning something like the weather report docklet where if you click the weather icon the five day forcast comes up. For instance if you clicked this docklet all of your internet favorites would come up in a similar branching menu w/ thumbnails.

If this doesn't exist, can someone design them?




1,096 views 3 replies
Reply #1 Top
You can create a flyout menu in OD to do what you describe.

You could create a vbscript file that will minimize all open windows when clicked. Save it as minimize.vbs and put a shortcut to it on the start menu or quick launch bar.
Here is the code you’ll need;
-------------------------------------------------------------------------


Set shell = wscript.CreateObject("Shell.Application")
Shell.MinimizeAll


-------------------------------------------------------------------------
Reply #3 Top
Open notepad
Copy the script above and paste it into notepad
Save as minimze.vbs (make sure there is no txt)
doubleclick it
Everything should minimize

Move it to wherever you want it to live . . then drag it to the dock to create the shortcut.