An important part of web developer’s world is working with the database. The word working also includes the creation of databases. Today I will discuss the basic principles and rules for creating the database and give an example based on already familiar gingerbread man. The purpose of the development of any database is to store […]
Tag: coding
Validation. What for? Where? How? (JavaScript validation example)
Continuing the theme of the previous post about the validation I would like to note that validation using HTML 5 is nice, but it does not solve some problems. If you look at the source http://www.w3schools.com/tags/att_input_type.asp you may note that the input tag has a validation for almost all the fields that can be used in […]
Validation. What for? Where? How? (HTML5 example)
When you create on a website any form where the user will interact with the page you must take security seriously. We are all human and most common mistakes – the human factor, it is impossible to hope that users will always enter correct values to the form. For example, instead of typing in the […]
What is the object and how orient to it
As is well known almost all programming languages in the world today are object oriented languages. But what does it mean? What is an object? What object do they mean? And to orient on it? Going back to the previous topic (which you can read here), it is recalled that HTML and CSS are not […]