by lazars | Sep 3, 2019 | Web Terms
When you visit a website and try to open a page, which doesn’t exist or a page with a broken link, the server usually sends the 404 error message “Not Found”. This server response tells browsers and search engines that the page is not available. For that reason when...
by lazars | Sep 3, 2019 | Web Terms
A cookie is a small file that is stored on a user’s PC when using a web browser. It is also commonly known as an HTTP cookie. These files store a small amount of data that identifies the user when visiting websites multiple times. Usually, the data consists of records...
by lazars | Sep 3, 2019 | Web Terms
A VPN or a Virtual Private Network provides a way to connect two PC’s on two different networks simulating their being both on the same local network. Hence the “virtual” part of the name. This allows secure remote access to a local network’s resources using a public...
by lazars | Sep 3, 2019 | Web Terms
What is VOIP? Voice over IP is the name of a group of technologies that make possible verbal communication over the Internet. Most commonly the term means a telephone call on the Internet. All that is needed for a VOIP call is a personal computer and an Internet...
by lazars | Sep 3, 2019 | Web Terms
CGI stands for Common Gateway Interface. It is commonly used for running scripts and programs such as creating search forms or simple chat boxes or when your web site needs to communicate with a database and return the result in HTML format. Historically, CGI-bin...