دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: Klaus Forster. Bernd Oggl
سری:
ISBN (شابک) : 9780321772749
ناشر: Addison-Wesley
سال نشر: 2011
تعداد صفحات: 322
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 7 مگابایت
در صورت تبدیل فایل کتاب HTML5 Guidelines for Web Developers به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب راهنمای HTML5 برای توسعه دهندگان وب نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
در دستورالعملهای HTML5 برای توسعهدهندگان وب، دو توسعهدهنده وب پیشگام، راهنمای جامعی برای عناصر و تکنیکهای قدرتمند جدید HTML5 از طریق مثالهای فشرده، کاربردی و قابل فهم ارائه میکنند. شما متوجه خواهید شد که چقدر می توانید با HTML5 انجام دهید - از برنامه نویسی پخش صوتی/تصویری تا یکپارچه سازی داده های جغرافیایی در صفحات و برنامه ها. این مرجع مختصر و دوستانه مملو از نکات، ترفندها و نمونه هایی برای استفاده حداکثری از HTML5 با جاوا اسکریپت و DOM است. نویسندگان نمونههای «HTML5 خالص» را ارائه میکنند که در حال حاضر توسط مرورگرها پشتیبانی میشوند، و بینشهای واقعی را در مورد چالشهای توسعه پیشرو HTML5 به اشتراک میگذارند.
In HTML5 Guidelines for Web Developers, two pioneering web developers provide a comprehensive guide to HTML5's powerful new elements and techniques through compact, practical, easy-to-understand examples. You'll discover just how much you can do with HTML5 - from programming audio/video playback to integrating geographical data into pages and applications. This concise, friendly reference is packed with tips, tricks, and samples for making the most of HTML5 with JavaScript and the DOM. The authors present “pure HTML5” examples that are supported by browsers right now, and they share realistic insights into the challenges of leading-edge HTML5 development.
Content: Preface xi About the Authors xiii Chapter 1: Overview of the New Web Standard 1 1.1 How It All Started 1 1.2 Time Travel through Historic Events 7 1.3 In Medias Res 9 1.4 Can I Start Using HTML5 Now? 16 Summary 18 Chapter 2: Structure and Semantics for Documents 19 2.1 Header with \"header\" and \"hgroup\" 21 2.2 Content with \"article\" 22 2.3 Footer with \"footer\" and \"nav\" 24 2.4 Sidebar with \"aside\" and \"section\" 25 2.5 The Outline Algorithm 27 2.6 Figures with \"figure\" and \"figcaption\" 28 2.7 Text-Level Semantics-More New Tags 29 Summary 35 Chapter 3: Intelligent Forms 37 3.1 New Input Types 38 3.2 Useful Attributes for Forms 43 3.3 New Elements 47 3.4 Client-Side Form Validation 57 3.5 Example: A Support Form 64 Summary 68 Chapter 4: Video and Audio 69 4.1 A First Example 70 4.2 The \"video\" Element and Its Attributes 71 4.3 Video Codecs 73 4.4 Tools for Video Conversion 76 4.5 Which Format for Which Browser? 82 4.6 Interim Solutions for Older Browsers 83 4.7 Video and Scripting-A Simple Video Player 86 4.8 And What About Audio? 99 Summary 105 Chapter 5: Canvas 107 5.1 A First Example 108 5.2 Rectangles 111 5.3 Colors and Shadows 113 5.4 Gradients 114 5.5 Paths 117 5.6 Text 130 5.7 Embedding Images 135 5.8 Pixel Manipulation 141 5.9 Compositing 149 5.10 Patterns 152 5.11 Transformations 156 5.12 Base64 Encoding with \"canvas.toDataURL()\"163 5.13 \"save()\" and \"restore()\"165 5.14 Animations 166 5.15 Anything Still Missing? 173 Summary 177 Chapter 6: SVG and MathML 179 6.1 MathML 180 6.2 SVG 182 Summary 183 Chapter 7: Geolocation 185 7.1 Introduction to Geolocation 186 7.2 A First Experiment: Geolocation in the Browser 190 7.3 Technical Background of Determining Position 193 7.4 Display of Current Position on OpenStreetMap 194 7.5 Location Tracking with Google Maps 196 7.6 Example: Geonotes 197 7.7 Browser Support 202 Summary 203 Chapter 8: Web Storage and Offline Web Applications 205 8.1 Storage 206 8.2 Offline Web Applications 212 8.3 Browser Support 220 8.4 Example: Click to tick! 220 Summary 230 Chapter 9: WebSockets 231 9.1 The WebSocket Server 233 9.2 Example: A Broadcast Server 234 9.3 Example: Battleships 239 Summary 248 Chapter 10: Web Workers 249 10.1 Introduction to Web Workers 249 10.2 Search for Leap Years 251 10.3 Calculate Altitude Profiles with Canvas 253 Summary 259 Chapter 11: Microdata 261 11.1 The Syntax of Microdata 263 11.2 The Microdata DOM API 269 Summary 271 Chapter 12: Finishing Touches: Some Global Attributes 273 12.1 News for the \"class\" Attribute 274 12.2 Defining Custom Attributes with \"data-*\" 275 12.3 The \"hidden\" Attribute 276 12.4 The \"classList\" Interface 276 12.5 Drag and Drop with the \"draggable\" Attribute 278 12.5.1 Drag and Drop in Combination with the \"FileAPI\" 284 12.6 The Attributes \"contenteditable\" and \"spellcheck\" 288 Summary 290 Afterword 293 Index 295