by Kamil' Abzalov | Aug 15, 2017 | JavaScript, Tutorials
API VKontakte. Get access token Home » Posts Tagged "javascript" In this lesson we will finish introductory series of lessons with api VKontakte work. We’ll consider necessity and getting access token procedure. While api making requests some...
by Kamil' Abzalov | Aug 11, 2017 | JavaScript, Tutorials
API VKontakte. Requests to API and getting data Home » Posts Tagged "api" In last lesson we began to consider API VKontakte. In this lesson we’ll make our first requests to api methods and get data about vkontakte user. We’ll make request...
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 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 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...