Questions tagged as 'html'

1
answer

problem uploading file with ftp_put ()

when using function ftp_put() of php to upload file to an ftp, it actually uploads the file, but it arrives without weight, that is 0 B, I attach the code that I am using (it is not problem of permissions of the folder where I'm sending i...
asked by 03.03.2017 / 14:22
1
answer

Hamburger menu How can I make it responsive and correct the problems I have?

My idea is to make a hamburger button with horizontal displacement and that is responsive. I currently have this, I do not have much knowledge, so I would like to know if someone can give me a hand with this menu. I want the menu to open with th...
asked by 28.04.2017 / 22:44
1
answer

Implement DataTables.net

I am implementing DataTables.net but it is not doing the paging, I am working with ASP.NET MVC 5, the code I handle is as follows. @{ ViewBag.Title = "Proveedor"; } <h2>Proveedor</h2> <html xmlns="http://www.w3.org/1999/xhtml"&...
asked by 14.02.2017 / 19:39
2
answers

Space between div

Hi what happens is that I want to put a div below the other but as you can see in the code below it is placed on the one above. What do you recommend for me to put immediately down without leaving any space? #inicio { backgroun...
asked by 12.01.2017 / 04:29
1
answer

Problem with regexp when using. * "

I am using the re module to extract data from a web. Specifically: link But I have a problem, if I do: re.findall('<a href="(.*)"', data) It returns me from the beginning of the href to the end of data. If I do: re.findall('<a...
asked by 08.07.2017 / 08:31
2
answers

How can I get HTML from the following web request?

string html = ""; using (WebClient webClient = new WebClient()) { string address = "https://#.tk/index-post.php"; byte[] postData = Encoding.ASCII.GetBytes("name=wololo"); webClient.Headers[HttpRequestHeader.Accept] = "text/html, app...
asked by 23.10.2016 / 23:11
1
answer

Problems with accents Laravel 5 server

I have this: <html lang="es"> <meta charset="utf-8"> also in config/database I have 'charset' => 'utf8' . Still I have problems with the accents. In the local DB tests the problem is working with the DB of...
asked by 19.10.2016 / 21:10
1
answer

How to pass a variable type counter to a javascript variable to create a graph

I have a problem with my html code using angular js, the fact is that I want to pass a variable called "count" that belongs to the note that a student took in an online test, which accumulates as the Student is having the correct answers. The pr...
asked by 01.04.2017 / 01:40
2
answers

Repeat div element to simulate an infinite slider

Good morning, I would like to know if there is any way to make a slider that is infinite. I currently have a slider with a div that has a linear motion animation that is repeated. <div class="cont-princ-slider">...
asked by 02.02.2017 / 19:21
1
answer

Counter with angular

Greetings. I have an array $scope.mesas = [{ "mesa": "mesa1", "integrantes": [{ "nombre": "Susana Sofia Urrea Sotelo", "mesa": "1", "entradas": "1", "usadas": "0,", "done" : false, }, {...
asked by 24.09.2016 / 15:41