School Map:  Home / Enroll $ Student Records; Class  
$ News @ LIVE Tech Radio * Support/FAQ | Store | FORUMS

Class / Forums / javascript101 Refresh the current page Welcome to the JavaScript Basics for Webmasters 101 Course #7
 

 (#2 2002-12-08 20:30:58) Post Reply

TDavid
php mySQL Perl C/C++
Principal


Enrolled: Mar 2000
Posts: 193
AP: 1

Welcome to the Javascript Basics for Webmasters course. If you have any questions about the course please put them in the course to-do folder.

If you would like to discuss Script School, future or past courses, the weekly radio show, the newsletter, or non-course specific programming then please visit the homeroom forum. You can post your own thread subjects there.

In this javascripts101 forum you may only post your to-do assignments and ask questions about the specific course.

$$ learn more so your can earn more $$

 

 (#26 2002-12-17 20:10:35) Post Reply

logspirit
Need To Set


Enrolled: Oct 2001
Posts: 63
AP: 1

Note: for week #2

The section:
Using Functions

Should read:

Now anywhere we want to set the status bar to a blank, we 'call' the function by using it's name and a set of parentheses:
In the <BODY>:


[js] <a href="javascript:void('')" onMouseOver="noStatus(); return true;"> Mouse Over </a> [/js]



 

 (#27 2002-12-26 18:20:42) Post Reply

logspirit
Need To Set


Enrolled: Oct 2001
Posts: 63
AP: 1

I do check these forums for questions...
Posting just so You know I'm here!

logspirit

 

 (#60 2003-08-21 16:35:15) Post Reply

RJ
Need To Set


Enrolled: Aug 2003
Posts: 4
AP: 1

Hello.

I finished the basic assignment a little over a day or so and have been working on the image rollover one. I wanted to post both of them but having some difficulty with the advanced assignment.

Here's the first (basic) version:
--------------------------------------------

<html>
<head>
<title>Week #1 assignment</title>
<style type="text/css">
<!--
font { font-family:arial;
color:0000ff;
font-size:12pt;
font-style:medium;
letter-spacing:0.04em; }

.w { background-color:#fefefe; //white fill for 1st sentence.
font-family:arial;
font-size:16pt; }
//-->
</style>
</head>

<body bgcolor="#FFF8DC">
<center>
<table width="100%" cellpadding="2" cellspacing="2">
<tr>
<td width="100%">
<span class="w">
Welcome all to the most basic page you will ever find on the net.
</span>
<br><br>
The following link will bring you to a site that will show you who RJ is.
<br>
Please not that the site sometimes is slow so please be patient,  Click on the link to begin:
<a href="http://forum.ytunnelpro.com/profile.php?mode=viewprofile&u=51"
onMouseOver="window.status='Come and see RJ'; return true;"
onMouseOut="window.status=''; return true;"
onClick="alert('Are you ready? Good, now click OK.');">RJ</a>
</a>
</td>
</tr>
</table>
</center>
</body>
</html>
--------------------------------------------

Should I post what I have for the advanced part of assignment 1? I'm not getting the rollovers to take effect, plus I'm unsure of how to combine window.status and the document,<name>.src into a workable statement.

Thanks for your time.

RJ

 

 (#61 2003-08-22 06:59:53) Post Reply

TDavid
php mySQL Perl C/C++
Principal


Enrolled: Mar 2000
Posts: 193
AP: 1

Hi RJ - yes, post away your results. What is happening. The feedback is valuable for others ;)

 

 (#66 2003-08-25 23:56:56) Post Reply

logspirit
Need To Set


Enrolled: Oct 2001
Posts: 63
AP: 1

onmousedown and onmouseup are NOT for universal browser code!!! They are PROPRIETARY and are typically ONLY available in microsoft browsers and clones!
They were not discussed in this course, only listed in one of the charts... If You are going to use these event handlers, You should first do a browser check to make sure your surfers are using microsoft browsers... otherwise your scripts won't work properly and can cause some systems to 'hang'...
Use onClick instead!!!
Please see my full post and further suggestions on this issue in the forum for week #1 advanced assignments.

Thank You
logspirit (author of this course)

 

 (#69 2003-10-26 20:01:30) Post Reply

logspirit
Need To Set


Enrolled: Oct 2001
Posts: 63
AP: 1

Just letting You all know that I still check these forums to help You and to answer Your questions... I realize that many people just read the lessons and learn from there without doing the assignments... The main thing is that these classes are here to help you! TDavid continues to keep this site free, paying for it out of his own pocket, a note of thanks to him wouldn't be out of line...

logspirit

 

 

View Previous Thread
Print this page Print This Page

View Next Thread

School Map:  Home / Enroll $ Student Records; Class  
$ News @ LIVE Tech Radio * Support/FAQ | Store

Advertising | Link To Us | Privacy 
Copyright 2000-2002 Script School Productions / KMR Enterprises 
No part of this website may be reproduced, copied and/or distributed in any medium 
without express written permission