In the company I'm working for, it seems that all of a sudden all of our applications need to be ported to web applications. For as far as I can understand, the only reason is that the web application hype has finally contaminated some of our decision makers.
I am a fan of desktop applications because they are more user friendly. In my opinion, they are more responsive, have better user interfaces, are more customizeable and have better keyboard support. I just cannot see myself using web versions of Visual Studio or OpenOffice. Furthermore, I have the impression thin client desktop applications are easier to implement than their web-app counterparts.
Maybe I am overlooking some qualities of web applications, and maybe I am incorrect about the drawbacks I mentioned above. Therefore my question: is there anyone who can see advantages of web applications over desktop applications?
Update: So far, there came some interesting responses. Please note however that I am not talking about the difference between a thin and fat client application, but only between developing for a webbrowser platform versus a desktop platform.
Update: by "web application" I mean the combination HTML/CSS/JavaScript, not rich internet applications such as Silverlight. These are very similar to desktop applications, the main difference being the fact that they run in a sandbox.