HTML5 Guidelines for Web Developers

دانلود کتاب HTML5 Guidelines for Web Developers

51000 تومان موجود

کتاب دستورالعمل های HTML5 برای توسعه دهندگان وب نسخه زبان اصلی

دانلود کتاب دستورالعمل های HTML5 برای توسعه دهندگان وب بعد از پرداخت مقدور خواهد بود
توضیحات کتاب در بخش جزئیات آمده است و می توانید موارد را مشاهده فرمایید


این کتاب نسخه اصلی می باشد و به زبان فارسی نیست.


امتیاز شما به این کتاب (حداقل 1 و حداکثر 5):

امتیاز کاربران به این کتاب:        تعداد رای دهنده ها: 11


توضیحاتی در مورد کتاب HTML5 Guidelines for Web Developers

نام کتاب : HTML5 Guidelines for Web Developers
عنوان ترجمه شده به فارسی : دستورالعمل های HTML5 برای توسعه دهندگان وب
سری :
نویسندگان : ,
ناشر : Addison-Wesley
سال نشر : 2011
تعداد صفحات : 0
ISBN (شابک) : 9780321772749
زبان کتاب : English
فرمت کتاب : pdf
حجم کتاب : 7 مگابایت



بعد از تکمیل فرایند پرداخت لینک دانلود کتاب ارائه خواهد شد. درصورت ثبت نام و ورود به حساب کاربری خود قادر خواهید بود لیست کتاب های خریداری شده را مشاهده فرمایید.

توضیحاتی در مورد کتاب :


در دستورالعمل‌های HTML5 برای توسعه‌دهندگان وب، دو توسعه‌دهنده وب پیشگام، راهنمای جامعی برای عناصر و تکنیک‌های قدرتمند جدید HTML5 از طریق مثال‌های فشرده، کاربردی و قابل فهم ارائه می‌کنند. شما متوجه خواهید شد که چقدر می توانید با HTML5 انجام دهید - از برنامه نویسی پخش صوتی/تصویری گرفته تا ادغام داده های جغرافیایی در صفحات و برنامه ها. این مرجع مختصر و دوستانه مملو از نکات، ترفندها و نمونه هایی برای استفاده حداکثری از HTML5 با جاوا اسکریپت و DOM است. نویسندگان نمونه‌های «HTML5 خالص» را ارائه می‌کنند که در حال حاضر توسط مرورگرها پشتیبانی می‌شوند، و بینش‌های واقعی را در مورد چالش‌های توسعه پیشرو HTML5 به اشتراک می‌گذارند.

فهرست مطالب :


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

توضیحاتی در مورد کتاب به زبان اصلی :


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.



پست ها تصادفی