Click here to Skip to main content
15,891,607 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: web development takes too long Pin
honey the codewitch3-Sep-19 3:57
mvahoney the codewitch3-Sep-19 3:57 
GeneralRe: web development takes too long Pin
loctrice3-Sep-19 3:27
professionalloctrice3-Sep-19 3:27 
GeneralRe: web development takes too long Pin
honey the codewitch3-Sep-19 3:29
mvahoney the codewitch3-Sep-19 3:29 
GeneralRe: web development takes too long Pin
loctrice3-Sep-19 5:56
professionalloctrice3-Sep-19 5:56 
GeneralRe: web development takes too long Pin
honey the codewitch3-Sep-19 5:57
mvahoney the codewitch3-Sep-19 5:57 
GeneralRe: web development takes too long Pin
Chaoix3-Sep-19 4:53
Chaoix3-Sep-19 4:53 
GeneralRe: web development takes too long Pin
honey the codewitch3-Sep-19 5:58
mvahoney the codewitch3-Sep-19 5:58 
GeneralRe: web development takes too long Pin
Chaoix3-Sep-19 7:59
Chaoix3-Sep-19 7:59 
Google "object oriented CSS". Its a practice of creating reusable css classes and styles that helps eliminate the tediousness of working with CSS.

I would also recommend separating your text css and site layout css into separate files that are loaded before your general css file. Having all of the general elements already styled out before doing specific element overrides will help eliminate the amount of CSS you have to write. You could even do this with form element CSS as well.

You should also look at using a css reset vs using a css normalize and decide which approach fits your css approach best. I prefer using a reset because of the consistency it provides to the design in the end, but I know a lot of folks prefer using a normalize because there is less general element styling you end up needing in the end.
GeneralRe: web development takes too long Pin
honey the codewitch3-Sep-19 8:01
mvahoney the codewitch3-Sep-19 8:01 
GeneralRe: web development takes too long Pin
MSBassSinger3-Sep-19 4:45
professionalMSBassSinger3-Sep-19 4:45 
GeneralRe: web development takes too long Pin
honey the codewitch3-Sep-19 4:47
mvahoney the codewitch3-Sep-19 4:47 
GeneralRe: web development takes too long Pin
MSBassSinger3-Sep-19 5:02
professionalMSBassSinger3-Sep-19 5:02 
GeneralRe: web development takes too long Pin
honey the codewitch3-Sep-19 5:04
mvahoney the codewitch3-Sep-19 5:04 
GeneralRe: web development takes too long Pin
FBR3-Sep-19 7:08
FBR3-Sep-19 7:08 
GeneralRe: web development takes too long Pin
honey the codewitch3-Sep-19 7:09
mvahoney the codewitch3-Sep-19 7:09 
GeneralRe: web development takes too long Pin
Steve Naidamast3-Sep-19 8:10
professionalSteve Naidamast3-Sep-19 8:10 
GeneralRe: web development takes too long Pin
honey the codewitch3-Sep-19 8:48
mvahoney the codewitch3-Sep-19 8:48 
GeneralRe: web development takes too long Pin
Steve Naidamast4-Sep-19 6:25
professionalSteve Naidamast4-Sep-19 6:25 
GeneralRe: web development takes too long Pin
honey the codewitch4-Sep-19 6:28
mvahoney the codewitch4-Sep-19 6:28 
GeneralRe: web development takes too long Pin
Steve Naidamast4-Sep-19 6:39
professionalSteve Naidamast4-Sep-19 6:39 
GeneralRe: web development takes too long Pin
honey the codewitch4-Sep-19 6:40
mvahoney the codewitch4-Sep-19 6:40 
GeneralRe: web development takes too long Pin
Steve Naidamast4-Sep-19 7:14
professionalSteve Naidamast4-Sep-19 7:14 
GeneralRe: web development takes too long Pin
honey the codewitch4-Sep-19 7:18
mvahoney the codewitch4-Sep-19 7:18 
GeneralLaptop woes (cont.) Pin
Sander Rossel2-Sep-19 2:43
professionalSander Rossel2-Sep-19 2:43 
PraiseRe: Laptop woes (cont.) Pin
RickZeeland2-Sep-19 2:52
mveRickZeeland2-Sep-19 2:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.