Posts by 0000FFcar • 121 points
6 posts
-
1
votes1
answer249
viewsQ: How do I execute one function after the end of another?
My goal was to run one function at a time, but my functions that move the square are running together and I don’t know how to make one run only after the other ends Here’s the code: css: #caixa1{…
javascriptasked 0000FFcar 121 -
0
votes1
answer25
viewsQ: How do I change my root password in windows?
i lost the root password I put in when I installed Mysql, but I don’t know how to reset/change without knowing the password
-
6
votes4
answers148
viewsQ: My functions only return 0
I was trying to do Bhaskara’s formula in functions, but something went wrong and only return 0 no matter what inputs I put in. Here’s the code: function bhaskaraP(ab, bb, cb) { var Mb = bb * -1 var…
-
3
votes1
answer107
viewsQ: How do I move a div vertically using pure JS?
I was able to move horizontally using buttons(),and the onlcik method , but when I try to do the same vertically using .style.bottom or .style.top and tried to change the increment but the position…
javascriptasked 0000FFcar 121 -
-1
votes2
answers48
viewsQ: My <img> tag does not respond to my css settings
I was trying to learn HTML, until my image didn’t respond with my CSS: img#imagens1{ height: 19.92; width: 19.92; } The image was responding until about five minutes ago: <img…
-
-1
votes1
answer130
viewsQ: C# problem with MAIN and source
I was making a program in visual studio using the C# link until this error came up and I don’t know how to fix it: and the code was this Any suggestions to resolve this?…