Posts by Robert Junio • 49 points
6 posts
-
1
votes1
answer48
viewsQ: Change site color with jquery
Is there any way to change the color of the entire site with jquery? type, I have a site that its default color is purple but only a few parts, and I wanted to change these parts according to the…
jqueryasked Robert Junio 49 -
1
votes1
answer75
viewsQ: circle with several bars with jquery and css
I’m trying to create a circle with bars inside that accompanies the edge of the circle, I’m hours breaking head with this. Here’s the code I took all day to make, but that’s not it yet,…
-
0
votes3
answers2936
viewsQ: Check last record of an sql table
Good guys, next ... I’m trying to get the last record of a table with an id SELECT * FROM tabela WHERE id = ? ORDER BY id DESC LIMIT 1 Except he’s not returning the last record, he’s going through…
-
1
votes2
answers819
viewsQ: Do not apply filter css to child element
I want to do a modal window, but I wanted to do something different, something out of the pattern opacity. I wanted to wear a filter: blur();, but I wanted to do in tag body and would take all the…
css3asked Robert Junio 49 -
1
votes0
answers48
viewsQ: remote_attr returns an incomplete IP, how to resolve?
I’m making a login system, and time to search the ip with $_SERVER['remote_addr'] ip comes like this : " ::1 " Can anyone explain to me why? It will be my machine?…
phpasked Robert Junio 49 -
-1
votes1
answer51
viewsQ: Select with most messaging users
I’m making a system and I have to know which user sent the most messages. My tables are more or less like this: User id|nome|sobrenome|email| ... Messages id|uid|nome|email|assunto|msg| ... I just…