Hey guys,
I've got a million years of software development in a huge array of languages, but I have done little to no web development. Currently I am tasked to 'fix' up a web based tool for internal use.
This is what it does. It has fields that you can set (Time, timezone, periods, etc). And it has filters (stores a list of strings that is used to query a database). When you have configured your selection you can process it. The page will then update and show a bunch of graphs and hyperlinked entries in tables. Currently the graphs are being rendered by Perl scripts.
Here is my question. How do I beautify the website so to speak? It needs to be platform independent, so I don't think that Silverlight will be an option. Is Flash free? If not, are there any other APIs that I can use to do pretty graphs and tables with?
How about DHTML and Javascript? Sorry, as you can see I don't really know that much about web development
I've got a million years of software development in a huge array of languages, but I have done little to no web development. Currently I am tasked to 'fix' up a web based tool for internal use.
This is what it does. It has fields that you can set (Time, timezone, periods, etc). And it has filters (stores a list of strings that is used to query a database). When you have configured your selection you can process it. The page will then update and show a bunch of graphs and hyperlinked entries in tables. Currently the graphs are being rendered by Perl scripts.
Here is my question. How do I beautify the website so to speak? It needs to be platform independent, so I don't think that Silverlight will be an option. Is Flash free? If not, are there any other APIs that I can use to do pretty graphs and tables with?
How about DHTML and Javascript? Sorry, as you can see I don't really know that much about web development