Haml is HTML abstraction markup language. In other words, it's a language you can use instead of HTML to create HTML files. It's designed to make markup simple, easy to write, clean, readable, and adhering to the DRY principles. Haml is easy to learn and is well documented. It saves your time because there are … Continue reading HAML Introduction
Month: March 2016
Here Are important concepts in Joomla that Every Beginner Should Know. Lets Begin With Extension. 'Extension' in Joomla terms means anything you can install (unless it's a Package, which is a group of Extensions). These things all fall under the category of extensions: Templates Components Modules Plugins Language packs Components are like apps. They … Continue reading Joomla CMS Concepts
Joomla templates use a structure of directories and files but they can vary from template to template Site templates (templates that change what your website looks like) can be found in the /templates directory. For example, if your template is called "mytemplate", then it would be placed in the folder: /templates/mytemplate Administrator templates (templates that … Continue reading Joomla Template Structure