• Bài giảng Web Technologies and e-Services - Bài 3: CSSBài giảng Web Technologies and e-Services - Bài 3: CSS

    Advanced Colors • We already know that colors can be defined by name, RGB, or hex values • CSS 3 also allows you to paint away with HSL — hue, saturation, and lightness • An HSL color value is specified with: hsl(hue, saturation, lightness). Ø Hue is a degree on the color wheel (from 0 to 360): • 0 (or 360) is red • 120 is green • 240 is blu...

    pdf34 trang | Chia sẻ: hachi492 | Ngày: 06/01/2022 | Lượt xem: 380 | Lượt tải: 0

  • Bài giảng Web Technologies and e-Services - Bài 2: HTMLBài giảng Web Technologies and e-Services - Bài 2: HTML

    vHTML 5 specify DOCTYPE as follows: vNew tags introduced in HTML5 for better structure § header − This tag represents the header of a section. § footer − This tag represents a footer for a section and can contain information about the author, copyright information, etc. § nav − This tag represents a section of the document intended for ...

    pdf45 trang | Chia sẻ: hachi492 | Ngày: 06/01/2022 | Lượt xem: 415 | Lượt tải: 0

  • Bài giảng Web Technologies and e-Services - Bài 1: IntroductionBài giảng Web Technologies and e-Services - Bài 1: Introduction

    Web Servers • Basic functionality: • Receive HTTP request via TCP • Map host header (domain name) to specific virtual host (one of many host names sharing an IP address) • Map Request-URI to specific resource associated with the virtual host • File: Return file in HTTP response • Program: Run program and return output in HTTP response • Map...

    pdf48 trang | Chia sẻ: hachi492 | Ngày: 06/01/2022 | Lượt xem: 358 | Lượt tải: 0

  • Bài giảng Web Technologies and e-ServicesBài giảng Web Technologies and e-Services

    Brief history of Web Applications ● Initially: static HTML files only with HTML forms for input ● Common Gateway Interface (CGI) ○ Certain URLs map to executable programs that generate web page ○ Program exits after Web page complete ○ Introduced the notion of stateless servers: each request independent, no state carried over from previous re...

    pdf323 trang | Chia sẻ: hachi492 | Ngày: 06/01/2022 | Lượt xem: 358 | Lượt tải: 0

  • Trắc nghiệm WebTrắc nghiệm Web

    Câu 6: Trạng thái nào của HTTP Response thể hiện có lỗi từ phía Client? A. 2xx B. 3xx C. 4xx D. 5xx Đáp án: C Câu 7: Đâu không phải nút con của nút window trong cây Document? A. plugins B. event C. frames D. navigator Đáp án: A Câu 8: Mã HTML nào duới đây thực hiện căn lề trái cho nội dung 1 ô trong bảng? A. B.

    docx59 trang | Chia sẻ: hachi492 | Ngày: 06/01/2022 | Lượt xem: 485 | Lượt tải: 0

  • Lab 7: XML and XHTMLLab 7: XML and XHTML

    7.6.4 The Shape of Things to Come SimpleXML handles element attributes as transparently as it does elements and their content. Attribute-value pairs are represented as members of a PHP associative array, and can be accessed like regular array elements. To see how this works, take a look at this script: Unlike previous examples, which used an ext...

    doc9 trang | Chia sẻ: hachi492 | Ngày: 06/01/2022 | Lượt xem: 396 | Lượt tải: 0

  • Lab 6, Phần 2: Styling with CSSLab 6, Phần 2: Styling with CSS

    Let’s explain in detail the code for this layout. As in the previous example, we make our “leftcol” DIV float to left and its width is set to 20%. Our “content” DIV is floated to left and its width is set to 59%, while our recently added “rightcol” DIV is floated to the right, and its width is set to 20% too. Header and Footer DIVS are kept to the ...

    doc21 trang | Chia sẻ: hachi492 | Ngày: 06/01/2022 | Lượt xem: 393 | Lượt tải: 0

  • Lab 6, Phần 1: Styling with CSSLab 6, Phần 1: Styling with CSS

    The 23rd Psalm (King James Version)

    The LORD is my shepherd; I shall not want.

    He made me to lie down in green pastures: he led me beside the still waters. He restoreth my soul: he leadeth me in the paths of righteousness for his name's sake. Yea, though I walk through the valley of the shadow of death, ...

    doc7 trang | Chia sẻ: hachi492 | Ngày: 06/01/2022 | Lượt xem: 384 | Lượt tải: 0

  • Lab 5: MySQL and PHPLab 5: MySQL and PHP

    5.1 Business Registration page Design the following page for Business Registration to add a business. Users can choose multiple categories for the business in the list in the left of the page. 5.2 Business Listing page Design the following page for Business Listing to display a list of businesses for a specific category. Users can click to the l...

    doc16 trang | Chia sẻ: hachi492 | Ngày: 06/01/2022 | Lượt xem: 540 | Lượt tải: 0

  • Lab 10: MVC Architecture and PHP FrameworkLab 10: MVC Architecture and PHP Framework

    Where do we go from here? I hope this tutorial is not too complicated. I have tried to break it down as much as possible. A couple of functions that we need to implement include -> redirectAction which will be similar to performAction, but instead redirect. performAction can only return results. redirectAction will perform only the redirected acti...

    doc21 trang | Chia sẻ: hachi492 | Ngày: 06/01/2022 | Lượt xem: 611 | Lượt tải: 0