I actually think '5 Development Tips Every Designer Should Know' would be more useful. This is because a designer these days probably has to play with CSS and HTML, if not jQuery too.
A developer won't be handling the design themselves, but a designer might well be contributing some code on the front-end. And it's sometimes the case that such code isn't well (or consistently) formatted, or is too complicated, as writing code isn't the primary aspect of their job.
It's like poorly organised PSDs. You might be totally fine littering your file with spurious layers, bad names, and inconsistent groupings. The person you might share it with won't feel the same way, and it'll compel them to waste time figuring it out and possibly spend more time making it sane.
But for personal projects where a developer might want their own site, the advice here is good.
How many "Why everyone should learn to code" articles show up on Hacker News? The same idea applies to design thinking. It will make you more powerful. User centered problem solving methodologies and visual communication abilities will help you with much more than side projects you can't pay someone to skin.
agreed. first tip that comes to mind is to organize your css for easy maintenance. There's plenty of times I've gotten css and html that is a mess but somehow looks ok in ie6.
A developer won't be handling the design themselves, but a designer might well be contributing some code on the front-end. And it's sometimes the case that such code isn't well (or consistently) formatted, or is too complicated, as writing code isn't the primary aspect of their job.
It's like poorly organised PSDs. You might be totally fine littering your file with spurious layers, bad names, and inconsistent groupings. The person you might share it with won't feel the same way, and it'll compel them to waste time figuring it out and possibly spend more time making it sane.
But for personal projects where a developer might want their own site, the advice here is good.