All Questions

2
answers

CSS - Fit image between text

I have the following code: p{ border-right: 2px solid lightgray; border-bottom: 2px solid lightgray; padding-right: 5px; padding-bottom: 5px; margin: 10px 0; height: auto; } <p><img src="https://lh4.ggpht.com/wKrDL...
asked on 10.01.2017 / 20:06
2
answers

Refresh Without Reload Page

I am using DataTable which I have put some buttons that are not own DataTable but buttons of BootStrap. The question is: How to reload / update that table or delete that row from the table when I press the delete button without having to use a w...
asked on 04.01.2017 / 15:14
2
answers

Change style angular-cli component

How can I change the style to a component, using angular material, I am making the change to the directive directly, but do not take it ...? home.component.html <md-card> <app-home></app-home> </md-card>...
asked on 31.12.2016 / 02:30
2
answers

Query in Access with a While cycle

Good morning. I have a problem, I would like to select data from my database in Access with a range of dates and a specific name. How can I do it? My thought is with While but it does not work for me. select * from Registro While...
asked on 23.12.2016 / 16:00
2
answers

Accept any character minus $% & | # with RegEx

I am something new in web programming and with Regular Expressions (RegEX) . How to allow my TextArea to accept any character except these $%&|<># ? I'm trying this with my TMForm.js . regula.custom({ name:'Special'...
asked on 10.01.2017 / 15:20
3
answers

Validate a text field within two div

How could you validate a form? I already tried this and nothing. HTML <form class="login-form"> <h1>Login</h1> <br> <div class="form-group"> <input type="text" class="form-control" p...
asked on 15.08.2016 / 02:16
2
answers

ngRoute: Temporary template for 5 seconds when accessing a route with id

How can I make a template display temporarily for 5 seconds when accessing a specific path with id -The path with id already has its own template-, after 5 seconds the template that should have been shown originally in the route? I searched ever...
asked on 01.08.2016 / 21:48
2
answers

hook pulls me out of the loop while it helps

Hello, someone can help me with this, they told me, but I do not know how to solve it yet: Client: import socket import pyHook,pythoncom,sys,logging import threading servidor = "127.0.0.1" puerto = 39421 def OnKeyboardEvent(event): try:...
asked on 07.08.2016 / 17:02
1
answer

How would you animate the hamburger menu that comes by default in boostrap?

How could I do to show an animation of the hamburger menu in boostrap that shows me an x when displaying the menu and not the typical hamburger menu: When the menu is opened, the icon is changed to an X and when I click on the x the menu is c...
asked on 05.08.2016 / 17:27
1
answer

PHP - echo with content that has double quote and single quote

What is the correct way to do the following echo in PHP echo '<img class="imgfit img" src="img/evento/3-thumb.jpg" onclick="window.location.href="img/evento/3.jpg"" style="border-radius:0;" alt="">'; The dilemma I have is that when us...
asked on 29.07.2016 / 20:49