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...
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...
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...
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...
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...
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...
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...
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...
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...
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...