by Kamil' Abzalov | Aug 9, 2017 | JavaScript, Tutorials
JavaScript events Home » Category: "Tutorials" (Page 15) In this lesson we’ll consider different events in javascript. Event is interaction user and page (click, scroll and so on). Especially you need to notice on click event Code...
by Kamil' Abzalov | Aug 9, 2017 | JavaScript, Tutorials
JavaScript. Properties and functions Home » Category: "Tutorials" (Page 15) 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...
by Kamil' Abzalov | Aug 9, 2017 | JavaScript, Tutorials
JavaScript. Loops, conditions. Home » Category: "Tutorials" (Page 15) 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...
by Kamil' Abzalov | Aug 9, 2017 | JavaScript, Tutorials
Intro to API VKontakte Home » Posts Tagged "api" 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...
by Kamil' Abzalov | Aug 8, 2017 | JavaScript, Tutorials
Javascript. Variables. Dialogs, alerts Home » Category: "Tutorials" (Page 15) 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...
by Kamil' Abzalov | Aug 8, 2017 | JavaScript, Tutorials
Intro to javascript Home » Category: "Tutorials" (Page 16) 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....
by Kamil' Abzalov | Aug 7, 2017 | JavaScript, Tutorials
JQuery. Ajax example with recaptcha Home » Posts Tagged "ajax" In this lesson we’ll consider jquery ajax method and do exercise with google recaptcha using. Ajax method has got two parameters – url, which accept data form ajax and settings....
by Kamil' Abzalov | Aug 5, 2017 | JavaScript, Tutorials
Intro to jquery ajax Home » Posts Tagged "jquery" In this lesson we’ll begin to consider ajax jquery. We’ll consider five useful functions , most of it are special cases of ajax method. Ajax method will be considered in next lesson. Shortly...
by Kamil' Abzalov | Jul 30, 2017 | JavaScript, Tutorials
JavaScript. Objects. Constructors Home » Category: "Tutorials" (Page 18) In this tutorial we continue to consider objects in javascript, Consider other ways object creation. One of them is constructor function. Remember last lesson we have got a...
by Kamil' Abzalov | Jul 23, 2017 | JavaScript, Tutorials
JavaScript. Intro to AJAX. XMLHttpRequest Home » Posts Tagged "ajax" In this lesson we begin learning ajax – asynchronous Javascript and XML. This technology allows to exchange data without page reload. We’ll discuss ajax in the javascript...