/wdg/ - Web Development General

Previous
>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 (independent of your browser choice)
freecodecamp.com
codecademy.com
hackr.io

>Further resources
developer.mozilla.org/en-US/docs/Web - excellent documentation for HTML, CSS & JS
github.com/kamranahmedse/developer-roadmap - Frontend+Backend learner-path suggestions
youtube.com/watch?v=Zftx68K-1D4

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

>PHP resources
pastebin.com/gfBPg24A

Attached: 1537028153428.jpg (300x278, 22K)

Other urls found in this thread:

nightland.neocities.org
phptherightway.com
twitter.com/SFWRedditImages

answering php related questions.

how do i do this
var qs = document.querySelector.bind(document);
function foo(pop) {...}
function bar(pip) {...}

var f = foo(bar(qs)) //

the chrome debugger pauses on disabled breakpoints if i have a second related debugger open, specifically one for background.js and another for popup,js. i have to enable/disable the breakpoints or open/close one of the debuggers for execution to pass through. anyone know how to ameliorate this behavior?

What exactly are you trying to achieve?

Is it possible to edit the source code of a WordPress theme?
I know a fairly amount of php and a client wants to add a feature to a theme they purchased and have the rights of.
Ive never went further than the configuration wp page
It's a car rental theme, and I would need to modify it to machine renting service with different payment methods
Kind of confused here /wdg/

yes

nvm got it see
>
thanks
i wanted to write composed functions

I'm completely mindfucked by this, being a js brainlet is suffering

Why are forms so fucking stupid when you make them yourself, I spent 45 minutes trying to track down what the validator called an open div which was actually a form that was started in a div and closed outside of the div.
I only found out because even when closing the form the tag stayed red so I figured something was up with that.

complete webdevnoob here
I have a page where I want to display ~60 links. But these links will change every two hours and want to replace them automatically with the new ones.
I already have a python script that turns them into an xml file which only needs to be read out.
How would you recommend to read out and update the new links on the page?

Not too hard to understand, google higher order functions

Maybe have the page reload when the file where the links are in is updated ?

an ajax call on the links would be more elegant

yeah, sorry I'm still pretty new to all this myself.

same ;_;

thanks for the tip brosky

>check /wdg/
>no fucking pic of user who fall for the meme
tutorials as a reminder
niggers please

Rate my current work
This is in response to the hostile takeover of the Linux development leadership

nightland.neocities.org

Attached: resigned to my fate.png (364x364, 191K)

I agree it's current state is a bit sad, I shall post less and lurk moar, I will

When they update, make a request to the server and send back JSON then just update the DOM.

ooii user how can I learn good programing practices in php/any language?

for php, you don't need any book, you need this :
phptherightway.com
that's it.

for more resource on best php practices, see the php resources on

thanks falam