A child theme is a theme that inherits the functionality and styling of another theme, called the parent theme. Child themes are the recommended way of modifying an existing theme. The benefits of working off a parent theme means you don’t need to write all the HTML/CSS from scratch. A child theme will automatically use any template files you include, such as sidebar.php or footer.php. But if they are missing, then your child theme will pull the same files from its parent.
Author: Alechko Studio
What is File Manager
Change PHP Version
HTML5 Fullscreen API
WordCamp US
The second annual WordCamp US, the biggest WordCamp in North America, is next month! Join us in Philadelphia, Pennsylvania on December 2-4 at the Pennsylvania Convention Center.
What new in Joomla! 3.7
Drag and Drop
Media in HTML5
What is HTML5
Joomla UX Improvements
Create Categories on the fly in Joomla
Landing Page
How To Backup WordPress
What is WordPress
What is Ajax
How to use jQuery
jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. jQuery has changed the way that millions of people write JavaScript.
Migration from WordPress to Joomla
Top Free Joomla Templates in October 2016
Joomla 3.6.4 released
How to Install PHP
Sessions in PHP
A session is a way to store information (in variables) to be used across multiple pages. Unlike a cookie, the information is not stored on the users computer. The most fundamental way to explain what a sessions is like is to imagine the following scenario: You are working with an application. You open it, make some changes, and then you close it.
That is a session in it’s simplest form.