Tagged Questions
9
votes
4answers
1k views
Why is JavaScript not used for classical application development (compiled software)?
During my years of web development with JavaScript, I come to the conclusion that it's an incredible powerful language, and you can do amazing things with it.
It offers a rich set of features, like:
...
2
votes
3answers
341 views
Which technology for cross-platform web/desktop-based hotel management software
hope I am in the right place to ask this. A client, for whom I developed a group management software (in Flex) is now asking me to develop a fully-fledged hotel management software (tailored to his ...
2
votes
7answers
764 views
PHP usage outside the web? [closed]
As you probably are aware, PHP is not only usable for web programming, but also desktop programming. It even has things such as GTK bindings.
Do you have any examples of places where PHP is actually ...