TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Learn Web design and frontend programming

5 点作者 msort超过 15 年前
I consider myself a good backend programmer with lots of experience. I'm very interested in learning Web design and frontend programming.<p>What is the best way to do it? Any good book/source code to recommend?

2 条评论

thaumaturgy超过 15 年前
Front-end programming is easy these days -- most folks are using jQuery or other similar libraries which insulate you from the problems with implementing complicated effects in various browsers.<p>Web "design" on the other hand is a vague term. Do you mean the graphic design aspects -- layout and graphics in general -- or do you mean the translation of layout and graphics to HTML + CSS?<p>If it's the former, then -- in my opinion, which really isn't worth much -- good programmers just aren't good graphic or layout artists. The two fields require diametrically opposed skillsets.<p>But if it's HTML + CSS, then that's just a matter of studying sites like cssplay, smashingmagazine, and csszengarden.
keefe超过 15 年前
<a href="http://www.w3schools.com/" rel="nofollow">http://www.w3schools.com/</a> This site is a good reference for the W3 standards. Flash is currently most easily coded with AS3. Adobe recently redid the flash VM to behave more like a traditional programming language and did away with most of the movie clip timeline stuff, so AS3 is more like just coding. Very nice UI API as well. Essential AS3 is a good book to learn. <a href="http://www.smashingmagazine.com" rel="nofollow">http://www.smashingmagazine.com</a> is a good reference for learning design itself. I think jQuery is the current winner, but there is something to be said for GWT as well.