Lab 7: Midsemester Checkpoint User Interface Lab: GUI Lab Oct. 9 th, 2013.

Slides:



Advertisements
Similar presentations
Hamilton Venus Software User Interface Options
Advertisements

Lab 8: States and Transitions User Interface Lab: GUI Lab Oct. 16 th, 2013.
Computational Physics Lecture 3 - Admin Dr. Guy Tel-Zur Coral. Picture by Anna Cervova, publicdomainpictures.net.
Chapter 3 (Section 3.1) Fundamentals of Programming in Visual Basic Objects.
CSS-304: Computer Systems Interface Duisebekov Zhasdauren Faculty of Engineering Suleyman Demirel University.
10th Workshop "Software Engineering Education and Reverse Engineering" Ivanjica, Serbia, 5-12 September 2010 First experience in teaching HCI course Dusanka.
Graphical User Interfaces A Quick Outlook. Interface Many methods to create and “interface” with the user 2 most common interface methods: – Console –
Topic 1: Class Logistics. Outline Class Web site Class policies Overview References Software Background Reading.
Lab 1: Introduction User Interface Lab: GUI Lab Aug. 28 th, 2013.
CS426 Game Programming II Dan Fleck. Why games?  While the ideas in this course are demonstrated programming games, they are useful in all parts of computer.
Lab 2: Forms and Basic Input User Interface Lab: GUI Lab Sep. 2 nd, 2014.
CS Tutorial 4 Frid. Oct 16 th, 2009 Prototype Tutorial.
Object Oriented Programming Lecture 1: Introduction.
--Development of Graphic Card since  Two major companies: nVidia AMD  Compare performance, architecture, and price by graphs.  3 types of graphs.
Lab 6: event & input intro User Interface Lab: GUI Lab Oct. 2 nd, 2013.
Lab 12: Other Languages User Interface Lab: GUI Lab Nov. 12 th, 2013.
Streamlining XML Authoring Workflows The case for concurrent working Phil
Lab 10: Project and Code Organization User Interface Lab: GUI Lab Oct. 18 th, 2014.
Graphical User Interface You will be used to using programs that have a graphical user interface (GUI). So far you have been writing programs that have.
Creating Web documents Questions on JavaScript Hints calendar example "Great homepages really suck" Homework: Project 3.
1 CAP 4063 Web Application Design Summer 2012 TR 9:30 – 11:40 PM CHE 102 Instructor:Dr. Rollins Turner Dept. of Computer Science and Engineering ENB 336.
March 9, 2009 Maze Solving GUI. March 9, 2009 MVC Model View Controller –Model is the application with no interfaces –View consists of graphical interfaces.
Unit 2 — The Exciting World of JavaScript Lesson 7 — Creating Forms with JavaScript.
Event Handling (the right way). A Simple Web Page Events - Summary The web page looks like this:
IENG 248 D. H. Jensen 2/12/2016Engineering Graphics & 3-D Modeling1 Lecture 6 Midterm Review.
Q2.W1 Math 9Monday 10/19/15 Today : o Welcome, Read-a-thon Schedule o Warm-ups o Good things! o Notes and OTL o Lesson 3.3: Interpreting Rate of Change.
Document Object Model Nasrullah. DOM When a page is loaded,browser creates a Document Object Model of the Page.
Lab 5: More on Events and Introduction to the Canvas Tag User Interface Lab: GUI Lab Sep. 23 rd, 2013.
JavaScript Events Java 4 Understanding Events Events add interactivity between the web page and the user You can think of an event as a trigger that.
JavaScript Events. Understanding Events Events add interactivity between the web page and the user Events add interactivity between the web page and the.
Computer Networks Spring, 2011 Group Projects Guifeng Zheng.
Day 22, Slide 1 CSE 103 Day 22 Non-students: Please logout by 10:12. Students:
Programming for the Web Assignment One Dónal Mulligan BSc MA
Multiplication Timed Tests.
DEVRY BSOP 334 Complete Week 1 Check this A+ tutorial guideline at For more classes visit
CRJ 303 Week 4 Assignment Life As A Correctional Officer Check this A+ tutorial guideline at
CSc 020: Programming Concepts and Methodology II
Some General Guidelines for the US TBM Costing
Chapter 8: Writing Graphical User Interfaces
Lesson 11: Web Services & API's
Introduction to Internet Programming
Predefined Dialog Boxes
CS 1302 Programming Principles II
Harris Real Time & embedded Web server
COS 260 DAY 11 Tony Gauvin.
Assignment 4 For this assignment refer to the notes on MATLAB from an MIT course that you can find here (or at the original website, lectures 14, 15, 16).
Day 16 Daily Focus Objectives: Question of the day: Agenda:
homework assignment due Feb 23
Week of March th grade.
Lesson 02: Introduction to Programming
CSE 490ra Projects.
AP Microeconomics Course Requirements.
CSS-304: Computer Systems Interface
March 13-17, th Grade Schedule
SE-1021 Software Development 2
Events: Changed and Input
Code Topic 9 Standard JavaScript Events Laura Friedman
Intro to CIT 594
Intro to CIT 594
HTML and CSS Basics.
SE-1021 Software Engineering II
SD5906 Globalization in New Media Design and Technology
SSR Reminders Grade level appropriate
CS102 Algorithms & Programming II
Murach's JavaScript and jQuery (3rd Ed.)
Computer Engineering Department Islamic University of Gaza
Course Overview CS 4640 Programming Languages for Web Applications
Murach's JavaScript and jQuery (3rd Ed.)
TA: Nouf Al-Harbi NoufNaief.net :::
Week #3 – Excel and Retirement
Presentation transcript:

Lab 7: Midsemester Checkpoint User Interface Lab: GUI Lab Oct. 9 th, 2013

Office Hours Cancelled tomorrow (10/10/13) In general, moved to NSH 2602M – It’s the first cubicle

Hw1b Grades Average: 42.5/45 (~94%) Match the demo! – Not checking for duplicates – Multiple alerts – Clearing the text input after incorrect Other notes: – Code style is about readability

Hw1b Coding Practice Multiple approaches that can be correct!

Scheduling the Second Half Week 7 (now!): Midsemester Checkpoint Week 8: States and Transitions Week 9: Code Organization Week 10: Images/Skinning Week 11: Animation Week 12: Javascript & HTML5 Week 13: Presentation Day 1 Week 14: Presentation Day 2

Term Projects Goals Demonstrate that you can use GUI programming techniques Design an application with little scaffolding Create something that you’re excited about!

Term Project Deliverables Project Proposal Design Documents Super basic demo Finished code for presentation

Scheduling the Second Half Week 7 (now!): Assign Hw2 Week 8: Assign Term Project Week 9: Hw2 (graphics, events, state), Project proposal Week 10: Design documents Week 11: Week 12: Super basic demo Week 13: Finished code Week 14:

Extra time? Start looking at states and transitions!