1 / 66

Introduction

Avi I. Smith TUSC. Introduction (cont'd). Yahoo, Amazon, EBay, EToys, CNN etc.Powered by OracleWeb site acts as Intelligent interface to databaseWeb site facilitated by database.People who understand database technology used to build these high-tech sites are in very high-demand.. Avi I. Smith

starr
Download Presentation

Introduction

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    1. Avi I. Smith TUSC PL/SQL Web Developer PL/SQL Web Development Using Oracle Application Server.

    2. Avi I. Smith TUSC Introduction The Internet/Web has changed the way the world does business The Web has evolved from simple static pages to very complex dynamic web solutions High user expectations 24/7 Availability of information Functionality Personalized information

    3. Avi I. Smith TUSC Introduction (contd) Yahoo, Amazon, EBay, EToys, CNN etc. Powered by Oracle Web site acts as Intelligent interface to database Web site facilitated by database. People who understand database technology used to build these high-tech sites are in very high-demand.

    4. Avi I. Smith TUSC Oracle Application Server makes it easy PL/SQL Hypertext Markup Language (HTML) JavaScript Examples

    5. Avi I. Smith TUSC HTML Brief Introduction

    6. Avi I. Smith TUSC HTML Hypertext Markup Language Tags that describe how the document should be displayed Interpreted HTML (text) stream from web server tells browser what to display Browser variations

    7. Avi I. Smith TUSC URL URL Uniform Resource Locator Address of a web page http://www.tusc.com/index.html Protocol: http:// Domain: www.tusc.com File/Procedure Name: index.html

    8. Avi I. Smith TUSC Html Tags Html Tag, (element) Tag wraps content <tag> text or image,etc.</tag> Empty tags <tag> No content i.e.. <BR> (Line Break), <HR> Some tags have parameters <input type=text name=in_name value=Avi> Not order sensitive

    9. Avi I. Smith TUSC Html Tags Can be nested <I><B>bold and italic text</B></I> Case insensitive

    10. HTML File <html> </html> HTML <HTML></HTML> Head <HEAD></HEAD> BODY <BODY></BODY>

More Related