Computer problems,Computer help
*AX SOFT>>>Programming & Design

I want to make a site like facebook for my schools intranet does anyone know how i could do this ?


I want to make a site like facebook for my schools intranet does anyone know how i could do this ?

Judging by the general vagueness of your question, I am guessing that you don't have any prior knowledge of server-side scripting. Basically, you would need to use a scripting language in your web pages that can act as the go between for your actual web pages and a database of information.

The most popular language and database combination in use now is PHP/MySQL. There are many books on PHP (scripting language) and MySQL (database application). The reason for their popularity is the fact that they are both free.

Do a simple search on either of them and you will come up with a wealth of information. Unfortunately, these are much more complex than HTML editing.

Facebook basically uses a ton of forms created with HTML that users fill out. The information that they put into the forms (name, school, picture, hobbies, etc) is then transported over to the MySQL database using a little bit of PHP. The real area that PHP comes in to play is in displaying all that information in a visually pleasing way. The layout of the pages on Facebook are created using HTML in tandem with PHP (which asks for, and then interprets, information in the MySQL database).

I hope that it is clear that there is no short answer for such a question. I hope, though, that you at least have some idea of what you need to learn.

I think you can buy software to do that.

From scratch: you'd need a server and a web application in PHP, ASP, or some other language/framework. You'd need a backend: PostGres, MySQL, SQLServer, or some other DB system. You'd also need to handle security, etc. It would be a very difficult undertaking to develop a site like Facebook, which has many developers and is quite mature in its development cycle.

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • How do I fix my website so it doesn't appear huge on some computers but small on others?

    It all depends on the browsers you are using?

    ...
  • What are the requirements for mailing lists with PHP MySQL?

    ...

  • How do you create a comments page with dreamweaver?

    You'll need to install software on the server that allows comments to be added to pages. This requires some forthought, because you'll want to be able to screen out inappropriate comments...

  • What is that little symbol in the adress bar?

    it is called a favicon go to ...

  • Can anyone help me about multidimensional java code here?

    You're just missing the braces around the inner "for" loops. As it is, the "j" loop iterates on the assignment of "array1", then falls out to the array2 assig...

  • Photoshop to Illustrator cut-outs?

    Remove the background in Photoshop, then try saving it as a transparent PNG.

    ...
  • How does Myspace create it's pages to allow users to apply code changes, what languages and techniques?

    It's pretty easy to do. In fact, most sites do allow it if they aren't secured properly. If you use MySpace, you know that there are no designated places for style changes. (At least t...

  • I have problem with StreamToken that get data from keyboard at the same line at the time?

    Instead of StreamToken, how about leveraging BufferedReader along with Integer.parseInt(): public static void main(String[] args) throws Exception { int[] a = new int[10]; int counter = 0; i...

  •  

    Categories--Copyright/IP Policy--Contact Webmaster