Want to move fast? Just do this
codefastdieyoung.com
Want to move fast? Just do this
1–10 of 41 posts
Re: Want to move fast? Just do this
#2Re: Want to move fast? Just do this
#3I 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.
Re: Want to move fast? Just do this
#4The one caveat I would add which the author glosses over is Test in IE 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 can live without gradients and rounded corners. But if the site looks awkward without the CSS3 tricks that don't work on the browser that >60% of your audience uses, you're going to need to tweak that aspect as well .
Re: Want to move fast? Just do this
#5Re: Want to move fast? Just do this
#6This is excellent, very practical advice. The one caveat I would add which the author glosses over is Test in IE 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 can live without gradients and rounded corners. But if the site looks awkward without the CSS3 tricks that don't work on the browser that >60% of y…
> most of the uglier CSS box-model hacks
Wait, does someone still develop for IE5? Otherwise there is no need for any box-model hacks.Re: Want to move fast? Just do this
#7The 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.
Re: Want to move fast? Just do this
#8In 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.
Re: Want to move fast? Just do this
#9This is a good article, if for nothing else besides that button gem which I somehow haven't heard of before. 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.
There's the other upside that if your website isn't radically different from others, a lot of your users will already know how to use it. There could be a lot to gain with a lot of your visitors knowing how to extract information from it.
I guess the only real way to know is by testing!
Re: Want to move fast? Just do this
#10Why is this?