|
|
|
||
Seminar following the subject Internet. Advanced methods and technologies used in web sites
creation, mostly (but not exclusively) on its client part.
Last update: T_KSI (11.05.2006)
|
|
||
Jiří Kosek: HTML - tvorba dokonalých WWW stránek Petr Staníček: CSS Kaskádové styly kompletní průvodce (X)HTML specifikace: http://www.w3.org/MarkUp/ CSS specifikace: http://www.w3.org/Style/CSS/ DOM specifikace: http://www.w3.org/DOM/DOMTR ECMAScript specifikace: http://www.ecma-international.org/publications/standards/Ecma-262.htm Netscape Devedge JavaScript Central: http://devedge-temp.mozilla.org/central/javascript/index_en.html Tutoriály, specifikace s příklady: http://www.zvon.org/ Návody v češtině: http://www.jakpsatweb.cz/ Last update: T_KSI (11.05.2006)
|
|
||
Seminar covers the following topics, which can be slightly modified. HTML - overview of rarely used elements and attributes. XHTML - differences from HTML, differences between Strict/Transitional/Frameset versions. Separation of the data and their presentation. Doctype switching. Web browsers - review of current browsers and their rendering cores. MSIE, Firefox family, Opera, Konqueror, Safary, lynx, links family. HTTP - communication, cookies, caching. CSS - overview of current versions, small glance at the future. ECMAScript - standardized version of JavaScript, overview of syntax and core objects. DOM - document tree manipulation. Also modules DOM HTML, Events and Styles. Nonstandardized objects provided by browsers - especially window object. AJAX - JavaScript object XMLHttpRequest and its usage. General principles of making of a "good web" - portability, usability and other useful tips. Additional possible topics: E4X, JSON, GreaseMonkey (user scripts), rich text editing in browsers, canvas, future of the forms, Flash, working with WYSIWYG editors., ... Last update: T_KSI (11.05.2006)
|