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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

37signals' Chalk Dissected

142 点作者 sstephenson超过 14 年前

7 条评论

mrduncan超过 14 年前
I'm curious what the rationale is for drawing from a queue instead of directly in the move event.<p>Shameless plug: I threw together an open-source version for browsers (or mice, more specifically) this morning - <a href="http://news.ycombinator.com/item?id=1873371" rel="nofollow">http://news.ycombinator.com/item?id=1873371</a><p><a href="https://github.com/mrduncan/marker" rel="nofollow">https://github.com/mrduncan/marker</a>
评论 #1873674 未加载
评论 #1873801 未加载
评论 #1873681 未加载
adolph超过 14 年前
Interesting (to me) UI insight: if a workspace is not scrollable or scalable, its dimensions are limited to the minimum common dimensions of landscape and portrait modes. Thus Chalk's work area is almost square.
评论 #1873673 未加载
joakin超过 14 年前
Looking at the code I wander why didnt they allow this for the iPhone (it would be adding more media queries and nothing else). It would be pretty cool (mainly this is envy because me not having an ipad but an iphone).<p>Anyway, great app, they should enclose it on an iphone app with a webkit browser stripped down and offer it for free on the store (they have the other premium app with more features).<p>These guys are amazing
评论 #1873899 未加载
jashkenas超过 14 年前
Direct link to the CoffeeScript/JS source: <a href="https://gist.github.com/664351" rel="nofollow">https://gist.github.com/664351</a>
js4all超过 14 年前
Excellent walk through. Great to see these new libs and touch-related additions in action.<p>This is also great example how web apps can replace native apps. I think we will see more and more of this stuff.
toolate超过 14 年前
I always thought it was a shame that HTML only defined two elements for content: &#60;div&#62; and &#60;a&#62;.
评论 #1873641 未加载
评论 #1875495 未加载
asianmack超过 14 年前
Spot-on!