All Questions

3
answers

Divide a list into two columns without affecting other lists within it

Hi, I have problems dividing a list into two columns without affecting others that are inside them, the list is something like this: <ul id="rtl_func"> <li class="list_root" id="f_0">Tipos de Datos <ul id="c_0">...
asked on 29.03.2016 / 15:30
1
answer

jQuery Autocomplete in CodeIgniter, unable to resolve

Good If I autocomplete , but I want to save the value of the code, id and descripcion in the corresponding fields, I see that console.log shows {label: "3321", value: "3321"} , which values is the code you select, as it woul...
asked on 23.03.2016 / 03:07
1
answer

reports RDLC in c #

I need to add two RDLC reports in a single control of ReportViewer in pure code, someone knows how to do it, since after I generate a PDF and I want the two reports to have that PDF, I have it now with just one RDLC: ReportViewer viewer = new...
asked on 16.03.2016 / 18:26
1
answer

Implement Map Globo Rajawali in a fragment Andriod

Good morning, I have problems with incorporating the earth map in an android fragment From an activity it is done in this way: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setConten...
asked on 17.03.2016 / 18:18
1
answer

Facebook login web javascript

I have a problem and it took a couple of days without finding a solution, I want to put the facebook login button on my website and I have managed to get the email but only in the development phase when I put the application in real no longer ca...
asked on 21.03.2016 / 14:27
1
answer

Convert web.config to .htaccess

I would like to convert this web.config <rule name="cambiarPass" stopProcessing="true"> <match url="^cambiarPass/" /> <action type="Rewrite" url="modulos/cambiarPass/controller.php" appendQueryString="false" /> </rule>...
asked on 28.03.2016 / 13:41
2
answers

jquery function runs first than the DOM

I am working with AngularJs and I have a code in jQuery that should be executed once the DOM is loaded, but I realized with alert () that .ready appeared before the view was ready and therefore the code could not be run, does not give err...
asked on 22.03.2016 / 01:29
1
answer

Error installing Pillow on ubuntu 15.10 32 bits

The error that throws me is the following: $ pip install pillow Failed building wheel for pillow ... error: command 'i686-linux-gnu-gcc' failed with exit status 1 ...     
asked on 13.04.2016 / 07:16
3
answers

Memory error when importing data in MySQL from an Excel excel file

This is receiving the following error: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2 bytes) in C:\xampp\htdocs\servisa\Excel\reader.php on line 482 I have to read a very large Excel file (13 mb, 9...
asked on 11.04.2016 / 22:18
1
answer

How to make a progress bar 0 to 100?

I wanted to know how to create that screen that applications have when they open and load , in some a logo appears, in others a bar appears that is loaded from 0 to 100. and then the app appears What is the name of that type of activity and...
asked on 09.04.2016 / 00:14