|
|
| atdp home | application info | 1998 session | virtualATDP | | |
| Back to: LANGUAGES | Forward to: MATHEMATICS | |
|
1720 1721 1722 1723 1724 1725 |
Exploring the Symbols of Science Introduction to Computers & the Internet The Internet Classroom Symbolic Programming Using Scheme Javascript and Internet Programming Programming in Java |
M/Th, 8:30-12 T/Th, 1:00-4:30 MWF, 1:00-4:30 MWF, 1:00-4:30 MW, 8:30-12 MWF, 1:00-4:30 |
..........................................................{Click on the animated dingbat in front of the titles below to return to the top of this page.}
1724 Javascript and Internet Programming
5 units MW, 8:30-12:00 K. Slot $330; Lab fee--$125 This is an introductory computer programming course which covers elements of HTML, JavaScript, and Java. These components form the backbone of the World Wide Web today. Mastering these tools will allow you to create professional web sites. This course will emphasize using the right tools and fundamental programming techniques to get the maximum impact for your web page. This course will prepare students for Programming in Java. <HTML>
<HEAD><TITLE>Example</TITLE></HEAD>
<BODY>
......<SCRIPT LANGUAGE="JavaScript">
......<!--HIDE
......alert("Welcome to ATDP 1724! Don't forget to sign up early for this class...")
......//STOP HIDING-->
......</SCRIPT>
</BODY>
</HTML>Click here to see the above script in action.