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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Any HTML5 dabblers?

32 点作者 mlLK超过 14 年前
OK this site (http://mrdoob.com) has finally convinced me that I can have a pretty good time in HTML5. I've just now decided that now is a good time for me to start getting acquainted with what it (and JavaScript) can do.<p>Where did you start? I'm gonna assume here (http://dev.w3.org/html5/spec-author-view/, http://diveintohtml5.org/); suggestions, examples, blogs, resources, insights, blah, blah are appreciated as always.

8 条评论

techiferous超过 14 年前
Reference<p><a href="http://www.w3schools.com/html5/default.asp" rel="nofollow">http://www.w3schools.com/html5/default.asp</a><p><a href="http://www.html5rocks.com/" rel="nofollow">http://www.html5rocks.com/</a><p><a href="http://simon.html5.org/dump/html5-canvas-cheat-sheet.html" rel="nofollow">http://simon.html5.org/dump/html5-canvas-cheat-sheet.html</a><p><a href="http://diveintohtml5.org/peeks-pokes-and-pointers.html" rel="nofollow">http://diveintohtml5.org/peeks-pokes-and-pointers.html</a><p>Tutorials<p><a href="http://diveintohtml5.org/" rel="nofollow">http://diveintohtml5.org/</a><p><a href="http://slides.html5rocks.com" rel="nofollow">http://slides.html5rocks.com</a><p><a href="http://www.html5rocks.com/tutorials/" rel="nofollow">http://www.html5rocks.com/tutorials/</a><p><a href="https://developer.mozilla.org/en/Canvas_tutorial" rel="nofollow">https://developer.mozilla.org/en/Canvas_tutorial</a><p>Demos<p><a href="http://html5demos.com/" rel="nofollow">http://html5demos.com/</a><p><a href="http://studio.html5rocks.com/" rel="nofollow">http://studio.html5rocks.com/</a><p><a href="http://lab.simurai.com/css/buttons/" rel="nofollow">http://lab.simurai.com/css/buttons/</a><p>Sandboxes<p><a href="http://css3please.com/" rel="nofollow">http://css3please.com/</a><p><a href="http://playground.html5rocks.com/" rel="nofollow">http://playground.html5rocks.com/</a><p>Tools<p><a href="http://www.modernizr.com/" rel="nofollow">http://www.modernizr.com/</a><p><a href="http://www.contrast.ie/blog/speeding-up-with-modernizr/" rel="nofollow">http://www.contrast.ie/blog/speeding-up-with-modernizr/</a><p><a href="http://css-tricks.com/examples/ButtonMaker/" rel="nofollow">http://css-tricks.com/examples/ButtonMaker/</a><p><a href="http://labs.thecssninja.com/font_dragr/" rel="nofollow">http://labs.thecssninja.com/font_dragr/</a><p><a href="http://www.fontsquirrel.com/fontface/generator" rel="nofollow">http://www.fontsquirrel.com/fontface/generator</a><p><a href="http://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-browser-Polyfills" rel="nofollow">http://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-brows...</a><p>Compatibility<p><a href="http://caniuse.com/" rel="nofollow">http://caniuse.com/</a><p><a href="http://html5readiness.com/" rel="nofollow">http://html5readiness.com/</a><p><a href="http://www.quirksmode.org/compatibility.html" rel="nofollow">http://www.quirksmode.org/compatibility.html</a><p>Detecting HTML5 Support<p><a href="http://diveintohtml5.org/detect.html" rel="nofollow">http://diveintohtml5.org/detect.html</a><p><a href="http://www.modernizr.com/" rel="nofollow">http://www.modernizr.com/</a>
评论 #1799662 未加载
tlrobinson超过 14 年前
Learn the JavaScript language and browser/DOM programming first, then the actual HTML5 stuff is a few simple additions. Dive Into HTML5 seems pretty good.<p>* "JavaScript: The Good Parts" by Crockford<p>* "JavaScript: The Definitive Guide" by David Flanagan<p>* MDC's "A Re-introduction to JavaScript": <a href="https://developer.mozilla.org/en/A_re-introduction_to_JavaScript" rel="nofollow">https://developer.mozilla.org/en/A_re-introduction_to_JavaSc...</a><p>* Resig's "Learning Advanced JavaScript": <a href="http://ejohn.org/apps/learn/" rel="nofollow">http://ejohn.org/apps/learn/</a><p>* MDC: <a href="https://developer.mozilla.org/en-US/" rel="nofollow">https://developer.mozilla.org/en-US/</a><p>* Crockford's website: <a href="http://javascript.crockford.com/" rel="nofollow">http://javascript.crockford.com/</a><p>* YUI Theater (especially Crockford's JavaScript talks): <a href="http://developer.yahoo.com/yui/theater/" rel="nofollow">http://developer.yahoo.com/yui/theater/</a>
mikegreenberg超过 14 年前
One of my first screen casts was an HTML5 primer (<a href="http://nobulb.com/2009/11/html-5-primer/" rel="nofollow">http://nobulb.com/2009/11/html-5-primer/</a>). I also found a really good slideshow on what's new in HTML5 (<a href="http://slides.html5rocks.com/" rel="nofollow">http://slides.html5rocks.com/</a>).<p>(Not certain that the quality of information in my screen cast is nearly on par with the other info presented here, but it was a crowning achievement and something I'm proud of. Let me know if this is bad form, I'll remove this comment.)
babs474超过 14 年前
Don't forget webGL. The best place is here <a href="http://learningwebgl.com/blog/" rel="nofollow">http://learningwebgl.com/blog/</a>
binx超过 14 年前
Just start playing around, The last few weeks I have been browsing a load of sites like <a href="http://html5tutorial.net/" rel="nofollow">http://html5tutorial.net/</a> just mess around with bits and pieces then consult Google and Stack Overflow if you get stuck. I recommend getting stuck into some CSS3 first though, its surprising how much you can do in the style sheet.<p>Also its worth checking <a href="http://ie.microsoft.com/testdrive/" rel="nofollow">http://ie.microsoft.com/testdrive/</a> MS have some interesting sandboxes you can play with there. Learn your way around.
joshuacc超过 14 年前
I'd suggest checking out <a href="http://html5doctor.com" rel="nofollow">http://html5doctor.com</a><p>The authors do a pretty thorough job of reviewing the semantics of new (or updated) HTML5 elements.
caryme超过 14 年前
I helped develop <a href="http://adbubbles.oneriot.com" rel="nofollow">http://adbubbles.oneriot.com</a> as an IE9 Beta Launch demo, with much inspiration from mrdoob. The site is now broken since OneRiot just changed their business model away from real time search and shut off their API. I worked a lot with canvas especially. diveintohtml5 was really helpful as was the mozilla developer reference.
siedrix超过 14 年前
To be fair, <a href="http://mrdoob.com" rel="nofollow">http://mrdoob.com</a> has a lot of flash in the examples. You can learn <a href="http://processing.org/" rel="nofollow">http://processing.org/</a> and export to canvas if you want to do things like the stuff on that page.<p>On the other hand, js rocks...