All Questions

2
answers

How do I expect everything to load before running a function?

How can I delay a function, since the checkboxes are generated dynamically in the conventional way in javascript, and only run after the entire page has been rendered and the other javascripts have been executed? I'm trying to use this code:...
asked on 14.08.2015 / 04:05
4
answers

Query using like operator

In a query in the database I enter the keywords, month, and year. I want to get the data according to the key words, the month and the year. For example: the word school on the date 2015-08 . For this, I use the like instead of =...
asked on 14.08.2015 / 16:11
1
answer

Problem with log4j configuration

How do I configure log4j properties? In my application, I'm getting the following message:    log4j: WARN No appenders could be found for logger (org.docx4j.jaxb.Context).       log4j: WARN Please initialize the log4j system properly.      ...
asked on 12.08.2015 / 15:11
1
answer

Put label with two lines in chartjs

I have this chart where I use chartjs and would like to put a label with two lines, \n nor <br/> has worked.     
asked on 17.08.2015 / 17:02
1
answer

VBA / Excel - Subroutines stop while I'm typing

I'm working on a spreadsheet where the user has to type a given text into a cell at a certain time. I want to put a side countdown timer so it goes by checking how much time is still missing. However, when I start typing in the cell, the stopwat...
asked on 23.08.2015 / 00:25
2
answers

IIS error when published application

When I publish my application, the following error appears:    This operation requires IIS integrated pipeline mode.       Description: An unhandled exception occurred during the execution of   the current web request. Please review the stac...
asked on 07.09.2015 / 15:12
2
answers

Make jQuery-Tools handle a team

I use jQuery-Tools to create a custom effect of scroll on a div as in the following example : "use strict"; var id_label_ms = document.getElementById("count_label_ms"); var range = document.getElementById("area"); var...
asked on 21.08.2015 / 17:24
1
answer

Is it a good idea to insert inline SVG files?

I've been stalling on websites and those who use SVG logos often put them in a file separately. This brings up the convenience of when you change the file, on all pages it changes, but you make one more request. Is it a good idea instead of c...
asked on 14.06.2015 / 00:56
1
answer

How to access SDCARD on Android 4.4 (API 19)

I currently have an application running on 100 phones with android 2.3 (set by the client), but they are switching phones to 4.4 and I use sd card to store and then display as a product listing. The problem is in Android 4.4 I can not...
asked on 19.06.2015 / 19:22
1
answer

Ajax wait for request to end

I'm using the script below to feed some fields into a form. When you do a search for the badge, it takes a few seconds to find the value, but if the person gives an "enter," he passes the "Searching ..." values to all fields in the database...
asked on 25.06.2015 / 22:16