All Questions

1
answer

Woo commerce change a single product link

By default, WooCommerce creates a link in both the image and the product title when it is created, which takes you to its own page. My intention is to change this link to take the client to another page where you can add designs to that product....
asked on 12.05.2016 / 13:37
2
answers

Failed to communicate child driver with its parent driver

I am creating my first application with AngularJS, and I have an error that I have not found a solution for. The problem is that at the moment of generating the values in the form, the table does not show them. This is the html code: <!D...
asked on 12.05.2016 / 07:35
4
answers

For nested in python

Good, I have a list and I want to iterate on it, and then inside that for iterate on the same list from the next value I read until the end. In a Java-like programming style it would be: int[10] array; for (int i=0; i < array.le...
asked on 08.05.2016 / 15:01
2
answers

SQL Sort by ID and value in 2 different tables

Currently I need to make a query to 2 tables where the data have several equal columns. The problem is that the ordering must be done based on how the order of table A is structured, but at the same time taking the value of the ValueOrder column...
asked on 05.05.2016 / 20:46
3
answers

identify items in combobox in c # and xaml?

I have this combobox in XAML: <ComboBox x:Name="Tempos" HorizontalAlignment="Left" Height="55" Margin="90,216,0,0" VerticalAlignment="Top" Width="205" SelectionChang...
asked on 15.05.2016 / 00:30
1
answer

Doubt with strcmp in C

I want to make a function to modify a name, password or email, of a user comparing the nick that was already entered in previous steps, but I always get into the Else and I do not understand why ... void modificarUsuarios(sUsuario input[],int...
asked on 06.05.2016 / 14:23
3
answers

Create a ModelBinder for KeyValuePairTKey, TValue

The default ModelBinder of ASP.NET MVC is not able to bind the data with variables of type KeyValuePair. This is due to the way it has to link the complex types: first it creates a new instance of the object through a constructor without argumen...
asked on 12.05.2016 / 10:52
2
answers

How to put a visual effect when clicking on an ImageButton on Android

I would like to get the same effect as a "Button" by clicking on an "ImageButton" thanks in advance.     
asked on 01.08.2016 / 23:16
1
answer

Async crashes when asking entity framework query

I have an aspx project in the use of the repository, generic, and I am starting to use the async methods that the entity framework offers to interact with the database, when trying to save a record, it always hangs up and does not advance the co...
asked on 18.05.2016 / 00:27
1
answer

Query socket io in nodejs

I try to send data from a client to an endpoint in nodejs and with socket io graph this in real time on a graph of temperatura vs tiempo . Part of the client: else{ sensors=["Rimac","Cercado"]; for (sensor in sensors){ var dat...
asked on 06.07.2016 / 09:22