It's rather easy to use mootools framework power in your Joomla! system. In this article we will describe how to add hints to abbreviations and acronyms on your page. This will help highlight and mark out appropriate words.
First of all to enable mootools hints effect go to Extensions->Template Manager in the administration, select the template and click “Edit”, then click “Edit HTML”. Before the closing “</head>” tag add the following strings:
<script type="text/javascript">
window.addEvent( "domready" , function( ){
var acronymHint = new Tips( $$( "acronym" ) );
var abbreviationHint = new Tips( $$( "abbr" ) );
});
</script>





What is Joomla? I'm sure you all know about Joomla. Joomla is one of the most powerfull free content management system available in the internet. It’s written with PHP programming. Since it use PHP, you need apache server to run it. In this article, I will show you how to install Joomla with XAMPP in Linux. If you are familiar with Linux, the installation process is not difficult.
Articles 









