Services on NAROD.RU
Today, perhaps, the most popular site giving a free-of-charge place under your site is People. RU which is one of projects of such giant as YANDEX. People. RU gives completely free-of-charge a unlimited place under your site, and also a free-of-charge mail box @narod.ru.
The purpose of given clause{article} - to tell about all pluss and minuses of the service given on People. RU. Unconditional plus of this hosting is the unlimited place under your site.
What is understood as a word "unlimited"? It means, that you can place the site on service People. RU, and thus you are unlimited the certain frameworks in quantity{amount} of the files loaded by you on the server. A unique condition - the size of each file should not exceed a limit in 5 Mb. But if nevertheless the file has exceeded a limit in 5Mb do not despair! It is possible to try to load and such file. On own experience it was convinced, what is it probably. I loaded on the server a file in the size of 6,1 Mb - was loaded without problems, only very for a long time (at speed of connection 40 KB / with. One more plus of service People. RU the opportunity to operate the files loaded on the server, both under the FTP-report, and through WEB is, that is especially convenient for those at whom the Internet the provider does not support funkiju FTP. There is an opportunity of preliminary viewing of pages, without obligatory preservation. After you have saved again loaded pages - they at once become active, without waiting the certain period between loading and activation of web-pages. Service of creation of html-pages on patterns - is invaluable to people, which concepts have no, as html-pages are done{made}. To fill in the certain form enough, and your Internet - page is ready. An opportunity to create own picture album, loading a photo on a site simple pressing of button " Review ". Drawing up of price-lists, not having skills of job, even in Microsoft Excel and any other text editor.
There are also minuses in services of service People. RU, it is necessary to take into account, that the given minuses all services giving a free-of-charge place under your site possess almost. The main minus inherent in all similar services, is an appearing advertising, after loading your web-page on People. RU. It is your original payment of using by the given service of granting of a place under a site. But distinctive feature of advertising on service People. RU its{her} occurrence in separately loaded window which in a consequence can EITHER - be curtailed{turned} is, OR - in general to close, and your page "will be absolutely cleared" of a similar sort of advertising. Certainly, the main minus of this service is his{its} slow job, simply speaking "brakes". " My workshop " (here you have an opportunity to operate files to create new to load a picture on the server), and " my mail " (access to your mail box @narod.ru through WEB) is slowly loaded. One more minus People. RU - bad job of mail @narod.ru under reports POP3 and SMTP. very often interruptions of communication{connection} and simply refusal in connection with a mail box - undoubtedly I do not do{I make} honour to post service on People. RU. But, how to be spoken: " Under the price and quality ". It is possible to argue for a long time that is better: free-of-charge or nevertheless a paid hosting (a comment a hosting - granting of a place under a site).
Choice for you. I wish success!
How to place the program in language JavaScript in document HTML.
Programs in language JavaScript are built in page of the text in language HTML. For this purpose is present special teg <script>. The browser distinguishes the program in language JavaScript, placed between initial and final tegami <script>, and starts its{her} performance. Teg <script> HTML is the container and consequently to specify the end of a body of script Java, always it is required </script>. The code of the script settles down accordingly, inside the container.
Scripts can be placed in any place of document HTML, but important to remember, that tegi HTML and operators JavaScript it is impossible raspologat` alternately - differently the result can appear incorrect. The browser carries out parse of contents of the container <script> postrochno. If at this stage the mistake on the screen the message and number{room} of the line containing the erroneous operator will be deduced{removed} is found out.
It is recommended to place programs in language JavaScript in container HTML between <head...> </head> as it is one of the first tegov which reads a browser. Teoriticheski scripts can be arranged in any place of document HTML, however the basic script is recommended to be placed in the container of heading of document HTML. The site of scripts depends on for what they intend. If scripts are used for dynamic creation of code HTML and intended for generation of program or system parameters containers <script> are scattered under the text of document HTML their such arrangement is quite justified. However if it is required to define{determine} functions for the decision of various problems{tasks} the best place for them will be the separate container <script>, located in the beginning of the document.
Syntax tega <script> the following:
<script language = "JavaScript">
Operators JavaScript...
</script>
Where the attribute language (language) should be established equal "JavaScript" (with exact observance of the register!) for all scripts in language JavaScript. The attribute language is unessential, but just in case it is better to specify it{him} always. The text outside the container <script...> </script> should be exclusively in format HTML. In file HTML it is possible to place some programs in language JavaScript; they are carried out by way of their arrangement in the text (from top to down). Programs in language JavaScript start to be analyzed only after (instead of up to) loadings of page HTML containing the container <script...> </script>. Functions are loaded into memory and carried out by a browser, when geniriruetsja corresponding event or by an obvious call of function JavaScript (or other functions, the certain user, - here it is understood as function group of operators of language JavaScript).
For example:
<html>
<head>
<title> Heading of the document </title>
<script language = "JavaScript">
alert (" Welcome! ");
</script>
</head>
<body>
Further there is a text of the document...
</body>
</html>
The note: In language JavaScript, as well as in language Java, symbols typed in top and bottom registers differ, therefore at input of the text it is necessary to take into account the register of the keyboard (so, "JavaScript" not the same, that "Javascript."). Use of the small letter "n" inside the container <script...> </script>, is undesirable, vsvjazi with that, that browsers such as Netscape Navigator will perceive her{it} as a mistake of the program.
How to place the program in language JavaScript in document HTML.
Programs in language JavaScript are built in page of the text in language HTML. For this purpose is present special teg <script>. The browser distinguishes the program in language JavaScript, placed between initial and final tegami <script>, and starts its{her} performance. Teg <script> HTML is the container and consequently to specify the end of a body of script Java, always it is required </script>. The code of the script settles down accordingly, inside the container.
Scripts can be placed in any place of document HTML, but important to remember, that tegi HTML and operators JavaScript it is impossible raspologat` alternately - differently the result can appear incorrect. The browser carries out parse of contents of the container <script> postrochno. If at this stage the mistake on the screen the message and number{room} of the line containing the erroneous operator will be deduced{removed} is found out.
It is recommended to place programs in language JavaScript in container HTML between <head...> </head> as it is one of the first tegov which reads a browser. Teoriticheski scripts can be arranged in any place of document HTML, however the basic script is recommended to be placed in the container of heading of document HTML. The site of scripts depends on for what they intend. If scripts are used for dynamic creation of code HTML and intended for generation of program or system parameters containers <script> are scattered under the text of document HTML their such arrangement is quite justified. However if it is required to define{determine} functions for the decision of various problems{tasks} the best place for them will be the separate container <script>, located in the beginning of the document.
Syntax tega <script> the following:
<script language = "JavaScript">
Operators JavaScript...
</script>
Where the attribute language (language) should be established equal "JavaScript" (with exact observance of the register!) for all scripts in language JavaScript. The attribute language is unessential, but just in case it is better to specify it{him} always. The text outside the container <script...> </script> should be exclusively in format HTML. In file HTML it is possible to place some programs in language JavaScript; they are carried out by way of their arrangement in the text (from top to down). Programs in language JavaScript start to be analyzed only after (instead of up to) loadings of page HTML containing the container <script...> </script>. Functions are loaded into memory and carried out by a browser, when geniriruetsja corresponding event or by an obvious call of function JavaScript (or other functions, the certain user, - here it is understood as function group of operators of language JavaScript).
For example:
<html>
<head>
<title> Heading of the document </title>
<script language = "JavaScript">
alert (" Welcome! ");
</script>
</head>
<body>
Further there is a text of the document...
</body>
</html>
The note: In language JavaScript, as well as in language Java, symbols typed in top and bottom registers differ, therefore at input of the text it is necessary to take into account the register of the keyboard (so, "JavaScript" not the same, that "Javascript."). Use of the small letter "n" inside the container <script...> </script>, is undesirable, vsvjazi with that, that browsers such as Netscape Navigator will perceive her{it} as a mistake of the program.

|