All Questions

2
answers

concatenate JS variable in PHP

I have the following code and I need to be able to concatenate the variable data.id as I have it as an example in the text of the label a, since it is a second parameter that receives this route (Working with Laravel) the problem is generated by...
asked on 29.07.2016 / 00:03
1
answer

Problem with charsets in html

I needed to apply a centralized automatic signature on a client. What I did was write an HTML with variables NAME POST ADDRESS etc. Then I copy the files in generic to the team through a GPO and I execute a .vbs that performs the follow...
asked on 27.07.2016 / 12:59
1
answer

How to generate folio with Sqlite android

Good I have a question, I have an app that works with data stored in sqlite is a collection app, I already have all the operation of my app, only that I lack the power to generate folio that when the user applies a payment generates a inte...
asked on 22.07.2016 / 19:47
1
answer

Frames in ionic framework

I am trying to implement frames in my ionic application, what I want is to show on the top data or information of a user and in the remaining part show a page that consumes webservices. (in this case if there is no Internet, a connection error m...
asked on 25.07.2016 / 04:14
2
answers

How to remove the white flash when changing gifs

Ok, here is this fiddle taken from this question . As you can see, when the change is made between the two gifs, there is a kind of white flash. Is there any way to eliminate this?     
asked on 27.07.2016 / 20:04
1
answer

Show result in textbox linq vb.net

This is my query you want to know how to pass each field to the textbox Dim query = From Q In Ejecutarconsulta("Select * from secreg where tabla='" _ + tabla.Trim() + "' and codempresa='01'" ).A...
asked on 24.07.2016 / 17:45
1
answer

Error when parsing JSON

I have a problem parsing a JSON, reusing source code I had: protected Boolean doInBackground(final String...args) { String datos = leeJSon(this.ruta); Log.d("1", datos); try { JSONObject jsonObject = new JSONObject(datos);...
asked on 16.06.2016 / 15:25
1
answer

Error accessing virtual host in xampp

I have created a virtual host with Apache and XAMPP. Locally I can access, but if I try to enter from another computer and in the same network does not access. <VirtualHost *:80> DocumentRoot "C:/xampp/htdocs/project" ServerName d...
asked on 17.06.2016 / 15:04
1
answer

Problem when showing Html element from Javascript

I have a table in HTML and I want to show and hide a label label that is inside a when a check is selected, by default the label is hidden, the problem is that if I put the css code in a separate file JavaScript It shows me the label label, but...
asked on 19.06.2016 / 09:19
2
answers

average latitudes and longitudes + python

Good morning. I have a vector with 17000 latitudes and another with 17000 lengths. Or if the same, in a vector of ordered parts [lat, lon] The idea would be that all points within an area are unified. That is, suppose we divide the map into c...
asked on 16.06.2016 / 17:41