Want to start a social networking site, need some help...

computertech666

Beta member
Messages
1
Location
USA
I really want to create an open source software social networking site, but im not sure how to start. I know HTML, Python, CSS, and a little of JavaScript. Any tips?
 
Hi,

First thing I notice is that you didn't list any data database languages that you know?
Get to know either MS SQL or MYSQL, both arguable very similar but do have their differences.

Once you've learnt that hopefully you can "envisage" a database with peoples basic details, linking to extended details, linking to "posts", linking to comments, etc and begin building your relational database.

From there you need to look at dynamically building web pages by pulling data from a database.

I believe JavaScript can do this but I've not had much experience at all with JavaScript, you may want to look at something like PHP or .net

Good luck as this will not be a simple or easy task
 
Back
Top Bottom