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
-
June 18, 2010
Tips for building better mySQL architecture
Have you thought about the right Data type which you should use? Is VARCHAR bad? Do you review the SQL statements that you have written? Do you know what sort of impact indexes produce? How to leverage the query caching techniques? Do you follow the naming standards? This simple slide
Best Practices, Databases, Web standards2 comments -
November 22, 2013
Flat design + Less framework + WordPress = Our new responsive Blog design
After few years we had decided to give a new look and feel. As you are aware 2013 was a year of Responsive Web Design and we are no exception to this. So, RWD was in priority for the blog design. Why not applying new trends in our own blog ?


