In this tutorial we will discuss functions and properties. While writing code you often need to do a lot of repetitive operations. This operations are better to write into special blocks - functions. Function is subprogramm which works with any data and returns any...
Tutorials
JavaScript. Loops, conditions.
In this lesson we'll consider important themes in javascript and programming in general - conditions, loops, break and much more. In the beginning we will discuss unary plus and minus. You must notice several key features. unary plus has got the highest priority...
Intro to API VKontakte
In the next two or three lessons we'll discuss basics of api VKontakte using ajax knowledges, In this lesson we'll consider api app creating and installing widgets for sites URL of API VKontakte is https://vk.com/dev. You need Web section. Next you need create app in...
Javascript. Variables. Dialogs, alerts
In last lesson we began to learn javascript. Today we'll continue to discuss javascript basics - we'll talk about variables, how to declare variables, also we'll discuss 6 main types of data (number, string, boolean, null, undefined, object). Also we'll consider...
Intro to javascript
Before this lesson we worked with HTML and CSS. They were constructor of our page. We learnt make responsive site. But how to make sites "smarter"? Javascript helps us with it. Nowadays in javascript developers can write server side code. There are a lot of frameworks...
Sublime text. Package manager
In this tutorial I'll tell you about installation and usage of package control in sublime text. It increases your work performance in sublime text. We'll install bootstrap 3 package (for fast bootstrap code generate) and emmet You can find the list of packages and...
Sublime Text. Installation. Snippets
Many of you asked me to make screencast about text editor, I was writing code - sublime text. Sublime text is very popular text editor. Except it I would like to note there are two another powerful text editors - notepad ++ and atom. In this lesson we'll install...
HTML web page background
In this lesson we'll consider how to set background to web page. Also you will know, how to make responsive background. In the end of lesson I offered homework to you. I would like you will make some experiments with background image and use for it javascript and...
Twitter bootstrap components
In this lesson we'll take a look at bootstrap components. Components are pieces of ready to use code. They have got their own classes and take developers ability to build nice interfaces. You can create your own components. If you didn't see last two lessons, I...