COMPUTERS
Introduction
My Experience
Absolute Basics
The Internet
Chat
Downloads
Website Design
Goodies for your website
HTML
JavaScript
Hexadecimal Color Chart
Graphics/Images
Online Computer Stores
Glossary

Tutorials and 'Copy 'n' Paste Scripts'

  • ReallyBig.com
    • Tutorials and tips
    • Fonts, graphics, counters, Java resources... 
  • Page Resource.Com
    • Fantastic, easy "onMouseover" tutorial (used on my front page with the colored balls around the title, as well as the menu to the left on this page).
    • Heaps of other tutorials for all your web needs.

Tips

I usually cheat and get the copy/paste codes myself, but I have learned that:

  • No matter how long the script may look in with your HTML, don't change the format. Do not delete any spaces or lines.
  • It can slow down the loading times of pages, so beware of the size and number of JavaScripts you add for if anyone visiting your site has a slower Internet connection.
  • To insert JavaScript into a web page, the script goes into both the HEAD and BODY sections, so I wouldn't recommend using it until you have some idea about HTML.
  • If you wish to learn JavaScript to maybe create your own, try one of the links above.
  • Feel free to look at the source file of any part of my web site to copy JavaScript or get ideas. Here's how:
    • "View", then
    • "Page Source", then
    • highlight what you want to copy
    • Press Ctrl +C to copy it, then
    • Open your editing application, and
    • "Paste" wherever you want what you copied
Home