Tổng hợp tài liệu, ebook Quản Trị Mạng tham khảo.
Use the HTML element to define a link Use the HTML href attribute to define the link address Use the HTML target attribute to define where to open the linked document Use the HTML element (inside ) to use an image as a link Internal links External links Directory Structure Internal document reference Some attributes of Oth...
47 trang | Chia sẻ: hoant3298 | Ngày: 24/11/2020 | Lượt xem: 609 | Lượt tải: 0
What is HTML? Basic Structure of HTML page Body tag attributes Text formatting tags Lists
44 trang | Chia sẻ: hoant3298 | Ngày: 24/11/2020 | Lượt xem: 676 | Lượt tải: 0
Software system architecture Specifics of web application architecture Layered web architecture 2-layered architecture 3-layered architecture N-layered architecture
36 trang | Chia sẻ: hoant3298 | Ngày: 24/11/2020 | Lượt xem: 609 | Lượt tải: 0
Content modeling class diagram state machine diagram Navigation modeling Presentation modeling Technologies for web development Protocol client-side technologies server-side technologies Testing web applications Objectives Levels Web application specifics challenges
58 trang | Chia sẻ: hoant3298 | Ngày: 24/11/2020 | Lượt xem: 558 | Lượt tải: 0
Introduction to RE RE basics Requirements specification RE process RE specifics in web engineering System modeling Modeling Requirement use-case diagram activity diagram
58 trang | Chia sẻ: hoant3298 | Ngày: 24/11/2020 | Lượt xem: 654 | Lượt tải: 0
Development Process model software development process activities conventional software development approaches Requirement for a web development process model Rational unified process model (RUP) suitability for web application development Project management Responsibilities/tasks of a Project manager Planning Risk management People mana...
62 trang | Chia sẻ: hoant3298 | Ngày: 24/11/2020 | Lượt xem: 569 | Lượt tải: 0
Web engineering extends Software Engineering to Web applications Why web engineering? Web applications Categories and characteristics of web applications
48 trang | Chia sẻ: hoant3298 | Ngày: 24/11/2020 | Lượt xem: 730 | Lượt tải: 0
File Upload userfile: tên của input trong form upload $_FILES['userfile']['name'] Tên file đã được upload. $_FILES['userfile']['type'] Kiểu của file được upload nếu trình duyệt có thông tin này. Ví dụ "image/gif“ $_FILES['userfile']['size'] Kích thước của file đã upload tính bằng byte. $_FILES['userfile']['tmp_name'] Vị ...
24 trang | Chia sẻ: hoant3298 | Ngày: 24/11/2020 | Lượt xem: 677 | Lượt tải: 0
HTTP status code 2xx: request thành công 3xx: chuyển hướng đến trang khác 4xx: có lỗi xảy ra trong request 5xx: server bị lỗi Một số status code thường gặp 200: OK, được gửi trong response thì request thành công 302: tạm chuyển đến trang khác 400: bab request; 401: unauthorized; 403: forbidden; 404: trang không tìm thấy ...
20 trang | Chia sẻ: hoant3298 | Ngày: 24/11/2020 | Lượt xem: 686 | Lượt tải: 0
Công nghệ dùng trên Client Lập trình phía client Applets / Java Plugin • Java Plug-ins / ActiveX Flash, Shockwave Code sẽ được thực hiện bên ngoài trình duyệt (a Virtual Machine) Script phía client JavaScript VBScript Code được thực hiện trên trình duyệt
19 trang | Chia sẻ: hoant3298 | Ngày: 24/11/2020 | Lượt xem: 799 | Lượt tải: 0