JavaScript

Javascript. Regular expressions. Part two

In last lesson we began to learn regular expressions in javascript. In this lesson we'll consider RegExp object functions (functions, which we considered in last lesson, belonged to String object). Also we will consider syntax of regular expressions. There are...

read more

Javascript. Regular expressions. Part one

By request one of my listener I'll record screencasts devoted to regular expressions in javascript. Regular expressions is powerful tool for search and replace in strings. This lesson is dedicated to useful functions for work with regular expressions. In this lesson...

read more

Form validation with jquery

In this lesson we'll realize useful exercise - form validation with jquery. As homework you may make "online" validation using keypress event. Your works you may send to my email - abzalov90@gmail.com...

read more

API VKontakte. Requests to API and getting data

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 with several ways - javascript, jquery ajax and php. You may read about api requests in details with...

read more

Intro to jquery. Part one

In this lesson I begin small parts of intro to jquery tutorials. Jquery is crossbrowser javascript library. It gives to developers manipulate html content, event handlers, create animations, work with server. You can download jquery from http://jquery.com/.

read more

Form validation with javascript

In this lesson we'll consider homework from last lesson and discuss, how to make form validation with javascript Validation is process of checking valid data form users (online payment forms, registration forms and so on). I am sure, you understand why validation is...

read more

JavaScript. Window and document objects

In this lesson we will consider key methods and properties of document and window objects. For example, we can manipulate content of html document - add new information, make selection and muc more. With window object we can manipulate windows - open it, print window...

read more

Pin It on Pinterest