JavaScript is extension of ECMAScript language. One of the largest ECMAScript update for developers is ECMAScript 2015 (ECMAScript 6). Today we'll consider some of new features of ECMAScript. In this lesson we'll look at some modern Javascript features: variables (new...
Tutorials
WordPress. Authorization with wordpress API
Today we will begin to create another project with using Woocommerce API, AngularJS and AngularJS Material. Today we will create the page with authorization form. wp_signon will check login and password correctness...
WordPress. Create child theme
One of my subscribers asked to consider the question about creating child theme in Wordpress on "your wish" page. In this lesson we'll create child theme for e-commerce The child theme is useful because any wordpress theme updates (or you need update it yourself). But...
Zurb Foundation. Code html email
In last lesson we learnt foundation css framework. But it has another one necessary and powerful tool - the framework for emails. Today we'll make simple html email template with sending it through php. Html email coding is pain for developers. You need use tables in...
Zurb foundation CSS framework overview
Lesson about CMS have finished. And now I begin to consider your requests and wishes. Today we'll consider Zurb Foundation CSS framework capabilities. Foundation isn't worse that Twitter Bootstrap. Foundation has got great grid system. The newest is XY grid. It's...
Drupal 7. Ecommerce module
This is last lesson of CMS basic series. Today we'll consider drupal 7 ecommerce - the module to create ecommerce web site on Drupal
Drupal 7. Create theme. The template for concrete node type
We will finish this Drupal 7 creating theme lessons series with create the template for concrete node type (in our case article). You can download ode of our theme from my github account
Drupal 7. Create theme. Main page template
In this lesson we will create the template for main page - page--front.tpl.php file. We will also create and customize the view for main page Notice, all visual settings (html tags and css classes) you can customize in view settings panel
Drupal 7. Create theme. Node template
In this video we will create node.tpl.php file. This file output node user fields in browser. We also will make our contact form more beautiful for our site clients You can watch and download theme code from github