由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Help please.
相关主题
Learning PHP, MySQL, JavaScript, and CSS, 2nd Edition看来你们是真心没做过web啊
CoffeeScript, TypeScript 能否在将来顶替 JavaScript?怎么设计前端网页? (转载)
we have a opening请教:JavaScript怎么复制一个node(含子节点)? (转载)
Web技术的发展趋势HTML5
用Java写一个简单的browser请问在ASP.net中用Javascript的一个问题
我总结的转行路线大家 JavaScript 用的多么?
卫东 问你 不会Java 如何生存?用户需要下载网页上动态产生的复杂SVG,如何破?
Javascript: dynamicly enable draggable id?是否有工具生成HTML/JS/CSS?
相关话题的讨论汇总
话题: html话题: book话题: css话题: javascript话题: need
进入Programming版参与讨论
1 (共1页)
P********e
发帖数: 2610
1
Can anyone recommend a good JavaScript book?
I have Java and C/C++ background, but, I just need to use JS.
3x
If possible, please also recommend a HTML/CSS book
c*****t
发帖数: 1879
2
You don't need a book. w3schools is pretty much all you need. The
rest are references.
basic tutorial:
www.w3schools.com
good HTML/DOM reference:
http://msdn2.microsoft.com/en-us/library/ms533029.aspx
HTML/CSS standard:
http://www.w3.org
Use Firefox over IE/Safari/Opera since it has better developer tools.

【在 P********e 的大作中提到】
: Can anyone recommend a good JavaScript book?
: I have Java and C/C++ background, but, I just need to use JS.
: 3x
: If possible, please also recommend a HTML/CSS book

P********e
发帖数: 2610
3
Thank you for your reply.
All links saved.
Actually, I just need to build table. But, buy a book is to save for future.
K****n
发帖数: 5970
4
上课教材(从来没看过,一直在看w3):
JavaScript and Ajax for the Web, Sixth Edition (Visual QuickStart Guide)
HTML, XHTML, and CSS, Sixth Edition (Visual Quickstart Guide)

future.

【在 P********e 的大作中提到】
: Thank you for your reply.
: All links saved.
: Actually, I just need to build table. But, buy a book is to save for future.

c*****t
发帖数: 1879
5
No need to buy a book. The technology changes pretty quickly and
there are significant version and browser compatibility issues
involved. One thing worked for one browser may not work the same
for another. So the best resources are actually online. Lots
of self testing are needed as well. No books can cover all these
subtle differences. The books cannot keep up with the changes
either.

future.

【在 P********e 的大作中提到】
: Thank you for your reply.
: All links saved.
: Actually, I just need to build table. But, buy a book is to save for future.

c*********3
发帖数: 197
6
JavaScript: The Definitive Guide
这本书不错。
如果调试,用Firefox 加Firebug会比较方便
w3cschool.com 太简略
g*****g
发帖数: 34805
7
And firebug plugin helps a lot.

【在 c*****t 的大作中提到】
: You don't need a book. w3schools is pretty much all you need. The
: rest are references.
: basic tutorial:
: www.w3schools.com
: good HTML/DOM reference:
: http://msdn2.microsoft.com/en-us/library/ms533029.aspx
: HTML/CSS standard:
: http://www.w3.org
: Use Firefox over IE/Safari/Opera since it has better developer tools.

1 (共1页)
进入Programming版参与讨论
相关主题
是否有工具生成HTML/JS/CSS?用Java写一个简单的browser
iphone/ipad javascript snippet editor我总结的转行路线
上来发个牢骚,怎么没有 JavaScript 版? 还想大家讨论下 Dojo 的呀。。。卫东 问你 不会Java 如何生存?
CSS and DocumentsJavascript: dynamicly enable draggable id?
Learning PHP, MySQL, JavaScript, and CSS, 2nd Edition看来你们是真心没做过web啊
CoffeeScript, TypeScript 能否在将来顶替 JavaScript?怎么设计前端网页? (转载)
we have a opening请教:JavaScript怎么复制一个node(含子节点)? (转载)
Web技术的发展趋势HTML5
相关话题的讨论汇总
话题: html话题: book话题: css话题: javascript话题: need