share
Stack OverflowQuestions to ask a client before beginning a website
[+5] [5] Jason
[2010-05-20 22:36:31]
[ web-development language-agnostic freelance ]
[ http://stackoverflow.com/questions/2878360] [DELETED]

I am aware of this question [1] which deals with the technical aspects of website construction, but I was unable to find any place with suggestions on knowledge you must obtain from a client before undergoing a project. As someone who freelances on the side, I think this could be incredibly useful.

What important questions must one ask the client (and require an answer to) before undergoing a website? or, in other words, What must you know about the project before starting it?

This can range from "When do I get paid?" to "How many pages will the site be?". I believe this is relevant to programming because you must know how to communicate with your client to get all the information necessary before you can begin programming. If not, downstream changes can put a serious delay on the project from things not hashed out beforehand.

Thanks!

PS I plan on maintaining this question with an aggregation of the top voted answers (and hopefully you will all help too! :)

[+7] [2010-05-20 22:43:33] Zepplock
  • Requirements. In writing. Everything that they ask.
  • Performance - how fast the site is expected to respond
  • Capacity - how many users to handle (in a day, hour, etc)
  • Scalability - how fast the user base will grow
  • Usability - what browsers to support, what kind of users: tech savvy, kids, etc
  • Deployment - hosting, what server OS, server limitations, virtualization
  • Support - what is expected of you to support it for next year
  • Ownership - who owns the end result, selling, leasing, partnership
  • Internationalization - if there's an intent to support multiple languages

Edit: added Internationalization


(1) requirements in writing = YES - Jason
Also make sure to have the requirements state what is not asked. - gooli
Enumerating "what is not asked" may turn out to be a challenge. - Joe Koberg
how can you have requirements for what is not asked..? - Jason
1
[+1] [2010-05-20 22:40:12] Jason

I think the most important question is what is your budget?


It's funny how some clients are SOOOO afraid/unwilling to answer this, thinking they've "given away their position" or something. - Joe Koberg
2
[+1] [2010-07-23 16:58:43] bpeterson76

On the UI Side, for a big project I'll split the job into multiple parts. First, prior to even taking the job, I'll document the requirements, audience, and technical limitations. Once I've gone back and forth with the client to get things right, I'll quote (and bill) a design phase (not technical) where I'll do nothing but wireframe the UI and document the site's structure/flow/navigation patterns. Upon completion, I'll final bill that phase, hand it off to the client, and bid (with documentation) to begin the application development phase.

Sure, this allows the client to leave me before I get the chance to do the big $$$ work, but it's never happened--clients appreciate the communication and believe it or not in 10 years of work I've never been involved in a dispute about scope creep.

There's a non-technical side to this argument. Ask them offbeat questions to find out their personality...it's as important as the technical requirements. Through these questions, find out their level of detail, organization, knowledge of the web, personal preferences, etc. Are they high-maintenance....don't ask them that one directly! If I get a hint that I have a potentially "challenging" client, I always bill hourly so I don't lose my shorts doing tech support.

Documenting the timeline is important, especially if you're moonlighting. If you're freelancing, you can't be doing re-writes when your 9-5 expects you to be writing code for them!

If you're doing websites, get SEO in writing so the expectation is clear. I've had a client hold up payment because Google didn't pickup their site for a few weeks...even though SEO was never part of the deal. Document not only what you will do, but what will be additional. From a marketing point of view, nothing is impossible...it just costs more.

Finally, have a good support/warranty and honor it. My personal policy is that I'll fix any bug in my code (excludes errors from CMS entered html) at no cost to the client for two years. Sure, it's made a little bit of extra work, but I'm also turning away work based solely on referrals--so it must be working.


3
[0] [2010-05-20 22:54:59] Kaleb Pederson
  • How should we handle discovered requirements? i.e. something that was not stated as a requirement but really is a requirement.
  • Which requirements are really desirements [1] and not strictly necessary?
[1] http://blog.3back.com/tag/desirement

4
[0] [2010-05-21 17:23:49] pierocampanelli

I'll add:

  • Release Management and Prioritization. A scheduling of releases and their content. Possibly a prioritization of macro features.
  • Mockup definition. Using a mockup tool I'd design in the first phase of the project all the screens of the application. I'll ask customer to accept/reject these mockups and I'll ask them to use as guideline of the application

i don't think i'd do a mockup before the project got underway... probably as soon as i got some specs, right? - Jason
I explain better: for Mockup definition I mean to explain to customer that I am going to use a mockup to define UI that he has to accept. Of course I can't start mockupping without any spec - pierocampanelli
5