Files to turn in for Homework # 1 1)TimerApplet.java 2)TimerApplet.html 3)TimerSyntaxErr.java 4)TimerSemanticErr.java 5)TimerSemanticErr.html 6)HomeWork1.txt.

Slides:



Advertisements
Similar presentations
Welcome to the Online Employment Applicant Tutorial Click here for next screen.
Advertisements

Introduction to Eclipse. Start Eclipse Click and then click Eclipse from the menu: Or open a shell and type eclipse after the prompt.
How to Import an Excel File Using the SAS Import Wizard SAS 9 for Windows.
Professional Toolkit V2.0 C:\Presentations - SmartCafe_Prof_V2.0 - bsc page 1 Professional Toolkit 2.0.
1 CSCI N305 C Language Programming Welcome to CSCI N305! Compiling Your First Program Using Microsoft Visual Studio 2008.
HELP GUIDE NEW USER REGISTRATION (SLIDE 2) TAKING A QUIZ (SLIDE 8) REVIEWING A QUIZ (SLIDE 17) GROUP MEMBERSHIP (SLIDE 26) CREATING QUIZZES (SLIDE 31)
Georgia Institute of Technology DrJava Appendix A Barb Ericson Georgia Institute of Technology May 2006.
CS201 - Laboratory Submittal Using the submit command.
The IDE (Integrated Development Environment) provides a DEBUGGER for locating and correcting errors in program logic (logic errors not syntax errors) The.
A Visual Introduction to PC SAS. Start SAS by double-clicking on the SAS icon...
1 Introduction to Programming Environment Using MetroWerks CodeWarrior and Palm Emulator.
Introduction To C++ Programming 1.0 Basic C++ Program Structure 2.0 Program Control 3.0 Array And Structures 4.0 Function 5.0 Pointer 6.0 Secure Programming.
WebXtender Tutorial just use the arrow keys to navigate the slides.
New School Websites Teacher Pages. Visit the SCUSD Website for videos tutorials: For more information.
IT Website Development Welcome!. Welcome to Unit 7! Optimizing Images and creating photo albums in Dreamweaver There are no textbook readings for.
Agenda What is Computer Programming? The Programming Process
6 Steps of the Programming Process
Java Programming, 2E Introductory Concepts and Techniques Chapter 2 Creating a Java Application and Applet.
CS110/CS119 Introduction to Computing (Java)
Slide 1 of 19 Welcome to GSA’s Vendor and Customer Self Service (VCSS) course Section 7: Correspondence Navigation This presentation is compliant with.
The NetBeans IDE CSIS 3701: Advanced Object Oriented Programming.
Welcome to CS 3260 Dennis A. Fairclough. Overview Course Canvas Web Site Course Materials Lab Assignments Homework Grading Exams Withdrawing from Class.
Computer Programming for Engineers Introduction to Programming in C Language on Visual C Platform Intro. Comp. Prog. C-Language1.
2 Copyright © 2007, Oracle. All rights reserved. Navigating in R12 Oracle Applications.
ECT 250: Survey of E-Commerce Technology FrontPage Publishing pages Unix.
Lecture Set 1 Part C: Understanding Visual Studio and.NET – Applications, Solutions, Projects (no longer used – embedded in Lecture Set 2A)
Putting Applets into Web Pages.  Two things are involved in the process of putting applets onto web pages ◦ The.class files of the applet ◦ The html.
1 ITI 1120 Lab # 1 An Introduction to the Lab Environment Contributors: G. Arbez, M. Eid, D. Inkpen, A. Williams, D. Amyot.
HTML Concepts and Techniques Fourth Edition Project 7 Creating a Form on a Web Page.
IDEs Department of Information Systems and Computer Science Ateneo de Manila University.
CPSC1301 Computer Science 1 Overview of Dr. Java.
Lecture Set 2 Part A: Creating an Application with Visual Studio – Solutions, Projects, Files.
Open a editor Write/Type the program Save the program with “.c” extension Compile the program (alt + F9) Run/Execute the program (ctrl + F9) Check the.
Diagnostic Pathfinder for Instructors. Diagnostic Pathfinder Local File vs. Database Normal operations Expert operations Admin operations.
Using Microsoft Visual Studio 2005 Original by Suma Rao Revised by John G. McMahon ( 9/6/2008 )
11/25/2015Slide 1 Scripts are short programs that repeat sequences of SPSS commands. SPSS includes a computer language called Sax Basic for the creation.
Creating Programs on UNIX This term you can create programs on UNIX or you can create programs using a C++ compiler on your PC. This set of slides steps.
Google HOW DO I SUBMIT MY ASSIGNMENT?. To join a classroom, your teacher will give you a code.
Support.ebsco.com The EBSCOhost Android Application Tutorial.
Eclipse Project. Installing Visit to download a copy for your home computerhttp:// –Get Release version 3.0 (or.
How to Program? -- Part 1 Part 1: Problem Solving –Analyze a problem –Decide what steps need to be taken to solve it. –Take into consideration any special.
Compiling and running Java programs with BlueJ. Successfully compiled files program files in BlueJ You can tell from the shade of a program icon in BlueJ.
Creating a Java Application and Applet
Coding Time This is a starter activity and should take about 10 minutes [ slide 1 ] 1.Log in to your computer 2.Open IDLE 3.Start a script session (Select.
This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010.
Introduction to Eclipse Programming with an Integrated Development Environment.
Lecture Set 2 Part A: Creating an Application with Visual Studio – Solutions, Projects, Files 8/10/ :35 PM.
More Visual Basic!. Creating a Standalone Program A standalone program will allow you to make a program file that can be run like other Windows programs,
Visual Basic.Net. Software to Install Visual Studio 2005 Professional Edition (Requires Windows XP Pro) MSDN Library for Visual Studio 2005 Available.
Netbeans QuickStart. Creating a project File->New Project –For now you want General->Java Application –Then fill in the project details.
Basic Navigation in Oracle R12 BY: Muhammad Irfan.
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
1 Using an Integrated Development Environment. Integrated Development Environments An Integrated Development Environment, or IDE, permits you to edit,
Linux CSE 1222 CSE1222: Lecture 1BThe Ohio State University1.
C Copyright © 2009, Oracle. All rights reserved. Using SQL Developer.
DEVRY CIS 170 C I L AB 1 OF 7 G ETTING S TARTED Check this A+ tutorial guideline at
DEVRY CIS 170 C I L AB 2 OF 7 D ECISIONS Check this A+ tutorial guideline at decisions For.
DEVRY CIS 170 C I L AB 6 OF 7 M ENU -D RIVEN A PPLICATION Check this A+ tutorial guideline at
CS210 Intermediate Computing with Data Structures (Java)
Appendix A Barb Ericson Georgia Institute of Technology May 2006
Chapter 2: The Visual Studio .NET Development Environment
TEMS Parent Portal.
Appendix A Barb Ericson Georgia Institute of Technology May 2006
Creating Programs on UNIX
slides borrowed and adapted from Alex Mariakis and CSE 390a
Quality Center (QC) 11 Training Global IT QA Testing Team 2013
Steps in accessing Past Examination Papers
Creating the First Program
Running a Java Program using Blue Jay.
Workshop for Programming And Systems Management Teachers
Presentation transcript:

Files to turn in for Homework # 1 1)TimerApplet.java 2)TimerApplet.html 3)TimerSyntaxErr.java 4)TimerSemanticErr.java 5)TimerSemanticErr.html 6)HomeWork1.txt

CS 161 & Code Warrior How to Write & Turn In Programming Projects

Overview Starting Code Warrior Creating a New Code Warrior Project –Editing Your Program –Running Your Program Turning in Your Program files

The Start Menu

The Code Warrior Program Code Warrior Controls –Creating new projects –Opening Existing Project Typical Multiple Document interface –File, Edit, Search, Window & Help Project & Debug –Programming, Compiling, and Debugging

Creating a New Project File Menu New Project

The New Project Dialog

Setting The Project Location

Setting The Project Location (2)

The New Project Dialog (2)

Selecting The Project Type

The Code Warrior Project Window

To change file name 1)Open the edit mode by double-clicking on the file icon from project window. 2) Go to FILE – SAVE AS and enter the name of the file. 3) In the edit mode, change the class name within the file so that it matches with the file name. 4) If the project is an applet, make the changes in the html file too so that the correct class file gets invoked. 5) If the project is an application, go to Edit – ‘Java Application Settings’ – ‘Java Target’. (See next slide)

Application settings

The Edit Window (Java Source) Libraries Methods Bookmark Syntax coloring Edit Window File Name

The Edit Window (HTML Source)

Compiling your Project Make Button –Project Window Make option –Project Menu F7 Compile versus Make

Running your project Execute Button –Project Window Run –Project Menu F5 Program Terminates –Be sure to dismiss the output window before modifying and compiling your program again

Testing Your Program Does it Compile? –Does that make it correct? Does it Execute? –Does that make it correct? What makes it correct?

Turning It In Do you have an ENGR account?!? –Get one ! Labs –Hoveland 108, Dearborn 118, Apperson, Batchellor, Rogers ENGR Account maintence home page – –Same page for turning in work

Turning it In

COE Home Page

Computing Support Page

ENGR Account Home Page

Logging In

Welcome Page

Submit an assignment Page

Submittal Page

File Dialog Page

A successful turn in

An unsuccessful submittal File size of any file is zero bytes –Need to re-submit everything! Authentication failed –Need to log back in Other error –Log back in and try it again –Copy the error message and me or the support