noob's guidelines for a web application
-
Hello everyone, I am a complete noob at web programming. I have a text interface application written in Python which I would like to web-"interface". The application produces mostly graphs ... the text interface is object oriented, the user can define the curves that he wants to put on the graph, how the graph looks like and how the page looks like ( curve, plot and document object ). The configuration files are in xml. So, what my web application should do, is: to present the user with the posibility to edit different options the language i will be using should be powerfull enough to allow me to group options in objects and be able to create new objects easily ( ex. you can have more curves on the plot ), should be able to easily work with xml files. send the request to the application on the server ( and maybe be able to save request ) display the resulting image that resulted from the call. Soooo, all I would need is some guidelines, because, since I am a noob, I don't even know where to start from and what to use. Plase help and sorry for the noobness. Cristian