Posts by Deny Programador PHP • 53 points
7 posts
-
-2
votes0
answers32
viewsQ: Java database connection codes, do you really understand what is happening or write the code? I write
People speak the truth, when it comes to connecting to the database, you understand right what’s going on? Or just save the codes to type the sql queries as I do? This is very difficult to…
javaasked Deny Programador PHP 53 -
3
votes1
answer282
viewsQ: How to leave bootstrap columns under each other’s collars
<style> #a1 { background-color:#05466f; height:120px; } #a2 { } #a3 { height:303px; background-color:red; margin-top:57px; } #a4 { width:100%; height:51px; background-color:pink;…
-
1
votes3
answers1141
viewsQ: Laravel - How to Page and Give Order By
I have that code: $modeloVideo = ModeloVideo::paginate(10); I want to page for 10 and display order by desc (descending order). How to do this query? I tried so : <?php namespace…
-
0
votes2
answers51
viewsQ: Variable declaration
I do not know what is the subject of this part of Java, but I did not understand it: Carro carro; I know that when declaring the variable we do: String carro; Why is there such a thing Carro? and…
-
-2
votes1
answer71
viewsQ: Data comparison after nextLine java
I’m unable to make my verification structure work, I can’t after typing stop, display the message and the program continue the loop. /* * To change this License header, Choose License Headers in…
javaasked Deny Programador PHP 53 -
-1
votes1
answer586
viewsQ: How not to let image appear in the drag?
You know when you put an image on a website, and when you click on it and you hold it, it’s tiny and you drag it? How to do not let the user drag or save image? Instagram for example you can’t save…
phpasked Deny Programador PHP 53 -
-1
votes3
answers110
viewsQ: How to access img of a JQUERY figure?
I want to get the $(figure img).attr('src'); current, but the editor is saying that this is wrong and will not work. how to make it work? HTML CODE: <figure class="effect-oscar wowload fadeInUp"…
jqueryasked Deny Programador PHP 53