GreyWyvern's JavaScript Creations

JavaScript is a lot like PHP in syntax so I find it relatively easy to switch between the two. The Orca Scripts, for example, use a lot of dynamically generated JavaScript which fades away seamlessly if it's disabled in the client browser. As it happens, I am a stickler for building JavaScript that doesn't "mess up" the page when it's disabled. I test all my JavaScript in Opera 7.x, MSIE 5.5+, and Mozilla 1.5.0

JavaScript usually resides within script tags like so:

  <script type="text/javascript">

    /* JavaScript code goes here */

  </script>

... or in an external file with a .js extension. So if you're unsure of where to put some code you've download off this site, that's where it goes :) Just click on the download link beside the title of each script to go to the code.