Articles (pg. 4)
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
When Writing PHP Code , you may need to create an HTML element in your code. Novice developers write HTML code directly in the file with PH...
Make video playback on the site - today the need to implement such functionality is quite common. Previously, the object tag and third-party too...
Playing audio files on web pages is not unusual today. Previously, for this you had to use special third-party tools, connect a flash player, for ...
It is customary to use databases or files to store data. But sometimes there is no desire to create a separate table in the database, or it is imp...
When implementing various functionality in Drupal, you may need to perform long operations. Anything can be such operations, for example, mass upd...
Currently, the main forces are directed to the development of Drupal 8, but the development of Drupal 9 is also proceeding, albeit slowly. Everyon...
When developing a site, CSS cascading style sheets are actively used. They use various units of measurement, including pixels, percentages, ...
You have to work with arrays in any programming language; PHP has a number of special functions for conveniently working with arrays. Arrays...
Often, when developing a web application or site, it is necessary to work with text resources. As a rule, the text has its own encoding, so ...
When developing a project design, there are times when it is necessary to create a gradient on the site , that is, a smooth transition of color f...
When laying out the pages of the site, the elements are placed in a certain order, indents are made between them, both vertical and horizont...
When developing a site, usually there is a need to send certain data to the server, today the most popular request methods for sending such ...
Forms are widely used on any site. Thanks to this tool, it became possible to send various data from the user to the server, where you can process...
When laying out pages, it is often necessary to align the content of an element in the middle, both horizontally and vertically. While horizontal ...
A site today is not just a page, but in most cases a whole system for processing and generating various data. It is often necessary to display dat...
Modern browsers contain their own basic CSS styles for many elements, you can notice this by opening the developer console and hovering over any e...
Bitrix is a paid CMS, which means that you need to purchase a license to use the system. It is best to purchase a key in advance so that there a...
Drupal, like any other content management system, is constantly being developed by its creators and enthusiasts around the world. New versio...
With the advent of a new version of HTML, it has become possible to layout pages in a new way. Namely, HTML5 introduces new semantic tags that...
HTML was designed in such a way that almost every element in it contains semantic meaning. The semantic meaning of tags - this means that ...
Writing a module for Drupal is easy. To get started, you can start by solving simple problems, for example, let's develop a simple module for send...
Drupal is quite rich in its basic functionality. From version to version, new features were periodically included in the kernel and unnecessary on...
Sometimes the capabilities of the PHP language may not be enough, then you can rent or use your own server, where you can install any additi...
Sometimes in the software there are any errors or flaws that can be discovered only after long-term use of such software. How do I fix them? To do...
Writing well-formed and concise PHP code is a talent that can be learned over time. This is important because it says a lot about the develo...
At the end of March 2018, many web developers received a notification informing them of critical vulnerabilities found in Drupal. These vuln...
After installing Drupal, you need to do some settings to prepare the system for work. Although you can use the CMS almost immediately, it is still...
Drupal is happy with the secure CMS , but some additional security measures need to be taken. This can be done directly after installing th...
Drupal stands out among similar systems. First, when a novice developer chooses a system for website development, he is faced with a choice of wha...
The jQuery Library is a unique tool that solves many problems in web development. Today it is used in most web projects and is being activ...
PHP is a simple and powerful language for developing web projects. Anyone can start writing programs and scripts on it, there is nothing particula...
PHP today is used in the development of most sites and web applications. This language was conceived by the authors as a simple and afford...
What is a browser extension? This is a package of program code that extends the basic capabilities of the browser. What is it for? This can be use...
Sometimes, you need to develop a desktop program that will solve a problem. To do this, you need to understand programming, be a well-trained spec...
Parsing site pages laid out in HTML can be easily implemented in almost any programming language. Naturally, this can be a very necessary ta...
An SEO specialist today is one of the demanded areas in the IT field, thanks to such a specialist, the site becomes successful. And the more...
If initially it was decided to develop the site on CMS Drupal , then it is worth taking care of its further maintenance. After development,...
Clicking on links in browsers, email programs, and elsewhere may be unsafe. Many people are wary of links, and some users completely refuse to fol...
CSS is a kind of brush and paint for the modern web developer when you think of a page as a canvas with black and white sketches. Thanks to this t...
When the question of creating a site arises, the developer is faced with the question of how to build his project. You can consider differen...
The new version of the HTML language has brought many completely new features and has undeniable advantages over previous versions.
Added...
CSS technology with the advent of the new version of CSS3 has provided developers with truly unique options for page design. The main fea...
JavaScript is the language primarily used on websites. Its support is now implemented in almost all browsers, exceptions may be specific bro...
This language is designed to markup documents, mainly web pages. It includes many tags, some are gradually being removed, some new tags are added....
Once upon a time, when the first websites were born, resources looked quite simple, you could see only plain text on them. Gradually, the sites ac...
Development in JavaScript (JS) is in great demand today, each site has a significant part of the functionality implemented in this language....
The most important thing for a website is good content . Good content is unique writing that is meaningful and useful to people.
Where ...
Now basically all sites have the htpps protocol , which replaced the http . What caused this? The https protocol is the same http, only th...
Bitrix is an excellent system for website development, but with some caveats. The system is highly complex when working with it by untrained use...
Every site nowadays simply has to be adapted for mobile devices, as from such devices share of traffic is significant . If the site is not suitab...
Оставить заявку
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