|
|
| Web Site Design 
|
- 7 Keys to Effective
Web Design
- Comp.Technology
References
|
| Optomizing Web Page |
Netscape Web Site Garage |
| Helper Applications |
How do I
set Sketchpad Helper Applications in Netscape? |
| Templates |
|
| Navigation and
Interfaces |
- Interface Directory
- Free
Interfaces
- Free Interfaces by
Gifart
- Free Web
page template
- Free
Interface Free Interface 2
Free
interface 3
- ScreamDesign
- Free Interfaces
- Free Interface
#1
- Images; Front Page98 Tips on Images - cool
menu on site
- ScreamDesign
- Free Interfaces - cool menu on site
- iPOP Applet
Demonstration
- Building -
cool menu
- Web Design -
cool menu displayed
- iPOP menu systems
- Navbar, Navmenu,
Navtool
- Welcome
to Intel Support - submitted by Mark Sheridan
- Webcorp -
cool scrolling system
- RBL - Java tListe treeview
Applet
- Demo - Wooden Library 1
- JavaSide.com
- Navigation Bars
- Navigation
Buttons
- Free Buttons
- Navigation
Buttons for Course Pages
|
| WebCT Tutorials |
|
| Screen/video capture |
- SnagIt
- Camtasia
Windows Screen Camcorder & Video Production Shareware
|
| Free Web Sites |
- AcmeCity - choose from a variety
of themes - animation, Looney Tunes, Flintstones, ...
- TopCities
|
| Interactive Multimedia
on the Web |
|
- Counters
- Guestbooks
|
- free counter
-
FastCounter by bCentral -
added July 11, 2000
- free counter links
- free guestbook links
- java counter/guestbook
- free guestbook
|
| Buttons and Banners |
- Magic
Buttons
- Instant Online Banner
Creator
- Gif Wizard - reduce
graphic size
- 3D Logo Generator
- Button Maker
- Online Graphics Generator
|
| Surveys |
- Survey Engine
- Beseen: Enhance:
Quizlet
|
| HTML |
- Index
and Quick Reference
- So You
Want to Make a Web Page! - tutorial
- Form Tutor
- Table
Tutor
- Zipped source of previous 4 links plus Frames
Tutor (in Javascript Section) - Download
URL
- HTML Forms
- HTML Tutorial for the
Educator - recommended by Mark Sheridan
- Vasile's
tabbed panels for Java
|
| Java |
- Java
Tutorials
- Java 2 Platform -
Standard Edition
- Quia!
- Using Java In
Education - free for educational use??
- High School Math
Applets
- java.sun.com - Java(TM)
- How-To Java
- Cool Java Games
- Kazuma.net - JAVA:
KTrivial
- Kazuma.net - JAVA:
KzmMultiTV
- kazuma.net - JAVA
- The Java Boutique:
Free Download - Iruvar
- IP
Address Java Applet
- slidetext
|
| JavaScript |
- Frames Tutor
- Magic Buttons -
mouseover effects
- Script Search
- JavaScript
Tutorial - Targeon resource
- Java
Script Tutorial
- The JavaScript Source
- Java Script Resources
- Javascripts.com - Search
- JavaScript Source: Free
- JavaScript
Sample Code
- Window
Sizer Buttons
- Samples
- Opening and
Closing a New Window with Javascript Buttons
- Open
Window on Load
- Javascript, cgi and
Dynamic Documents
|
|
HTML CODE |
- <form name="coin">
- <div align="center"><center><h2>Pop
Up Screen</h2>
- </center></div><div align="center"><center><p><input type="button"
value="Hint 1"
- onClick="alert('If
you click outside a button after clicking on it, the dotted outline resulting from the
button click will disappear when a long calculation has eventually finished')">
- <input type="button" value="Hint 2"
- onClick="alert('If
a calculation takes a long time, an ALERT may be displayed - do not click on its cancel
button unless you want to abort the calculations')"></p>
- </center></div>
- </form>
|
|
|
HTML CODE |
<Head>
- <script language="javascript">
- <!--function launch(file)
- {
- // need to open window twice because of a bug in X and Mac versions...
- hwnd =
window.open(file,"algebra","toolbar=no,directories=no,scrollbars=yes,menubar=no,width=530,height=390");
- hwnd = window.open(file,"algebra");
- }
- // -->
- </script>
</Head> |
<Body>
- <table border="1" width="90%">
- <tr>
- <td width="100%"><form>
- <div align="center"><center><h2>Multiplication
Tables</h2>
- </center></div><div align="center"><center><p><input type="button"
- value="Click to practice your skills."
- onClick="window.open
('http://www.quia.com/mc/6.html','quia','width=680,height=470,scrollbars=yes,resizable=yes')"></p>
</center></div>
</form>
</td>
</tr>
</table>
</Body> |
| |
- Centre the new window script
Magic Targets
_top opens a link in the full browser window.
_blank opens a link in a new browser window.
_self opens a link in the same browser window or frame. (Same as doing
nothing)
_parent opens a link in the immediate frameset parent. |
File Opens in a Full Screen Window
|
<script>
<!--
function winopen(){
var targeturl="http://www.angelfire.com/vt/javascripts"
newwin=window.open("","","scrollbars")
if (document.all){
newwin.moveTo(0,0)
newwin.resizeTo(screen.width,screen.height)
}
newwin.location=targeturl
}
//-->
</script> |
| Directions: Simply insert the appropriate script
in the <body> section of your page. There is no buttons or text link in this
script. |
Open a Window |
<SCRIPT LANGUAGE="javascript">
<!--
window.open ('titlepage.html', 'newwindow', config='height=100,
width=400, toolbar=no, menubar=no, scrollbars=no, resizable=no,
location=no, directories=no, status=no')
-->
</SCRIPT> |
| Directions: Insert the script in the <body>
section of your page. Configure the window by modifying the height, width,
toolbar,... The status bar is the area at the very bottom of the browser screen that
tells you "Document Done". The status=no denotes if there will be a status
bar. Use "yes" and "no." |
Close a Window
|
| Button |
Text |
|
|
Close Window |
Close Window |
<form>
<div align="center"><center><p><input
type="button" value="Close Window"
onClick="window.close()"></p><centre></div>
</form> |
<a href="javascript:window.close()">Close
Window</a> |
<a
href="javascript:parent.close()"><b>Close Window</b></a> |
| Directions: Simply insert the
appropriate script in the <body> section of your page. |
Close a Window
|
| Button |
Text |
|
|
Close Window |
<form>
<div align="center"><center><p><input
type="button" value="Close Window"
onClick="window.close()"></p><centre></div>
</form> |
<a href="javascript:window.close()">Close
Window</a> |
| Directions: Simply insert the
appropriate script in the <body> section of your page. |
Redirect to a new web page:
|
| <meta
HTTP-EQUIV="refresh" CONTENT="4; url=http://argyll.epsb.edmonton.ab.ca/jreed/"> |
| Directions: Simply insert the appropriate script
in the <body> section of your page. In four seconds you will be taken to the new
location: http://argyll.epsb.edmonton.ab.ca/jreed/ |
|
| FLASH |
- Flash Movies
- Flash Kit
- Macromedia Flash -
software - 30 day trial
- Simplest
method of embedding flash into a web page
- HTML Tag
ReferenceOverview
|
| Javasketchpad |
JavaSketchpad Center remove archive="JSPDR3.JAR"
- causes some browsers to crash |
| On-line Databases |
Table-App (SM32-1) -
"Generic table Applet that can be easily used by Web page Designers. Upload the class
configure the parameters and GO!! Users can create their own web pages for
frequently used queries and save them as a file ref on their own PC The file ref will look
like "file:///D|/TableAppPages/shiftReport.html"
using their own database account with no help from the DBA. No coding at all...... " description source: http://table-app.tripod.com/index.html |
| IBM FTP |
- FtpPlanet.com
- WS_FTP Pro
- WS_FTP LE 4.6
|
| MAC FTP |
|
| Interactive
Resources |
|
| Domain Names |
Buying Your Own Domain
Name |
[Home]
return to top
-
visitors since August 20, 2000
|