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 […]
Tag: java script
Our life is like a code or the proper use of comments in the code
Whenever you are starting to learn a new programming language it is always definitely somewhere in Chapter 1-2-3 will be told about any special characters that would make a comment. According to Wikipedia: In computer programming, a comment is a programmer-readable annotation in the source code of a computer program. They are added with the purpose of making the source code easier to […]