>Free beginner resources to get started Get a good understanding of HTML, CSS and JavaScript. developer.mozilla.org/en-US/docs/Learn - a good introduction to HTML/CSS/JS and Node.js or Django freecodecamp.org - curriculum including HTML/CSS/JS, React, Node.js, Express, and MongoDB javascript.info - curriculum providing a strong basis in JavaScript
>Further learning resources and documentation developer.mozilla.org/en-US/docs/Web - excellent documentation for HTML, CSS & JS hackr.io - crowdsourced collection of tutorials from across the web for learning languages and libraries (ignore sponsored stuff, look at upvotes) learnxinyminutes.com - quick reference sheets for the syntax of many different languages (generally not sufficient on their own for learning something, but very helpful) pastebin.com/gfBPg24A - Collection of PHP links. (Maybe someone should check which of these are still relevant)
>Asking questions jsfiddle.net - Use this and post a link, if you need help with your HTML/CSS/JS 3v4l.org/ - Use this and post a link, if you need help with PHP/HackLang
How in the hell I select the preceding element that is
Parker Peterson
Rephrase your question, what exactly are you trying to do?
Julian Price
Element has 3 childs. I can select 2nd child by unique element and need to hide 2nd and 1st child.
Jeremiah Reyes
My project manager told me to find 1:n OKRs for myself. But i totally dont know. I would refactor most of their stuff but no time for that and not really a good OKR. Please help.
Michael Mitchell
>This shit is soul-sucking and life-draining. This is not a web-dev specific thing. It's like this throughout most commercial programming jobs. Sometimes it happens when you are working on open source too.
t. someone who's worked on desktop and web applications commercially
Austin Sanchez
to make it clear the parent has no inque ID and class name shred across
Jack Foster
Can't you just do something like .myclass > a, .myclass span:first-child { display:none; }
to hide the first two elements?
Michael Morgan
any php 7 fags around? what editor do you use? vscode feels like a notepad with syntax highlighting, none of the ide-like plugins work at all. netbeans is the best thing i have so far but it's heavy as hell
Brody Young
I'm also wondering this. do you use any js frameworks around your PHP? I've been looking to get into it again but I haven't been web devving in a while so I'm not hip anymore to this shit.