PDA

View Full Version : website evaluation software?


souls of the damned
October 17th, 2007, 10:58 AM
firstly sorry if this is in the wrong place i didnt see a web catagory anywhare...

i need some website evaluation software to help me with one of my assignments as i need to evaluate a website with it...

though whilst im here....is there much difference programming C++ in Anjuta instead of the microsoft visual C++ IDE?

LaRoza
October 17th, 2007, 12:03 PM
What do you mean by "evaluate"? Validate the code? the W3C site has a validator, if you are using Firefox, you can get an extension for that. http://www.w3schools.com/site/site_validate.asp

If you want the site evaluated for usability, ask people in the cafe for suggestions, I and others would be happy to help.

Anjuta is an IDE, MSV C++ is also and IDE. In Linux, most C++ code is ansi compliant, and uses the g++ compiler. MS is not known for following standards, and I don't use MS software for programming. Learn Ansi C++, then if you want, learn Visual C++. If you are taking a class, learn what you have to to pass that class, if you want to learn C++, see my wiki. (Links in my sig)

pmasiar
October 17th, 2007, 01:31 PM
assignment to what course? What are you trying to learn (without taking chances to hurt your brain too much I suspect? :-) )