Questions tagged as 'web'

1
answer

golang framework gin problems when running govendor fetch

I'm trying the next gin that is a go framework link The installation process takes the following steps: Go get govendor $ go get github.com/kardianos/govendor Create your project folder and cd inside $ mkdir -p $GOPATH/src/...
asked by 22.04.2018 / 22:28
0
answers

Create manifest.appcache for Web

I try to create a manifest for the cache of a web page but I can not generate it and apply it only to the index. I have the html tag so that <html manifest="manifest.appcache"> and my manifest does the following: CACHE MANIFES...
asked by 17.04.2018 / 17:34
0
answers

How to run a sitefinity 9.2 project in a locally installed instance of sitefinity 10?

Good friends, I am having a problem wanting to start a project of sitefinity under version 9.2 . The issue esque I have installed sitefinity 10.0.2 installed on my local machine and I must modify a project made with version 9.2, but w...
asked by 10.04.2018 / 16:34
1
answer

when entering code fill in automatic description

What kind of friends do I have a php from which registers the products in a table but in another table I have loaded the data of the products as they are barcode and name that in the from when entering the barcode it automatically extracts the n...
asked by 02.04.2018 / 00:33
0
answers

I have an error when uploading data to the database

I have a problem when uploading the data, when I register it, it sends me the message that "supposedly" the function execute () returned "true", but when I check my db, nothing of the data appears. I'm using PDO and so I have the codes: contr...
asked by 21.03.2018 / 20:54
2
answers

Create .php files with fopen ()

I'm Trying this: <a href=" <?php $fh = fopen($p['n'].php, 'w') or die("Can't create file"); if($fh) { $code =" <?php //codigo combinado con html nada complejo incluí php para manejar sesiones ?>"; echo fwrite($file,$code); fcl...
asked by 20.03.2018 / 15:19
0
answers

how to point subdomain to VPS windows server

I need to point a subdomain to a Windows Server Vps, and I do not know where to start. At the moment we have a host with a page mipagina.org.ar and we want to point the subdomain autogestion.mipagina.org.ar to one that will be stored in the V...
asked by 23.02.2018 / 23:38
0
answers

Doubt about IIS, links and google Search Console

I have a website called for example: www.pepito.es and I have an SSL certificate. In the IIS administrator, when you add a website, it asks you to establish a series of links to the site. My question is the following. Do I have to put all the...
asked by 09.03.2018 / 10:25
0
answers

How to edit an external iframe?

I have read that you can change the content of an iframe external% by jQuery in the following way: <script> $(document).ready(function () { $('#el_iframe').load(function () { $(this).contents().find("p").c...
asked by 21.02.2018 / 22:48
0
answers

Problem with cache in AngularJS

I'm having serious problems with the AngularJS cache. I have a login screen, in which I load a couple of variables from the controller, depending on the client that accesses, upload a value or another. The problem is that in local and in m...
asked by 23.02.2018 / 08:08