@Nick Ashley,
Nick Ashley wrote:
It does allow you to create a desktop or quick launch icon to a website. When doing this, it has even less chrome then the normal version. It also uses the sites favicon as the icon.
Yeah, I made one for our email but it's of limited use to me if I can't minimize it and get notifications.
Quote:Making a minimize to tray would be an easy feature, and pretty cool. However having it notify on update would be a whole other beast. I can't think of a way to do it without requiring some specific code from the website itself.
I know, initially the only thing I think it could do that could work broadly is to notify on page refresh, and let javascript make rpc calls in the background and then refresh the page if there's something new to trigger the notification. It doesn't seem like it would be useful without a specific api for notifications that the sites could use.
Quote: The only way without changing the site I can think of would be to change color on any DOM change. However this would have problems with pages with javascript clocks.
Well they could get more specific on the dom change but I agree about the basic problem in doing it this way.
Quote:Actually, the more I think of it, I think this would be the perfect piece of functionality for a plugin. Then you could customize when the color changed for each site (such as when an ajax request returns a certain result, or certain DOM element changes, when a javascript function executes, etc).
Alternately, it could be an open notification standard, with support for messaging that the site itself could manipulate through js. In any case, when something like that finally happens, I think the webtop people have been talking about for so long will finally come to life.
You haven't happened to find my search bookmark functionality have you? Without that I can't see myself even using it for more than testing.