Essential XHTML fast

Essential XHTML fast

Creating Dynamic Web Sites with XHTML and JavaScript

Aus der Reihe

Fr. 72.90

inkl. gesetzl. MwSt.

Essential XHTML fast

Ebenfalls verfügbar als:

Taschenbuch

Taschenbuch

ab Fr. 72.90
eBook

eBook

ab Fr. 62.90

Beschreibung

Details

Einband

Taschenbuch

Erscheinungsdatum

05.12.2002

Verlag

Springer London

Seitenzahl

246

Maße (L/B/H)

23.5/15.5/1.5 cm

Beschreibung

Details

Einband

Taschenbuch

Erscheinungsdatum

05.12.2002

Verlag

Springer London

Seitenzahl

246

Maße (L/B/H)

23.5/15.5/1.5 cm

Gewicht

400 g

Auflage

Softcover reprint of the original 1st ed. 2003

Sprache

Englisch

ISBN

978-1-85233-684-4

Weitere Bände von Essential Series

Unsere Kundinnen und Kunden meinen

0.0

0 Bewertungen

Informationen zu Bewertungen

Zur Abgabe einer Bewertung ist eine Anmeldung im Konto notwendig. Die Authentizität der Bewertungen wird von uns nicht überprüft. Wir behalten uns vor, Bewertungstexte, die unseren Richtlinien widersprechen, entsprechend zu kürzen oder zu löschen.

Verfassen Sie die erste Bewertung zu diesem Artikel

Helfen Sie anderen Kund*innen durch Ihre Meinung

Erste Bewertung verfassen

Unsere Kundinnen und Kunden meinen

0.0

0 Bewertungen filtern

  • Essential XHTML fast
  • 1. Why Do I Need XHTML?.- Why switch to XHTML?.- What do I need?.- Is this book for you?.- How to use this book.- Don’t type!.- 2. XML And XHTML.- HTML versions.- What is XML?.- What is XHTML?.- Tags, elements and attributes.- XML rules.- What is JavaScript?.- Getting started.- 3. Creating XHTML Documents.- Starting an XHTML document.- The XML statement.- The DOCTYPE statement.- The namespace declaration.- Combining namespaces.- The html element.- White space.- The head element.- The title element.- The meta element.- The base element.- The body element.- Validating the document.- The p element.- Other paragraph types.- 4. Formatting Documents.- Headings.- Line breaks.- Inserting lines.- Colours and Fonts.- Setting the background colour.- Setting the text colour.- Setting the font.- Lists.- Nesting lists.- Definition lists.- 5. Creating Links.- What is a URL?.- The protocol identifier.- The Web server.- The folder and filename.- The a element.- Absolute and relative URLs.- Absolute URLs.- Relative URLs.- Server relative URLs.- Links within a document.- Email links.- 6. Creating And Using Tables.- Creating tables.- Formatting tables.- Formatting cells.- The align and valign attributes.- The colspan and rowspan attributes.- Grouping table elements.- The colgroup element.- Style sheets.- 7. Working With Images.- Image Formats.- GIF files.- JPEG files.- PNG files.- Which format should I use?.- Minimizing file size.- Displaying images.- Linking from an image.- Image maps.- Defining Rectangles.- Defining Circles.- Defining Polygons.- Defining the default region.- Activating the map.- Client and Server side maps.- 8. Cascading Style Sheets.- Types of style sheets.- Embedding a style sheet.- Style sheet codes.- Linking to a style sheet.- Applying styles to more than one element.- In-line formatting.- Classes and IDs.- Creating and using IDs.- Creating and using classes.- Creating a style sheet.- Font properties.- Font characteristics.- Text properties.- The margin property.- Colour properties.- Box properties.- Changing anchor colours.- Positioning attributes.- Using layers.- Media types properties.- Changing the background.- Conflicting properties.- 9. Creating And Using Frames.- Types of frames.- Creating fixed frames.- Controlling frame size.- Creating more complex framesets.- Preventing frame resizing.- Formatting.- Scrollbars.- Frame borders.- Frame margins.- Navigation.- Special targets.- Browsers which do not support frames.- Legal problems.- In-line frames.- 10. CREATING FORMS.- Creating and using forms.- The form element.- What is sent to the server?.- Controls.- The input element.- Text field controls.- Password controls.- Checkbox controls.- Radio button controls.- File input controls.- Buttons.- The button element.- The textarea element.- List controls.- Grouping controls.- Disabling controls.- The PC buyer document.- Processing forms.- The form element.- The method attribute.- The action attribute.- Using email to process a form.- Setting the form element.- Creating the template document.- 11. Javascript and XHTML.- Java and JavaScript.- Using Java applets.- Using JavaScript.- The type attribute.- The src attribute.- The CDATA Section.- JavaScript data types.- Identifiers.- Numbers.- Integer literals.- Floating point literals.- Octal and hexadecimal literals.- Arithmetic operators.- Increment & decrement.- Shortcut operators.- Strings.- Escape sequences.- Working with strings.- Booleans.- Functions.- write and writeln.- Passing more than one value.- Scope of variables.- Declaring variables.- What’s next?.- 12. THe Javascript Language.- JavaScript errors.- Formatting JavaScript code.- Comments.- Case sensitivity.- Compound Statements.- The ifstatement.- The else clause.- The elseifclause.- The comparison operators.- The logical operators.- The && operator.- The ? operator.- The ! operator.- The switch construct.- Looping.- while loops.- do..while loops.- for loops.- for..in and with statements.- Labels.- The break statement.- The continue statement.- 13. Javascript Core Objects.- The navigator object.- Important JavaScript objects.- The Date object.- The Array object.- The for..in construct.- The with construct.- The String object.- The Math object.- 14. Handling Events.- The mouse events.- The keyboard events.- The document and window events.- The form events.- Verifying form data.- The focus events.- 15. Deprecated and Valid Elements.- Deprecated elements.- Current XHTML elements.- 16. INDEX.