Posts by Jorge Luiz • 61 points
3 posts
-
0
votes1
answer16
viewsQ: How to link pages Word Press Theme Creation
I’m starting to create themes with wordpress, and do not know how to make the pages that I create in the panel appeared in my theme through the menu, the menu I managed to add through functions in…
-
-1
votes1
answer26
viewsQ: Javascript Does not recognize the dimensions
This was to generate a green square on the screen, but nothing appears... if I put some word inside the span it appears with the green background, but not in the size I set in the script. Somebody…
javascriptasked Jorge Luiz 61 -
6
votes2
answers3155
viewsQ: How does Python overload polymorphism work?
I recently learned POO in Java and am now learning in Python. There is overload polymorphism (implement methods with equal names in the same class, which depending on the parameters you deliver to…