Till KTH:s startsida Till KTH:s startsida

Ändringar mellan två versioner

Här visas ändringar i "Lecture Notes" mellan 2017-09-26 13:20 av Leif Lindbäck och 2017-10-05 10:14 av Leif Lindbäck.

Visa < föregående | nästa > ändring.

Text Book and Lecture Notes

Text Book This book is not compulsory reading, but can provide good help in the languages (HTML, CSS, JavaScript, PHP) included in the course. The book content is probably available in online guides and tutorials, but to find everything obviously requires some effort.

Nixon, Robin: Learning PHP, MySQL, JavaScript, CSS & HTML5, 4th ed. (O'Reilly 2014)ISBN: 978-1491918661

Lecture Notes Lecture 1, Introduction
* Course layout, course-plan.pdf.
*
This presentations repeats important concepts of the Internet, covered in the course IK1203 Networks and Communication, Internet-essentials.pdfCourse layout, course-plan.pdf.Architecture, tools, user interface design, intro.pdf¶
* Architecture, tools, user interface design, intro.pdf.
* This video, architecture.webm, introduces the MVC architecture used in the architecture section of the presentation above. If you wish, you can also read about MVC and layers in section 5.3 of A First Course in Object-Oriented Development (Links to an external site.)Links to an external site..
Lecture 2, HTML html.pdf

Here are the example programs from the lecture, id1354-html-lec.zip id1354-html-lec-questions.zip

Lecture 3, CSS css.pdf

Here are the example programs from the lecture,id1354-css-lec.zip id1354-css-lec-questions.zip

Lecture 4, The PHP Language php-language.pdf

Here are the example programs from the lecture, id1354-php-lang.zip id1354-php-lang-questions.zip

Lecture 5, PHP in a Web Server php-in-a-webapp.pdf

Here are the example programs from the lecture, id1354-php-webapp-lec.zip id1354-php-webapp-lec-questions.zip

Lecture 6, XML xml.pdf

Lecture 7, MVC And Frameworks in a PHP Web Application php-mvc-fw.pdf

Lecture 8, Database Access With PHP database-access.pdfExample program, id1354-php-db-version2.zip

Lecture 9, Security And Performance in a PHP Web Application non-func.pdf

Lecture 10 Finish the topics from lectures 7-9.

Lecture 11, The JavaScript Language js-language.pdf

Here are the example programs from the lecture, id1354-js-language.zip id1354-js-language-questions.zip

Lecture 12, JavaScript in a Web Browser js-usage.pdf

Here are the example programs from the lecture, id1354-js-useage-lec.zip id1354-js-usage-lec-questions.zip

Lecture 13 Finish the topic from lectures 11-12.

Lecture 14, JavaScript in a Web Server, node.js Guest lecture