Difference between revisions of "Week Fourteen (MGDP2050)"
Karl Jones (Talk | contribs) (→Word processors) |
Karl Jones (Talk | contribs) (→No new exercises) |
||
Line 42: | Line 42: | ||
See [[:Category:Text editors]]. | See [[:Category:Text editors]]. | ||
− | == | + | == For next week == |
− | No new exercises, | + | No new exercises. |
+ | |||
+ | Work on project, exercises. | ||
+ | |||
+ | === Final class session === | ||
+ | |||
+ | Next week is the final class session. | ||
+ | |||
+ | It will be a short class session featuring guest lecturers. | ||
+ | |||
+ | Optional: students are free to make a presentation to the class -- non-credit, for the experience as a public speaker. | ||
[[Category:MGDP2050 weekly pages]] | [[Category:MGDP2050 weekly pages]] |
Revision as of 10:20, 9 May 2016
Lecture notes and exercises for Week Fourteen of Web Design and Development II (MGDP2050).
See also Week Thirteen (MGDP2050) - Week Fifteen (MGDP2050).
Contents
CSS box model
See Box model (CSS).
CSS centering
See Centering (CSS).
Text editors
A text editor is a tool for editing text files.
Source code editors
A source code editor is a text editor which has features such as syntax highlighting, which are useful for editing source code.
HTML editors
An HTML editor is a source code editor which has features such as WYSIWYG, which are useful for editing HTML.
Adobe Dreamweaver is an HTML editor.
Word processors
Avoid using word processors such as Microsoft Word as HTML editors.
Word processors typically add non-text formatting. HTML must be text-only.
Popular text editors
Category: Text editors
For next week
No new exercises.
Work on project, exercises.
Final class session
Next week is the final class session.
It will be a short class session featuring guest lecturers.
Optional: students are free to make a presentation to the class -- non-credit, for the experience as a public speaker.