Questions tagged as 'html'

1
answer

Center color gradient of Canvas html5

I have the following gradient on canvas. link My question is: Why, if I set the red to 0.5, does it appear in the middle of the bar? How do I get my color to appear right in the center? How does the gradient system work? LOO...
asked by 29.05.2017 / 15:25
3
answers

Problems with php mail ()

This is my code, it seems to be running, but I do not receive any mail, I am running on server with windows, php 5.3 <!doctype html> <html> <head> <title>Pruebas</title> <met...
asked by 25.05.2017 / 22:37
1
answer

How to make an empty .json file that is filled with variable inputs and others (using angularjs)

My problem is this: I try to implement an online test with angular js, I want to use a .json file to store the variables but the problem is that, I want the .json to be empty and to be filled with the inputs of the page, is that possible? Bas...
asked by 01.04.2017 / 23:16
1
answer

how to make this typeface? [closed]

I want to get this type of letter I was trying but I do not know what kind it is @font-face { font-family: "Kimberley"; src: url(http://www.princexml.com/fonts/larabie/ » kimberle.ttf) format("truetype");...
asked by 31.03.2017 / 01:57
2
answers

Keep a POST variable in a URL

I'm making an application in an online system that does not require programming knowledge (just for me) and one of the options you have to create a content is a plugin called Mobile , where you can paste the address of any web page to be displa...
asked by 15.03.2017 / 13:56
1
answer

Display content in the correct category

I'm doing a web with ACF, and I'm having complications in how to create a loop so that a part of the content is only loaded on the page of categories with the slug: "rates-all". To do it, what I did was create a Custom field (a slider) and I...
asked by 15.03.2017 / 11:59
1
answer

Reload div from the parent window with Javascript from a pop-up window

I have a page ( parent window ) that opens a pop-up window ( daughter ) with JavaScript , and by clicking a button from the window daughter, it closes, and I need to update a div of the parent window. I tried with parent.location.r...
asked by 12.03.2017 / 12:47
1
answer

How to see the most recent entries of my blog on the main page?

What happens is that I have a website in which I have a blog in wordpress, and what I want to do is that the most recent entries are displayed on the home page of my site, but I do not know how to do this , I hope you can help me.     
asked by 13.03.2017 / 15:15
2
answers

Change the color background by quadrants

Hello, I'm using the library jqplot to perform certain tests, I created a graphic of type scatter and I have divided it into 4 quadrants. This is the script code $(document).ready(function() { var qr...
asked by 13.03.2017 / 14:32
2
answers

update dynamic HTML table row

Good day, I have a form with six text fields in which the user types information and by pressing the submit button these are dynamically added an HTML table, I only show them in the table, there is no income in the database, that's what I use af...
asked by 21.03.2017 / 13:01