Intermediate Web Programming Syllabus for 2011-2012
Return to Syllabus List

Instructor Information

Office Location

BYRD 348

Office Hours

Tues/Thurs 2:30 - 4:30

Course Information

Recording Policy

Disability Statement

Any student who, because of a disabling condition, may require some special arrangements in order to meet course requirements should contact disAbility Services (Student Service Center room 119, phone 371-5436) as soon as possible.

Statement for Mental Health and Advocacy & Resource Center:

As a student you may experience a range of issues that can cause barriers to learning, such as strained relationships, increased anxiety, alcohol/drug problems, feeling down, difficulty concentrating and/or lack of motivation. These mental health concerns or stressful events may lead to diminished academic performance or reduce a student's ability to participate in daily activities. Amarillo College offers services to assist you with addressing these and other concerns you may be experiencing. If you or someone you know are suffering from any of the aforementioned conditions, you can learn more about the broad range of confidential mental health services available on campus by calling the AC Counseling Center at 806-371-5900. The AC Counseling Center website is https://www.actx.edu/counseling/ . Also, if you are in need of social services (affordable housing, utilities, transportation, food, clothing, childcare, medical/dental/vision, legal), please call the AC Advocacy & Resource Center at 806-371-5439. The AC Advocacy & Resource Center website is https://www.actx.edu/arc

Amarillo College Tutoring for Success Policy:

Administrative Drop Policy

N/A

Student Withdrawal Procedures

N/A

Privacy Statement

The Amarillo College Privacy Policy is found at https://www.actx.edu/-amarillo-college-privacy-notice , and applies to all Amarillo College students.  If you have questions about this privacy statement or you believe that your personal information has been released without your consent, send email to humanresources@actx.edu .

Course

ITSE-2302-001 Intermediate Web Programming

Prerequisites

ITSE 1311

Course Description

Techniques for Web development. Includes server-side and client-side scripting.

Student Resources Student Resources Website

Department Expectations

\N

Occupational License Disclaimer

Hours

(3 sem hrs; 2 lec, 3 lab)

Class Type

Hybrid

Syllabus Information

Textbooks

javascript 5th Edition, by Gosselin
ISBN-13: 978-0-538-74887-2

ActionScript 3.0 for ADOBE® FLASH®  CS4 PROFESSIONAL
CLASSROOM IN A BOOK

Adobe Publishing ISBN-13: 976-0-321-57921-8

