Web Tutorial [closed]

Closed. This question is off-topic. Answers to it are not accepted at the moment.

Want to improve this question? Update the question so that it it fit into the theme of Stack Overflow in Russian.

Closed 5 years ago.

Improve the question

Tell me a good tutorial on the web for a beginner. I need it to say how everything works, etc. It is the principle of operation that is needed, not web languages! Mandatory condition-the textbook must be free and it can be read on the internet online.

P.S I need to create a website from scratch! (Maybe even your own engine.)

Author: Nicolas Chabanovsky, 2011-03-14

7 answers

There are books "fundamentals of algorithmization and programming", "perfect code" and the book "professional programming in php" (Schlossneigl). Study it. I would also advise you to read some book or manuals on Apache to understand what mod_rewrite and other server-side charms are. Good luck learning!!!

 0
Author: kemerov4anin, 2011-04-09 10:39:56

Specify your question. Your question is: "How does everything work and why"? Look:

At first. Plus, there is wikipedia, there is a lot to learn.

UPD If you need to create a website from scratch, then the plan is as follows(after familiarizing yourself with the basics of the web):

  1. HTML 4,5
  2. CSS 3
  3. JavaScript (JQuery)
  4. PHP4, 5 (still very much in use, unlikely to die soon)

This is the basic set. By the time everything is studied, the further development will be clear. Python(Django) or Ruby on rails. You will also understand what is closer-layout or coding.

 2
Author: Tom Zarubin, 2011-03-14 11:20:46

A very good book on general issues (not only on HTTP!)

HTTP: The Definitive Guide. David Gourley, Brian Totty, Marjorie Sayer, Sailu Reddy, Anshu Aggarwal

The network has it. On amazon.com you can find and read the table of contents.

P.S.: You can hardly make a website with it, but the basic principles of how it functions are described there

 0
Author: alphard, 2011-03-14 10:56:44

I studied under Lara Thompson and Luke Welling, I don't remember the name. It is a pity that it is outdated as a "code", but for understanding everything that is happening, I really liked it.

 0
Author: Eric Hurash, 2011-03-15 18:15:55

Read blogs and resources dedicated to creating websites (spec. forums, etc.). Free and online.

 0
Author: DStereo, 2011-03-26 08:15:18

Watch the video tutorials of creating a website from scratch in PHP from Evgeny Popov, there is everything you need to explain about working with the database and about creating a template, etc.

But yes, this is not "Read online"

 0
Author: onyx1337, 2011-04-10 12:08:38

Denis Kolisnichenko
PHP 5/6 and MySQL 6
Web application development

 0
Author: AHXAOC, 2011-04-10 12:38:34