Wanie Articles
Web site making: Accurate “html”
Any work should be executed accurately and beautifully. Especially if people see it. And it directly concerns workings out of sites, and in particular some technologies used thus HTML and CSS.
Looking through pages in the Internet, we, as a rule, do not look on HTML code.
Having glanced there it is possible to learn with ease how the page is made. That it was easier to you to understand my thought, I will draw an excellent parallel. Take music. There are the compositions written by one person behind the computer, by means of simple software. He “plays” all tools itself. The drummer with feeling of a rhythm is not necessary to him, the guitarist with masterly techniques, and the bass player too and the keyboard player is also superfluous…
He presses the button, and the program plays all. Also it turns out flooded radio and clubs senseless music. Art and creativity is not present in code writing. The program after all is silly and litters all with the comments unnecessary tag and designs. And the user does not have to do a lot as all looks well.
Creation of effective and accurate code HTML is original, but where it is necessary to think about art. Especially it will be felt, when it will create a site not for himself, but for someone. And there are sites very difficult in structure where work of the maker-up occupies half of operating time over all site. The tables enclosed several times, non-standard positioning and test registration… Without personal experience of writing of HTML by handles here not to manage in any way. Especially same problem can be solved in different ways among which it is necessary to choose the most optimum one.
That your code of page looked adequately, accurately and it was easy to you to be guided in it attentively study listed points and adhere to them at writing of HTML:
* Try not to write tags capital letters (TABLE, BODY, IMG) in such code it is hard to be guided, as the majority of a code in the Internet all the same is written by lower case letters (table, body, img).
* Attributes always write down in inverted commas (e.g., align = “right”) that will give to your code accuracy and compatibility with language XML.
* Appropriating any value (width, height) in pixels, do not forget it to specify, i.e. width = “5px”.
* There are tags for which it is unessential to put a tag closing. But I recommend to put them in any case. First, so it is easier to be guided in a code, and secondly, for full compatibility with all browsers and their versions.
Nowadays the Internet technologies are very popular. The Internet network is not only a place to entertain but also a space to earn money. Whatever the reason is, to be presented in the Internet one needs a site. And it is the time when the question how to make a website arises. Those who are looking for info on how to build a website, should refer to the Web itself. It is full of docs on how to make a website and respective topics.
In any way, it wouldn’t be wise not to use this opportunity given to us by digital technologies. Google and other search engines, social networks and forums, blogs – all of them could help to find information on “make a business website” and similar topics.
Tags: build website, business website, make website, site, website
Posted in Coding Sites · August 27th, 2010 · Comments (0)
Search engine robots and how they work.
Some problems connected with search robots:
Incompleteness of the standard (Standard for Robot Exclusion)
Unfortunately, as search systems appeared not so long ago, the standard for robots is in a stage of working out, completion, etc. It means that in the future search engines will be guided by it.
Traffic increase:
Not all search robots use/robots.txt
For today this file is necessarily requested by search robots only such systems as Altavista, Excite, Infoseek, Lycos, OpenText and WebCrawler.
Use of meta-tag HTML:
The initial project is lower which has been created as a result of agreements between programmers of some number of the commercial indexing organizations (Excite, Infoseek, Lycos, Opentext and WebCrawler) at recent meeting Distributing Indexing Workshop.
At this meeting use of meta-tag HTML was discussed for management of behavior of search robots, but the definitive agreement has not been reached. Following problems for discussion in the future have been defined:
* Uncertainty of file specifications/robots.txt
* Exact definition of use of meta-tag HTML, or additional fields in a file/robots.txt
* the Information “Please visit”
* Current control of the information: an interval or a maximum of open connections with the server at which it is possible to start to index the server.
ROBOTS meta-tag:
This tag is intended for users who cannot supervise a file/robots.txt on the web sites. Tag allows setting behavior of the search robot for each HTML-page, however thus it is impossible to avoid the reference of the robot to it.
robot_terms is the list of following keywords divided by commas (header or lower case symbols do not play any role): ALL, NONE, INDEX, NOINDEX, FOLLOW, NOFOLLOW.
NONE – speaks to all robots to ignore this page at indexation (it is equivalent to simultaneous use of keywords NOINDEX, NOFOLLOW).
ALL – allows to index this page and all references from it (it is equivalent to simultaneous use of keywords INDEX, FOLLOW).
INDEX – allows indexing this page
NOINDEX – do not allow indexing this page
FOLLOW – allows indexing all references from this page
NOFOLLOW – do not allow indexing references from this page
If this meta-tag is passed or is not specified robot_terms by default search robot arrives as though have been specified robot_terms = INDEX, FOLLOW (i.e. ALL). If in CONTENT keyword ALL robot arrives accordingly it is revealed, ignoring specified other keywords. If in CONTENT there is opposite keywords on sense, for example, FOLLOW, NOFOLLOW the robot arrives at own discretion (in this case FOLLOW).
If robot_terms contains only NOINDEX references from this page is not indexed. If robot_terms contains only NOFOLLOW the page is indexed, and references, accordingly, are ignored.
Currently the web technologies are very popular. The Internet network is not only a place to entertain but also a platform to make money. In spite of the reason, to be presented in the Internet one needs a site. And it is the time when the question how to make a website arises. Those who are looking for details on how to build a website, are advised to refer to the Internet itself. There are lots of guides on how to make a website and related topics.
In any way, it wouldn’t be smart not to avail themselves of this chance provided to us by modern technologies. Google and other search engines, social networks and forums, blogs – all of them could assist to find info on “make a new website” and similar topics.
Tags: build website, business website, make website, site, website
Posted in Coding Sites · August 27th, 2010 · Comments (0)