I do, but I don't start there. Personally, I find it quicker to sketch out ideas in Photoshop before moving into code. I find if I don't have a rough idea of the design before developing, I'll end up either writing bad code or refactoring quite a lot.
But I think it's impossible for the original design to be translated to the browser without things having to give. Requirements change, elements render differently and actual data will break your original intentions anyway.
I do, but I don't start there. Personally, I find it quicker to sketch out ideas in Photoshop before moving into code. I find if I don't have a rough idea of the design before developing, I'll end up either writing bad code or refactoring quite a lot.
But I think it's impossible for the original design to be translated to the browser without things having to give. Requirements change, elements render differently and actual data will break your original intentions anyway.