Supplies

  • Access to a PC (personal computer)
  • Reliable access to the Internet.
  • Student Performance

    This course is an introduction to client-side scripting for the Web using JavaScript and ActionScript 3.0.

    JavaScript:

    After studying the material presented in this course of study, the student will be able to find, select, and  incorporate pre-written JavaScript scripts into a web site and customize those pre-written scripts as needed. This outcome will be accomplished by the student becoming acquainted with the following:

    • Use JavaScript with well-formed web pages.

    • Work with JavaScript variables and data types and learn how to use the operations that can be performed on them.

    • Add functions, events, and control structures to your JavaScript programs.

    • Write JavaScript code that controls the Web browser through the browser object model.

    • Use JavaScript to make sure data was entered properly into form fields and to perform other type of preprocessing before form data is sent to a server.

    • Include object-oriented programming techniques in your JavaScript programs.

    • Manipulate data in strings and arrays.

    • Trace and resolve errors in JavaScript programs.

    • Save state information using hidden form fields, query strings, and cookies

    • Add animation and interactivity to your Web pages using the Document Object Model (DOM) and Dynamic HTML (DHTML)

    ActionScript 3.0:

    • Navigate the flash timeline

    • Work with events and functions

    • Create animation with ActionScript

    • Create ActionScript in external files

    • Use ActionScript and components to load content

    • Create preloaders in ActionScript

    • Use arrays and loops

    • Create a radio button quiz

    • Control sound

    • Work with XML playlist

    • Use ActionScript and Components to control video

    Students Rights and Responsibilities

    Student Rights and Responsibilities

    Log in using the AC Connect Portal

    In order to receive your AC Connect Email, you must log in through AC Connect at https://acconnect.actx.edu .

    If you are an active staff or faculty member according to Human Resources, use "Exchange". All other students, use "AC Connect (Google) Email".

    Expected Student Behavior

    Students are expected to maintain a high standard of individual honor in their scholastic work.Students who are guilty of cheating, plagiarism, copying, or dishonesty may be excluded from class with a grade of F; or, in flagrant cases, may be suspended from the College.

     

    The faculty of the CIS Department reserves the right to ask a student to verify any portion of a test by reproducing any specific section or all of the test in question. Any action that comprises the computer systems at Amarillo College, including but not limited to hacking or cracking, can result in a grade of "F" in this course and possible further disciplinary action.

    Grading Criteria

    Final grades will be assigned as indicated below.

         A - Superior, Minimum of 90% average on exams and quizzes plus

               all homework turned in with a 90% average on graded work.

         B - Good, Between 80% and 89.49% average on exams and quizzes plus

               all homework turned in with a minimum average of 80% on

               graded work.

         C - Adequate, Between 70% and 79.49% average on all work.

         D - Minimum, Between 60% and 69.49% average on all work.

         F - Failing, Below 60% average on all work.

     

    EVALUATION:

    Student grades are based on the following:  Each week you will have homework that is due at the START of class on the due date.  Late points are deducted if homework is turned in at the end of class or the end of the due date.  No late work is accepted after the due date.

    JavaScript:

             Weekly Homework                    20%

              JavaScript  Project                    20%

              Class Participation                   10% 

    ActionScript:

              Weekly Homework                   20%

               ActionScript Project                 20% 

               Class Participation                 10%

    Attendance

    • Come to class and participate in class dicussions
    • Unless prior arrangements have been made, after 2 unexcused absenses, 3 points are deducted from the participation grade for each unexcused absense
    • Check your email daily and have assignments in on time.

    Calendar

    Week

    Date

    Topic

    Book Chapter

    1

    8/22

    Introducton to course

    JavaScript Chapter 1

    2

    8/29

    Introduction to JavaScript
    Working with Functions, Data Types, and Operators
    JavaScript: Chapter 1
    JavaScript: Chapter 2

    3

    9/5

    Building Arrays and Control Structures JavaScript:Chapter 3

    4

    9/12

    Manipulating the Browser Object Model JavaScript:Chapter 4

    5

    9/19

    Validating Form Data
    Document Object Model
    JavaScript: Chapter 5
    JavaScript: Chapter 6

    6

    9/26

    String and Arrays JavaScript: Chapter 7

    7

    10/3

     State Information and Security JavaScript:Chapter 9
    (we are skipping chapter 8 -- but you can read it if you like)

    8

    10/10

    Document Object Model
    DHTML
    JavaScript: Chapter 10
    JavaScript: Chapter 11

    9

    10/17

    JavaScript Project Due
    ActionScript Introduction
    Watch Flash videos

    10

    10/24

    Navigating the Flash Timeline
    Working with Events and Functions
    ActionScript: Chapter 1
    ActionScript: Chapter 2

    11

    10/31

    Creating Animation with ActionScript
    Creating ActionScript in External Files
    ActionScript: Chapter 3
    ActionScript: Chapter 4

    12

    11/7

    Using ActionScript to Load Content
    Creating Preloaders in ActionScript
    ActionScript: Chapter 5
    ActionScript: Chapter 6

    13

    11/14

    Using Arrays and Loops in Actionscript
    Creating a radio button quiz
    ActionScript: Chapter 7
    ActionScript: Chapter 8

    14

    11/21

    Controlling Sound with ActionScript
    Working with an XML Playlist
    Using ActionScript to Control Video
    ActionScript: Chapter 9
    ActionScript: Chapter 10
    ActionScript: Chapter 11

    15

    11/28

     Flash project (ActionScript)  

    16

    12/5

    Flash project (ActionScript)  

     

    Additional Information

    Important Dates to Remember

     

    August 22 

    Fall Classes Begin

    August 22-26

    Late Registration

    September 5

    Labor Day Holiday (college closed

    November 7

    Spring Registration Begins

    November 16

    Last Day to Withdraw

    November 24-27

    Thanksgiving Holiday

    December 5

    Final Week

    Syllabus Created on:

    11/30/-1 12:00 AM

    Last Edited on:

    11/30/-1 12:00 AM