by Kamil' Abzalov | Aug 15, 2017 | PHP, Tutorials
Intro to php. Install local environment Home » Tutorials » Category: "PHP" (Page 2) In last lessons we were learning frontend. But web site is not only design. We do different actions in sites – search, filter data and so on. This...
by Kamil' Abzalov | Aug 15, 2017 | MySQL tuts, PHP+MySQL, Tutorials
Developing e-commerce form scratch. Create technical task Home » Tutorials » Category: "MySQL tuts" Today in 10:30 pm we’ll record our new stream. Beginning of this live stream we’ll begin to develop e-commerce. Today...
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 | Jul 30, 2017 | PHP, Tutorials
Arrays in php Home » Tutorials » Category: "PHP" (Page 2) In this lesson we’ll consider arrays. Arrays are very important data structure in a lot of different programming languages. In pjp there are a lot of functions to work with...
by Kamil' Abzalov | Jul 30, 2017 | MySQL tuts, PHP+MySQL, Tutorials
Create e-shop from scratch stream. Database design Home » Tutorials » Category: "MySQL tuts" In our stream we will begin to design e-shop database. First of all we will create scheme and then create...
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...