Click here to Skip to main content
15,890,690 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
BillWoodruff3-Sep-19 14:07
professionalBillWoodruff3-Sep-19 14:07 
GeneralRe: web development takes too long Pin
Nathan Minier4-Sep-19 2:22
professionalNathan Minier4-Sep-19 2:22 
GeneralRe: web development takes too long Pin
Member 140926052-Sep-19 20:35
Member 140926052-Sep-19 20:35 
GeneralRe: web development takes too long Pin
Jacquers2-Sep-19 21:13
Jacquers2-Sep-19 21:13 
GeneralRe: web development takes too long Pin
grralph12-Sep-19 23:39
grralph12-Sep-19 23:39 
GeneralRe: web development takes too long Pin
Slow Eddie3-Sep-19 2:49
professionalSlow Eddie3-Sep-19 2:49 
GeneralRe: web development takes too long Pin
honey the codewitch3-Sep-19 2:50
mvahoney the codewitch3-Sep-19 2:50 
GeneralRe: web development takes too long Pin
W Balboos, GHB3-Sep-19 2:54
W Balboos, GHB3-Sep-19 2:54 
Stick to Basics - no (so called) helper frameworks

HTML5/CSS3/javaScript/php - and then roll your own.
Naturally, like any programming, there's an induction period where you get used to the idea of how to do things and the comparative uniqueness of the isolation of the client from the server and statelessness. But it all becomes familiar. And you maintain control.

For myself - I don't give a damn about the conventional wisdom of the layout. I want all the components on the page to work exactly as I wish them to (along with the server). Design - well, they could hire a web designer. I'll keep it clean and, in particular, a very small set of interfaces for my users (familiarity breeds contentment). I go for eye-friendly, and, since these are for office workers to stare at all day, kind to the eyes based on colors/contrasts/font-sizes.

If an extension is added (really, 'when' an extension is added) is must not interfere with existing code and design. They must embrace or ignore one another - no half-assed measures or you'll pay down the line. Also, never use the latest-and-greatest extension to (HTML/CSS) as you then have browser incompatibility(s) or even worse, you handle it, fork you design, crash, and burn.

Remember - you are working concurrently with three-to-five languages per page (if you count SQL). It's not like the happy place in your C++ environment - everything made to a single monolithic paradigm. And you need to redesign there, too.

Thereby set up a stable world and the problems all but disappear.
Ravings en masse^
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein
"If you are searching for perfection in others, then you seek disappointment. If you seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

GeneralRe: web development takes too long Pin
honey the codewitch3-Sep-19 2:58
mvahoney the codewitch3-Sep-19 2:58 
GeneralRe: web development takes too long Pin
W Balboos, GHB3-Sep-19 3:37
W Balboos, GHB3-Sep-19 3:37 
GeneralRe: web development takes too long Pin
honey the codewitch3-Sep-19 3:38
mvahoney the codewitch3-Sep-19 3:38 
GeneralRe: web development takes too long Pin
W Balboos, GHB3-Sep-19 3:43
W Balboos, GHB3-Sep-19 3:43 
GeneralRe: web development takes too long Pin
honey the codewitch3-Sep-19 3:47
mvahoney the codewitch3-Sep-19 3:47 
GeneralRe: web development takes too long Pin
W Balboos, GHB3-Sep-19 3:54
W Balboos, GHB3-Sep-19 3:54 
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 
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 

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.