TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Want to move fast? Just do this

326 pointsby sghaelabout 14 years ago

11 comments

notahackerabout 14 years ago
This is excellent, very practical advice.<p>The one caveat I would add which the author glosses over is <i>Test in IE</i> as a high priority unless you have a very tech-savvy audience. Compass/Blueprint abstract away most of the uglier CSS box-model hacks and I agree that IE users <i>can</i> live without gradients and rounded corners. But if the site looks awkward without the CSS3 tricks that don't work on the browser that &#62;60% of your audience uses, you're going to need to tweak that aspect as well .
评论 #2315607 未加载
评论 #2315084 未加载
评论 #2315795 未加载
simplifyabout 14 years ago
Relating to Haml/Sass, you may have heard of the ruby gem StaticMatic. It's a great tool that lets you use Haml/Sass to building quick, static prototypes.<p>In fact, I loved the concept so much that I began improving upon it myself[1], adding support for CoffeeScript and Amazon S3. For anyone who might find it useful, any testing or feedback would be greatly appreciated.<p>[1] <a href="https://github.com/mindeavor/staticmatic2" rel="nofollow">https://github.com/mindeavor/staticmatic2</a>
评论 #2315877 未加载
sunjainabout 14 years ago
I liked it. Lot of folks may already know some or most of this. But it is distilled all in once place, and as the post mentions, it will surely help in quickly moving forward with a polished looking app.
评论 #2314529 未加载
sniWabout 14 years ago
<i>using pure black as the text color is a mistake</i><p>Why is this?
评论 #2315493 未加载
评论 #2315974 未加载
评论 #2316644 未加载
nbashawabout 14 years ago
There's a difference between moving fast and doing sloppy work. IMO, this post is a recipe for mediocre design (at best). Don't confuse movement for work - when you approach a design with the a rushed attitude it slows you down in the long run, because you have to clean up your mistakes and possibly start over again when you realize that your first attempt just didn't work at all.<p>I'm not so much arguing with the specific suggestions in the post as I am the general approach and worldview. There are some useful ideas in there, but they're weakened by being presented in "recepie" format. Sometimes they make sense, sometimes they don't. It depends on the context. Better to learn principles than methods. It's quicker in the long run.
评论 #2317492 未加载
评论 #2318292 未加载
Raphaelabout 14 years ago
This is certainly one not-terrible way of coming up with an uncontroversial design quickly.
jblomoabout 14 years ago
One of the most practical articles I've seen in a while, thanks. What are your thoughts on using UI frameworks like jqueryUI or YUI grid?
评论 #2318029 未加载
theojabout 14 years ago
Does green convert better than red? Performable seems to like red over green. <a href="http://blog.performable.com/631526233/" rel="nofollow">http://blog.performable.com/631526233/</a>
评论 #2315601 未加载
tomkarloabout 14 years ago
This is a good article, if for nothing else besides that button gem which I somehow haven't heard of before.<p>The downside is, there will be a bunch of sites that look the same, so folks will want to do some real work and find their own components.
评论 #2315256 未加载
评论 #2315989 未加载
bryanhabout 14 years ago
I was super surprised at how well SASS let me move quickly with coding 3pics.me! The lighten, darken and mix functions make getting appropriate hex codes pain free.<p>Wonderful!
FPSDavidabout 14 years ago
anyone have a mirror to this?
评论 #2317594 未加载