All Questions

1
answer

How to add the amount of a product, if the product is repeated when it is added to an HTML table with JavaScript?

I have a table where I add products with quantity and price, and when a product is repeated, I must add the amount of the product that is in the table plus the quantity of the product that is being added. I have a code that does that to me, but...
asked on 26.05.2017 / 12:28
1
answer

Is there an equivalent to cin.clear () and cin.ignore () in Java?

I have a method that helps me to validate variables int , but when I pass them from C ++ to Java the ignore and clear methods do not work for me. Is there any equivalent to those functions in Java ? int ValidaInt(){...
asked on 14.05.2017 / 00:23
2
answers

Problem with messages sent by PHPMailer fall in SPAM in hotmail

We use a PHPMailer script on a server with Centos 7.0 and Postfix to send emails. Our server has an Open DKIM key and has an SPF record. When we send messages one by one they arrive without problems, but when using the script they al...
asked on 09.05.2017 / 15:40
2
answers

Fill selectoption with titles stored in a database

I have a <select> and I want it to show titles that are stored in a database. I have found several forms but none has been useful. If someone can guide me, I would appreciate it: D This is what I have in my application of c # &...
asked on 25.05.2017 / 14:56
1
answer

PHP SOAP-ERROR: Parsing WSDL: Could not load

How are you? I am making a connection to a Webservice server. Through PHP To perform a test use SOAP-UI and the service responds correctly, but when making the connection with PHP I get the error    SOAP-ERROR: Parsing WSDL: Could not l...
asked on 14.05.2017 / 19:34
1
answer

Elements on top of map google maps (Native) Ionic 2

When placing an HTML element on top of the Google Maps using Ionic 2, I can not click on those elements, it's as if the element is not there and the click is on the map.     
asked on 01.03.2017 / 23:53
1
answer

Obtain a customized map by parts

I need to obtain a grid of images from Google Maps (static maps API) with certain characteristics, which would be: No label or poster. All black buildings ( 0x000000 ). All roads, highways, highways, ..., white ( 0xffffff )....
asked on 07.02.2017 / 15:05
3
answers

Advanced search and mysql query

Good morning, I have a problem when it comes to making a query, since it does not return the desired result. The conditions for the consultations are marked by the user with a form similar to this one: And this is the scheme of the tabl...
asked on 17.05.2017 / 09:42
2
answers

Read HTML from a WebBrowser

I have a Form with a WebBrowser, two text boxes (1 and 2) and a button. In the text box 1 I enter a URL, press the button and execute: private void button1_Click(object sender, EventArgs e) { Uri myUri = new Uri(textBox1.Text); webBrow...
asked on 04.02.2017 / 12:48
1
answer

Hide my OLEDB connectionstring in Excel

I need to hide the password or the entire connection string to outsiders who use a certain template in Excel 2010. To create the connection, I follow the following steps in Excel: "Data" tab Option - "From other sources" Option - "Fro...
asked on 28.02.2017 / 21:06