1_Lecture 1.docx
Document Details

Uploaded by HilariousTriumph
Full Transcript
WEB Applications for Health Informatics HINF432 Sections 91 Lecture Notes Prepared by: Akram Gasmelseed, Ph.D., CEng, mIEEE Professor of Biomedical Engineering 1 Semester 1445 Instructor Name : Akram Gasmelseed, PhD, CEng, mIEEE Affiliation : Associate Professor, Department of Health Informatics, C...
WEB Applications for Health Informatics HINF432 Sections 91 Lecture Notes Prepared by: Akram Gasmelseed, Ph.D., CEng, mIEEE Professor of Biomedical Engineering 1 Semester 1445 Instructor Name : Akram Gasmelseed, PhD, CEng, mIEEE Affiliation : Associate Professor, Department of Health Informatics, College of Public Health & Health Informatics, Qassim University Website : http://www.faculty.qu.edu.sa/76555/ http://akram.fke.utm.my E-mail : [email protected] ; [email protected] Breakdown of Assessments and the Grading Weights Assessment type Percentage Time Attendance* - Starting from semester Mid term 30% Week 8 Assignments 10% Starting from Week 2 Presentations 10% Starting from Week 2 Quizzes 10% Starting from Week 2 Final Exam 40 % Week 17 Total 100% *Attendance Every registered student is expected to attend all lectures, tutorials, laboratory classes etc. In the case of absence through illness, a student must, if possible, give notice of each absence in writing to the Students Affairs. References HTML, CSS & JavaScript® Mobile Development For Dummies: John Wiley & Sons, Inc, (2011) App Inventor for Android: Build Your Own Apps: David Wolber, Hal Abelson, Ellen Spertus, Liz Looney, O'Reilly Media; 2nd Edition (2014) CherryPy Essentials: Rapid Python Web Application Development: Sylvain Hellegouarch, Packt Publishing (2007) Syllabus HTML5; CSS; Javascript; Lab PC/Laptop; Notepad (Notepad++ ); Others HTML & CSS @ Codecademy http://www.codecademy.com/tracks/web W3School HTML Tutorial http://www.w3schools.com/html / Learn to Code HTML & CSS http://learn.shayhowe.com/html-css/ CSS Tricks http://css-tricks.com What is the Web? Wikipedia said on 2009-04-09 "The World Wide Web (commonly abbreviated as "the Web") is a very large set of interlinked hypertext documents accessed via the Internet.“ Therefore the web (I neglect the W) brings together two things hypertext the Internet Both hypertext and the Internet are older than the web, but the web brings them together. hypertext Is text that contains links to other texts. Printed scientific papers, that contain links to other papers, are an ancestor of hypertext. But hypertext really comes to work when we are looking at electronic texts. The term was coined by Ted Nelson in 1965. Web pages are a type of hypertext written in HTML. HTML HTML is the hypertext markup language. Markup? Markup is a way to add notes to a text that are set aside from the contents of the text. Example |paragraph_start| This is a paragraph. |paragraph_end| Markup can be used to set out the structure of a textual document. Domain Name System Domain Name System allows us to associate human-friendly names with IP addresses. These names are called domains names. Domain names can be leased from domain name registrars. A machine with a domain name on the Internet is called a host. When we know the domain name of the host, we can communicate with the host.