Interesting questions
-
0
votes1
answer345
viewsHow do I know how many pixels a div has height:100%? And how can I subtract a certain value from that total of pixels and apply what’s left to another div
I don’t know for sure how to do this, but in my case I would like to subtract 80 pixels from a div that has height:100%. I saw that it has to take the height of a div, but I would like to do…
jqueryasked 11 years, 7 months ago ivan veloso 2,900 -
-2
votes1
answer298
viewsGet php return in Ajax
I need to take the value of an ajax, after a php fetchAll I am doing a function to calculate the freight of a commodity based on a database of deliveries that I own, already with a predefined value.…
-
4
votes1
answer1116
viewshow to pass data to a php function by ajax url?
People try to give me a force around here, I’ve searched and I can’t find an answer that answers me. Come on! I am working with php classes, I would like to pass data from a form through ajax.…
-
2
votes1
answer219
viewsHow to read the School Census data in R (Enrollment)
I’m having trouble analyzing the 2019 school census data in R. I read some things on other forums and chose to use the ffbase package that deals with very large databases. Using the command below I…
rasked 6 years, 6 months ago user22021995 41 -
0
votes0
answers206
viewsBanner Weather Forecast does not load with HTTPS
When I put the banner code of the site weather forecast (http://www.tempoagora.com.br) on my website that has the HTTPS protocol. Banner does not load. The code that the site generates is this: And…
http-statusasked 11 years, 4 months ago Bruno 1 -
0
votes3
answers336
viewsRepeat loop json php mysql
I get a json via php post, and want to insert the information into a table in mysql database.. json{ { "todos": [{ "nome0": "andre", "cor0": "preta" }, { "nome1": "felipe", "cor1": "azul" }, {…
-
1
votes0
answers183
viewsIdentify corners in Google Maps
I’m developing an Android app that will use maps while the user drives the car. I need to know if it is possible to use the user’s current position and identify the corners near that position. Is it…
-
0
votes1
answer376
viewsShortcut to Console command.Writeline in C#, is there?
I know that in Java there is the command "Sout" and then press Backspace and it already generates the line of code.
-
0
votes1
answer635
viewsFilter problem using class="selectpicker" in filter select,
Good afternoon, could anyone help me with this problem? I have no idea what’s going on.... Next, I have a select that selects the city, and then the following as selected the city, so far so good,…
-
-1
votes1
answer318
viewsHow to give permission to write temporary files in the c windows tmp folder with Laravel 5.4?
I would like you to help me solve this problem: How to give permission to write temporary files in the windows tmp c folder with Laravel 5.4?
-
-3
votes1
answer262
viewsRead Json Angular 9 format
my api returns a json format as follows { "Errors": [], "Result": [ { "CompanyName": "teste inicio", "FantasyName": "inicio" }, { "CompanyName": "teste meio", "FantasyName": "meio" }, {…
angular typescript front-end angularjs-directives angular-materialasked 6 years, 1 month ago Thiago Ubiratan 353 -
1
votes1
answer57
viewsHow to create a shorcode with an extensive PHP code?
How I create a shortcode with this code here? When I upload and place the category in the post it loads the groups and attributes. It is a spreadsheet with Profits and Losses based on category,…
wordpressasked 9 years, 3 months ago Mano World 23 -
1
votes1
answer77
viewsMysql - How to get the table name where the result came from?
I have the following mysql code: (SELECT * FROM entrada WHERE idUsuario = "1") UNION (SELECT * FROM saida WHERE idUsuario = "1") It’s all working but I need to know which of the 2 tables the result…
-
1
votes0
answers569
viewsSelenium/Junit - Authentication screen not saved/executed
I’m doing a POC for using Selenium + Junit 4 for functional interface testing in a web tool. The tool in question requires authentication when opening the URL, and the test was saved to the Selenium…
-
0
votes0
answers18
viewsCollapsibles do not work
I’m wearing a framework called SBAdmin, which is nothing more than Bootstrap 4. But by creating the same collapsible that FW provides as an example it does not work in certain cases, The error is in…
-
0
votes1
answer117
viewsWhat way can I validate current time
How could develop routine [code block], in order to treat the text field where to insert the Hours in real time (Current time, resulting at the moment). In case the user tries to add hours past -…
-
0
votes0
answers18
viewshow to take firebase data and put it into a textview?
I want to take the user data registered in Firebase and put them in a Textview, but I’ve tried several ways and none worked. Code of Profile Fragment: public class PerfilFragment extends Fragment {…
-
0
votes2
answers44
viewsRun method in Form1 for form2 change
I’m developing an inventory manager, and the data is being stored in a database. The problem I’m facing is this: when I add a new product for example, I created a "Update list" button (I left it in…
-
2
votes1
answer190
viewsText tagged with <del> or <s>?
In a price list, where there are discounts, I want to "cross out" the original value of a product and show the discounted value, something like: For that I came across the tags <del> and…
-
0
votes1
answer233
viewsHow to loop in jquery once you load the page?
hail personal! I have a drawing of an arrow, and I would like it to move down and up without stopping, from the moment someone loads the page. $(document).each(function() { $('#seta').animate({top:…