![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||||||||||||||||||||
|
Image sizes: 256x256, 48x48, 32x32, 24x24, 20x20, 16x16 File formats: BMP, GIF, PNG, ICO ![]() ![]() ![]() ![]() Web-design and encoding.Encoding a Web page is a method of encoding text data for transmission on the Internet. The defining parameter for encoding data is the number of bits in which one symbol is transmitted (value). For example, one bit can be coded by two values, two bits - four values, and three bits encode the eight values. Adding one bit doubles the number of values that can be encoded. Therefore, with 8 bits encoded yield 256 sequences of binary values, each of these sequences has the ability to transmit a single character of text data. In 8-bit encoding, there are also 16 and 32-bit encryption, the processing 65536 and 4294967296 characters of text.This is a brief introduction to the basics of programming in the future will help to understand on the basis of what the parameters chosen coding web pages. If you open the web browser Internet Explorer, the supplied operating system, Windows, and select View - Encoding, you'll see quite an impressive list of encodings, which operates the Web browser. There are six basic character sets, supporting the Russian language (Cyrillic): Windows-1251 (most prevalent), KOI-8R, KOI-8U, ISO-8859-5, UTF-8 and the Russian-language Mac-encoding. To correctly display the information on a Web page server and a web browser to communicate performance information containing information about the method of encoding text. With the help of HTTP web browser sends a message to the server with data encryption. The server then finds the page and re-encodes it in the desired format. If for some reason the document (web page) on the server is not found, will have to manually select the appropriate encoding. To achieve correct reproduction of information on the site, still under development is necessary to specify the code set of characters on a given page. Otherwise, the probability is high that the user is downloading the page of your resource, instead of the text incomprehensible to see that there are "abracadabra". It is unlikely that visitors will want to spend time on finding the encoding page. They simply will go to your competitors. It is clear that a site with such design deficiencies will not qualify for higher positions in the ranking of search engines. To avoid such errors you should check if the html-code pages the following line: . Instead of windows-1251 enter your encoding format. Pay attention to the way of writing code for the attribute content and charset used only one pair of quotation marks, but they are separated by a semicolon. If you use a text editor html-code will be added manually. Visual editors will do this for you, is only in the menu «Page properties» to select the encoding (title / encoding) ![]()
| Copyright © 2006-2022 Aha-Soft. All rights reserved. |
|