Posts by Rafaela Lopes • 329 points
13 posts
-
2
votes2
answers37
viewsA: Navbar does not hide the div title when item is clicked
Registering as an answer in case someone has the same problem. Just add: window.addEventListener("hashchange", function() { scrollBy(0, -50) });
-
4
votes2
answers37
viewsQ: Navbar does not hide the div title when item is clicked
How do I make the fixed header not hide the elements? I’m using bootstrap 4 for a navbar. Here, for example, I have a fixed header and some Divs with titles. When I click on an item, it redirects…
-
1
votes4
answers3001
viewsQ: Hide navbar when item is clicked
I am developing a site whose menu is the dropdown navbar of bootstrap 4. When I view the site on a smaller screen, the Nav is replaced by the burger button and is only "activated" when this button…
-
0
votes2
answers231
viewsQ: Animation zoomIn is flashing with mouseenter
I’m using Animate.css to zoom in on an image. The idea is that the animation only works with the Hover/mouseenter, that is, when the user hovers over it. When I use any animation other than zoomIn,…
-
1
votes0
answers25
viewsQ: header, side menu and footer on all pages
How to use the same footer, side menu and header on all pages of my site? For header and footer, I tried the following: <html> <head> <script…
-
0
votes2
answers317
viewsQ: Enable Animate.css only when object is clicked
How to add the animation effect only when the object is clicked? I’m already using animations with Animate.css, but I’d like the effect to start only when I click above. How to do this?
-
1
votes4
answers12289
viewsQ: Indent HTML code in Notepad++
How do you indent HTML code in Notepad++? I’ve saved the file as .html and indentation is not being automatic. Each enter, instead of adding a space (tab), it is going down a line as if it were a…
-
1
votes1
answer7108
viewsQ: Convert decimal to binary in Scratch
Isn’t displaying the result on the screen? I tried to convert decimal number to binary in Scratch, but it’s not working. Can anyone see what the error is?…
-
0
votes0
answers129
viewsQ: Dynamic listview with checkbox
How to add checkboxes to items in a dynamic list? I’m developing a school attendance app and this is my class to add students: public class AddAluno extends AppCompatActivity { BancoAlunos…
-
1
votes1
answer38
viewsQ: Error trying to open map with path disabled
So far, the goal of this application is, when opening, locate the user and display some points already mapped. When the app opens (location disabled or not), it asks if the user allows him to use…
-
2
votes1
answer266
viewsQ: Login error when trying to upload project from Android Studio to Github by IDE
I tried to upload my project from Android Studio to Github, but it is giving login error. I confirmed my login and password and are correct. Does anyone know how to fix it? I Googled and I couldn’t…
-
4
votes3
answers2405
viewsQ: Is it possible to export the source code of an Android Studio project? How?
I developed an application in Android Studio that is now available in Google Play. As it was a project that I used as my TCC theme, the university needs the PDF source code. How I extract the code…
-
0
votes2
answers572
viewsA: Manipulating strings in Python
Remembering that single- or double-quote characters form strings, so if you wrote each item between single-quote quotes, each item will be a different string. If you want to use another format…
pythonanswered Rafaela Lopes 329