Questions tagged as 'web'

1
answer

How are these types of variables called "TMPL_VAR NAME = JAVAURL" and how are they used?

I'm working on a system made in perl, javascript and html, but I came across this variable: <TMPL_VAR NAME=JAVAURL>    <script language="javascript" src="<TMPL_VAR NAME=JAVAURL>/Functions.js"></script> I h...
asked by 12.05.2018 / 00:58
1
answer

Capture a web image

I would like to create an image on my server, the image should contain the web for example if I put $ url="google.es"; must show an image with the google web I have tried to do with third-party tools but I have not, someone could help me to c...
asked by 08.05.2018 / 13:48
2
answers

Does the CSS serif font change depend on the device?

I know that the sources (typograficas) serif are a type of sources. Now my question is in CSS when you put a paragraph to the source type font-family: serif; which source it takes. I would like to know if this changes in different...
asked by 27.07.2018 / 19:19
1
answer

How do I make sure that my fixed header does not overlap the images?

<DOCTYPE HTML> <HTML> <HEAD> <TITLE>TITLE UNICOLOR</TITLE> <STYLE> *{padding:0; margin:0; list-style:none; text-decoration:none; color:inherit;} HEADER{width:100%; height:8%; border-...
asked by 01.05.2018 / 11:52
0
answers

Test web platform

Greetings to all and thank you in advance who can help me with this problem I have. I manage a web platform that certain processes are carried out, such as high, low information, what I am investigating is how to test this platform to know how m...
asked by 08.05.2018 / 23:19
3
answers

navigation buttons in JSF2 and PrimeFaces when doing logout

I request your support with a Dinamica web application, which uses Java server faces 2.17 and primefaces 5.1 . It is mounted on a weblogic 10 and this is accessed through a web server! planet. The problem is that when performing the log...
asked by 27.04.2018 / 23:14
0
answers

Boostrap problem when adjusting the scaling of an image

   I have a problem with the subject of the image, because when doing it with boostrap you should, the image, shrink slowly as you increase the size, but what it does is cut. I have not found a solution online, what I need is that the image is a...
asked by 26.04.2018 / 18:21
0
answers

Login Jquery without PHP sessions

I'm doing a website where I have an Api with Lumen. I like Jquery to make a request to the API and log the user, but I can not understand if with Jquery something similar to the PHP sessions can be done, that if the user is not logged in, he wil...
asked by 25.04.2018 / 15:40
1
answer

Divide fixed height between children

I have a div (let's call it X) that occupies 85% of the screen and I need that within that div other divs can be added, some contain text, other images and other videos. Each child occupies 100% of the width of the father, but the...
asked by 28.04.2018 / 04:14
0
answers

Problem with dispatcher and Css

I am trying to link a servlet with a jsp using: request.getRequestDispatcher("/jsp/Mostrar_apartamentos.jsp").forward(request, response); The problem is that when it runs it shows me the jsp without any CSS, I changed the css routes, becaus...
asked by 22.04.2018 / 17:27