ÿþ<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>computersmiths JavaScript resources - MPC CSIS-77 / 78</title> <style type="text/css"> body { font-family: Verdana, Arial, Helvetica, Geneva, Sans, Swiss, sans-serif; font-size: 12pt; background-image: url('images/spiral.gif'); background-repeat: repeat-y; background-position: top left; margin-left: 100px; } a {text-decoration: none; font-weight: bolder; } a:hover {text-decoration: underline; color: #ff3399; } </style> </head> <body leftmargin="100" bgcolor="#ffffff" background="images/spiral.gif" link="#003399" vlink="#3366cc"> <font face="'Trebuchet MS',Arial, Helvetica, Sans, sans-serif" color="#333399"> <h2>JavaScript resources - MPC CSIS-77/78</h2> <h2> Publishing on the Web</h2> <big><i>Try some simple examples</i></big><br /> <div align="center"> <p><a href="datemod.html">Show last date page changed</a></p> <p><a href="moredate.html">Another date example display</a></p> <p><a href="bgcolorchg.html">Push button to change background color</a></p> <p><a href="onmouseover.html">Display an alert box upon mouseover</a></p> <p><a href="jokeMouseover.html">Display a second line in a text box</a></p> <p><a href="day2xmas.html">Show days left until Christmas</a></p> <p><a href="dogyears.htm">Compute your age in dog years</a></p> <p><a href="openwindow.html">Open a new window (this appears to run on Level 4 browsers only)</a></p> <p><a href="popup.htm">Pop up an image in a window</a></p> <p><a href="scrollbanner.html">Scroll a banner</a></p> <p><a href="mouseoverlink.html">Simple mouseover link changes a graphic</a></p> <p><a href="mouseover.html">Another mouseover</a></p> <p><a href="dropdownlinks.html">Drop-down list of links</a></p> <p><a href="selfclos.html">Open/close a window with mouse movement</a></p> <p><a href="bouncetext.htm">Bounce text in a page</a></p> <p><a href="movingclock.htm">Simulated analog clock follows cursor</a></p> <p><a href="mousebomb/mousebomb.htm">Bomb explodes when it reaches cursor</a></p> <p><a href="popitmenu.htm">Menu with pop out subitems</a></p> <p><a href="menuhilite.htm">Menu with hiliting and text tip</a></p> <p><a href="show.htm">Timed Slideshow </a></p> <p><a href="bgslides.htm">Slides changing in background</a></p> <p><a href="showwithlinks.htm">Slideshow with links</a></p> <p><a href="flipbook/flipbook.htm">Flipping pages with links</a></p> </div> <blockquote> <a href="http://dynamicdrive.com/">Dynamic Drive</a> - well-documented source, even has Wizards<br /> <a href="http://www.webteacher.com/javascript/index.html">WebTeacher</a> a tutorial for the TOTAL non-programmer<br /> <a href="http://www.w3schools.com/js/default.asp">W3Schools</a> My choice of basic Tutorial, Examples, and on-the-fly scripting practice<br /> <a href="http://www.pageresource.com/jscript/">pageresource.com</a> Web Development Tutorial and Information<br /> <a href="http://www.echoecho.com/javascript.htm">EchoEcho.com</a> Tutorials and resources for JavaScript, Flash, CSS, etc. <br /> <a href="http://www.quirksmode.org/">Koch JavaScript Section</a> Great "real-life" examples such as object detection <br /> <a href="http://www.devx.com/projectcool/developer/tips/jscript_tips/index.html">DevXProjectcool</a> - Always good developer resources<br /> <a href="http://wsabstract.com/">Website Abstractions</a> JavaScript and Web design tutorials<br /> <a href="http://javascriptsource.com/">the JavaScript Source</a> Free cut-and-paste samples<br /> </blockquote> <big> But what about standards? </big> <blockquote> <a href="http://www.javascriptkit.com/jsref/">JavaScript Kit</a> Reference for Objects and their Properties and Methods<br /> <a href="http://www.webreference.com/javascript/reference/core_ref/">webreference.com</a> Core JavaScript 1.5 Reference Manual<br /> <a href="http://www.w3.org/TR/REC-DOM-Level-1/">World Wide Web Consortium Document Object Model Standard</a><br /> <a href="http://www.w3.org/TR/REC-DOM-Level-1/ecma-script-language-binding.html">W3C ECMA Binding Spec</a> </blockquote> </font> <hr width="30%" /> <p align="center"> <img src="../../images/email1.gif" align="center" width="29" height="34" alt="email"> <font size="2">Send e-mail to <a href="mailto:RandySmith@mpc.edu">RandySmith@mpc.edu</a> </font> </p> </body> </html>