Interesting questions
-
1
votes0
answers81
viewsConflict with JS wordpress
I’m learning how to turn a site into a wordpress theme, but I came across an error that I can’t solve: Some plugins require me to have the HEAD code this code adds the JS of WP, and conflicts with…
-
0
votes1
answer204
viewsConflit FIREBIRD Lock Error
I’m new to the subject of database, so I hope you understand my doubt and lack of knowledge: We use Firebird as SGDB and Ibexpert as a tool for database administration and configuration. Because the…
-
3
votes1
answer390
viewsEnter additional data, from the bank, into the user’s Claims. What is the best time or the right way to do it?
I have some extra information that I need to add to the user’s Claims that are from other tables and classes. Considering the method generated by the ASP.NET MVC template with Identity in the class…
-
2
votes2
answers139
viewsHow to use the svymean() function if I have missings in the observations?
I’m using the function svymean() package Survey but when the data have missings ("Als"), the mean is not calculated. Please, someone knows how to fix this?…
rasked 11 years, 8 months ago Henrique Pizarro 659 -
0
votes2
answers860
viewsOpen select open value with javascript
Good morning, I’m with a request that I can’t find anything like this. When clicking on select, it sends a request for javascript and fills in the data, and when filling in, I need this data to…
-
3
votes2
answers312
viewsOptimizing Imports in python
I have a folder that contains several files with the extension. py and inside each file has a dictionary with the data of the monsters that I need to start. However, the more monsters I create, the…
-
0
votes1
answer47
viewsbecause it shows this message in inspecting elements when I’m making the connection with the database and Asp
Microsoft OLE DB Provider for SQL Server error '80040e14' The name "[email protected]" is not permitted in this context. Valid Expressions are constants, Constant Expressions, and (in some contexts)…
-
5
votes1
answer393
viewsawait does not await execution of the President
I thought I understood how asynchronous function works with await. In my understanding the await was waiting for the resolve of Promise to continue to the following. To test this operation, I…
-
3
votes2
answers439
viewsHow to select data from different tables
How to make a select picking a field from each table? I want to get the text field from 4 different tables, as I should?
-
1
votes0
answers33
viewsFill base view data only once
I have a view base that has a several dropdowns which depend on database values, calling it "base.blade.php". I also have several other views that extend from this base, for example:…
-
2
votes2
answers52
viewsWhen I create a Form deforms the Button
When I create a Form using JS to open at the click of a Button, the text the Button is warped. #openSendForm{ background: #0ebd64; position: absolute; width: 250px; height: 50px; right: 70px; top:…
-
3
votes3
answers1730
viewsChange date format from "yyyy-mm-dd" to "dd/mm/yyyy"
I’m trying to change the shape of a date yyyy-mm-dd for dd/mm/yyyy. I’m using this code: $date = "2019-03-27"; $date1 = new DateTime(date_create_from_format('Y-m-d', $date)->format('d/m/Y'));…
-
0
votes1
answer42
viewsHow to use the rel_canonical tag when two domains point to the same site?
I have two domains exemple.com exemple.tk they point to the same content including all their sub-pages how I use tag rel_canonical ?
htmlasked 10 years, 4 months ago Amadeu Antunes 3,331 -
0
votes2
answers423
viewsHow to disable "full screen" of Html5 video in any browser?
How can I disable full screen in any browser ? Follow the image where there’s a red circle: Some solution ?…
html5-videoasked 9 years, 2 months ago Matheus Miranda 5,375 -
0
votes0
answers51
viewsPassword_bcrypt - PHP
I have a Shell script that generates a password randomly and saves it in pass.txt. In php I have the code below, which opens this pass.txt, takes the password that is in it and generates the Hash…
-
3
votes2
answers154
viewsFind out if particular control is a button
I have the following code that serves to change the color of the buttons that are in a panel: private void mudaCorBotao(Button bt) { foreach(Control b in Panel_esq.Controls) { if (/*[O que devo…
-
1
votes0
answers75
viewsError if project name is not "secsu"
Hello, today I created a project to test with the name "secsu" and it works perfectly, but when I try to change the name(Refactor > Rename) he simply of error. Code: package secsu; import…
-
1
votes0
answers25
viewsJavascript Behavior Driven Design (Behavior Driven) Language Testing
In languages such as PHP and Java, for example, tests follow the concept of unit testing. In the Javascript world they say the approach is a little different and terminology is being disseminated…
-
0
votes0
answers62
viewsSum and Multiply dynamic input
I have this function that multiplies qnt * vlor = subtotal in a dynamic table. But it only does the calculation on the first line. I would also like to pull the total sum so subtotal. I found that…
javascriptasked 7 years, 8 months ago frodrigues 181 -
1
votes1
answer52
viewsWhy do I have to click twice to create an image?
function myCanvas() { var c = document.querySelector('#myCanvas'); var ctx = c.getContext('2d'); var img = new Image(); img.src = 'https://www.w3schools.com/html/img_the_scream.jpg';…
javascriptasked 6 years, 2 months ago Mirian cherbo 95