Home > Web Front-end > JS Tutorial > body text

4 must-read development books for web front-end

php中世界最好的语言
Release: 2018-04-17 15:18:27
Original
4541 people have browsed it

This time I bring you 4 must-read development books for the web front-end. What are the must-read development books for the web front-end? Here are practical cases, let’s take a look.

JavaScript There is a lot to learn. If you don’t have a foundation in other programming languages, it may take some effort to learn. It is recommended to learn some basic syntax and definitions through online tutorials first.

The most important thing is that you must read the book and then practice.

The following content is combined with my own learning route and experience, and then compiled and summarized information from various experts on the Internet. I hope it can help a steady stream of newcomers learn better.

Book 1:"The Definitive Guide to JavaScript (6th Edition)"

"The Definitive Guide to JavaScript (6th Edition)" The main content covers the JavaScript language itself and the JavaScript implemented by web browsers API. The 6th edition of this book covers HTML5 and ECMAScript 5. Many chapters have been completely rewritten to include content on today's best practices in web development. New chapters include jQuery, server-side JavaScript, graphics programming, and JavaScript-style Object-oriented. This book is not only suitable for beginners to learn systematically, but also for experienced JavaScript developers to read casually.

Book 2: The Art of JavaScript DOM Programming (2nd Edition) Suitable for web designers and developers to read.

"The Art of JavaScript DOM Programming: 2nd Edition"Tells about JavaScript, DOM and HTML5 Basic knowledge, focusing on the ideas and principles behind DOM programming technology: smooth degradation, progressive enhancement and user-centeredness, etc. These concepts are essential for any front-end web Development work is very important. This book weaves these concepts throughout all code examples in the book to present scripts for creating image library pages, scripts for creating animation effects, and scripts for enriching the presentation of page elements. Finally, an actual website was created based on the content described.

The 3rd Book: Web front-end development quality course: HTML and CSS basic tutorial

Combining a large amount of practical development experience, the front-end development knowledge is systematically organized, condensed to the essence, and pointed to the pain points of beginners in easy-to-understand language.

The book is divided into two parts: the first part is basic knowledge of HTML to help readers recognize and understand the structure of web pages; the second part is basic knowledge of CSS to help readers master the setting of the style and appearance of each element in a web page. In addition, while incorporating a large number of development skills, this book also focuses on cultivating programming thinking, allowing learners to establish clear learning ideas and draw inferences in actual combat.

Book 4: The Definitive Guide to CSS (3rd Edition)

"The Definitive Guide to CSS" (3rd Edition) by renowned CSS expert Eric A. Meyer's signature wisdom and unparalleled experience guide readers through every part of CSS, including properties, markup, features, and implementation. In addition, he also expressed his views on some issues in real-world applications, such as browser support and design guidelines. All you need to know is HTML 4.0 so you can create clean, easy-to-maintain scripts to manage website layout and pagination with the same elegance and control as desktop publishing systems.

Whether you're an experienced web developer or a complete beginner, The Definitive Guide to CSS (3rd Edition) is your source of CSS learning.

I believe you have mastered the method after reading the case in this article. For more exciting information, please pay attention to other related articles on the php Chinese website!

Recommended reading:

Using JS to implement form verification (with code)

Detailed explanation of the use of ajax and jsonp

The above is the detailed content of 4 must-read development books for web front-end. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!