Posts by Thor • 131 points
13 posts
-
0
votes1
answer31
viewsQ: Why are you returning the path of class
I’m making a simple schedule and when I go to print the values shows the class path. Why is this happening? The message the console shows [br.novo.itdd.Person@15db9742, br.novo.itdd.Person@6d06d69c]…
-
2
votes1
answer290
viewsQ: Why does this function not return values
I am doing a more generic function to perform AJAX calls, in which I put the URL that should be searched and the data that it should send, and I wait as return the loaded data. However, I’m not…
-
-1
votes2
answers255
viewsQ: Why is my image passing from my div?
I set a height for my div, with 300px of height and width, but the image is leaving outside my div, but when I use the bootstrap on a card the image is totally right inside the div why it happens ?…
-
1
votes1
answer48
viewsQ: Why can’t I recover the background color with the gift
I’m trying to recover the color of my div but I can’t, I’d like to know why this is happening My code <!DOCTYPE html> <html> <head> <title></title> <meta…
-
0
votes1
answer34
viewsQ: How to use Hover
Wish when I put the mouse on top of the div.caixa alter my div.caixa-titulo, but I could not. My code: <!DOCTYPE html> <html lang="pt-br"> <head> <!-- Meta tags Obrigatórias…
-
1
votes2
answers43
viewsQ: Div doesn’t get 100% height
I am doing the content division, and I put to my box to be 100% tall and she does not stay, I wanted to know why ? It only stays when I put it in px My html <!DOCTYPE html> <html>…
-
0
votes1
answer58
viewsQ: How to effect text as soon as the user scrolls the page
Wanted to put the effect when it user was going down the texts in the div appear going up, here’s a site I wanted to put this function HTML <!DOCTYPE html> <html lang="pt-br">…
-
1
votes2
answers37
viewsQ: Why are my boxes creating height?
In the first box I’m setting 6 inputs, and wanted to know why my other boxes are keeping up with the size of my box that has the 6 inputs. My code: <!DOCTYPE html> <html> <head>…
-
0
votes1
answer43
viewsQ: How to send a form without using a button
Good wanted when the user clicks off the input the form was sent, and also that the page does not reload my php index. <!DOCTYPE html> <html> <head>…
-
1
votes3
answers4467
viewsQ: How to make a scroll bar
I’m making a bunch of cards, and when the screen is big they look normal, but when I cut them down they get small. I wanted to create a scroll bar so that when it was on smaller screens, the size of…
-
0
votes1
answer1516
viewsQ: How to make dynamic chartjs chart with php
I’m making a graph, recovering via ajax, I’m transforming into json, then I convert into array, and I put it on the edge of Abels but the result has nothing to do with what I want My php code…
-
-1
votes1
answer34
viewsQ: how to raise project requirements
Good in my data modeling subject, the teacher said that we have to do a project, and to do the project we should interview a person who wants the production, but I’m doubtful in the questions, what…
software-engineeringasked Thor 131 -
6
votes1
answer2959
viewsQ: What’s the difference between C and C99?
I saw C99 in text and I was curious there is some difference between normal C and C99?