CIS Info ITN Info SCC Site Scott's Contact Info SNAP Blackboard PHP.NET MySimon W3C
ITN 180 WC1
 
  • Syllabus
  • Assignments
  • Blackboard Site
  • VBScript Examples
  • ASP Info
  • ASP Closer Look
  • Variables
  • Projects
  • Student Sites
  • FTP Tutorial
  • WSFTP Download
  • W3 Schools
  •  


    Summer Classes
     
  • CIS 110 SD1
  • CIS 111
  • COE 111
  •  
    Spring Classes
     
  • CIS 110 SD2
  • CIS 110 SD3
  • CSC 160
  • CIS 288/ITN 289
  •  
    Fall Classes
     
  • CIS 110 SD2
  • CIS 110 SD3
  • CSC 160
  • CSC 175
  •  
    VBScript Examples:
    Section 1
    Hello World - Video
    Declaring Variables - Video
    Mathematical Calculations - Video
    Date Example - Video
    Section 2 (Conditional Statements)
    If Statement - Video
    If/Else Statement - Video
    If/ElseIf Statement - Video
    Select Case Example
    Select Case Example (Month)
    Select Case Example (Ucase)
    Select Case Example (Grade)

    Section 3 (Loops)
    For Loop
    Do Until Loop
    Do While Loop
    While Loop

    Section 4 (Sub Procedures)
    Sub Procedures

    Section 5 (Form Elements)
    Get vs. Post
    Passing a value
    Check Entered Number
    Form Multiplying Example

    Radio and Checkbox Example
    Radio and Checkbox Example 2
    Radio and Checkbox Example 3

    Section 6 (Database Access)
    Basic Pull From Database
    Pull From Database In Table
    Section 7 (Select Statements)
    Pull From Database Where
    Pull From Database Order By
    Section 8 (Working with Database Data)
    Building a String
    Filling a Select Element

    Section 9 (Selecting Database Data) 
    Display Selected Data 
    Filling Multiple Select Elements
    Working With Pictures and Links 

    Section 10 (Passing a Value in the URL) 
    Passing a value (Database) 

    Section 11 (Adding Records to a Database) 
    Add Record With Error 
    Add Record Without Error
    Add Input Validation 

    Section 12 (Session Variables) 
    Session Variable Example
    Multiple Visits
    Counting Visits
    Clearing Session Variable (Code)

    Section 13 (Password Protection) 
    Case Sensitive Password Protection 
    Non-Case Sensitive Password Protection 
    Pulling From Database Password Protection 

    Section 14 (Modifying Records in a Database) 
    Modify Record 

    Section 15 (Array Intro)  
    Basic Array
    Multiple Items
    Looping through Items
    Adding Items to an Array

    Section 16 (More Arrays)
    Basic Array

    Year Array
    Drop-Down Menu Array
    Session Array

    Section 17(Various JavaScript)
    Add to Favorites
    Set Start Page
    New Window/Close Window
    Date Example
    Back Example

    Section 18 (Various VBScript)  
    Time a process
    Count Records
    Formatted Date
    Double Quotes
    End Script Execution
    Sorting Columns

    Section 19 (Server Variables)
    Current Page
    IP Address
    Browser Info
    Last Page Visited
    All Values

    Section 20 (Cookies) 
    Session Cookie

    Persistent Cookie

    Writing Cookies After Some HTML
    (Error)
    Writing Cookies After Some HTML
    (No Error)
    Multiple Cookies

    Section 21 (ASP Input Checking)
    Input Check

    Section 22 (Shopping Cart)
    Shopping Cart

    Section 23 (Joining Tables and Search Page)
    Select a Class
    Search Page

    Section 24 (Application Variables)
    Application Variable
    Locked Application Variable
    Array Application Variable
    Remove Individual Application Variable
    Remove All Application Variables

    Section 25 (Functions)
    Function Example

    Section 26 (Pull From MySQL Database)
    MySQL Example

    Section 27 (PocketPC Check)
    PocketPC Example

    Section 28 (Uploading Files)
    Basic Upload
    No Overwrite
    Size Limit
    Image Only