Hide your Code
Do you have an award wining, copyrighted, mind blowing JavaScript? You can "hide" it from prying eyes by placing it in a .js file. You should note that people will still be able to see your script if they view the .js file.
<html>
<head>
<title></title>
</head>
<body>
<script language="JavaScript" src="file.js">
</script>
etc...
Notes:
Put your JavaScript code in Notepad and save it as a normal text file, then when you upload the file rename it with a .js extention.
If you can not change the file name when uploading, you must use a hex editor to save the file with a .js extension. You can download a free hexeditor called Hackman to accomplish this. The name is a little daunting (I think we can all get the drift of what it was originally intended for) but I picked because it was free.
