Home > Java > javaTutorial > body text

What books should I read to learn Java web front-end?

little bottle
Release: 2020-09-17 14:58:11
Original
3708 people have browsed it

Books you can read to learn javaweb front-end: Javascript authoritative guide, Javascript DOM programming art, mastering CSS advanced WEB standard solutions, HTML5 authoritative guide, building high-performance web sites, sharp jquery, single-page web application Javascript From front-end to back-end and so on.

What books should I read to learn Java web front-end?

The following are books that Java web front-end development programmers may have access to. I share them with you. Friends who are interested can collect them and read them. There may be memory errors that lead to overestimation. Please correct me if you find it, thank you.

js book:

"The Authoritative Guide to Javascript" Rhinoceros Book
is thick, the only top book, each chapter of the previous volume digs into a knowledge point in depth Thoroughly explained, a must read. The next API is irrelevant.

"Javascript Advanced Programming"
is thick and has great overlap with the Rhino book, but it feels inferior to the Rhino book in every aspect. You can flip through the book after reading Rhinoceros and make additions in some places.

《Javascript Essence》Butterfly Book
is thin, a book that makes people like JavaScript.

"The Art of Javascript DOM Programming"
is thin, and there is no best introductory book. For novices, the first two books are too thick and daunting, and this book is the best choice. Douban rating Up to 8.7.

css books:

The first thing to get started with is the w3school tutorial. Most non-art programmers will be able to use it.
I have read a few good books but forgot the names. I will add more.

"Proficient in CSS Advanced WEB Standard Solutions"

"CSS Design Guide"
can be used to improve after getting started.

《CSS Zen Garden》
It is not intended for novices, but is more suitable for people who are already familiar with it to find inspiration and...appreciate art.

html's book:
"The Definitive Guide to HTML5"

Front-end performance:

"Building a High-Performance Web" Site》

《Guide to Building High-Performance Websites》

After reading these two slim books, you will feel invincible. If you don’t want to read YSlow’s Military Rules, it is actually enough. Important The important thing is to know why.

#rest:

"REST in Practice"
Thick book, I haven’t read it yet. Many theoretical books by foreigners are too taken for granted and self-mythologizing, and are not down to earth. I don’t like it, and we will discuss it later when we talk about agility.

《Illustrated HTTP》
But the understanding of the http protocol is very important. There is no need to use semantic things, such as methods and status codes, but don’t be religious about it, such as who adds put or post. Who changed what?
This book is so cute.

Front-end framework:

"Sharp jquery"
is actually an enhanced version of jqueryAPI. If you think jqueryAPI is enough, you don't need to read this book.

"JQuery Technology Insider"
A series of good books including "Struts2 Technology Insider" and "Spring Technology Insider", talking about source code. All three books are worth reading. But note that both the "useless source code theory" and the "source code sacred theory" are not advisable.

"Extjs Explained in a Simple and Deep Language"
may be the only readable book on extjs. I really don't like the idea of ​​this framework. Both html and css have lost their power, and everything is managed by it. It would be too lusty for power.
If you really want to use ext, the official demo and API are the best choices, especially the demo.

《Developing the next generation of web applications with AngularJS》

《Single-page web application Javascript from front-end to back-end》

《Backbone.js in practice》

## Since the #mv* framework became popular, there are several popular frameworks. I have only explored these frameworks. I feel that angularJs is slightly more risky, a bit like extjs. Everything must be done within it. If it can be solved, it will certainly save time and effort. , it would be bad if it cannot be solved. But the problems are ever-changing. The backbone is lighter, has weak function, and has low risk. Weak function and low risk always appear together.

There is also requireJs, which should also be studied. These front-end architecture-level frameworks are not familiar. Instinctively, I think it is unrealistic, but it is still necessary to do some research before drawing a conclusion.
Among the front-end technologies used in traditional development, there is no doubt that jquery is the king of guns.

《Bootstrap User Manual》

《In-depth understanding of Bootstrap》

The former is ultra-thin and not needed at all. Just check the official website of Bootstrap (the Chinese official website may be the latest when the version is updated) The version is not compatible, I recommend the English official website). The latter is a good book that talks about applications as well as source code.

Metronic, the front-end CSS framework based on Bootstrap, is super cool. Commonly used components on the page are included. In fact, it is a hodgepodge of best practices. If there is nothing in it, just find the Bootstrap plug-in.

The greatness of Bootstrap is that as a scaffolding, it provides a platform for various js components. As long as they are all bootstrap version plug-ins, there is generally no problem with style consistency when integrated.

The above is the detailed content of What books should I read to learn Java 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
Latest Articles by Author
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!