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 | 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 29, 2017 | JavaScript, Tutorials
JavaScript. XMLHttpRequest. POST requests. Make simple comment form with ajax Home » Posts Tagged "ajax" In last lesson we considered GET requests with xmlhttprequest. In this lesson we’ll discuss how to make post requests with this object. The...
by Kamil' Abzalov | Jul 15, 2017 | JavaScript, Tutorials
JavaScript. Intro to XML Home » Posts Tagged "xml" Last lesson we discussed json. Today we consider XML – extended markup language XML has similarities with HTML. Both languages are markup languages. But HTML is web page markup language, while...
by Kamil' Abzalov | Jul 8, 2017 | JavaScript, Tutorials
JavaScript. Intro to JSON Home » Posts Tagged "json" In this lesson we will consider JSON data format. Why must we use data formats.Simply we need it to exchange data betweeen for example php and javascript or between two different servers. A few...
by Kamil' Abzalov | Jul 1, 2017 | JavaScript, Tutorials
JavaScript. RequestAnimationFrame Home » Category: "Tutorials" (Page 19) In this lesson we will talk about RequestAnimationFrame function. This function is used while animation creating. Traditionally animations are crating with setInterval method. It...