I am creating a module and right now I have created only the config.xml:
<config>
<modules>
<Namespace_moduleName>
<version>1.1.0</version>
</Namespace_moduleName>
</modules>
</config>
And Namespace_modulename.xml:
<config>
<modules>
<Namespace_moduleName>
<active>true</active>
<codePool>local</codePool>
</Namespace_moduleName>
</modules>
</config>
What is the best practice to include a javascript file? Also where should I put the javascript?