Questions tagged as 'html'

1
answer

Are there "favorite" HTML text editing tags by google search robots?

I decided to rewrite some 300 files that I will use in a project, as they were originally written directly in google docs, and when saved as HTML, and seo ). So what I would like to know is whether there really is a difference in the use of...
asked by 30.06.2015 / 03:04
4
answers

Search name file uploaded by json

I'm using a tool to crop an image sent by the user. When the crop is done, the file is saved in the folder and sends the response by json_encode . ItturnsoutthatIwanttograbonthe"name_file" returned by json, and save it in DB when I'm s...
asked by 07.10.2015 / 11:22
1
answer

Relative sidebar in responsive layout

Solved, look at my answer * I asked this question in the gringas, but I do not think I could express myself well there. Question there: link I have my header and below I have the content. The content is basically composed of two divs...
asked by 27.08.2014 / 02:51
0
answers

How was Microsoft able to customize the tab title style? [closed]

Looking at new Microsoft page for Windows 10 , at least on Ubuntu 14 / Chrome 43 , I noticed that the size of the source of the flap was bigger than the source of the other open flaps. In Firefox 38, this does not happen. "Win feature...
asked by 03.06.2015 / 14:52
3
answers

I need an explanation of what a code I do not understand does

I need to make a change to a code and found this: <?=(((++$i % 2) == 1) ? 'class="colored"' : '')?> What does this code do?     
asked by 16.11.2015 / 14:21
4
answers

mount a regular expression

I would like some help from you to put together an expression to check if there are more than 3 bars inside a url in javascript. example: link , this one it does not catch. link , This one it catches. I will use the expression in the test () m...
asked by 13.10.2015 / 06:29
2
answers

Edit the 'style' of the external 'div' tag of a box in Shiny

I'm developing an app in Shiny of R, and I'm having trouble editing the tag outside of a box. When I run the command: box( title = 'Teste', width = 4 ) The corresponding HTML it creates is: <div class="col-sm-4"> <div cl...
asked by 23.01.2017 / 22:04
3
answers

Is it possible to load alternative .css links in case the primary link is not working?

It's not a problem, but a question that can solve many of my problems. Let's say I upload this CSS file to my site: <link href='http://host-1.com/style.css' rel='stylesheet' type='text/css'/> But if host-1.com is offline? Is ther...
asked by 07.01.2017 / 20:41
5
answers

Run script js when trying to close the window

I have a form that is a popup (overlapping div) <div class="bloco-newsletter" style="background-image: url(http://bhpump.izap.ws/plus/imggen/imageChangeColor/005873/bg-newsletter.png)"> <div class="newsletter-title">NEWSLETTER...
asked by 07.01.2016 / 21:47
2
answers

How to create a toggle button on and toggle off?

I have seen that in some registers, they are using the toggle button a lot. Would anyone know how to do this?     
asked by 30.10.2016 / 18:40