Google chrome is one of the most popular web-browsers all over the…
Google chrome is one of the most popular web-browsers all over the world. In 2015 its percentage reaches the mark of 64% of browsers usage according to W3C statistics.
Basic explanations of IT-terminology
Google chrome is one of the most popular web-browsers all over the…
Google chrome is one of the most popular web-browsers all over the world. In 2015 its percentage reaches the mark of 64% of browsers usage according to W3C statistics.
Do you remember when was the last time you used a pen?…
Do you remember when was the last time you used a pen? This world is getting more and more computerized. A lot of things we do are closely relied on your mouse and keyboard.
The development process in modern IT industry usually requires a big number…
The development process in modern IT industry usually requires a big number of different means and tools. Before creating a working and valuable product the system has to be thoroughly designed. To facilitate the process of system design, the UML was invented.
NeDB comes from Node.js Embedded Database. It is a lightweight NoSQL database…
NeDB comes from Node.js Embedded Database. It is a lightweight NoSQL database written in pure JavaScript that can be used both as persistent and in-memory storage.
Modern software is all about manipulating data. It has to be stored,…
Modern software is all about manipulating data. It has to be stored, transferred, analyzed and produced. For all that you have to store your data in some simple, multifunctional and lightweight format. One of the most popular nowadays is JSON format.
Java is an object-oriented programming language. Applications run inside the Java Virtual Machine…
Java is an object-oriented programming language. Applications run inside the Java Virtual Machine (JVM). JVM is a software that can be installed on every Operation System, which means that one java app does not depend on the environment (“Write once, run anywhere” principle). How to code with Java? Easily!
What is HTTP? HTTP comes from Hyper Text Transfer Protocol. This is a…
What is HTTP? HTTP comes from Hyper Text Transfer Protocol. This is a set of communication rules between your browser and internet server somewhere around the world. It all happens inside the Web and you cannot observe these rules.
What is XML? XML is an abbreviation for Extensible Markup Language. It is…
What is XML? XML is an abbreviation for Extensible Markup Language. It is widespread in software and hardware development as a data description format.
XML was designed to describe data and to carry information.
CSS (Cascading Style Sheets) is a big friend of HTML. It is…
CSS (Cascading Style Sheets) is a big friend of HTML. It is a simple language that describes formatting styles of HTML layout.
Now this is a powerful tool of front-end development. It provides agile and convenient way to manipulate elements’ appearance on a web-page.
You’ve heard the word “HTML” before. Didn’t you? The only reason you…
You’ve heard the word “HTML” before. Didn’t you?
The only reason you don’t know it yet is because you don’t know how simple it is! No one will tell you that you can learn all theory of HTML in 10 minutes, but this time will be enough for you to create a simple web-page.