In last lessons we have been discussing basics with Wordpress. From today lesson we will creating our first the simplest theme for Wordpress. First of all, I noticed, that I focus on wordpress theme creating documentation. All wordpress themes store on the server by...
Tutorials
Summary of plugins for e-commerce on WordPress
Today we will install alternately two e-commerce plugins for Wordpress WooCommerce and WP e-commerce WooCommerce is the most popular decision for e-commerce sites on Wordpress. It has got a rich functionality and also a lot of different add-ons for extending...
WordPress administration panel
In last lesson we installed CMS Wordpress. Today we will consider capabilities and settings of wordpress administration panel. Administration panel lets you to manage your site content, structure and other settings of your site. You don't need to have any special...
Install WordPress
Beginning today we start to learn CMS. CMS is web application, which allows to launch your web site in short time with necessary functionality. There are a lot of sites, which works on different CMS, including a lot of e-shops. We will begin from CMS Wordpress. Let's...
Twitter Bootstrap 4
Today I will make brief of twitter bootstrap 4 new features. As compared with twitter bootstrap 3 the key changes are using flexbox in grid. Also if you want use bootstrap js plugins, you must include popper.js. Moreover there are a lot of new features for adding...
Create PHP MVC app. Resume
We have finished make our simple php mvc application. In today video I will sum up - check somer errors in app and also share our future plans. You can download project by link. Next lesson will be in 29th of July and will focus on bootstrap 4
Create PHP MVC app. Create pagination
Today I am fulfil request from one of my subscribers, who asked me to make pagination. For this purpose we need to use SQL query with LIMIT. Process is described in details in video....
Create PHP MVC app. Edit data through modal window
The one of my subscribers asked me to add capability edit information through modal window. Today I will do editing news using ready to use angular bootstrap directives. For adding modal window you need include ui.bootstrap. After this $uibModal service will become...
Create php MVC app. Registration
In fact we have finished to develop our php mvc app. Next lesson I will realize your wishes. Today we will make registration in our application...