I generally build web based applications. But, there is sometimes a need to distribute these applications to various platforms and have them act more like regular applications than web apps. A quick solution might be to create an icon that opens the browser with no menu, url bar, or icons.
It looks like IE might have some options for this. My searches for Firefox haven't turned up much. I'd like my solution to work in Windows, Linux, and on the Mac. And I don't mind building different solutions for each platform.
One thought, build a tiny XULRunner app that is just a browser window. But, XULRunner has a 10MB download size. When the user probably already has a browser, that seems excessive. Another option might be just an installer that creates an icon and a link to the browser with the URL in it. This would work, but doesn't make the web app look like a normal application.
What are your thoughts on how to deploy a web app that looks more like a regular app on multiple platforms?