4
votes
5answers
418 views
Web “frameworks” for haXe to deploy in a PHP environment?
Lately I've been taking a look at haXe, to build an application to be deployed to Apache running PHP. Well, while it looks like it might suit my needs ( …
7
votes
Python web development - with or without a framework
You might consider using something like web.py which would be easy to distribute (since it's small) and it would also be easy to adapt your other tool …
-1
votes
Better interface for file downloads and uploads from a web page?
Why don't you simply add a replace button next to the download button, so instead of uploading, they "replace" it? Then, there's no ambiguity as to which file is being replaced. They're telling you …
