Skip to content

 Powered by Max Banner Ads 
 

How can I verify the architectural and coding quality of a web project?

I am not a programmer and I would like to outsource the creation of a website. How can I verify that the source code is inline with industry standards and best coding practices. Basically, how can I test or validate that the work done is of great quality (ie scalability, SEO, CDN independent, Database architectural integrity,etc) ?

Are there software available to download or do I need to contract some one to review the code? I have heard of a program called "style cop" for c# development. Is there one for php? Would such a tool be sufficient for my needs? Thanks

W3C has several validators available that scans through the source file(s) and validate whether there’s errors, breaking the standards, etc.

Check out this for their markup/HTML validator: http://validator.w3.org/
And then for more validators: http://www.w3.org/QA/Tools/


Fill Out The Simple, Easy Form Below To Have Your Free Copy of

“Creating An Online Business Plan”

Sent Instantly to Your Inbox!

First Name:
Email:
Phone (optional):

Post Footer automatically generated by Add Post Footer Plugin for wordpress.

Post to Twitter Post to Delicious Delicious Post to Digg Digg This Post Post to StumbleUpon Stumble This Post

One Comment

  1. Without Consent says:

    W3C has several validators available that scans through the source file(s) and validate whether there’s errors, breaking the standards, etc.

    Check out this for their markup/HTML validator: http://validator.w3.org/
    And then for more validators: http://www.w3.org/QA/Tools/
    References :
    http://en.wikipedia.org/wiki/W3C_Markup_Validation_Service

Leave a Reply