Posts: 488
Name: Chip Johns
Location: Savannah Georgia
|
(This is a quick thing - sorry I do not have time today to edit, this post. So it is as-is.)
Personaly do not have the answers at my disposal. Here are a few musing from the top of my head - This is where I would start.<rant> I am not a programmer, I am a Project Manaber so this is coming from this point of view. Which personally I think every project should be build from the PM point of view instead of the Programmer's point of view. Believe it or not, there are quite a few Web Development companies that actully end up using the programmer as the Project Manager. If they have PM skills fine, usually they do not, and the site is build from the technical aspect. </rant>
If I were to undertake this I would start by creating the Buisness Model that you you would like to follow. How do you plan on making money with the venture will need to be one of the first things that you do.
Will you use adSense, and/or will local advertising inclusions pay for the site? How wide of a advertising market will be present to advertise on your site? i.e., how many diferent kinds of businesses are there for you to market too.
Remember, your site is going to offer itself on the premise much like a niche magazine. Your visitors will need to be defined so that you can then target who will be willing to advertise on the site.
I know that you asked about the technical side but until you define what the funtionality of the site needs to be, the technical issues cannot be addressed, and until you define the business model the site will follow funtionality cannot be addressed.
Moving on. Looking at these factors next you can move into deciding what funtionality the site will require. And, when YOU do this, you don't need to list the technical funtions per se, rather you just need to story board, what the site is going to do, and provide for the user.
Then you can take your story boards to someone that can build the site for you.
You have a few options, and since I am not sure of what kind of budget you are expecting, here are some ideas.
1) Contract a Web Dev company to do the thing for you. This way you will have designers, coders, back-end teams to take of things. It is a bit more expensive but throrough.
2) You be the project manager.
What you will need:
A designer. you can go to the local college and get kids who are awesome graphics designers. The thing with this is you need to make sure that they really know how to *optimize* graphics for the web, and from experience, everybody THINKS they know how to optimize graphics for the web.
HTML. You will need someone to actually build the site. This person will have to wear many hats. Being reponsible for creating the pages, usability issues, etc., etc. This person will need to be very effecient with html, css, javaScript, at least, and also it would be good for him to be a good hack at whatever program you build in. asp, php.
Programmer. Decide what will be the best platform to handle the site (Who is going to host the server. You will want to use a dedicated server for the site.) and determine what language you prefer to use. asp,php -Now you can get a programmer to do the programming for you. A couple of options: 1) hire a Web Copany to do the programming for you. 2) Hire a full time programmer. What! you say! hire a guy full time. Well for $50k a year you will have a person working full time for you getting this project completed. It is going to need an ongoing programmer for quite a while even after you think the programming is done. This can be one of the most cost effective approaches to use.
* Someone else might be better informed, but personally if I took the asp route I would want a programmer that can do it in C+ rather than VB. Or better yet asp.net.
Your html guy will build the templates for the site using the code that the Programmer builds
|