vote up 0 vote down star
1

I have been planning my new social dating network for a year, and I must say that look and preferences will be the bright side of my social network. So, my problem is that I know only HTML and CSS, but that isn't enough to make the site that I always planned. Can you tell me which option would be better:

  1. Pay the programmers to do their job or
  2. Start to learn languages that I will need for making the site?

And, what programming languages would I need to make my site? I have time for learning new languages because I am young.

flag
@d03boy: Oh whoops. Sorry about clobbering your edits! – Welbog Apr 20 at 19:16
I just hit 2000 today so I'm new to editing.. still figuring it out :) – d03boy Apr 20 at 19:17
@d03boy: Welcome to the edit wars. – Welbog Apr 20 at 19:18

7 Answers

vote up 18 vote down

This is akin to asking "I've never written before, but now that I've learned Microsoft Word, how long will it take me to write a bestselling novel?"

If you're serious about making a commercial site soon, pay some professionals. Making a toy site to learn programming is one thing, and may be a worthwhile learning exercise; but if you're looking for something professional-grade, you very much need some folks with experience.

link|flag
2  
This may sound a bit snide because it seems extreme, but in fact it is a remarkably good analogy. If you really want to have a good project, you simply will not have the knowledge/ability to tackle this kind of thing yourself. (Many people on this board with many years of experience would say that this is a potentially daunting project.) – Beska Apr 20 at 19:20
1  
You know, I never figured my experience as a semi-pro short fiction writer/editor and aspiring novelist would wind up being relevant to this site. :-) – BlairHippo Apr 20 at 19:25
This is called "I am to lazy to answer the question and let me write something unrelated instead". – drozzy Apr 20 at 20:06
@drozzy: The question is "should I learn stuff on my own or ask other devs to do it for me?" in the context of a commercial website. BlairHippo answers that question perfectly. – Welbog Apr 20 at 20:32
The answer is vague. You can answer Any question in that way. if you want your house to be built pay the construction company. But that doesn't mean that you can't do it yourself. – drozzy Apr 21 at 15:09
vote up 4 vote down

If your purpose for this site is so that you can make money, then you'd probably do better to hire other reputable developers to do it for you if you don't already have the experience yourself.

link|flag
3  
I would +1, except odds are Misa will head to rentacoder or something and end up with a major WTF codebase. Misa is new and therefore lacks the ability to recognize the difference between a good developer and a bad one. – Welbog Apr 20 at 19:21
Do you have an alternative? Perhaps hiring someone to hire your developers? ;) – Adam Robinson Apr 20 at 19:25
2  
@Adam Robinson: I see your point, and I have no solution. But then again no one really has a solution to this, which is why companies continue to hire people who can't program. Misa's basically screwed without a background in programming. But the suggestion you give isn't that bad. If Misa runs would-be web devs by a known group of legit programmers (i.e. SO) that would be a lot more likely to succeed than just going it alone. – Welbog Apr 20 at 19:30
1  
@Welbog: Dang me. I can almost smell a business opportunity brewing...the SO job board... – Beska Apr 20 at 19:33
2  
@Beska: It's either that or get potential hires to write FizzBuzz. Since we know no one will convince HR to do that, we have to look for alternatives. Let's drum up support for the SO hire screening service using fancy-sounding buzzwords like "XML-compliant enterprise-ready potential hire screening to leverage your market-facing synegies!" We'll make billions! – Welbog Apr 20 at 19:36
vote up 2 vote down

Trying to solo a commercial site for your first development experience is bad idea. There are lessons which are difficult to internalize just by reading and hacking together your own code which are necessary to prevent a disaster.

While in @BlairHippo's example, the output of your first attempt at a novel would be comically bad, your first web code could potentially be dangerous to your users and folks unlucky enough to share server space with you.

Definitely hire experienced professionals for your first site. While that is going on, feel free to build a development blog, a portfolio site, and maybe even a web presence for your company (you are incorporating yourself for this... right??) and compare notes with any devs you can get your hands on.

link|flag
+1 for the "...dangerous to your users..." comment. Creating an insecure site with paying customers is a good way to economic ruin. – Beska Apr 20 at 19:35
vote up 1 vote down

If you are really serious about making this, understand that it will be a lot of work. As your first real project, my two pieces of advise would be:

  1. Don't rush it. If you expect that everything will nicely fall together - it won't. Take the time to learn the tools you are using, research the problems you are solving, and don't get aggravated when things don't work right away.
  2. Find a partner. I would suggest against hiring someone, especially if you don't know what to ask for. You'll probably find this a much more rewarding experience if you do it yourself, and it will end up a lot closer to what you envision. But having someone to work with or that can mentor you will be invaluable.

For the choice of language, I would suggest PHP. A lot of people don't like it (for some good reasons) for large sites, but if you organize yourself well I find it simple and straightforward to work in. But mostly, find a language that you feel comfortable with. You'll never find one 'best' language, just a lot options.

link|flag
vote up 0 vote down

You'll never finish it if you plan to do it by yourself. If you do finish it, it won't be secure or modifiable. That is, unless you plan on spending the next 3 or 4 years working on it before it launches.

The next question to ask is how much resources (cash) do you have to put into this project?

link|flag
2  
The initial Facebook was written by one person. – Daniel Lew Apr 20 at 19:13
4  
Daniel, and it was insecure. – d03boy Apr 20 at 19:14
3  
@Daniel: One person who had development experience – Adam Robinson Apr 20 at 19:15
3  
Okay, so lets assume you can find an example of a large well-written site that was written by one person. For each one of those, it would be easy to find 100 poorly written, non-maintainable sites with similar complexity scope. And for each finished site, 10 more that died during the process. Any anecdotal example will be remarkable principly because it's so damn unusual. – Beska Apr 20 at 19:24
1  
Urk. That's not enough. Not even close. However, what you might be able to do is to find and hire programmers who would work for a slice of the eventual pie. That might be your best bet, since it would solve your cash problem, and also insure that you're getting people who have your best interests at heart. – Beska Apr 20 at 19:28
show 9 more comments
vote up 0 vote down

Check out this video that was presented in MIX 09. This demonstrates how you can build a social networking website with Silverlight!!

link|flag
2  
There is no funny moderation option. – Mike Miller Apr 20 at 19:40
vote up 0 vote down

Is this for real?

link|flag
is this just fantasy ? – andyk Jun 9 at 7:52

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.