Articles (pg. 3)
The modern world is constantly changing, there is a development of various technologies - it is worth talking about it. This section contains articles by category that cover all sorts of topics. Select the category of interest, after which a list of articles will be shown. Below the tags, there is a list of all articles published on the site. You can read about something new, as well as find solutions to current problems.
Number of articles: 216
Recently, so-called site networks have become popular. Many users are trying to understand this topic and create their own network of sites. But f...
Sometimes you may need to find out who owns the site or the domain on which it is located. This information may differ because the domain can be ...
You may need to register a domain at any time. For example, you have finished developing a site and are going to host it on the network, or you ju...
There are currently various ways to create a website. As a result, its quality depends on the choice of the method of creating a website. Usually,...
Over time, someone has new ideas for new projects - and he opens new sites and registers domains , and someone, on the contrary, closes their pro...
Often there is a need to place an element on a site page to select a value from a list. The values in such a list can have long names and it may...
What are PUSH notifications from sites in the browser, how they are dangerous, and how to disable...
Various sites and resources are constantly trying to attract attention to themselves in a variety of ways. With the development of technology, new...
It is often necessary to check whether a page on a site is indexed or to get a list of all such pages. You can use various methods to check. The e...
Search engines currently offer a wide range of functionality to manage the indexing of your site. For example, such popular search engines as Goog...
After writing an article or several articles, the resulting content is posted on the site. For this, as a rule, new website pages are created. In ...
To host a website on the Internet, you need to register a domain. Domain is the address at which the site will be opened when typing the address i...
When the desired font is selected for the site, it remains only to connect it and set the required text sizes for various page elements. Connec...
The font used on the site speaks volumes. It is he who determines how visitors will perceive your resource. What is a font ? A font is the ...
Every Internet user sooner or later faces the need to indicate the username on various resources. This is often required for registration or just ...
After launching the site, the question arises, how to view site statistics ? To do this, you need to use third-party tools. There are quite a few...
After the launch of the site, there may be a need to obtain its statistics. Site statistics contains all kinds of data about visitors and about ho...
Currently, almost every site has a special file that serves to provide search engines with information on how to index the site correctly. This fi...
Sitemap Sitemap is an important element of any modern resource, thanks to which search engines and other services can quickly receive a list of al...
For a long time, one of the indicators of the success of sites was the TIC indicator - a thematic citation index. It was invented by Yandex and ...
Sometimes, when visiting a site, you may need to look at which JavaScript code is enabled on the page. This may be needed in various situations,...
When entering a particular site, or when viewing your own, you may want to see how an element is written in HTML, as well as make changes to the p...
Currently, the site can be opened on a wide variety of devices with a wide variety of screen resolutions. To testing site pages at different reso...
When writing JavaScript code it is very convenient to use the browser's built-in console for debugging. It allows you to instantly execute the c...
JavaScript is widely used to animate web pages. In this language, there are special events that occur at a certain point in time when perfor...
In order to place an element on the page, you must specify its coordinates, that is, set the position. Coordinates can be set in various ways, rel...
Lists are for grouping information on a specific topic, they might be needed anywhere. In HTML there are special tags for their creation, it all...
Creating tables on site pages is a fairly frequent process, so you need to know how to create them correctly. Tables allow you to present the mate...
When coding web pages on HTML often need to use tags, which assume the presence of an image. The path to such images is usually indicated in a s...
Sometimes it is necessary to check a site for speed in order to understand how fast it loads. After all, its traffic and usability depend on how...
When developing sites, all kinds of tags with various attributes are actively used. What attributes are there in HTML ? This article provides a c...
Very often, when developing sites, it is necessary to place elements on a page that must have borders or frames. This problem can be solved using ...
To set the background for an HTML element, in CSS there is a special property - background . This is a shorthand for many of the properti...
HTML quite a lot all kinds of elements and they can have different attributes. What is an attribute in HTML ? This is an additional entry withi...
Currently modern browsers try to do spell check attribute when entering text in any fields . This is usually the default setting. But sometimes i...
HTML today has very rich functionalities and they are constantly expanding. For example, you can edit the content right on the page, without swi...
When creating Drupal forms need to specify various properties of the fields. There are many such properties, they may differ for different types...
Over the entire existence of websites for their development, various approaches have been used for the necessary placement of elements on the page...
Typically, page layout uses property display - it helps to make the element display the way you want. It has a lot of possible values, and not...
When placing elements on a page, it is often necessary to make the flow around one block over another. To do this, CSS styles correctly there is...
When layout pages of a site or when publishing new materials, there may be a need to align the content of an element on either side. For this ther...
When coding site pages, there is often a need to change the display style of an element, for this styles correctly in CSS there is a disp...
When creating a form in Drupal, you must specify its type for each field. What types of fields exist in Drupal , or rather, which #type c...
To obtain various data from users on the site, various forms are used. These forms can be any type of form: text fields, lists, radio buttons, che...
When coding site pages, you should adhere to certain rules in order to end up with a high-quality layout page that will pass the check in the HTM...
Sometimes you need to create dynamic forms in Drupal - forms that change without reloading the page. In Drupal there is also such an opportunity...
Managing files PHP is quite simple - for this language has a large number of possibilities in its arsenal. You may need to control file do...
When adding input fields to site pages, you need to specify auxiliary text for them - hints that explain the purpose of the fields. Previously, th...
Meta tags are used to set additional information about the site page. This information can be used by various services and programs - for ex...
When laying out web pages or working with site content, there is often a need to change the text, or rather its properties: size, font, style, etc...
When working with the site, you have to periodically add new content and make various changes to the existing one. As a rule, the main part of the...
Оставить заявку
Latest articles
- 03.04.24IT / Уроки PHP Уроки простыми словами. Урок 3. Все операторы PHP с примерами, с выводом работы кода на экран.
- 02.04.24IT / Уроки PHP Уроки простыми словами. Урок 2. Типы данных в PHP с примерами.
- 02.04.24IT / Уроки PHP Уроки простыми словами. Урок 1. Коротко о языке веб-программирования PHP. Основы синтаксиса.
- 09.11.23IT / Database Errors when migrating from MySQL 5.6 to 5.7 and how to fix them - database dump import failed with an error or INSERT does not work. Disabling STRICT_TRANS_TABLES strict mode or using IGNORE
- 08.07.22IT / Misc Convert office files DOC, DOCX, DOCM, RTF to DOCX, DOCM, DOC, RTF, PDF, HTML, XML, TXT formats without loss and markup changes