Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » How is Myspace/facebook programmed? Really I'm curious
Closed Thread
Old 06-21-2007, 01:52 AM   #1 (permalink)
 
Ultra Techie

Join Date: Dec 2004

Posts: 531

Quintox

Default How is Myspace/facebook programmed? Really I'm curious

I just started getting into web design, and my website is just a Wordpress blog basically (which is so easy of course) and I do have experience in editing CSS files and such, but only to a minimum.

And it got me thinking, what in the world do you do to create/code a site like Myspace, facebook, and the dating sites? It can't all be written by hand, what exactly do you have to do?

And, just out of curiosity, is there a program or something that can get you started on this? (Even if it's crappy looking) No, I am not going to create a Myspace site for people to meet each other, I'd just like to look at it.
__________________
Quintox is offline  
Old 06-21-2007, 08:51 AM   #2 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default Re: How is Myspace/facebook programmed? Really I'm curious

Quote:
It can't all be written by hand
I think you'd be surprised just how much is written by hand -- especially the back end.
jaeusm is offline  
Old 06-21-2007, 08:02 PM   #3 (permalink)
 
Monster Techie

Join Date: May 2004

Location: Tucson, AZ, USA

Posts: 1,183

Vormund

Send a message via AIM to Vormund Send a message via MSN to Vormund Send a message via Yahoo to Vormund
Default Re: How is Myspace/facebook programmed? Really I'm curious

Yeah, it's all coded by hand. Who knows what the exact server details are or how they store data, but it's the basic concept of any interactive website:

What in particular do you think is difficult? It's 99% posting forms and either mapping file locations and/or inserting data into the database. Try PHP/MySQL - you can put those cheesy/crappy websites to shame. And when you do, you'll be rich. All they have going for 'em is their member-base and there's no other excellent alternative (a reason to switch), etc, etc.
__________________
Vormund is offline  
Old 06-28-2007, 04:32 AM   #4 (permalink)
 
Newb Techie

Join Date: Jun 2007

Posts: 19

lutics is on a distinguished road

Default Re: How is Myspace/facebook programmed? Really I'm curious

Look into learning PHP, thats the major code, then look at some open source forums, then you will get the gist of it. Myspace is like a modified forum.
lutics is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On