Posts by Edenilson Conceição • 109 points
8 posts
-
2
votes1
answer117
viewsQ: How to avoid loading a favicon?
I have a site in wordpress, the problem is that it pulls the site favicon somewhere that I can not find, I checked in all the files of the site and found nothing written favicon, I want to remove…
-
1
votes1
answer79
viewsQ: Java Jfilechooser doubt code
I understood that here I urge the class JFileChooser: JFileChooser arquivo = new JFileChooser(); I take the file object and call the class method JFileChooser(correct me if I’m wrong):…
javaasked Edenilson Conceição 109 -
2
votes1
answer140
viewsQ: How to view jquery in php
How to display in echo jQuery? I tried to do this and it’s not working: public function InsereComentarioNoBanco($ip,$nome,$mensagem,$horario) { echo " <script> $('.nomeClas').hide();…
-
0
votes1
answer1847
viewsQ: How to enable autofocus with jquery in a div?
How to enable autofocus with jquery in a div? I want to autofocus an input as soon as the user does such an action...
jqueryasked Edenilson Conceição 109 -
2
votes1
answer237
viewsA: Easy PHP error starting, Could not load the file"run-devserver.bmp Easy php
The solution I found was: Lower the Ampps. It is also available for the Windows XP;
-
1
votes1
answer237
viewsQ: Easy PHP error starting, Could not load the file"run-devserver.bmp Easy php
I use Windows XP for reasons of my computer being of the year 2011 and in Windows 7 it hangs too much when I try to open the Easy PHP of a mistake that is: Could anyone help? (I can’t change OS)…
-
1
votes2
answers1149
viewsA: How to Put color over the image when passing the mouse?
Doing with jquery: <style> .imagem { background-image:url('https://image.prntscr.com/image/crKy7Cb9SNG2CY91iJAaNw.png'); width:250px; height:250px; } .filtro { display:none;…
-
0
votes2
answers1149
viewsQ: How to Put color over the image when passing the mouse?
Place color over image by hovering mouse? Normal image: Image with black color superimposed: How do you do that?…