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: web world
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 […]
Sharing the knowledge
All people have favorite sites that they use everyday. Consequently, web developers have sites like those too. After a semester of study in the web development program at Humber college I also formed a list of useful sites, which I would like to share. In my opinion, this list should help novice web developers or even to someone […]
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 […]
It’s time to think about the family! Or Inheritance in C#
Remembering my post two weeks ago (What is the object …) I could not miss the theme of inheritance in programming. It is one of the basic principles of object oriented programming. Here is a list of all those principles according to wikipedia: Encapsulation – property of the system, allowing you to combine data and […]
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 […]
Getting started and solving a puzzle
Just a month ago i felt so lost in the World Web Community! Just like the picture showing. Even with excellent grades in Ukrainian university, I did not understand how to use my knowledge in real life. How is everything that we have learned connected together? What you need to know extra to get a […]