Web开发人员应有的15本免费电子书
2011/07/05 · HTML5, JavaScript · 2 评论 · HTML5, Javascript
当今互联网已经成为每一个人的信息知识来源。假如你想学习任何事情,可以很容易在互联网上轻松找到相关的信息,即使它是很简单的事情。在互联网上有成千上万的教程和指南可以用来学习与工作相关的技术和内容。
Web开发人员同样也经常通过互联网获取关于HTML和编码的相关知识。为了帮助这些开发人员,以下是我们收集的一些优秀电子书供大家学习。
- HTML5 Quick Learning
Guide
如果您想学习HTML5,这本电子书将帮助您学习所有HTML5的基本标签元素。
- Head First HTML with CSS and
XHTML
有了这本电子书,你可以使用HTML和CSS技术轻松地创建基于标准的网页。
- Best Practices for Developing a Web
Site
这是一个很好的电子书,将引导你建立一个网站和计划项目,无论你正在开发一个内部网站或外包项目。
- HTML Wtf?
这本书简要概述了由HTML5带来的变化。
- HTML And
XHTML
一个了解HTML和XHTML的简单而全面的指南。
- Javascript Programming for The Absolute Beginner
对JavaScript不了解?不要担心,这本书将帮助你学习JavaScript,即使你不知道任何关于JavaScript的知识。
- Dive into Accessibility
这本电子书回答了一些关于如何建设一个网站的简单问题。
- Getting Real
这本电子书介绍了在建设一个网站时需要注意的一些问题。
- Web Design in a Nutshell
这本书包含了CSS与XHTML编码和Web设计所有相关的信息。
- Foundations of
Ajax
本书介绍了Ajax技术到现有应用或新开发应用程序所需要所有工具。
- Up to Speed on HTML5 and CSS 3
介绍关于新兴的HTML5和CSS3标准。
- Learning PHP 5
这本将帮助你学习PHP5拥有的一些高级功能,如面向对象功能和对XML与Web Services的支持等。
- 20 Things I Learned about Browsers and The Web
这本书包含了所有你想了解的关于网站、Cookie和历史记录等知识。
- Web Style Guide: 3rd
Edition
这本书将告诉你如何使你的网站更容易让大家使用。
- Essential Javascript and JQuery Design Patterns
通过这本电子书,你将学习到如何使用Javascript和jQuery设计模式。
原文:smashinghub
译文:open-open
3 赞 25 收藏 2 评论
本文介绍了对Web开发及设计人员非常有用的19本免费电子书,希望你会喜欢。
* 转载于:*
1. Design Your Imagination 《打造你的想象力》
Over the years, I’ve read or been recommended a number of books which are essential reading for professional web developers. I’ve compiled the list of books below to help the community find a comprehensive list of good books that can help them be better coders.
JavaScript
Professional JavaScript for Web
Developers
– My new favorite book. Almost 1,000 pages of VERY detailed JavaScript
information. Written by Nicholas Zakas, Yahoo! Principal Front-end
Engineer for Yahoo!’s home page and recommended by the YUI team as well.
BUY THIS BOOK!
JavaScript: The Definitive
Guide
– Considered the Bible of JavaScript for its thorough coverage of
JavaScript. You need to have this in your library, even as a reference.
DOM Scripting: Web Design with JavaScript and the Document Object
Model
– This is a good book to get you familiar with the DOM.
AdvancED DOM Scripting: Dynamic Web Design
Techniques
Beginning JavaScript with DOM Scripting and Ajax: From Novice to
Professional
– The book by Christian Heilmann that really got me past the initial
hump of plain ‘ole JavaScript. His writing style is awesome.
Object-Oriented JavaScript: Create scalable, reusable high-quality
JavaScript applications and
libraries
– JUST BUY THIS BOOK! Stoyan did a great job of outlining OOJS
principles and it’s been incredibly valuable.
JavaScript: The Good
Parts
– It’s certainly a good book and I would recommend reading it after one
of the more intro books like JS for Web Developer by Nicholas Zakas.
Learning jQuery
1.3
– While covering jQuery v1.3, the techniques discussed are still useful
and I still recommend the book highly.
Pro JavaScript
Techniques
– John Resig’s famous book on advanced JS techniques.
Secrets of the JavaScript
Ninja
– Still not out but considering that John Resig is that author, it’s
sure to be great.
ppk on JavaScript,
1/e
– One of the first books I picked up and great overview of the language.
Accelerated DOM Scripting with Ajax, APIs, and
Libraries
Ajax
Security
– Billy Hoffman is the man when it comes to Ajax security and this books
shows why.
jQuery Cookbook: Solutions & Examples for jQuery Developers (Animal
Guide)
– Tips & techniques from the jQuery team rolled up in a cookbook style.
You can’t go wrong.
jQuery in Action, Second
Edition
– This is now updated for jQuery v1.4.x as well as jQuery UI 1.8.x.
Definitely a must-have for jQuery developers
jQuery Enlightenment – Cody Lindley did an amazing job in outlining the best jQuery techniques in this self-published book. Totally worth the price.
2. HTML5 WTF? 《告诉你什么是HTML5》
HTML & CSS
Web Standards Solutions: The Markup and Style Handbook, Special
Edition
Bulletproof Web Design: Improving flexibility and protecting against
worst-case scenarios with XHTML and CSS (2nd
Edition)
The Art & Science Of CSS – This is one of Sitepoint’s best CSS books. Loved it.
HTML Utopia: Designing Without Tables Using CSS, 2nd Edition – Not being a designer, I thought this book was a tremendous help in understanding how to better design sites.
Head First HTML with CSS &
XHTML
– This has been my goto book for some time. The Head First books are
just so great at breaking down topics in easy to understand ways and
this book is no exception.
Introducing HTML5 (Voices That
Matter)
– Going to get this soon mainly because it’s written by Remy Sharp and
Bruce Lawson whom I respect tremendously, especially for their HTML5 &
CSS3 savvy.
HTML5 For Web Designers – Just got this on 7/19/10. Need to read it by it’s by Jeremy Keith and he rocks.
CSS Cookbook, 3rd Edition (Animal
Guide)
– Just picked this up on a recommendation.
CSS: The Missing
Manual
– I keep hearing rave reviews about this book all over the place.
Site Performance & Enhancement
High Performance Web Sites: Essential Knowledge for Front-End
Engineers
– Steve Souders is the performance guru and if you want your apps to
perform better, get this book and the one right below this one.
Even Faster Web Sites: Performance Best Practices for Web
Developers
High Performance JavaScript (Build Faster Web Application
Interfaces)
– Again, another great book by Nicholas Zakas which outlines very
important performance techniques for JavaScript applications.
Designing with Progressive Enhancement: Building the Web that Works for
Everyone
– Great book on progressive enhancement by the superstars at the
Filament Group.
This is certainly not all inclusive and I’m sure there are other books out there that have been great. If you feel very passionate about a specific title, let me know via the comments and I’ll check it out.
Related posts:
- The Big List of JavaScript, CSS, and HTML Development Tools, Libraries, Projects, and Books I’ve been meaning to do a roll-up of top JavaScript,...
- The Big List of JavaScript, CSS, and HTML Development Tools, Libraries, Projects, and Books I’ve been meaning to do a roll-up of top JavaScript,...
- Video Interviews Part 2 – Nicholas Zakas, Principal Front-end Engineer at Yahoo! on jQuery Performance and Menno van Slooten on his Automated UI Testing Framework for jQuery I got some more videos edited and
3. JavaScript Programming for the Absolute Beginner 《JavaScript菜鸟编程》
4. Photo Editing Business Startup 《图片编辑入门》
5. Taking Your Talent to the Web 《让Web爱上你的天赋》
6. Data Structures and Algorithms 《数据结构与算法》
7. Foundations of Ajax 《Ajax基础教程》
8. Using Joomla: Building Powerful and Efficient Web Sites 《使用Joomla:打造强大高效的Web网站》
9. Faster, and More Secure Webfonts 《更快、更安全的网页嵌入字体》
10. CSS Cookbook
11. Ajax design patterns 《Ajax设计模式》
12. Head first HTML with CSS & XHTML 《Head First HTML与CSS、XHTML 》
13. Integrating Accessibility Through out Design 《问:网页设计无障碍通道》
14. HTML5 Quick Learning Guide 《HTML5快速学习指南》
15. Browsers and the Web 《浏览器与Web》
16. Essential JavaScript And jQuery Design Patterns – A Free New Book 《JavaScript与jQuery的基本设计模式》
17. The Woork Handbook 《Woork手册》
18. Time Management for Creative People – Free E-book 《创意人员的时间管理》免费电子书
19. Special edition using HTML and XHTML 《Using HTML and XHTML》特别版
Via DJDESIGNERLAB
本文由澳门金莎娱乐网站发布于澳门金莎娱乐网站,转载请注明出处:19本Web开发与设计人员应该收藏的免费电子书,
关键词: