4 site design validations you should do before you deliver
April 30, 2010 2 comments1. Validate HTML
W3C provides HTML validations, which checks the validity of HTML, XHTML etc.
2. Validate your CSS
You should use W3C’s CSS validator tool to validate your style sheets.
http://jigsaw.w3.org/css-validator/
3. Validate site links
Check broken links across the site with W3C’s Link checker tool
http://validator.w3.org/checklink
4. Cross browser compatibility
Check the site on multiple browsers with this tool (You may not have a MAC, but you can you can test the site Mac Safari
Even if it’s a simple static site, do them to make the site perfect.
Related Posts
-
January 10, 2009
Use frameworks – Cut down your web Development cost!
Cost cutting! - This is something everyone always appreciates, particularly during this slowdown. People want to spend small or no money, :-) however things need to keep going! You need to cut down the development time, so you can save money, execute more projects and manage to reduce the cost of
Frameworks, Opensource, web programming, Web tools1 comment -
December 5, 2017
Is 2018 Going to Be the Year of Progressive Web Apps?
If you are interested in ringing in the New Year with better web design and app development, you need to be sure that progressive web apps are central to your strategy. This is the new web of your app development, as referenced by the fact that companies that embrace these

