|
How-To (Usage Notes and Short Tutorials)
Navigation (Techniques to make getting around easier and cooler)
Windows (Tricks with Windows using JavaScript)
Frames (JavaScript Frame Tricks)
Cool Stuff (Neat Things that didn´t fit anywhere else)
- Disable Right Click on Images - This script will work with all version 4 browser and above - except NN6. All you need to do is copy and paste the code into the Beginning of Body section of the PageHTML for each page in the site.
- Printing from a Web Page - A “Print” button on the page (for 4.x level browsers and above)
- Platform-Specific CSS - Set the CSS Style settings for your page by the platform which is viewing your page
- Benchmarker - a small JavaScript which will tell you how long it took to load your page
- Password Protection - A rudimentary “Password” protection scheme which is easy to implement in NOF using JavaScript
- Centering A CSS Page - the “CSS and Layers” format doesn´t like relative positioning codes like <CENTER> - this scheme lets you make these pages auto-centering in the browser window
- Browser Version Detect and Redirect - Want to make sure that your 3.0 browser users don´t run into pages their browsers can´t handle - here´s a JavaScript to do this for you.
|