Posts by Patrique • 454 points
16 posts
-
0
votes2
answers33
viewsQ: Query SQL listing shopkeepers by id and status
Personal I have a table where I list purchases of customers, in this table I have information as the id of the shopkeeper and the status of the order, this status goes from 0 to 6, however I would…
-
-4
votes1
answer30
viewsQ: Blink on the background and color of the text
Speak people, I have the following code to make a Blink effect in a div, I’m able to change the color of the background of the div from half to half a second, but I need to change the color of the…
-
-1
votes2
answers31
viewsQ: Link inside a div with onclick
I have a div that when clicked displays an Alert to the user, but within this div there is also a link that when clicked directs the user to another page, more when I click on this link it displays…
-
0
votes2
answers460
viewsQ: Position of arrow in select
I have the following code to mount a select input[type=text], input[type=datetime-local], input[type=number], select { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border:…
-
0
votes1
answer29
viewsQ: Contador Regresso
I have an accountant but I would like to adapt it to count back, currently it counts from 1 to 30, but I would like it in reverse... ie, from 30 to 1. var time = 30; var initialOffset = '149'; var i…
javascriptasked Patrique 454 -
5
votes2
answers123
viewsQ: Accentuation using regex
I have the following function for name normalization function normalizaNome(nome) { var palavras = nome.match(/\b\w+\b/g), preps = ["de", "da", "do", "das", "dos"]; return palavras.map(function(e,i)…
-
0
votes1
answer25
viewsQ: Compare if dates are in the period
I need to know from the user’s birth date, if he was born in the period of the military dictatorship. The military period in Brazil began on 04/01/1964 and ended on 03/15/1985, and all who were born…
-
1
votes1
answer340
viewsQ: Minifcar. JS and CSS files in bulk
Guys, I wonder if you know any tool capable of minifying files on js and css in bulk, are several files in a main folder spread in hundreds of subfolders, I am using Node.js where I have several…
-
3
votes3
answers3438
viewsQ: Select with color palettes
As I can make a select with color palettes inside, I need to select certain colors, but not by name but by palettes that will identify each color, see an example Does anyone know how, a tutorial or…
-
2
votes1
answer82
viewsA: Search records for a given day of the week
Guys got doing some tests here with the following query WHERE WEEKDAY(DATA) = 1 :D
-
1
votes1
answer82
viewsQ: Search records for a given day of the week
Staff I have the following select set temp = Conn.Execute("SELECT * FROM tbl_estacionamento ORDER by id asc") I have a table called date where I record the day of registration of information, I…
-
1
votes0
answers376
views -
4
votes2
answers1297
viewsQ: Retrieve data from another mysql table and quantity
I’m having a lot of doubts about Mysql when I have to use INNER JOIN to retrieve data from other tables. I have 3 tables: MEDIA id, user_id, title, Description COMMENTS id, user_id, media_id,…
-
11
votes3
answers4722
viewsQ: How to create a box with lines on both sides with CSS only
I’m looking for a help from where to start to be able to create a fully css structure as in the image below. I know this may seem very simple, but I can’t get you started.…
-
1
votes0
answers101
viewsQ: Access Android Device Wifi
I am working with Phonegap and I emerged the need to through a link in my app access the wifi settings of my device. Anybody got any ideas there?
-
3
votes1
answer1400
viewsQ: Search registry by date in mysql
Good night, I have records in my table about phases of the moon 4089 Lua nova 1983-05-12 19:26:41 4090 Primeiro Trimestre 1983-05-19 14:18:16 4091 Lua cheia 1983-05-26 18:48:29 4092 Quarto Minguante…