27-Oct-15 About This Course. 2 CIT597 The formal title of this course is “Programming Languages & Techniques III” A better title would be “Web technologies”

Slides:



Advertisements
Similar presentations
SW381: Web Applications Development Prerequisite: SW211 (Introduction to Software Engineering) Instructor: Dr. Mohammad Anwar Hossain Office: Room 2058.
Advertisements

Intro to CIT 594
Project 1 Introduction to HTML.
10-Jun-15 About This Course. 2 MCIT Pizza 6:15 Thursday, Sept. 9 Levine 307.
12-Jun-15 About This Course. 2 CIT597 The formal title of this course is “Programming Languages & Techniques III” A better title would be “Web technologies”
Intro to CIT 594
1 Intro to CIT 594 ~matuszek/cit594.html.
Intro to CIT 594
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
CS300 Planning and Executing a Project Terry Hinton Helen Treharne.
28-Jun-15 About This Course. 2 CIT597 The formal title of this course is “Programming Languages & Techniques III” A better title would be “Web technologies”
Week 1 INFM 718N Web-Enabled Databases The Big Picture.
© 2004, Robert K. Moniot Chapter 1 Introduction to Computers and the Internet.
Intro to CIT 594 ~matuszek/cit594.html.
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
Web Programming Language Dr. Ken Cosh Week 1 (Introduction)
1 Lesson 1 Quick HTML Know-How HTML and JavaScript BASICS, 4 th Edition Barksdale / Turner.
Intro to CIT 594
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
INE2720 Web Application Software Development General Information.
CSCI 323 – Web Development Chapter 1 - Setting the Scene We’re going to move through the first few chapters pretty quick since they are a review for most.
Welcome to CS 115! Introduction to Programming. Class URL Please write this down!
G51WPS Web Programming and Scripting Boriana Koleva Room: C54 Phone:
Introduction. » How the course works ˃Homework ˃Project ˃Exams ˃Grades » prerequisite ˃CSCI 6441: Mandatory prerequisite ˃Take the prereq or get permission.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
COMP 111 Programming Languages 1 First Day. Course COMP111 Dr. Abdul-Hameed Assawadi Office: Room AS15 – No. 2 Tel: Ext. ??
DATABASE PROGRAMMING Lecture on 16 – 05 – PREVIOUS LECTURE QUIZ: - Some students were very creative in transforming 2NF to 3NF. Excellent! - Some.
Unit 1 – Web Concepts Instructor: Brent Presley. ASSIGNMENT Read Chapter 1 Complete lab 1 – Installing Portable Apps.
CSC 212 – Data Structures Prof. Matthew Hertz WTC 207D /
Welcome to CSIS10A Computer Science: Beginning Programming Please, take a syllabus.
20-753: Fundamentals of Web Programming 1 Lecture 1: Introduction Fundamentals of Web Programming Lecture 1: Introduction.
Updated Today's talk should help you to understand better  what your responsibilities for this module  how you will be taught  how you.
1 Midterm Review. 2 Midterm Exam  30% of your grade for the course  October14 at the regular class time  No makeup exam or alternate times  Closed.
CSCD 330 Network Programming Fall/Winter/Spring 2014 Lecture 1 - Course Details.
17-Dec-03 Intro to CIT 594 ~matuszek/cit594.html.
Welcome to CS 115! Introduction to Programming. Class URL Write this down!
Introduction. » How the course works ˃Homework ˃Project ˃Exams ˃Grades » prerequisite ˃CSCI 6441: Mandatory prerequisite ˃Take the prereq or get permission.
1 Welcome to CSC 301 Web Programming Charles Frank.
XHTML By Trevor Adams. Topics Covered XHTML eXtensible HyperText Mark-up Language The beginning – HTML Web Standards Concept and syntax Elements (tags)
17-Nov-15 CS 521 About This Course. 2 CIS 521 The formal title of this course is “Advanced Web-Based Java Programming” The emphasis will likely be on.
Instructor: Basma Alabdullatif Office: Preparatory Year instructors office, 1st floor Office hours: sat(11-1), sun(11-1)
IST 210: Organization of Data
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.
1 Final Review. 2 Final Exam  30% of your grade for the course  December 9 at 7:00 p.m., the regular class time  No makeup exam or alternate times.
Intro to CIT 594
CSCD 330 Network Programming Winter 2015 Lecture 1 - Course Details.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
CSCI 6442 Database Management II INTRODUCTION Copyright 2016 David C. Roberts, all rights reserved.
Winter 2016CISC101 - Prof. McLeod1 CISC101 Elements of Computing Science I Course Web Site: The lecture outlines.
CS Introduction to XML - What is XML? Extensible Markup Language, or XML for short, is a new technology for web applications. XML is a World Wide.
IN THIS LESSON WE WILL REVIEW THE STRUCTURE OF THE INTERNET AND HOW BROWSERS ASSEMBLE WEBSITES BASED ON INSTRUCTIONS THEY RECEIVE FROM SERVERS. Internet.
1 LM 6 Database Applications Dr. Lei Li. Learning Objectives Explain three components of a client-server system Describe differences between a 2-tiered.
I Copyright © 2004, Oracle. All rights reserved. Introduction.
INT213 Active Server Pages using Visual Basic Scripting.
Web Programming Language
Course Overview - Database Systems
CS101 Computer Programming I
Introduction to Programming
Internet Programming.
Welcome to CS 1010! Algorithmic Problem Solving.
Course Overview - Database Systems
Welcome to CS 1010! Algorithmic Problem Solving.
Intro to CIT 594
About This Course.
Intro to CIT 594
Intro to CIT 594
Dr. David Matuszek Spring, 2003
CGS 3066: Web Programming and Design Fall 2019
Presentation transcript:

