Welcome to CPT 499 XML Course Introduction Eugenia Fernandez IUPUI.

Slides:



Advertisements
Similar presentations
The Biosafety Clearing-House of the Cartagena Protocol on Biosafety Tutorial – BCH Resources.
Advertisements

TS 313 Multimedia Applications Welcome to TS 313 Multimedia Applications There is no audio lecture associated with this set of introduction slides Refer.
Internet Research Internet Applications. The Internet is not the Web Because of the great popularity of the World Wide Web, people think the Internet.
DT211/3 Internet Application Development Active Server Pages & IIS Web server.
Server-Side vs. Client-Side Scripting Languages
Dreamweaver MX ? Create professional web pages Visual editing functions –No need to write HTML Includes complete FTP client software Recognises.
COMP 110 Introduction to Programming Tabitha Peck M.S. January 9, 2008 MWF 3-3:50 pm Philips 367.
Chapter 12: ADO.NET and ASP.NET Programming with Microsoft Visual Basic.NET, Second Edition.
Getting Started in Blackboard. You will need… A web browser, preferably Internet Explorer, version 4.0 or higher An account and the knowledge of.
Introduction to Web Application Architectures Web Application Architectures 18 th March 2005 Bogdan L. Vrusias
Internet Development 1 Introduction Colm O Suilleabhain.
INTERNET DATABASE. Internet and E-commerce Internet – a worldwide collection of interconnected computer network Internet – a worldwide collection of interconnected.
1 Computing for Todays Lecture 22 Yumei Huo Fall 2006.
CIS101 Introduction to Computing Week 02. Agenda Your questions CIS101 Blackboard Site Excel Project One Next Week.
Chapter 9 Introduction to the Document Object Model (DOM) JavaScript, Third Edition.
Internet & Day 2. Web Address/ URL 1.Uniform Resource Locator or web address use to access the web site 2.When you connected to the internet you.
Mgt 240 Lecture Website Construction: Software and Language Alternatives March 29, 2005.
ECA 228 Internet/Intranet Design I Intro to the Web.
Web Programming Language Dr. Ken Cosh Week 1 (Introduction)
Introduction to WebCT Sheridan College Architectural Technology.
Overview Cool Tools Update For Library Web Sites Darlene Fichter University of Saskatchewan Frank Cervone Northwestern University November 15, 2004.
+ Connecting to the Web Week 7, Lecture A. + Midterm Basics Thursday February 28 during Class The lab Tuesday, February 26 is optional review Class on.
Welcome to (insert course name) (customize with instructor/course/section #)
Web Content Management Systems. Lecture Contents Web Content Management Systems Non-technical users manage content Workflow management system Different.
INE2720 Web Application Software Development General Information.
Creating a Web Presence Introduction to WordPress Week 1.
INTRODUCTION TO WEB DATABASE PROGRAMMING
Computer Concepts 2014 Chapter 7 The Web and .
CGS3066: Web Programming and Design Summer 2014 Instructor Mir Anamul Hasan.
KINOLINA.COM XML Standards and Vocabulary Development Eric Gould December 2002.
CSCI 1301 Principles of Computer Science I
EDUCATION YOU CAN TRUST ® Windows SharePoint Services Course Review Review provided by: DNS Computing Services, LLC
Welcome This presentation explains what you need to know and do to prepare for the Oracle Academy Oracle Database Design and SQL class.
Basics of Web Databases With the advent of Web database technology, Web pages are no longer static, but dynamic with connection to a back-end database.
NetTech Solutions Working with Web Elements Lesson 6.
COMP Introduction to Programming Yi Hong May 13, 2015.
Introduction to Computers Section 8A. home How the Internet Works Anyone with access to the Internet can exchange text, data files, and programs with.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 Exploring Microsoft Office Word 2007 Chapter 8 Word and the Internet Robert Grauer, Keith.
OBJECTIVES  What is HTML  What tools are needed  Creating a Web drive on campus (done only once)  HTML file layout  Some HTML tags  Creating and.
Matrix Mapping Tool Sam Gross Internship at Virtual Technology Corporation.
20-753: Fundamentals of Web Programming 1 Lecture 1: Introduction Fundamentals of Web Programming Lecture 1: Introduction.
 2004 Prentice Hall, Inc. All rights reserved. 1 Chapter 34 - Case Study: Active Server Pages and XML Outline 34.1 Introduction 34.2 Setup and Message.
User’s guide. Compare features:EndNote WebEndNote Save references++ Organize & edit references++ Storage capacity (number of references)10,000unlimited.
© FPT SOFTWARE – TRAINING MATERIAL – Internal use 04e-BM/NS/HDCV/FSOFT v2/3 Working with MSSQL Server Code:G0-C# Version: 1.0 Author: Pham Trung Hai CTD.
JavaScript, Fourth Edition
The Internet and World Wide Web
Instructor: Shayna Keces , ext. 441 Introduction to the Internet February 2002.
Introduction to ADO Y.-H. Chen International College Ming-Chuan University Fall, 2004.
1 After completing this lesson, you will be able to: Transfer your files to the Internet. Choose a method for posting your Web pages. Use Microsoft’s My.
CoBrow Collaborative Browsing A Virtual Presence Service RE 1003 RE 4003.
BIT 285: ( Web) Application Programming Lecture 15: Tuesday, February 24, 2015 Microsoft Azure Instructor: Craig Duckett.
ASP. ASP is a powerful tool for making dynamic and interactive Web pages An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are.
Chapter 27 Getting “Web-ified” (Web Applications) Clearly Visual Basic: Programming with Visual Basic nd Edition.
CSS THE MISSING MANUAL Introduction. Benefits of CSS Style sheets offer more formatting choices than are offered in straight HTML  EXAMPLE: When you.
Generating XML Data from a Database Eugenia Fernandez IUPUI.
A S P. Outline  The introduction of ASP  Why we choose ASP  How ASP works  Basic syntax rule of ASP  ASP’S object model  Limitations of ASP  Summary.
I Copyright © 2004, Oracle. All rights reserved. Introduction.
XP Creating Web Pages with Microsoft Office
CX Introduction to Web Programming Introduction & Overview Prepared by: KAR First Prepared on: Last Modified on: xx-xx-xx Quality checked.
Microsoft FrontPage 2003 Illustrated Complete Creating a Web Site.
Web Programming Language
Exploring Microsoft Word 2000
Active Server Pages Computer Science 40S.
Introduction to ASP By “FlyingBono” 2009_01 By FlyingBono 2009_01
Introduction to Computers
Introduction to Internet Programming
Quick Review.
Fast, free, fun Weebly web sites.
About Multimedia Files
Web Application Development Using PHP
Presentation transcript:

Welcome to CPT 499 XML Course Introduction Eugenia Fernandez IUPUI

Your Instructor Professor Eugenia Fernandez

Prerequisite Courses Official –CPT 213 Web Analysis & Design or CPT 254 Analysis & Design –CPT 215 Web Programming or CPT 270 Introduction to Java or CPT 262 Problem Solving & Programming "Hidden" (Prerequisites to the Prerequisites) –CPT 223 Web Page Design or CPT 212 Web Site Design –CPT 214 Web Data Management or CPT 288 Using a Database Management System

Prerequisite Knowledge Download files from the Web Install software and plug-ins Create a web page by writing HTML Publish or ftp files to a Web site Write SQL statements to retrieve data from a relational database Use basic programming structures (sequence, selection, iteration)

Course Themes What is XML? Creating XML Documents Validating XML Documents Transforming XML Documents Programmatically Manipulating XML Documents Creating XML-based Web Site

Course Outcomes Discuss the uses and benefits of using XML. Create well-formed and valid XML documents. Create an XML schema. Use CSS to display XML data in a Web browser. Use XSL to transform XML data into a different format. Display dynamic XML data in a Web browser by using data binding and the Document Object Model. Use ASP and ADO to read data from a data source and store it as XML. Add, delete, and update data on the client by using XML and saving data to a database on the server.

Required Text Shepherd, Sams Teach Yourself XML in 21 Days, 2nd Edition (Sams Publishing, 2001) ISBN Sams Teach Yourself XML in 21 Days

Required Software Microsoft Windows 98/NT/2000 Microsoft Internet Explorer –Version 6 preferred –Version 5.5 acceptable Real Player FTP Utility Zip/Unzip Utility

Course Mechanics Oncourse Environment –Syllabus & Schedule –Assignments & Practices – –Discussion Forums –Online Chats –Submitting Assignments AOL Instant Messenger Archived Lectures

Course Structure Organized into 10 Lessons Each Lesson contains –Objectives –Readings –Notes –1-2 Practice Exercises 6 Assignments which culminate in complete XML-based web site

Assessment Collaboration –60 points total Practices –~ 15 points each –240 points total counted –any points above 240 is extra credit Assignments 50 points each –300 points total

For More Information Syllabus Schedule Grading Policy Course Introduction Tools Page