What makes a web site 'finished' for delivery to a client?
Posted
by AP257
on Stack Overflow
See other posts from Stack Overflow
or by AP257
Published on 2010-06-16T10:51:48Z
Indexed on
2010/06/16
11:12 UTC
Read the original article
Hit count: 184
Hi,
Sorry if this question has already been answered, and sorry if it's too subjective to make sense, or for StackOverflow.
I'm delivering a site to a client and I want to send them high-quality HTML/CSS/JS, fully validated, accessible etc.
So I'm compiling a list of things to check, and useful tools for doing so, before I hand the code over. Here's a partial list, but what am I missing?
- Link checking for any broken links I might have missed - W3C link checker
- HTML validation for accessibility and broken-ness - W3C HTML validator
- CSS validation - W3C CSS validator
- Check for slow-loading page elements - Firebug and YSlow plugin
What's missing - if you were a client, what else would you want to be sure has been checked?
I'm wondering about the etiquette of things like comments, indentation, and minification; is it good practice to sort out all these? And what else have I missed?
Thanks :)
© Stack Overflow or respective owner