Posts list

JQuery, show/hide form

A simple example of show/hide the form using jQuery.

May 2, 2017 8 Yehor Rykhnov

JQuery, add the ability to show/hide the password in the form

A simple example of the function is to show/hide the password by clicking in the form.

May 1, 2017 32 Yehor Rykhnov

Android. How to change the default activity

When you create a new project in Android Studio, is also created a default activity, MainActivity, the class MainActivity.java, and the activity_main.xml. About how to change the default activity is described below.

April 25, 2017 30 Yehor Rykhnov android

Yii2, Create and use components

An example of creating and working with your own components in Yii2.

April 20, 2017 43 Yehor Rykhnov

Yii2, feedback form in a modal window

An example of implementing a feedback form in a modal window using the standard form from the contacts page.

April 17, 2017 230 Yehor Rykhnov BootstrapYii Framework 2yii2

Short instruction. How to install Yii 2 basic

Short instructions on how to install Yii 2 basic in Windows on OpenServer.

April 13, 2017 17 Yehor Rykhnov

Composer - creating and publishing your library

A brief guide to creating and publishing your library, extensions, additions with the help of composer.

March 21, 2017 9 Yehor Rykhnov

Auto-load files using the namespace through the loader composer

A brief instruction about uploading files using composer.

March 15, 2017 14 Yehor Rykhnov PHPComposer

PHP + jQuery, sorting and save of list using jQuery Sortable

Example of sorting list in PHP using jQuery Sortable. Make your project more convenient.

February 22, 2017 71 Yehor Rykhnov jQuery UISortable

Yii Framework, how to add Google reCAPTCHA 2 to your site

A simple example additing and work with Google reCAPTChA 2 in Yii Framework

February 9, 2017 15 Yehor Rykhnov CAPTCHA