Rewriting the PortableApps.com Platform with Web Technologies
Something that I've begun to do recently is writing my applications in web technologies with HTML, CSS, and JavaScript. The reason for this is that it has many benefits, cross-platform being a big one. However, it wasn't the biggest one that I saw. Maintainability and ease of development were the biggest. The code-base for my apps would stay very simple and easy to understand to any web developer. Changes could be made very easily and quickly given HTML's dynamic capabilities.