All Questions

1
answer

Copy files and directories with gulp.js

I am using the gulp.js task manager in my AngularJS and Django project. Due to the configuration of my git repository, the static directory, called assets is not controlled, so I have a directory, sources , where the source fil...
asked on 09.02.2016 / 03:08
2
answers

Javascript FileReader

I have the following code: <input type="file" id="files" name="files[]" multiple /> <output id="list"></output> <script> function handleFileSelect(evt) { var files = evt.target.files; // FileList object //...
asked on 25.02.2016 / 21:16
1
answer

Structure for project in Django [closed]

What is the recommended structure to create a project? /proyecto /app01 /app02 manage.py I have 3 doubts: Is an application (app) considered a module in the project? What is a module in Django? What is an application on Django?
asked on 17.02.2016 / 04:52
1
answer

immutable div within a div content-editable

Approach I would like to make a div that would be totally unmodifiable , preferably, inseleccionable and unfocusable even if it is within an element that have the contentEditable attribute enabled. Note: I can not choose...
asked on 18.02.2016 / 19:59
1
answer

Do not allow access to defaultUrl in web.config file

I have a web application that has loginUrl="Index.aspx" and% defaultUrl="list.aspx" . This works well, because once I have the Index.aspx and I hope the user identifies, I get the page list.aspx . The problem is t...
asked on 08.02.2016 / 19:11
1
answer

Input type range does not show range

I am creating a form whose content consists of having some input of type range. However, the corresponding ranges are not shown and besides that, I would like to know how I can have two sliders instead of one, similar to this one, for example:...
asked on 15.02.2016 / 09:23
1
answer

Start automated test selenium WebDriver Chrome

I am trying to start a test in Chrome with Selenium WebDriver but it does not progress from WebDriver driver = new ChromeDriver(); I am using maven version of Chrome Driver Selenium: <dependency> <groupId>org....
asked on 17.02.2016 / 23:26
1
answer

Unparseable date: JAVA SQL

Checking that all the data are filled in in the form to be able to continue with the application, I find the following error: ene 08, 2017 9:14:27 PM interfaz.Alta_vehiculo button_OKActionPerformed GRAVE: null java.text.ParseException: Unparse...
asked on 08.01.2017 / 21:17
2
answers

Advantages of organizing dependencies using Node.js / npm

I would like to know what the advantages and disadvantages are (if they are clear), to use Node.js to download the modules, dependencies or packages , from the libraries and frameworks what we will use to develop. To solve my doubts I have a...
asked on 14.02.2016 / 00:37
2
answers

SecurityException Permission Denial when accessing contacts

I want to show contacts in the calendar but the application closes instantly. I do not know where the error is: public class Main extends ListActivity { TextView txt; ListView list; @Override protected void onCreate(Bundle sa...
asked on 07.01.2017 / 09:05