Convallis Nam ante at ac adipiscing libero tincidunt volutpat sagittis quis. Ut eros nibh vel nonummy et Nam turpis a eget nec. Id lacinia Donec ligula et augue interdum eu nulla nonummy Sed. Pede dolor ut quis enim sodales eget ac sollicitudin senectus sed. Tortor platea lobortis facilisis ac dui dui.
Read more...Convallis Nam ante at ac adipiscing libero tincidunt volutpat sagittis quis. Ut eros nibh vel nonummy et Nam turpis a eget nec. Id lacinia Donec ligula et augue interdum eu nulla nonummy Sed. Pede dolor ut quis enim sodales eget ac sollicitudin senectus sed. Tortor platea lobortis facilisis ac dui dui.
Read more...Convallis Nam ante at ac adipiscing libero tincidunt volutpat sagittis quis. Ut eros nibh vel nonummy et Nam turpis a eget nec. Id lacinia Donec ligula et augue interdum eu nulla nonummy Sed. Pede dolor ut quis enim sodales eget ac sollicitudin senectus sed. Tortor platea lobortis facilisis ac dui dui.
Read more...Convallis Nam ante at ac adipiscing libero tincidunt volutpat sagittis quis. Ut eros nibh vel nonummy et Nam turpis a eget nec. Id lacinia Donec ligula et augue interdum eu nulla nonummy Sed. Pede dolor ut quis enim sodales eget ac sollicitudin senectus sed. Tortor platea lobortis facilisis ac dui dui.
Read more...Platea scelerisque sagittis parturient mi pellentesque libero auctor urna id a. Venenatis id semper neque In tincidunt mus pretium vitae pulvinar Proin. At elit interdum interdum id Lorem augue Ut ut quis dignissim. Curabitur Curabitur ut enim metus ipsum Nulla vel tincidunt dis nunc. Interdum ipsum Phasellus est laoreet et magna eu suscipit amet Pellentesque. Ipsum Nulla ligula.
Read more...Sed velit quis porta dui quis Nunc nascetur sem hendrerit hendrerit. Nec gravida habitasse commodo lacus Nulla augue nunc quis Curabitur pede. Cursus Morbi tincidunt nec sed laoreet orci consectetuer cursus ut eget. Sed Integer quis Ut id sit Morbi adipiscing elit dui elit. Pellentesque id laoreet ipsum porttitor nunc Sed hac dictum.
Read more...Module chrome is a term for PHP functions that provide some optional HTML markup in which the module code is placed. This is often called a wrapper for the module output.
Module chrome allows template designers to have a certain amount of control over the way the output from a Module is displayed in their template. Essentially, it consists of a small amount of predefined HTML which is inserted before, after, or around the output from each module, and which can then be styled using CSS. Module chrome is commonly used to provide borders around modules, especially with rounded corners, but it can be used for much more than that.
Module chrome is determined by using the 'style' attribute in the statement calling the module. For example, the following statement may be used in the index.php file of a template to insert the Modules in the 'user1' position and apply the 'custom' Module chrome:
<jdoc:include type="modules" name="user1" style="custom" />
It can be seen that the same Module chrome is applied to every Module in that position - in other words, if you want to have two Modules in a column, but want them to have different Module chrome, then they would need to be set up as two different 'positions' (e.g. 'user1' and 'user2').
The standard Joomla! 1.5+ package includes six default Module chrome styles. However, the flexibility of the template system means that you are not limited to these styles - it's very easy to create as many new styles as you want!
Reference: http://docs.joomla.org/Glossary
Extensible markup language that defines a format that is both human-readable and machine-readable. XML files are used in Joomla for installation files, options, and JForm forms.
It stands for Extensible hypertext markup language and is an application of XML. Most Joomla pages are based on XHTML.
A “what you see is what you get” editor.
A Joomla module that allows you to “wrap” directly other Web sites for display on your Joomla site at a specific location as determined by the Module Position and the Pages Items section. The web page is inserted as an Inline Frame (also called an Iframe) into the web site layout template.
The program that uses client/server models. It provides the communication between the browser on the client device and the server where the website files and database are stored. Joomla works with two leading web servers: Apache and Microsoft IIS (Microsoft's Internet Information Server).
One of the elements of the model-view-controller design pattern used for Joomla core components. The view is responsible for generating output sent to the browser by the component. The base API class we use for views is called JView.
A link in the back-end that allow you to see what the front-end would look like while you’re still working in the back-end.
Joomla uses groups as a method of assigning permissions.
Default groups: Public, Guest, Manager, Administrator, Registered, Author, Editor, Publisher, Publisher, Super Users. However, you can create unlimited user-defined Groups.