Posts by Túlio Moreira • 54 points
6 posts
-
0
votes1
answer31
viewsQ: Refreshall crashes VBA execution
Hi, I looked, but I couldn’t find anything similar to my problem. I work in a company where we have some reports, in a remote terminal, which have queries to databases, after the query always…
-
-1
votes1
answer40
viewsQ: SQL performance when dividing results into categories
I have a bank with all the products of my store, I want to list the products by categories but I do not know what is the most efficient way to do this, because it is a big bank. It would be better…
-
1
votes2
answers77
viewsA: Scroll through text and link word - Jquery
You can use .replace to find the word and manipulate it. var texto = $('p').text().replace('burrinho', '<strong>burrinho</strong>').replace('passear',…
-
1
votes2
answers267
viewsA: @keyframes does not work
So that the class keep the animation properties just add the property animation-fill-mode and choose the necessary value. Values None The animation will not apply any style to the target when it is…
-
0
votes0
answers38
viewsQ: PHP ignoring if and giving ERR_TOO_MANY_REDIRECTS
Hello, I develop a program for the store I work and when we order to open a coupon, it checks to see if it is opening an existing coupon (with the variable $_GET['cupom']) or if it is a new coupon.…
-
1
votes1
answer72
viewsQ: Function going into loop for no reason
I have a script to increment a value in a input multiplication when + or - is pressed. It is working as expected as long as it is not phocus in the input multiplication. At each phocus in the input…