|
|
|
|
|
by Nokrosis
4038 days ago
|
|
I can give you this suggestions: 1. Start making PSD to HTML/CSS with the following rules:
- Write as less HTML as you can and use CSS to get the style.
- Avoid using images as hard as you can.
- Always remember we want a fast Web and every byte counts. 2. Be curious, if you see something you like on a website, check their code, look how they did it and try experiment with it. Try to find a cleaner, better and less-code way to do it (if ther is) and apply it to your projects. |
|