Details

HTML5, JavaScript, and jQuery 24-Hour Trainer


HTML5, JavaScript, and jQuery 24-Hour Trainer


1. Aufl.

von: Dane Cameron

28,99 €

Verlag: Wiley
Format: EPUB
Veröffentl.: 11.02.2015
ISBN/EAN: 9781119001171
Sprache: englisch
Anzahl Seiten: 408

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

<b>Master web app development with hands-on practice and video demonstration</b> <p><i>HTML5, JavaScript, and jQuery 24-Hour Trainer</i> shows you how to build real-world HTML5 apps — both web-based and mobile — in combination with JavaScript, jQuery, and CSS/CSS3. You'll learn progressively more advanced skills as you work through the series of hands-on video lessons. Exercises and screencasts walk you step-by-step through the process of building web applications, and give you the opportunity to experiment and extend the examples to create your own working web app. You'll gain a solid understanding of the fundamental technologies, and develop a skillset that fully exploits the functionality of web development tools.</p> <p>Although HTML5 is at the forefront of web development, it exists within an ecosystem that also includes CSS/CSS3, JavaScript, and JavaScript libraries like jQuery. Building robust, functional web applications requires a clear understanding of these technologies, and more importantly, the manner in which they fit together. This is your step-by-step guide to building web apps, with a hands-on approach that helps you learn by doing.</p> <ul> <li>Master the fundamentals of HTML and HTML5</li> <li>Explore multimedia capabilities and CSS3</li> <li>Integrate offline data storage, background processes, and other APIs</li> <li>Adapt web applications for mobile phones and tablets</li> </ul> <p>Whether you're looking for a quick refresher or a first-time lesson, <i>HTML5, JavaScript, and jQuery 24-Hour Trainer</i> will quickly get you up to speed.</p>
<p>INTRODUCTION xvii<br /><br /><b>PART I: HTML AND CSS</b><br /><br /><b>CHAPTER 1: INTRODUCTION TO HTML5 3</b></p> <p>What Is a Markup Language? 3</p> <p>The Simplest HTML Page Possible 4</p> <p>An HTML Template 6</p> <p>Understanding Elements and Attributes 8</p> <p>Try It 9</p> <p><b>CHAPTER 2: BASIC HTML 11</b></p> <p>Structuring Text 11</p> <p>Links and Images 14</p> <p>Try It 16</p> <p><b>CHAPTER 3: LISTS AND TABLES 19</b></p> <p>Lists 19</p> <p>Tables 21</p> <p>Try It 24</p> <p><b>CHAPTER 4: INTRODUCTION TO CSS 27</b></p> <p>CSS Selectors 28</p> <p>CSS Files and Inline Styles 32</p> <p>Specificity 32</p> <p>Inheritance 33</p> <p>Browser Defaults 34</p> <p>Chrome Scratch Pad 34</p> <p>Try It 36</p> <p><b>CHAPTER 5: STRUCTURING PAGES WITH CSS 39</b></p> <p>The Box Model 39</p> <p>Display Type 41</p> <p>Positioning Elements 42</p> <p>Controlling Positions 46</p> <p>Try It 48</p> <p><b>CHAPTER 6: HTML FORMS 51</b></p> <p>What Is a Form? 51</p> <p>Adding Fields to a Form 53</p> <p>HTML5 Input Fields 56</p> <p>Try It 59</p> <p><b>CHAPTER 7: SEMANTIC TAGS 61</b></p> <p>Grouping and Segmenting Content 62</p> <p>Styling Semantic Tags with CSS 64</p> <p>Microformats 65</p> <p>Summing Up 66</p> <p>Try It 66</p> <p><b>CHAPTER 8: HTML5 VALIDATION 69</b></p> <p>Adding Validation Rules 69</p> <p>Customizing Validation 72</p> <p>Disabling Validation 74</p> <p>Try It 74</p> <p><b>CHAPTER 9: DRAG AND DROP 77</b></p> <p>Understanding Events 78</p> <p>Drag and Drop Example 78</p> <p>Try It 82</p> <p><b>CHAPTER 10: DYNAMIC ELEMENTS 85</b></p> <p>Summary and Details Tags 85</p> <p>Progress Bar and Meter 86</p> <p>Range Element 88</p> <p>Polyfills 88</p> <p>Try It 90</p> <p><b>CHAPTER 11: JAVASCRIPT 95</b></p> <p>JavaScript Console 95</p> <p>Data Types 96</p> <p>Control Structures 101</p> <p>Truthy and Falsy Values 103</p> <p>Dynamic Typing 104</p> <p>Try It 105</p> <p><b>CHAPTER 12: DEBUGGING 107</b></p> <p>Try It 108</p> <p>CHAPTER 13: FUNCTIONS 115</p> <p>Closures 118</p> <p>Hoisting and Block Scope 120</p> <p>Arguments 121</p> <p>Bind 122</p> <p>Try It 122</p> <p><b>CHAPTER 14: OBJECTS 125</b></p> <p>Object Literals 125</p> <p>Prototypes 127</p> <p>Constructor Functions 130</p> <p>Modules 131</p> <p>Try It 133</p> <p><b>CHAPTER 15: JSON 135</b></p> <p>Replacing and Reviving 138</p> <p>Try It 140</p> <p><b>CHAPTER 16: DOCUMENT OBJECT MODEL 141</b></p> <p>Nodes and Objects 141</p> <p>Try It 147</p> <p><b>CHAPTER 17: JQUERY SELECTION 151</b></p> <p>Loading jQuery 151</p> <p>Selecting Elements 153</p> <p>Pseudo-selectors 154</p> <p>Selection Within a Context 155</p> <p>Wrapped Objects 156</p> <p>Try It 157</p> <p><b>CHAPTER 18: JQUERY TRAVERSAL AND MANIPULATION 159</b></p> <p>Traversal 159</p> <p>Chaining 160</p> <p>Manipulation 161</p> <p>Changing Elements 163</p> <p>Iteration 164</p> <p>Try It 165</p> <p><b>CHAPTER 19: JQUERY EVENTS 167</b></p> <p>Registering Event Listeners 167</p> <p>Delegated Event Listeners 170</p> <p>Form Events 172</p> <p>Screen Events 173</p> <p>Animation 174</p> <p>Try It 174</p> <p><b>CHAPTER 20: DATA ATTRIBUTES AND TEMPLATES 177</b></p> <p>Template Tag 177</p> <p>Data Attributes 178</p> <p>Using the Template 180</p> <p>Try It 182</p> <p><b>CHAPTER 21: JQUERY PLUGINS 185</b></p> <p>jQuery UI 185</p> <p>Writing a Plugin 188</p> <p>Try It 191</p> <p><b>CHAPTER 22: HTML5 AUDIO 195</b></p> <p>File Formats 195</p> <p>Audio Tag 198</p> <p>Controlling Playback 199</p> <p>Try It 201</p> <p><b>CHAPTER 23: HTML5 VIDEO 203</b></p> <p>File Formats 203</p> <p>Controlling Volume 205</p> <p>Controlling Playback Speed 207</p> <p>Controlling Video Size 207</p> <p>Media Source Extensions 209</p> <p>Encrypted Media Extensions 209</p> <p>Web Cryptography 210</p> <p>Try It 210</p> <p><b>CHAPTER 24: CANVAS: PART I 213</b></p> <p>Simple Drawing 214</p> <p>Drawing Lines 216</p> <p>Circles and Curves 216</p> <p>Drawing Text 218</p> <p>Try It 219</p> <p><b>CHAPTER 25: CANVAS: PART II 221</b></p> <p>Linear Gradients 221</p> <p>Shadows 222</p> <p>Images 223</p> <p>Transforming Shapes 224</p> <p>Basic Animation 227</p> <p>Try It 228</p> <p><b>CHAPTER 26: CSS3: PART I 231</b></p> <p>Selectors 231</p> <p>CSS Borders 233</p> <p>Custom Fonts 237</p> <p>Try It 239</p> <p><b>CHAPTER 27: CSS3: PART II 241</b></p> <p>Linear Gradients 241</p> <p>Calc Function 243</p> <p>Text Effects 243</p> <p>2D Transformations 245</p> <p>Transitions 248</p> <p>Try It 250</p> <p><b>CHAPTER 28: CSS3 MEDIA QUERIES 253</b></p> <p>Adding Media Queries 254</p> <p>External Stylesheets 256</p> <p>Try It 257</p> <p><b>CHAPTER 29: WEB SERVERS 261</b></p> <p>URLs 262</p> <p>Choosing a Web Server 262</p> <p>Try It 263</p> <p><b>CHAPTER 30: WEB STORAGE 267</b></p> <p>Client-Side Storage 268</p> <p>Web Storage API 269</p> <p>Storing Structured Data 271</p> <p>Try It 273</p> <p><b>CHAPTER 31: INDEXEDDB 275</b></p> <p>Creating a Database 276</p> <p>Storing Data 278</p> <p>Reading Data 279</p> <p>Deleting Data 281</p> <p>Try It 281</p> <p><b>CHAPTER 32: APPLICATION CACHE 285</b></p> <p>Manifest Files 285</p> <p>Updating Resources 288</p> <p>Cache Events 289</p> <p>Try It 290</p> <p><b>CHAPTER 33: WEB WORKERS 293</b></p> <p>JavaScript Event Model 294</p> <p>Web Workers 296</p> <p>Try It 300</p> <p><b>CHAPTER 34: FILES 303</b></p> <p>FileReader API 304</p> <p>Other File-Related APIs 307</p> <p>Try It 308</p> <p><b>CHAPTER 35: AJAX 311</b></p> <p>AJAX Requests 312</p> <p>Try It 316</p> <p><b>CHAPTER 36: PROMISES 319</b></p> <p>Working with Promises 320</p> <p>Creating Promises 322</p> <p>Try It 325</p> <p><b>CHAPTER 37: RESPONSIVE WEB DESIGN 329</b></p> <p>Testing Screen Resolution 330</p> <p>Flexible Grids 331</p> <p>Media Queries 336</p> <p>Try It 340</p> <p><b>CHAPTER 38: LOCATION API 343</b></p> <p>Monitor Movement 345</p> <p>Loading the Application 349</p> <p>Try It 353</p> <p><b>CHAPTER 39: JQUERY MOBILE: PART I 355</b></p> <p>Understanding jQuery Mobile 356</p> <p>JQUERY Mobile Pages 358</p> <p>Form-Based Pages 362</p> <p>JavaScript 365</p> <p>Try It 366</p> <p><b>CHAPTER 40: JQUERY MOBILE: PART II 369</b></p> <p>UI Components 369</p> <p>Events 373</p> <p>Try It 376</p> <p>INDEX 379</p>
<p><b>Dane Cameron</b> is a professional software engineer and a senior solutions architect for an IT consultancy in Wellington, New Zealand. An expert on HTML5 technologies, Dane played a hands-on role in the development of several large-scale, innovative web applications. He is the author of the Amazon bestselling guide <i>A Software Engineer Learns HTML5, JavaScript and jQuery.</i> <p><b>Wrox guides</b> are crafted to make learning programming languages and technologies easier than you think. Written by programmers for programmers, they provide a structured, tutorial format that will guide you through all the techniques involved.
<p><b>Hands-on HTML5 app development for web and mobile</b> <p>HTML5, the dominant web development technology, shares an ecosystem with CSS/CSS3, JavaScript, and JavaScript libraries like jQuery. To build robust, functional web applications, you need to understand these technologies and how they fit together. This book is your step-by-step, hands-on guide to building web apps. <p>Each section features a set of lessons that introduce key concepts and walk you through the application of a specific technology. Screencasts show you how to develop progressively more complex applications. You'll gain a solid understanding of the fundamental technologies and develop a skillset that fully exploits the functionality of web development tools. <p><i>HTML5, JavaScript, and jQuery 24-Hour Trainer</i> <ul> <li>Provides a thorough understanding of HTML, HTML5, JavaScript, and jQuery fundamentals</li> <li>Shows how to incorporate multimedia capabilities and CSS3</li> <li>Explains how the technologies work together to create functional, versatile web applications</li> <li>Demonstrates how to integrate offline data storage, background processes, and other APIs</li> <li>Teaches you to adapt web applications for smartphones and tablets</li> <li>Reinforces concepts and processes with video instruction</li> </ul> <p><b>More than 6 hours of video training</b> <p>Each lesson in this book is accompanied by an online instructional demonstration video to reinforce what you learn. Regardless of your learning style, you can now quickly master the basics and expand your skill set with this step-by-step multi-platform learning experience.

Diese Produkte könnten Sie auch interessieren:

Facebook Marketing
Facebook Marketing
von: Chris Treadaway, Mari Smith
PDF ebook
23,99 €
Ajax For Dummies
Ajax For Dummies
von: Steve Holzner
PDF ebook
22,99 €
The Web's Awake
The Web's Awake
von: Philip D. Tetlow
PDF ebook
69,99 €