Presentation is loading. Please wait.

Presentation is loading. Please wait.

Web Page Introduction. What is a web page? A hypertext that contains clickable links. A web page is a text file containing Hyper Text MarkUp Language.

Similar presentations


Presentation on theme: "Web Page Introduction. What is a web page? A hypertext that contains clickable links. A web page is a text file containing Hyper Text MarkUp Language."— Presentation transcript:

1 Web Page Introduction

2 What is a web page? A hypertext that contains clickable links. A web page is a text file containing Hyper Text MarkUp Language (HTML) tags and/or other markup language tags. –A markup language combines text and extra information about the text's structure or presentation using markup, which is intermingled with the primary text. – Britain calls for direct talks with Iran

3 Other Markup Languages XML: Extensible Markup Language – a general-purpose markup language –User-defined tags: John Smith Ex: c:\inetpub\wwwroot\facoritebook.xml XHTML: Extensible HyperText Markup Language –XHTML is the successor to HTML – HTML + XML DHTML: Dynamic HTML – is a collection of technologies used together to create interactive and animated web sites by using a combination of a client-side scripting language (such as JavaScript), a presentation definition language (Cascading Style Sheets, CSS), and a Document Object Model. –Ex:C:/Inetpub/wwwroot/docProp.htm

4 XML Example My Favorite Book 1-34567-04-01 John Smith Peter Chen $45.00 This is a grerat book My Second Favorite Book 1-34567-04-02 Adam Smith $25.00 This is a second great book

