Search Results

21
votes

What’s the best way to organize CSS rules?

for a large file of css rules I would organize it in this manner provide any reset CSS rules first provide any general/generic rules (eg p { color: #553423; } next d …
0
votes

What is the strangest programming language you have used?

CLU was the first one I thought of, but this was in college and doesn't meet your real-world criteria. Also, CLU …
3
votes

Etiquette for reusing elements of a web page?

My opinion, and my opinion alone, is that copying the look-and-feel of another site, even if you received permission or it was allowed by the site's license, is unprofessional and a disservice to y …