Oral Presentation CSCE 330 ASP Tamiko Simmons Sherita Gee Robert Rhoden.

Slides:



Advertisements
Similar presentations
ASP.NET Intro An introduction to the languages and communication of an ASP.NET system.
Advertisements

Introduction to JavaScript
Session 13 Active Server Pages (ASP) Matakuliah: M0114/Web Based Programming Tahun: 2005 Versi: 5.
Languages for Dynamic Web Documents
Building Applications using ASP.NET and C# / Session 1 / 1 of 21 Session 1.
Server-Side vs. Client-Side Scripting Languages
Chapter Concepts Review Markup Languages
1 Today: Introduction to ASP- Part 1 Explain the client/server architecture Explain Web-based client/server applications Understand the essentials of Active.
Session 6 Server-side programming - ASP. An ASP page is an HTML page interspersed with server-side code. The.ASP extension instead of.HTM denotes server-side.
Kashif Jalal CA-240 (072) Web Development Using ASP.NET CA – 240 Kashif Jalal Welcome to week – 2 of…
Introduction to Active Server Pages
Multiple Tiers in Action
Active Server Pages Chapter 1. Introduction Understand how browsers and servers interacted when the Web was young Understand what early Internet and intranet.
Apache Tomcat Server Typical html Request/Response cycle
Overview of ASP.NET Prepared By : Lec : Zalak Thakrar Follow Me on
2440: 141 Web Site Administration Web Server-Side Programming Professor: Enoch E. Damson.
Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
The PHP Story. PHP Story PHP is a programming language. Incorporate(join) sophisticated business logic. Widely used general purpose scripting language.
Server Side Scripting Norman White. Where do we do processing? Client side – Javascript (embed code in html) – Java applets (send java program to run.
Server- Side technologies Client-side vs. Server-side scripts PHP basic ASP.NET basic ColdFusion.
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
Internet Applications Notes for Chapter 19 Digital Domain, 2 ed.
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
Lecture Note 3: ASP Syntax.  ASP Syntax  ASP Syntax ASP Code is Browser-Independent. You cannot view the ASP source code by selecting "View source"
Introduction to ASP.NET. Prehistory of ASP.NET Original Internet – text based WWW – static graphical content  HTML (client-side) Need for interactive.
HTML Forms and Scripts. Session overview What are forms? Static vs dynamic Client-side scripts –JavaScript.
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
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.
3/8/00asp00 1 Active Server Pages from Microsoft Nancy McCracken Northeast Parallel Architectures Center at Syracuse.
Christopher M. Pascucci.NET Programming: Basic ASPX Scripting & HTML Embedment.
Server Side Programming ASP1 Server Side Programming Database Integration (cont.) Internet Systems Design.
Elements of ASP Documents Adapted from MCDN Web Workshop ( and Webmonkey’s Introduction to Active.
Web Pages with Features. Features on Web Pages Interactive Pages –Shows current date, get server’s IP, interactive quizzes Processing Forms –Serach a.
Active Server Pages  In this chapter, you will learn:  How browsers and servers interacted on the Internet when the Internet first became popular 
IS 4506 Interactive Clients & Servers.  Overview Fat Client versus Fat Server Spectrum of Web content formats Active Server Pages Active Server Page.
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
Active Server Pages (ASP), also known as Classic ASP or ASP Classic, was Microsoft's first server-side script engine for dynamically generated web pages.
Active Server Pages Server-Side Scripting and Client-Side Scripting.
1 CSC 301 Web Programming Charles Frank. PHP – Stands for:  Personal Home Page (originally),  PHP: Hypertext Preprocessor (now; follows GNU’s recursive.
Web Pages with Features. Features on Web Pages Interactive Pages –Shows current date, get server’s IP, interactive quizzes Processing Forms –Serach a.
ASP (Active Server Pages) by Bülent & Resul. Presentation Outline Introduction What is an ASP file? How does ASP work? What can ASP do? Differences Between.
ASP.NET in Definition: 1.ASP.NET is a web application framework developed and marketed by Microsoft to allow programmers to build dynamic web sites,
Client-side & Server-side Scripting ©Richard L. Goldman August 5, 2003 Requires PowerPoint 2002 or later for full functionality.
An Introduction to JavaServer™ Pages Prepared by Nicole Swan.
Ajax for Dynamic Web Development Gregory McChesney.
Scripting Languages Client Side and Server Side. Examples of client side/server side Examples of client-side side include: JavaScript Jquery (uses a JavaScript.
Copyright © 2003 T. Trappenberg Overview B 1 B. Some tools of the trade Module 1 Technology: GR01E - Electronic Commerce Overview.
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.
JavaScript Dynamic Active Web Pages Client Side Scripting.
Lesson 30: JavaScript and DHTML Fundamentals. Objectives Define and contrast client-side and server-side technologies used to create dynamic content for.
JAVA SERVER PAGES -by Rubeena Memon Deepti Jain Jaya Thakar Jisha Vettuventra.
ASP Syntax Y.-H. Chen International College Ming-Chuan University Fall, 2004.
Web Page Designing With Dreamweaver MX\Session 1\1 of 9 Session 1 Introduction to PHP Hypertext Preprocessor - PHP.
Lect5.ppt - 02/23/06 CIS 4100 Systems Performance and Evaluation Lecture 6 by Zornitza Genova Prodanoff.
Introduction to ASP.NET development. Background ASP released in 1996 ASP supported for a minimum 10 years from Windows 8 release ASP.Net 1.0 released.
 Lecture  Website language: ASP.net  Book name Beginning ASP.NET 4 in C# and VB 2.
JavaScript Invented 1995 Steve, Tony & Sharon. A Scripting Language (A scripting language is a lightweight programming language that supports the writing.
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.
Presented By Sushil K. Chaturvedi Assistant Professor SRCEM,Banmore 1.
ASP – Web Programming Class  Ravi Anand. ASP – Active Server Pages What is ASP? - Microsoft Technology - Can Run using IIS/PWS/Others - Helps us create.
1 Chapter 1 INTRODUCTION TO WEB. 2 Objectives In this chapter, you will: Become familiar with the architecture of the World Wide Web Learn about communication.
VertexPlus Softwares Pvt. Ltd. WEB TECHNOLOGIES BEFORE CHOOSING WEBSITE DEVELOPMENT SERVICES FOR WEBSITE vertexplus.com.
CSC 301 Web Programming Charles Frank.
Active Server Pages Computer Science 40S.
Introduction to ASP By “FlyingBono” 2009_01 By FlyingBono 2009_01
Nick Sims Scripting Languages.
04 | Web Applications Gerry O’Brien | Technical Content Development Manager Paul Pardi | Senior Content Publishing Manager.
ASP.NET Module Subtitle.
Information Retrieval and Web Design
Presentation transcript:

Oral Presentation CSCE 330 ASP Tamiko Simmons Sherita Gee Robert Rhoden

Active Server Pages (ASP) History ASP was created in 1996 originally known as “Denali” ASP was created in 1996 originally known as “Denali” Based on Microsoft’s Visual Basic Script Based on Microsoft’s Visual Basic Script It was an easier way to create dynamic content on web pages It was an easier way to create dynamic content on web pages

ASP Overview Commonly used on e-commerce websites Commonly used on e-commerce websites Files created with ASP have the extension.ASP Files created with ASP have the extension.ASP An ASP file can contain any combination of HTML,scripting such as VBScript and JavaScript, and components written in any language An ASP file can contain any combination of HTML,scripting such as VBScript and JavaScript, and components written in any language ASP code is mixed with HTML tags ASP code is mixed with HTML tags

How it works When a file is requested, the server interprets ASP code When a file is requested, the server interprets ASP code Server then sends HTML file back to browser that made the request Server then sends HTML file back to browser that made the request The browser never sees ASP code The browser never sees ASP code

Language Features Built for server-side processing, not client- side processing Built for server-side processing, not client- side processing Easy to code Easy to code Does not require any special editor/compiler Does not require any special editor/compiler

ASP Example <% <% str = “ The time is “ & Time() & “ ” str = “ The time is “ & Time() & “ ” %> %> Example Example <% <% Response.Write str Response.Write str %> %>

ASP Example Output Example Example The time is 12:00 The time is 12:00

Comparisons ASP does not support Object-Oriented Programming ASP does not support Object-Oriented Programming It is more specialized, compared to other languages It is more specialized, compared to other languages The larger a web application, the more it needs true application programming traits, which ASP doesn’t incorporate The larger a web application, the more it needs true application programming traits, which ASP doesn’t incorporate

References E-Commerce and E-Business for Managers by:Deitel&Deitel E-Commerce and E-Business for Managers by:Deitel&Deitel

Questions?

THE END