Internet and social networks, computer games, security online
Editor's choice
Interesting articles
New
Last modified
2025-06-01 06:06
Optimization of computer games allows the user to "squeeze" everything out of the gameplay. The recently released PUBG game also has such an opportunity. It, like many others, is distinguished by a large number of individual settings that are important to know for optimization
2025-06-01 06:06
You have joined the multi-million army of CS fans, namely version 1.6, and decided to create a server. To do this correctly, you must have a clear, coherent plan of action in front of your eyes. Instructions Step 1 Skip this step if you already have CS 1
2025-06-01 06:06
Stopping and starting Apache on Unix-like systems is done using the command line. As far as Windows is concerned, the server can be stopped using a special graphical or console utility called httpd. If you are using an off-the-shelf XAMPP build, Apache can be disabled through the control panel
2025-06-01 06:06
While browsing the Internet, a computer connects to various network addresses. Sometimes the user has a need to find out with which ip the connection is currently established. This can be done using both the capabilities of the operating system and by installing additional software
2025-06-01 06:06
The installation of certain programs, including anti-virus software, can damage the stable operation of the local network. In such situations, you need to restore its parameters or completely reconfigure the connection to the server. Instructions Step 1 In the event that a local network failure was caused by the installation of a program, be sure to uninstall it
Popular for the month
Inserting a space in the html is necessary for the correct display of the text on the web page in accordance with the effects conceived by the author. Depending on the complexity of the task, you can use both regular non-breaking spaces and control the number of spaces using css properties
Without the Internet, any modern person no longer understands his life. We communicate, watch the weather, read the news, do business, and all this on web pages. The speed of the Internet does not always allow you to do everything quickly and efficiently, so you need to increase the speed of loading pages
Different encoding languages allow you to design hyperlinks in the text in several ways: it can be just an inserted link, and a word, when you click on which a transition occurs, and a picture, including a moving one, and a button. The latter design method is especially relevant if the blog has a technical focus
Joomla is one of the most popular and powerful engines in the world. Joomla allows you to create excellent and dynamic sites without any special knowledge in web programming. In addition, it is a free program with a huge number of extensions, modules and plugins
In the early days of the Internet, chats were the only means of real-time text communication. Today they have all but disappeared from the web. However, even now sometimes it becomes necessary to write a chat. It is necessary - text editor
Writing or choosing a useful web script is half the battle; you still need to find a way to execute it. Let's take a closer look at what is needed to execute the most common types of scripts. Instructions Step 1 A prerequisite for the execution of any script (that is, a script), of course, is the presence of the performer himself
SQL is a computer language for writing queries on tables in relational databases. Its versatility makes it possible to use the same operators in different DBMS, even to transfer program code from one to another without significant changes. Instructions Step 1 Databases are widespread in the computer environment, including they are used to create sites and blogs
Tags are needed to optimize and promote the site. Pay special attention to their creation, because correctly written tags will help you promote your site faster and make money on it. The most important thing when writing tags is not to rush and how to figure out what tags actually are
Placing hidden blocks of text improves the visual perception of a website page - it loads into the browser exactly the way the designer designed it, regardless of the amount of information posted. In addition, it is more convenient for the visitor - in search of the necessary block of information, he does not have to look through the entire array, but only small "
The number of Internet sites is only growing every year. Perhaps the first language for creating web pages was HTML (HyperText Markup Language). With its help, you can create convenient and beautiful sites. But learning the language is quite difficult, so website creation was practically inaccessible to non-professionals
Site presentation is a visual way of presenting information to Internet users using audiovisual technologies. To make an excellent website presentation yourself, you need not only to be able to combine computer animation, graphics, music and video - you need to compose a plot and have a clear script
Uploading files to the site is an important and useful function. With its help, Internet users are given the opportunity to send not only text messages, but also documents in other formats, including graphic objects and archives. Instructions Step 1 There are several ways to create a file upload function
The Internet would not be of particular interest to users if it was impossible to get from one website to another in one or more clicks on the links. Links can be direct - a network address in normal form, or hypertext. Any picture, phrase or word can be used as a guide to a new page
Many search engines, in addition to indexing sites and blogs, also offer HTML-codes for counters that allow you to control the popularity of the resource: buttons with the number of links, with the number of places in the overall rating, with the number of visits per month or day
The Extensible Markup Language (XML) is a standard developed by the international organization W3C for placing relatively small amounts of data in text files. Files with the xml extension are more often used as a data source by scripts, but sometimes it becomes necessary to display the data they contain directly in the browser page without using scripts
The need to encrypt a string variable in web programming arises quite often. This may be necessary not only for working with passwords or other private data. For example, it is often easier to encrypt html code that needs to be saved to a file, database or cookie than to organize it to clear all forbidden characters before writing, and then restore them after reading
The Internet is becoming more and more interactive, and users are increasingly beginning to interact with each other through a variety of sites, using their accounts in social networks - such as VKontakte, Facebook, Odnoklassniki, and others
WordPress is the most popular server software. The main file for configuring this application is .htaccess. There are many ways to create it. The easiest way is to use the WaordPad text editor to write codes in .htaccess. This will allow you to see all the code on one page and easily edit it later
In the modern world, there are almost no sites built on static content. The vast majority of web pages are dynamically generated on the server side. As a rule, the construction of a web page occurs through the execution of various kinds of scripts
Working on the Internet, users are now and then faced with the presence of various services on sites, ranging from registration forms and sending messages to various counters, search strings, IP identifiers, etc. All these and many other functions are usually implemented using scripts