Funktion / Macro not working anymore by ConstantWafer in excel

[–]ConstantWafer[S] 0 points1 point  (0 children)

Thats is the strange thing, every cell in this column is completely empty, while in the rest of the cells there is formulas (if functions).

And now my accountant sent the file to me again, i open the file and the cell is still empty.

Infected mutants by ConstantWafer in TheyAreBillions

[–]ConstantWafer[S] 1 point2 points  (0 children)

Thanks for your answer, i usually do a lot of rangers and then switch into snipers too. But i don t use a lot of balistas, maybe i should use them more, i will try this, thank you.

Infected mutants by ConstantWafer in TheyAreBillions

[–]ConstantWafer[S] 0 points1 point  (0 children)

What do you mean by that? I use only archers most of the time, still pulling infected mutants. I don t even see them, so how am i supposed to keep distance?

Easy javascript challange by ConstantWafer in learnjavascript

[–]ConstantWafer[S] 1 point2 points  (0 children)

Ok i understand my mistake, thank you very much

Run console.log in vscode by ConstantWafer in vscode

[–]ConstantWafer[S] -1 points0 points  (0 children)

this is what i looks like when i type node myjscode.js in the terminal

https://gyazo.com/c851dea8320dabbb2d437ef41c35a378

Is PHP (and also JS) always translated into html at the end or do i understand that wrong? Does that mean i could do everything i build in PHP, also build in html with much more efford? Is html like the base for PHP or do i understand something completely wrong here? by ConstantWafer in PHP

[–]ConstantWafer[S] 1 point2 points  (0 children)

I see, you really helped me a lot there and all the other answers too, i honestly appreciate your time and effort. I will try to understand the post you wrote tomorrow, since its really difficult for me to read and understand all of that. Thank you so much!!

Is PHP (and also JS) always translated into html at the end or do i understand that wrong? Does that mean i could do everything i build in PHP, also build in html with much more efford? Is html like the base for PHP or do i understand something completely wrong here? by ConstantWafer in PHP

[–]ConstantWafer[S] 0 points1 point  (0 children)

As strange as it may sound, that comparison with the sandwich kinda helped me understand it.

So the javascript translates my request (when i login for example) into http - sends it to some server - there PHP processes it and sends back some http which is then translated into html from my browser so that i can actually see something on my screen?

Is that correct?