وضعیت موجودی موجود
Product details
- ASIN : B00GAMTRI8
- Publisher : Cisdal Publishing; 2nd edition (October 30, 2013)
- Publication date : October 30, 2013
- Language : English
- File size : 3463 KB
- Text-to-Speech : Enabled
- Screen Reader : Supported
- Enhanced typesetting : Enabled
- X-Ray : Enabled
- Word Wise : Not Enabled
-
Print length : 257 pages
خرید اینترنتی کتاب A Software Engineer Learns HTML5, JavaScript and jQuery: A guide to standards-based web applications اثر Dane Cameron
New revision is now available. Fully revised and re-edited.
HTML5 web applications are now capable of matching or exceeding the scale and sophistication of desktop applications, but with the unique advantage of running natively inside the web browsers on billions of desktop computers, phones, TVs and tablets.
This revolution (or more correctly - evolution) has happened for a number of reasons:
- Browsers have introduced new standards-based APIs allowing web applications to (amongst other things) store data offline, retrieve data from the server dynamically, spawn background processes and interact with the filesystem.
- Software engineers and programmers have begun to think of the much maligned JavaScript language in a new light, and unlock its potential as a rich and expressive language capable of producing large scale, well-structured applications.
- The jQuery library has eased the pain of interacting with Document Object Model, and therefore writing applications that dynamically respond to user interaction.
- The HTML markup language has been overhauled and extended to provide more semantic meaning, and many additional elements and attributes.
A Software Engineer Learns HTML5, JavaScript and jQuery guides you through the process I went through as an experienced software engineer, writing a large-scale, standards based web-application for the first time. It is intended to teach you the fundamentals of HTML5, JavaScript and jQuery - without presenting you with long lists of APIs, or intricate details of every feature (these can be found in reference manuals).
This book is not a simple introduction to the subject matter: it guides you through the process of building a feature-rich web application. The application begins simple, and becomes gradually more complex as additional APIs and features are introduced. This book includes the following content:
- An introduction to the HTML5 markup language, and how it differs from HTML4 and XHTML.
- An introduction to JavaScript, including an in-depth look at its use of objects and functions, along with the design patterns that support the development of robust web applications.
- An introduction to jQuery selection, traversal, manipulation and events.
- An in-depth look at the Web storage and IndexedDB APIs for client side data storage.
- A guide to implementing offline web applications with the Application Cache API.
- An introduction to the ways JavaScript can interact with the users file-system using the FileReader API.
- A guide to the use of Web Workers in web applications.
- An introduction to AJAX, and the jQuery API supporting AJAX.
- An introduction to Server Sent Events and Web Sockets.
This book is intended for anyone with at least a superficial knowledge of HTML and programming (in any language)
خرید اینترنتی کتاب A Software Engineer Learns HTML5, JavaScript and jQuery: A guide to standards-based web applications اثر Dane Cameron
کد محصول | ADPK2335635 |
منابع کتاب خرید اینترنتی کتاب A Software Engineer Learns HTML5, JavaScript and jQuery: A guide to standards-based web applications اثر Dane Cameron
نسخه جدید اکنون در دسترس است. به طور کامل اصلاح و ویرایش شد.
برنامههای وب HTML5 اکنون میتوانند با مقیاس و پیچیدگی برنامههای دسکتاپ مطابقت یا فراتر بروند، اما با مزیت منحصربهفرد اجرای بومی درون مرورگرهای وب روی میلیاردها رایانه رومیزی، تلفن، تلویزیون و تبلت.
این انقلاب (یا به عبارت صحیح تر - تکامل) به دلایل مختلفی اتفاق افتاده است:
- مرورگرها APIهای مبتنی بر استانداردهای جدیدی را معرفی کردهاند که به برنامههای کاربردی وب اجازه میدهند (از جمله موارد دیگر) دادهها را به صورت آفلاین ذخیره کنند، دادهها را از سرور به صورت پویا بازیابی کنند، فرآیندهای پسزمینه را ایجاد کنند و با سیستم فایل تعامل داشته باشند.
- مهندسان نرمافزار و برنامهنویسان شروع به فکر کردن به زبان جاوا اسکریپت بسیار بدخلق کردهاند و پتانسیل آن را بهعنوان زبانی غنی و گویا که قادر به تولید برنامههای کاربردی با ساختار در مقیاس بزرگ است، باز میکنند.
- کتابخانه jQuery درد تعامل با Document Object Model و در نتیجه نوشتن برنامه هایی را که به صورت پویا به تعامل کاربر پاسخ می دهند، کاهش داده است.
- زبان نشانه گذاری HTML برای ارائه معنای معنایی بیشتر و بسیاری از عناصر و ویژگی های اضافی بازنگری و توسعه یافته است.
یک مهندس نرم افزار HTML5، جاوا اسکریپت و جی کوئری را یاد می گیرد شما را از طریق فرآیندی که من به عنوان یک مهندس نرم افزار با تجربه طی کردم و برای اولین بار یک برنامه وب مبتنی بر استاندارد در مقیاس بزرگ نوشتم، راهنمایی می کند. در نظر گرفته شده است که اصول HTML5، جاوا اسکریپت و جی کوئری را به شما آموزش دهد - بدون ارائه لیست طولانی APIها، یا جزئیات پیچیده هر ویژگی (اینها را می توان در کتابچه راهنمای مرجع یافت).
این کتاب یک مقدمه ساده برای موضوع نیست: شما را در فرآیند ساخت یک برنامه وب با ویژگی های غنی راهنمایی می کند. برنامه ساده شروع می شود و با معرفی API ها و ویژگی های اضافی، به تدریج پیچیده تر می شود. این کتاب شامل مطالب زیر است:
- مقدمه ای بر زبان نشانه گذاری HTML5 و تفاوت آن با HTML4 و XHTML.
- مقدمه ای بر جاوا اسکریپت، شامل نگاهی عمیق به استفاده آن از اشیا و توابع، همراه با الگوهای طراحی که از توسعه برنامه های کاربردی وب قوی پشتیبانی می کنند.
- مقدمه ای بر انتخاب، پیمایش، دستکاری و رویدادهای جی کوئری.
- نگاهی عمیق به ذخیرهسازی وب و APIهای IndexedDB برای ذخیرهسازی دادههای سمت مشتری.
- راهنمای پیاده سازی برنامه های وب آفلاین با API Cache Application.
- مقدمه ای بر روش هایی که جاوا اسکریپت می تواند با سیستم فایل کاربران با استفاده از FileReader API تعامل داشته باشد.
- راهنمای استفاده از Web Workers در برنامه های کاربردی وب.
- مقدمه ای بر AJAX و jQuery API که از AJAX پشتیبانی می کند.
- مقدمه ای بر رویدادهای ارسال شده توسط سرور و سوکت های وب.
این کتاب برای هر کسی که حداقل دانش سطحی از HTML و برنامه نویسی (به هر زبانی) داشته باشد در نظر گرفته شده است.
ارسال نظر درباره خرید اینترنتی کتاب A Software Engineer Learns HTML5, JavaScript and jQuery: A guide to standards-based web applications اثر Dane Cameron