27-Oct-15 About This Course

2 CIT597 The formal title of this course is “Programming Languages & Techniques III” A better title would be “Web technologies” Some of these technologies are specific to Java Most of the technologies are language-independent This course, however, uses Java Prerequisite: CIT594 or equivalent proficiency in Java Translation: you had better already be a pretty good Java programmer!

3 “The network is the computer” The explosive growth of the Web has greatly changed the face of computing Before, we wrote programs under these assumptions: We could use whatever language was convenient We could write programs for the computer we happened to have available at the moment We could design our own data formats and database schema We did not have to interact with the rest of the world Today, all of these assumptions are wrong! Sun’s slogan, “The network is the computer,” is becoming true Platform independence is no longer a luxury, but a necessity There is a large and growing need for information interchange

4 Platform independence The Internet has become extremely popular It connects millions of computers together These computers run all kinds of programs, with all kinds of operating systems Interoperability of programs and data has become a serious issue There are two possible solutions: Microsoft’s preferred solution: Force everyone to use Windows Much of Microsoft’s software is designed with this end in mind If this happens, it will not happen quickly Develop platform-independent languages and systems This is what all the other software developers (including Sun Microsystems, the creator of Java) are working on

5 Java, HTML, XML, etc. Java is the most platform-independent language we have This is one of the reasons for its popularity (there are many others) HTML is not as feature-rich as MS Word, but it nevertheless does a pretty good job HTML is the language of the Web Most software documentation these days is distributed in HTML, PDF (Adobe’s Portable Document Format), or plain text We will look at ways to create HTML from Java XML is a platform-independent way of describing data We will look at ways to process XML from Java SQL is the most widely accepted database language We will look at ways to access SQL databases from Java Client-server architecture is used to communicate across the Web We will look at creating server-side and client-side applications

6 HTML Some technologies we may cover Java HTML Forms JavaScript XHTML & CSS But underneath... HTTP TCP/IP Sockets maybe RMI Java servlets JSP PerlPHP SQL XML DTD XML Schemas RELAX NG XSL XSLT XPath CSS Java SAX DOM JAXP Java JDBC Apache Tomcat Ajax Ruby Rails

7 Software Most of the necessary software will be installed in the Moore 207 lab I strongly encourage you to install the software on your own computer The basic software you need is: Java 6, Firefox 3, EasyEclipse for LAMP, XAMPP, Tomcat, and a decent text editor (such as jEdit or Notepad++) Other software will be recommended as needed The newest versions of all this software are freely available on the Web I avoid proprietary (Windows-only) software I can’t provide a lot of help with installation

8 Textbook The textbook is Programming the World Wide Web, 4th Edition, by Robert W. Sebesta This is, unfortunately, a fairly expensive book (about $90), but it fits this course very well Like my course, this book is broad but shallow--that is, it covers a great many topics, but none of them in any depth If you are seriously broke, the Web is full of great (and some not-so-great) tutorials and specifications I will provides some links to these, but... You should be able to find this kind of information for yourself!

9 Assignments We will have approximately one assignment per week Assignments will frequently build on previous assignments Assignments may say something like, “plus five features not covered in class” This is to make sure you explore the resources available to you Note: To make it practical to grade your assignments, it is your responsibility to point out these extra features Appearance and content will be factors in grading Late policy: 5% off for each day late Assignments will be due by midnight

10 Examinations We will have a short quiz each Wednesday Quizzes will concentrate on recently covered material, but may include earlier material if appropriate Quizzes may include material that was not covered in class Your lowest quiz grade will be dropped There will be no final exam Assignments and examinations will be weighted as follows: 50% assignments, 50% quizzes Grades will be curved: 90% (or any other number) is not necessarily an A

11 Extra credit I will not, in general, provide specific extra credit assignments Small amounts of extra credit will be given for helping to improve this class; for example: Finding new Web sites that I think are really useful (just finding relevant Web sites is easy; there are thousands) Pointing out serious problems in my assignments (early enough to help others!) I may allow significant extra credit for a project of your own devising, if you first get me to agree and then do a good job on it Extra credit will be used to adjust grades upward, after they have been calculated for the entire class

12 Rules You may: discuss the assignments with one another help others debug their work use, without attribution, anything I post to the Web You may not: share code with anyone but your assigned partner (if any) copy another’s code, or allow your code to be copied lend your code to someone else, or leave it lying around where someone else may copy it use any code from textbooks or the Web without my permission If you think you may have accidentally broken a rule, come and talk to me about it

13 The End “I know Karate, Kung Fu, and 47 other dangerous words.” --Source unknown