Create Your own Joomla Module
Sometimes You want to place some Javascript code, or plain HTML code on your site.
You could this by working into the template, but there is an easier and more flexibe way.
Put it into a Module
Now this is the easiest way to create a module yourself, it won't have any parameters to set, besides the standard.
But in the standard there is already a positioning parameter.
So how to make the module?
First login to your back-end, and change your configuration to work without a Wysiwig editor.
Unless you work with JoolaFCK, that can handle puur coding within the "code" mode without any trouble.
Go to the module section and Click on "new" to make the module.
Give it a name that is easy to remeber, or with what it should be know in the front-end
You than place the code you want to implement into the text area.
Save it and Publish it, check your standard site to see if it is looks you want it to be.
Otherwise, go back and change the coding.
Your done! You just made your own Joomla Module!
That's it
Set your configuration back on wysiwig and create more content….