Anyone know of something like Fluid, for Windows? [closed]

I'm looking for something like Fluid (Mac OS X), for Windows. It's an app that lets you run a single browser window, as a standalone app. So I can have a Fluid 'app' each for say Fogbugz and Stack Overflow, and my normal browser activities don't interfere with them (shutdowns, crashes etc). To most intents and purposes they appear to be self-contained applications in their own right.

I run Fluid myself on my Mac and I'm looking for something similar for my partner to run on her Windows XP machine.

I'm half-tempted to drum something up myself in Delphi but I'd want it to use whatever the user's default browser is (eg Firefox, Chrome) and I'm not sure the amount of pain in trying to do that is worth my time - I'm not short of things to do! Much happier if I can just find something off-the-shelf to do it. :-)


What you are after is Prism, which is based on Firefox. It allows you to "split web applications out of their browser and run them directly on their desktop." It is available for Windows, Mac and Linux


Well there is Google Chrome. It has Application Shortcuts.

That creates a shortcut so you can see the webpage as it is a normal app, with it's own frame.

Is that what you're looking for?

EDIT

I found this nice picture

alt text


I had considerable difficulty getting Prism to work with a proxy. I ended up creating my Prism app (with icon on desktop), then editing the webapp.ini file for the Prism app (located in Documents and Settings\User\ApplicationData\WebApps) to have the URL be about:config.

Then fire up your prism app (in this case it was for Google Tasks), and edit the network.proxy settings accordingly for your network.

Close out of the prism app, and return the webapp.ini file to its previous state (url= the desired website instead of about:config).

Proxy should work now!