Click here to Skip to main content
15,893,814 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: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 
1. Don't support Internet Explorer. The only reason it exists anymore is for legacy business web apps and Microsoft has told web devs to stop supporting it in new sites and applications.
2. Invest in a browser screenshot tool like LambdaTest to cut down on your browser testing time. You can run a test and only do detailed testing on the screenshots that don't look right.
3. Use source control like git. This is a general development tip, but many in Web Dev seem to skip stuff like this to save time. It is worth it to be able to have a history of your changes. There are plenty of IDEs like Visual Code Code that integrate with git directly to make this really easy.
4. Use a smart deployment tool like git-ftp. Free for all FTP'ing everything to server will just lead to issues in the long run, especially if you need multiple people pushing changes out to your server.
5. Setup a local web server for development. This cuts all of the time involved pushing your changes out to test them. Their are plenty of AMP packages to pick from (XAMP or MAMP comes to mind) also if you have Windows Pro you can install IIS and install MySQL and PHP natively. You can also use a host file tool to redirect your domain name to your local machine while testing. I prefer HostProfiles for this on Windows (open to other suggestions if anyone knows of a better Windows tool in active development) and Gasmask for this on macOS.
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 
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 

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.