Tagged Questions
3
votes
1answer
190 views
Having a Starting Place for Coding a Site [closed]
This is more of preference question that I wanted to toss out to other developers to learn a bit more about others process when developing a site. Every time I start a site I feel I could save a lot ...
1
vote
3answers
515 views
Next step after creating mock-up screens
I have created some mockup screens for my app in HTML/CSS. I have 4 screens in total.
They contain no client-side coding i.e. Javascript or jQuery.
The screens themselves are quite bland at the ...
8
votes
3answers
299 views
Is there a drawback in defining multiple small DRY classes, instead of bigger more repetitive classes? [duplicate]
I read some articles and it seems that using multiple classes in CSS is encouraged.
I am curious to find out if there is a maximum number of classes an element can have before this multiple class ...