5 Style Sheet Example btitle{ display:block; font-family: Aerial, Helvetica; font-weight: bold; font-size: 20pt; color: #9370db; text-align: center; } ISBN{ display:block; font-family: Aerial, Helvetica; font-weight: bold; font-size: 12pt; color: #c71585; text-align: left; } Authors{ display:inline; font-family: Aerial, Helvetica; font-style: italic; font-size: 10pt; color: #9370db; text-align: left; } Price{ display:block; font-family: Aerial, Helvetica; font-size: 12pt; color: #ff1010; text-align: left; } Description { display:block; font-family: Aerial, Helvetica; font-size: 12pt; color: #ff1010; text-align: left; }

6 Types of Web pages Static page: –The contents of a web page is predefined by HTML tags. Example: david chao’s home page. Dynamic page –A web page includes contents produced by a programming language when the page is opened. –Examples: Pages that display current date/time, visitor counter –Yahoo home page Pages that display results based on a database query. –Yahoo’s Finance/Enter symbol/Historical prices

7 Technologies for Creating Dynamic Pages Client-side technology –JavaScript, VBScript Server-side technology –Microsoft.Net –PHP –Java

8 Dynamic Page – Client-Side Script Example Demo: TimeNowClient.Htm New Page 1 The time is now document.write time() iHour=hour(time()) if iHour < 12 then document.write " good morning " else document.write " good afternoon " end if

9 Problems with Client-Side Script Source code revealed Compatibility problem –Mozilla –IE

10 Dynamic Web Pages – Server-Side Script Example Demo: TimeNow.aspx – – The time is now –<% –dim iHour –iHour=Now.Hour() –if iHour < 12 then –response.write(" good morning ") –else –response.write (" good afternoon ") –end if –%> – Note: –Need web server; cannot open by File/Open Page. –Work for both Mozilla and IE.

11 Basic HTML Tags : large text : smallest text Reference tag: : Paragraph tag Image tag

12 Example David Chao ISYS363 HTML Demo Welcome to David Chao’s Home Page Click here to see a cake picture

13 Web Page Editors Word: –File/New –Under new document choose WebPage Composer FrontPage Others

14 Typical Web Page Contents Text: –Alignment, Size, Font, Bold Link Table List BookMark BackGround Picture Form Email: mailto:emailAddress

15 Reference Tag Absolute reference –The reference includes the complete path to the linked document. –Cause problem when the referenced page changes location. Relative reference –Relative position of page folders Cause problem when the web page changes location and the referenced page does not.

16 Edit a Currently Opened Web Page With IE or Netscape: –File/Edit page –Copy components

17 Access Database Page Select a table or a query, and click: –File/Save As/Data Access Page Page wizard Copy/Paste to a page editor.

18 Publishing Web Pages Web server –Default directory, default home page –Virtual directory Creating web pages using editor Transfer web pages to web server: –FTP, File Transfer Program

19 Typical Web Site Contents About Us Company organization Mission Products/Services Partner organizations Clients Information for users Links to relevant sites Contact Us

20 Social Media Social media describes the online technologies and practices that people use to share content, opinions, insights, experiences, perspectives, and media themselves. Social media can take many different forms, including text, images, audio, and video. The social media sites typically use tools like message boards, forums, podcasts, bookmarks, communities, wikis, weblogs etc. Web 2.0 refers to a perceived or proposed second generation of internet-based services—such as social networking sites, wikis, that emphasize online collaboration and sharing among users.

21 Examples of Social Media Wikis: Wikipedia Social networking: MySpace and Facebook Video sharing: YouTube Virtual Reality: Second Life Events: http://upcoming.yahoo.com/ News aggregation: Photo sharing: http://flickr.com/ Livecasting: Online gaming: World of Warcraft

22 Web 2.0 Web 2.0 refers to a perceived or proposed second generation of internet-based services—such as social networking sites, wikis, that emphasize online collaboration and sharing among users.

23 Web Blog Blogs provide commentary or news on a particular subject such as food, politics, or local news; some function as more personal online diaries. A typical blog combines text, images, and links to other blogs, web pages, and other media related to its topic. The ability for readers to leave comments in an interactive format is an important part of many blogs. Most blogs are primarily textual, although some focus on art (artlog), photographs (photoblog), sketchblog, videos (vlog), music (MP3 blog), audio (podcasting) and are part of a wider network of social media.

24 Web Syndication Web syndication is a form of syndication in which a section of a website is made available for other sites to use. RSS: Really Simple Syndication

25 What Is RSS? RSS stands for Really Simple Syndication. RSS is a method that uses XML to distribute web content on one web site, to many other web sites. RSS allows fast browsing for news and updates.

26 Why Use RSS? RSS is useful for web sites that are updated frequently, like news sites Without RSS, users will have to check your site daily for new updates. This may be too time- consuming for many users. With an RSS feed (RSS is often called a News feed or RSS feed) they can check your site faster using an RSS aggregator (a site or program that gathers and sorts out RSS feeds). Since RSS data is small and fast-loading, it can easily be used with services like cell phones or PDA's.

27 An Example of RSS Document (MyRss.XML) Assignments http://userwww.sfsu.edu/~dchao My home page http://userwww.sfsu.edu/~dchao/CAKE.JPG Easy as cake http://userwww.sfsu.edu/~dchao Assignment 1 http://userwww.sfsu.edu/~dchao/ISYS5812A1F06.htm First assignment Assignment 2 http://userwww.sfsu.edu/~dchao/ISYS5812A2F06.htm assignment 2

28 The Channel Element The element is used to describe the RSS feed. The element has three required child elements: – - Defines the title of the channel – - Defines the hyperlink to the channel – - Describes the channel Each element can have one ore more elements.

29 The Item Element Each element defines an article or "story" in the RSS feed. The element has three required child elements: – - Defines the title of the item – - Defines the hyperlink to the item – - Describes the item

30 RSS Reader An RSS Reader is used to read RSS Feeds. RSS readers are available for many different devices and OS. –Example: SharpReader The Mozilla Firefox browser has a built-in RSS Reader. If you go to a web site that offers RSS feeds, you will see the Firefox RSS icon in the address bar. Click on the icon to view a list of the different feeds. Choose the feed you want to read.

31 Publish RSS To publish RSS feed: –1. Name your RSS file. Notice that the file must have an.xml extension. –2. Validate your RSS file (a good validator can be found at http://www.feedvalidator.org).http://www.feedvalidator.org –3. Upload the RSS file to your web directory on your web server. –4. Submit your RSS feed to the RSS Feed Directories.

32 Adding a RSS Feed to Your Page Click Firefox RSS icon Select the RSS feed Copy/Paste to your web page


Download ppt "Web Page Introduction. What is a web page? A hypertext that contains clickable links. A web page is a text file containing Hyper Text MarkUp Language."

Similar presentations


Ads by Google