Best and Easiest RIA RAD tool? [closed] - rich-internet-application

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Can anyone share with me what they think is the best and easiest to learn rapid application development for building Rich Internet Applications? Preferably free but if the one you're suggesting is worth it, I might consider purchasing it if it's that easy to use. Thank you to those who'd answer!

Try Wavemaker, its a nice and easy RAD tool for RIA, the learning curve is not too steep

Related

runwithfriends licensing information [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I cant find the licensing information for runwithfriends sample FB app. Can any one please point me to a link with this info? Searched exhaustively but cant find anything. I want to edit this app a lot to make my own app since the functionality of my app is little similar.
Can we freely use sample apps to build our own? Are they bound with a license?
Licensing info can be found at the top of main.py.

Are there any good exercise to practice the programming logic of iOS? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I've been learning how to develop iOS for about 3 months now. Just wonder if there are any good programming exercises to learn about the programming logic in objective-c. Like some challenging questions with solutions. Thanks!
The biggest challenge you can have is a project for an actual client with deadlines. If you don't have a client, just propose yourself a project (an RSS Reader, is normally asked in iOS interviews) and set a deadline for it.

Forums for text mining/similarity [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I am aware that stackoverflow is a programming oriented forum that helps coders to solve bugs . But i have plenty of conceptual doubts in text mining techniques / information retrieval and semantic similarity .
Please suggest a forum where they discuss these concepts so that i can putforth my doubts in that!
Maybe https://stats.stackexchange.com/
And before https://stats.stackexchange.com/ there was http://metaoptimize.com/qa/, which is still fairly active.

Can I use Dropbox to back the auto-update feature for my application? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I want to add an auto-update feature for my application, but I don't have a server or a good host for making this feature. Can I use Dropbox or any other free services to add this feature to my programs?
As far as I can tell, there is nothing in the Dropbox terms and conditions to forbid you from using it to distribute updates for your software. I you want legal advice on what you can and cannot do, then please consult a lawyer, not a bunch of programmers.

game programming [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
probably this question have been asked a million times i use c++ but i want to go into game programming,which good game engine uses c++ for scripting thank you
First of all, C++ is not a "scripting" language...
But to answer your question, I personally have used Haafs Game Engine for rich 2D games.
http://hge.relishgames.com/
If you want a real life example that a friend of mine and his buddies wrote using this check out this site.
http://www.smileysmazehunt.com/SmileysMazeHunt.aspx
Its impressive and a load of fun!