>If any of these end up being better than JS, >I don't see any reason not to use them.
I think everyone of these are better if you don't care about portability. >I prefer to use a desktop application for those instead >of running them from my browser. Just saying. There isn't much new desktop applications done lately, except for web.. I have my data in my servers, but I would like if I can manipulate everything directly with web interface in my network. That would be clean architecture. >you always should check your inputs, >even software that run only on the server side. Sure. I even employ DbC in my functions too..