|
Since you have an HTML background, I would say writing a web application would be the easiest for you, because you could build the GUI with HTML, and it seems to fit the problem quite well. The server side part could be anything from PHP (usually the easiest to learn for web developers), but I would go with Java (so you are not locked into a Vendor's product), but C# might do the trick as well (I personally find the documentation on Java much better, that could be a great plus especially if you are learning it right now, but some say that MSDN is just as good - for them-) However I think there are much more free libraries and developer tools for Java as well, that can come handy if you have to communicate with other systems. Also, if the other systems you are connecting to are based on Microsoft technologies, maybe it is better to use their technology, otherwise you might have to bridge gaps that you could avoid otherwise.
|