Jeong W. Shon IS 373.  AppML stands for Application Mark-up Language  Open source initiative used for describing Internet Applications  It is developing.

Slides:



Advertisements
Similar presentations
3.02B Authoring Languages 3.02 Develop webpages..
Advertisements

WAP Next Generation
Getting a Taste of Cascading Stylesheets Steve Mooradian December 14, 2005.
CNIT 133 Interactive Web Pags – JavaScript and AJAX Review CSS.
Pengantar Teknologi Mobile 13 Antonius Rachmat C, S.Kom, M.Cs XHTML.
Basics of HTML What is HTML?  HTML or Hyper Text Markup Language is the standard markup language used to create Web pages.  HTML is.
AJAX – The Future of Web Development? Anders Moberg David Mörtsell David Södermark.
Project 1 Introduction to HTML.
Origins of the Internet The Internet was started as a research project sponsored by the Advanced Research Projects Agency (ARPA) within the U.S. Dept.
Advanced Web Technologies MSc. Publishing on WWW.
HTML 4 - Introduction HTML stands for Hyper Text Markup Language. It is the standard format for documents on the World Wide Web. Just as Microsoft Word.
W3C Activities HTML: is the lingua franca for publishing on the Web XHTML: an XML application with a clean migration path from HTML 4.01 CSS: Style sheets.
1st Project Introduction to HTML.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
CS 415 N-Tier Application Development By Umair Ashraf July 16,2013 National University of Computer and Emerging Sciences Lecture # 12 HTML/ XHTML/ HTML5.
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
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.
Chapter ONE Introduction to HTML.
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
Semi-Structured Data Tutorial # 1- Introduction to XML.
By: Shawn Li. OUTLINE XML Definition HTML vs. XML Advantage of XML Facts Utilization SAX Definition DOM Definition History Comparison between SAX and.
Joel Bapaga on Web Design Strategies Technologies Commercial Value.
Languages in WEB Presented by: Jenisha Kshatriya BCM SS09.
Ruth Betcher Ruth Christie
XHTML,XML M.Abdullah Mrian. What is the XHTML Why XHTML ?
Web Service Bright + Ong. Meaning A collection of protocols and standards used for exchanging data between applications or systems Written in various.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
Instructor, Dr. Khalili Bahram Jeevan Kumar Gogineni.
Presentation Topic: XML and ASP Presented by Yanzhi Zhang.
XML eXtensible Markup Language. Topics  What is XML  An XML example  Why is XML important  XML introduction  XML applications  XML support CSEB.
Web Design and Development for E-Business By Jensen J. Zhao Copyright 2003 Prentice Hall, Inc. Web Design and Development for E-Business Jensen J. Zhao.
1Computer Sciences Department Princess Nourah bint Abdulrahman University.
Building Rich Web Applications with Ajax Linda Dailey Paulson IEEE – Computer, October 05 (Vol.38, No.10) Presented by Jingming Zhang.
XML Basics A brief introduction to XML in general 1XML Basics.
XML & AJAX Khaled Al-Sham’aa. XML The Extensible Markup Language (XML) is a general-purpose specification for creating custom markup languages. It is.
Advanced Web Technologies By: Faraz Ahmed. Contents 0 Course Outline 0 Architectures 0 HTTP.
TOPIC II Dynamic HTML Prepared by: Nimcan Cabd Cali.
Copyright © 2003 Pearson Education, Inc. Slide 1-1 Created by Cheryl M. Hughes The Web Wizard’s Guide to XHTML by Cheryl M. Hughes.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
PHP Introduction PHP is a server-side scripting language.
Asstt. Prof Sonia Sharma Computer Dept 1 HTML ( Hypertext MarkUP Language ) HTML is the lingua franca for publishing hypertext on the World Wide Web.
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.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
XHTML TUTORIAL Contact me Amin Sharifi Website: Mob:
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
Evaluation Biztalk Table of Contents Introduction to XML. Anatomy of an XML document. What is an XML Schema? What is SOAP? XML Web Services overview.
 Before you continue you should have a basic understanding of the following:  HTML  CSS  JavaScript.
Copyright © 2003 Pearson Education, Inc. Slide 8-1 Created by Cheryl M. Hughes The Web Wizard’s Guide to XML by Cheryl M. Hughes.
Follow Up. Can one change the appearance of the alert/confirm/prompt box? The default Alert box can be customized (or over-ridden) by JavaScript + CSS.
PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used, free, and efficient alternative.
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
Doktorant ė : Egl ė Mickevi č i ū t ė Software development technologies KAUNO TECHNOLOGIJOS UNIVERSITETAS INFORMACIJOS SISTEM Ų KATEDA Kaunas, 2013.
HTML PROJECT #1 Project 1 Introduction to HTML. HTML Project 1: Introduction to HTML 2 Project Objectives 1.Describe the Internet and its associated key.
Mark-up Languages Compare and describe at least 3 mark-up languages and what they do.
Basic HTML Introduction to HTML.
Web Basics: HTML/CSS/JavaScript What are they?
Project 1 Introduction to HTML.
JavaScript and Ajax (Ajax Tutorial)
The Object-Oriented Thought Process Chapter 11
Chapter 1 Introduction to HTML.
Project 1 Introduction to HTML.
3.02B Authoring Languages 3.02 Develop webpages..
Chapter 1 HTML, XHTML, and the World Wide Web
© 2010, Mike Murach & Associates, Inc.
Chapter 1 HTML, XHTML, and the World Wide Web
Silverlight Technology
COP 3813 Intro to Internet Computing
3.02B Authoring Languages 3.02 Develop webpages..
Class 4: Building Interactive Web Pages
Presentation transcript:

Jeong W. Shon IS 373

 AppML stands for Application Mark-up Language  Open source initiative used for describing Internet Applications  It is developing application in relational database for use on the internet

 Developed by the staff at W3Schools in 1999  Primary purposes of AppML are, it had to be able to run over the internet, be platform independent, and it had to be compatible with XML and XHTML  More advanced application was needed  First commercial available application was developed, AJAX

 AJAX combines the XHTML, CSS, HTML, Javascript, and XML.

 AppML is declarative language used to describe applications  It defines both data and functions while the application is running  One of the primary advantages of using AppML is that it’s extensible  Easy to create reports such as, sales per year, category, customers by country, sales per customer, etc.

 CUSTOMERS   northwind  customerid  customers  Select CompanyName, City, Country from Customers   CompanyName 

 In December 2006, AppML became an open source project with no cost  Many more new applications have been released after AppML  AppML is now discontinued