Questions tagged as 'html'

1
answer

Redirect HTTP to HTTPS in .htaccess with Let's Encrypt

I can not in any way test if my address is on https when let's encrypt is installed ... Could some charitable soul help me redirect to https? I have installed on my hosting UOLHost (Platform: Linux, Apache: Version 2.4) let's encrypt ... A...
asked by 30.05.2017 / 01:08
1
answer

How to do multiple image uploads with Rails 3?

I created a scaffold with the name "property", I need to add images next to it preferably in a different model referencing (1 property can have many images), where the user can select more than an image. The idea would be to create a button...
asked by 21.02.2014 / 13:39
2
answers

Position of blocks in Bootstrap

Hello, I'm trying to make a template in bootstrap (due to its responsiveness) but I'm stuck in a situation that I can not find output without using javascript (which would be awful in my case). I need the template to stay on large screens lik...
asked by 17.03.2014 / 07:25
1
answer

How to remove this automatic slide from blog posts?

BLOG: link I want to take this slide out of the posts, but if I remove some tag from the scripts, related to the slide images, all the photos are gone ... I reduced the blog as much as I could and all the javascripts present when they were...
asked by 24.03.2016 / 13:43
1
answer

Send data to upload images through ajax

<script type="text/javascript"> $(function(){ $("#oformulario").submit(function(e){ e.preventDefault(); var nome = $("#nome").val(); var email = $("#email").val(); var obs = $("#obs").val();...
asked by 20.08.2014 / 23:54
3
answers

Is it possible to assemble standard layout for HTML pages?

If I have two pages: pagina1.html and pagina2.html , which are very similar, can I use a layout.html page to determine common elements of each page? Also avoid repetition of tags as it happens in projects Asp.Net MVC,...
asked by 05.06.2015 / 04:54
1
answer

Menu with side banners [closed]

I've been working on a project that requires the implementation of an application that takes advantage of the white spaces so that banners can be posted. I read with a structure already determined and several times I have problems of implantatio...
asked by 13.10.2014 / 18:40
1
answer

Creating graphs with JSON and Highcharts [closed]

I'm trying to use a simple example provided by Highcharts for creating a chart, but I'm not succeeding. HTML <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">...
asked by 09.12.2014 / 13:57
2
answers

Affix in a dynamic sidebar [duplicate]

I have a Bootstrap layout with a sidebar on the right that accompanies the scroll, within div[role=main] . My layout: Mycode:<headerclass="container"> <div class="row"> <div class="col-sm-12">Header<...
asked by 23.12.2014 / 20:01
1
answer

Capture screen return from OLT CIANET device with PHP

I am trying to capture data from a OLT CIANET via Telnet or SSH and I have not been successful, I want to know in which slot / pon the ONU is connected, the command to display the ONUs I use is: show port epon ".$slot."/1-4 onu mac ".$mac." ep...
asked by 26.05.2014 / 14:42