Posts List of articles, page 3
-
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.
-
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 26, 2017 0 666 Egor android
-
Yii2, Create and use components
An example of creating and working with your own components in Yii2.
April 21, 2017 0 860 Egor Yii Framework 2, yii2
-
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 18, 2017 6 4007 Egor Yii Framework 2, yii2, Bootstrap
-
Short instruction. How to install Yii 2 basic
Short instructions on how to install Yii 2 basic in Windows on OpenServer.
April 14, 2017 0 692 Egor yii2, Yii Framework 2
-
Composer - creating and publishing your library
A brief guide to creating and publishing your library, extensions, additions with the help of composer.
-
Auto-load files using the namespace through the loader composer
A brief instruction about uploading files using composer.
-
PHP + jQuery, sorting and save of list using jQuery Sortable
Example of sorting list in PHP using jQuery Sortable. Make your project more convenient.
-
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 10, 2017 0 1520 Egor Yii Framework, Yii extensions, CAPTCHA
-
Yii 2, sending mail through SMTP
Simple instruction by sending mail to Yii 2 (basic, advanced) via SMTP
December 20, 2016 0 3418 Alex Yii Framework 2, yii2, mail