Posts by Pegasus • 91 points
7 posts
-
0
votes1
answer139
viewsA: How to slide text inside an input in Hover?
If I understood correctly I could use a text-align:right and a transition:0.3s ease to slide the text. Place this setting in :Hover
-
0
votes0
answers179
viewsQ: Spring Web MVC - Controller not working
I’m trying to make a basic application, with a controller that sends a message to the screen and puts CSS into the project, but either CSS works or the controller. Follow the codes: 1) Netbeans…
-
0
votes3
answers2147
viewsA: Detect window resolution change
//recarrega a pagina se mudar a resolução. $( window ).resize(function() { document.location.reload(); });//
-
2
votes3
answers2147
viewsQ: Detect window resolution change
I need that when the user resizes the window, I can detect so I can send the page to give a refresh.
-
4
votes2
answers10928
viewsQ: Command to create site shortcut on smartphone?
Ask the user to create an icon of my website on your smartphone’s home screen. I need when the user enters the site to receive a notification to create the icon. I need to know the command that does…
-
1
votes2
answers1176
views -
2
votes2
answers6591
viewsQ: Error trying to establish connection between SQL Server 2014 and Visual Studio
I’m having problems connecting Visual Studio 2010 [c#] with Sql server 2014. I followed some tutorials but did not succeed. Why is such a mistake happening?…