All Questions

1
answer

Jquery Ajax Post (onchange infinite loop)

Good people I have the following problem: I have a dropdownList that depending on its value brings me by ajax a different form with its respective button, until there works well. <div id="contformularios1"> </di...
asked on 27.01.2016 / 15:49
3
answers

Forbidden, error 403 with Apache / 2.4.6

I am configuring Apache / 2.4.6 on a Centos 7 server. I have created a virtual host in the following way: <VirtualHost {IP}:80-> ServerAdmin admin@localhost DocumentRoot /home/monkey/site/public ServerName www.monkey.net:80...
asked on 29.01.2016 / 02:46
1
answer

Show response from an Http.get in Angular2

I am trying to learn Typescript and Angular2 . What I do is consult a public service when I click and print the note, but I'm getting the following error: Cannot read property 'quotes' of undefined in [{{quote.contents.quotes.quot...
asked on 31.01.2016 / 16:43
1
answer

Disable days in a datepicker if records already exist

I'm making a system where patients can request appointments online. At the moment I have a datepicker in my code as follows <script> $( function() { $.datepicker.setDefaults($.datepicker.regional["e...
asked on 07.08.2017 / 07:04
1
answer

Problem with GEO activated and without Lat or Long in Tweet's with Tweepy and Python

I think in the question I said everything. I use Python 3.5, Tweepy and after a search (search) of tweets through a keyword, I see that many have the GEO active but I can not access Lat and Lng using Tweepy. Does anyon...
asked on 21.02.2016 / 17:41
2
answers

How to create multiple CSV files from web service execution

In my program that calls certain web services, I would like that in the final result different CSV files will be created depending on whether the ProjectID is different In the following code, in the array filter of projectIDs , i...
asked on 04.03.2016 / 20:27
1
answer

Automate permission change tasks

I'm trying to find how to make a script to automate permission changes and then program it with cron. I have created a directory in / home with a group and certain permissions, and I have added the users to that group. As you know, if user...
asked on 22.01.2016 / 00:36
2
answers

Use custom user fields in the list of users in WordPress

I have installed a plugin in wordpress that allows inserting registration forms for users with custom fields (in my case, "Company" and "CIF") The insertion of data is done correctly, but I also want to show them in the users section as in th...
asked on 02.02.2016 / 20:07
3
answers

Conflict between GridViewScroll and Loading image in ASP.NET WebForms

I currently develop in asp.net c# , html5 , javascript , css . I'm honestly not very good at javascript and I try to resolve issues by researching. Well, I have an aspx page, which shows a grid, but this grid has fr...
asked on 28.01.2016 / 17:00
2
answers

Delphi - Center a label in a form at a certain height

Very good, I have the following problem: I'm trying to create a simple runtime form where TLabel is displayed, and I need them to be centered and at a certain height each. I have been able to center them correctly using TLabel.Align...
asked on 08.02.2016 / 16:22