web4dummy.um-gallery.com
1.4 Data Type and Web Page
http://web4dummy.um-gallery.com/s01.4datatype-webpage.html
14 Data Type and Web Page. Session 1 WWW Elementary. 13 Protocol and Internet. 14 Data Type and Web Page. 141 Data Type Supported by Internet. Internet is by virtue a packet switch transmission network system. Some older format data types are not supported by internet, e.g. the native format of Adobe Illustrator .ai format v.7 or earlier cannot be transmitted via internet. Now almost all data formats compile with the internet transmission standard. 142 Data Type for World Wide Web. 1421 Html and Xtml-.
web4dummy.um-gallery.com
Session 2.1 Html Tag and Function
http://web4dummy.um-gallery.com/s02.1html-tag.html
Session 2.1 Html Tag and Function. Session 2 Html Authoring Basic. 21 Html Tag and Function. 22 Html and Xtml Syntax. 23 Cascading Style Sheet. 24 WYSIWYG Html Editor. 21 Html tag and function. DTD: indicates in which HTML 4.01 / XHTML 1.0 DTD the tag is allowed. S=Strict, T=Transitional, and F=Frameset. Defines the document type. Defines an HTML document. Defines the document's body. Inserts a single line break. Defines a horizontal line. Defines contact information for the author/owner of a document.
web4dummy.um-gallery.net
Session 2.3 Cascading Style Sheet
http://web4dummy.um-gallery.net/s02.3css-style-sheet.html
Session 2.3 Cascading Style Sheet. Session 2 Html Authoring Basic. 21 Html Tag and Function. 22 Html and Xtml Syntax. 23 Cascading Style Sheet. 24 WYSIWYG Html Editor. Cascading Style Sheets (CSS). 232 CSS General Particulars. World Wide Web Consortium. 17 December 1996 ; 14 years ago. Level 2 Revision 1 (Recommendation). CSS version 2.0, by Boris Cherny. */. Many thanks to Andreas, NickyD, ditchCrawler, TomW, whowrotewhat, hash bar, and Sanden Cottongame */. Border-bottom: 1px dashed #999999;. Backgroun...
web4dummy.um-gallery.com
1.3 Protocol and Internet
http://web4dummy.um-gallery.com/s01.3protocol.html
13 Protocol and Internet. Session 1 WWW Elementary. 13 Protocol and Internet. 14 Data Type and Web Page. 131 Definition of Network Protocol. A communications protocol is a system of digital message formats and rules for exchanging those messages in or between computing systems and in telecommunications. 132 Function of Protocol. Error detection and correction. 134 Internet Protocol in OSI Model:. The internet utilize only 4 layers in the OSI model, namely the Link Layer, the Internet Layer, the Transport...
web4dummy.um-gallery.net
3.2 Animation & Flash
http://web4dummy.um-gallery.net/s03.2animation-flash.html
32 Animation and Flash. Session 3 Html Authoring Intermediary. 32 Animation and Flash. 33 Multimedia Enriched Html. 34 Legal Framework of WWW. 35 Putting Everything Together. Illustration of GIF animation:. The bouncing ball animation (below) consists of these six frames. This animation moves at 10 frames per second. Illustration of flsh animation. Source of demo animation flash: provide by Macromedia for licensed user of Flash) :. 321 Implementation with Html. Width: 260px; height: 236px;". Pluginspage=...
web4dummy.um-gallery.net
Session 1 WWW Elementary
http://web4dummy.um-gallery.net/s01www-elementary.html
Session 1 WWW Elementary. Session 1 WWW Elementary. 13 Protocol and Internet. 14 Data Type and Web Page. The World Wide Web (WWW or W3) - a system of interlinked hypertext documents accessed via the Internet. With a web browser, one can view web pages that may contain text, images, videos, and other multimedia and navigate between them via hyperlinks. At CERN in Geneva, Switzerland, Berners-Lee and Belgian computer scientist Robert Cailliau proposed in 1990 to use hypertext. 103 History of Development:.
web4dummy.um-gallery.com
3.3 Multimedia Enriched Html
http://web4dummy.um-gallery.com/s03.3multimedia.html
33 Multimedia Enriched Html. Session 3 Html Authoring Intermediary. 32 Animation and Flash. 33 Multimedia Enriched Html. 34 Legal Framework of WWW. 35 Putting Everything Together. Examples of individual content forms combined in multimedia(Source: wikipedia). 332 Digital Container Format of Multimedia:. 1 Containers are exclusive to audio:. AIFF (IFF file format, widely used on Mac OS platform). RIFF file format, widely used on Windows platform). XMF (Extensible Music Format). Flash Video (FLV, F4V).
web4dummy.um-gallery.net
Session 2.2 Html and Xtml Syntax
http://web4dummy.um-gallery.net/s02.2html-syntax.html
Session 2.2 Html and Xtml Syntax. Session 2 Html Authoring Basic. 21 Html Tag and Function. 22 Html and Xtml Syntax. 23 Cascading Style Sheet. 24 WYSIWYG Html Editor. Html xmlns="http:/ www.w3.org/1999/xhtml". Content="text/html; charset=iso-8859-1" /. Title a bit modern /title. I linked to the stylesheet using two methods, the @import method as well as the link rel method, to ensure maximum accessibility -. Import url(styles.css);. Link rel="stylesheet" type="text/css" href="styles.css" media="all" /.
web4dummy.um-gallery.com
Session 2 Html Authoring Basic
http://web4dummy.um-gallery.com/s02html-authoring-basic.html
Session 2 Html Authoring Basic. Session 2 Html Authoring Basic. 21 Html Tag and Function. 22 Html and Xtml Syntax. 23 Cascading Style Sheet. 24 WYSIWYG Html Editor. In this workshop, we focus only on the use of WYSIWYG (what you see is what you get) html editor for its user-friendly interface and strong preview function. Original design by Boris Cherny. C) 2011 UM-gallery.net. Modified version by Petros Dolaschjan.