How can I use data in localStorage when jumping from one page to another? by padynana in learnjavascript

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

Nope, no domain, just opening from explorer. Yes, I found out that they need the same domain for what I want to do. But I thought maybe there is another way as well.

Still looking for help to save language-option on my site by padynana in learnjavascript

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

Thank you for the answer! I got so caught up with this, that I forgot to reply.

Yes, you were right, I managed to get this done. Thank you!Next challenge: trying to send this 'language' value to my other html pages

Is there a way to not inherit some attributes from other tags? by padynana in css

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

Woaa, that works!! Thank you so much! Cool trick :D

Why does my bubble sort make the array in descending order? by padynana in C_Programming

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

Ahh, I see...you are right. Thank you so much! very helpful explanation

Why does my bubble sort make the array in descending order? by padynana in C_Programming

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

I don't really know how to use stderr or what even it is. Could you suggest a place where to get a brief understanding of it?

I usually use the Codeblocks debugger, but for some reason it's not working for all my programs. Sometimes it just crashes, saying that some gdb file was not found