Articles

Display the main Joomla content

Using the following code to display the main Joomla article
Read More

Check if you are on the front page / featured page of Joomla

Use the following code to check if you are on the front page of Joomla or on a featured page in
Read More

XMP – Great to embed code for documentation

Use the XMP tag to embed code for your
Read More

CSS expanding text ellipsis dots (…)

If a title or text within a H1 or H2 tag is too large and to prevent the text from wrapping or breaking a column use the following bit of code which will embed (...) instead of
Read More

Easy file upload using JCE

This is the simplest way to upload a PDF or a file into an article.
Read More

Use the following code in Javascript to scroll #Anchol links to #Anchor points

//scrolling jQuery('a[href*=#]:not([href=#])').click(function() { if (location.pathname.replace(/^\//,'') === this.pathname.replace(/^\//,'') || location.hostname ===
Read More