Enforcing UI Standards

G

Guest

Hello,
We are working on a .net 2.0 web app using master pages and themes. We
want to ensure that all webcontrols use the proper Skin from our theme, and
that visual elements are not overridden at the page level.

What [free] tools are available to help me ensure that aspx code conforms
to standards? FXCop will only validate our dll's and exe's. Is there another
tool for aspx code.
Russ
 
G

Guest

I was more refering to ASPX code, rather than HTML Code. For Example I may
want to have a rule that says all Button controls use a SskinID of MySkinID.
Is there ant tooling that can verify that?

Peter Bromberg said:
what you are referring to is Web (HTML) standards. W3C has more info:

http://validator.w3.org/

--
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
bogMetaFinder: http://www.blogmetafinder.com



gover said:
Hello,
We are working on a .net 2.0 web app using master pages and themes. We
want to ensure that all webcontrols use the proper Skin from our theme, and
that visual elements are not overridden at the page level.

What [free] tools are available to help me ensure that aspx code conforms
to standards? FXCop will only validate our dll's and exe's. Is there another
tool for aspx code.
Russ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top