All Questions

2
answers

Error google maps api v2

I'm making an application that contains a map, using the google maps api v2, what the map does is show you your location and the point closest to you, looking at a series of previously saved points. The problem is that I have tried different...
asked on 04.04.2016 / 22:29
2
answers

Create a RecyclerView with horizontal and vertical scrolling at the same time

A few weeks ago I am learning to use the RecyclerView . My main intention to learn how to use it, was that I needed to implement a horizontal list, that is, when turning the device in landscape mode (horizontal) it appeared as follows:...
asked on 04.04.2016 / 16:22
1
answer

Problems using a builder

I am working on a windows forms application, in which I use ninject, the problem is that in the constructor of my userControl I implement to use my CRUD operations. public partial class ucProveedor : UserControl, ICommandAction { private I...
asked on 11.04.2016 / 22:21
1
answer

Validate if the user is of legal age

I have an inconvenient I am doing a web app and they ask me if the user is over 18 years old can register and if no message comes out. The truth of javascript is very little. If you could help me I would really appreciate it, I leave the code of...
asked on 06.04.2016 / 01:06
1
answer

Restart .exe .bat processes in python or django

I wonder: is it possible to restart .exe .bat processes in python or django language? Basically they are running processes in production on remote servers. What is needed is to automate the process by avoiding entering each of them and restar...
asked on 04.04.2016 / 16:52
1
answer

Detect F5 or reload and always send it home. JSF

I need to know if there is any way to identify when a user reloads the page using f5 or update the browser button to schedule an action and that it always redirects to the homepage. I am using a phase listener where I can compare befor...
asked on 24.06.2016 / 13:28
2
answers

Show value $ _SESSION with JavaScript

I'm painting HTML%% of PHP and I need to handle it with JavaScript. html.php <p id="elem" value=" <?php echo $_SESSION['variable']; ?> "></p> The result of this operation is: <p id="elem" value="0"></p>...
asked on 13.04.2016 / 18:59
3
answers

How to get recursively retrieve values from a php array?

I take care to know how to go through a multidimensional array in php and get its values. The arrangement corresponds to a multilevel menu. In the Array of the image I need to extract the ID of the array, and in case an ID is inside a childre...
asked on 24.06.2016 / 04:38
2
answers

Datetime Javascript to Datetime C #

I am trying to send an object by means of a POST request, however I have some problems with one of the attributes of that object (datetime). date = $("#dpkparam").val(); fecha = new Date(date.replace(/(\d{2})-(\d{2})-(\d{4})/, "$2...
asked on 13.04.2016 / 21:40
2
answers

Scrolling effect in a column

I am programming a web page with Bootstrap and on one of the pages I have a two-column structure. On the right I have an image or several and on the left a text that is the description of the image. What I want to achieve is that when I scroll d...
asked on 27.06.2016 / 09:39