Questions tagged as 'web'

1
answer

Upload a Web C # project and host it in another site

I'm new to managing servers, I need to upload a Web project I did in vs2015 C # MVC. The detail is that I have a place where he will be invoked. Example: www.miindex.com Here there will be a link to call my site (Portal) and it should be this...
asked by 27.03.2018 / 18:10
2
answers

Query to display data from a single user of MySQL tables

I need to show on my page the contents of a table according to the user who has logged in. I am including the connection and the consultations where I must access to show me the user's data, which are already loaded in the fields of the tables i...
asked by 10.06.2017 / 08:03
2
answers

When I refresh my web page, the drop-down menus are dislodged and after 2 seconds they are placed well

At the time of refreshing my page the foldouts are dislodged but after a couple of seconds they are placed in their place. Is it possible that it's because of Jquery? or because when doing requests with php when reloading the page, this few seco...
asked by 19.12.2016 / 11:39
2
answers

HTML - Custom font and style not working properly

Hi, I have a web-art gallery with several parts. In all of them I have defined a header that uses a customized font, however in some it shows well and in others it does not. To check this is my website: link is the main page, it looks corre...
asked by 13.11.2016 / 21:28
0
answers

how to edit an event with eventdrop from fullcalendar and ajax?

I am creating an application and I need to be able to move the events of the fullcalendar and edit them, the code to edit it and it works, the problem is that when moving events and canceling them, you save the id of the canceled events and edit...
asked by 26.12.2018 / 14:20
1
answer

JavaScript Agenda

I have problems to do what they are asking me, in terms of creating an agenda, they ask me to create a page where there is a send button that will make the first data that it receives become the username and password to access to the next part o...
asked by 16.12.2018 / 19:31
1
answer

how to perform a mathematical operation in the same input, using javaserver faces?

Code xhtml <html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:p="http://primefaces.org/ui"> <h:head> <title></title> </h:head> <h:body> <p:layoutUnit p...
asked by 13.12.2018 / 17:33
2
answers

Redirect to SSL

I have added my SSL certificate to my website and it works well. What happens is that I must specifically search link , and that is not very effective. If I search for it as it is, without the https: //, I get the unsafe version of my website....
asked by 30.09.2018 / 13:53
0
answers

AngularFireStorage error [object object]

when declaring the variable private in the constructor, this throws me the error and does not load the view to me import { Component } from '@angular/core'; import {incidenciasService} from '../service/incidencias.service'; import { AngularFir...
asked by 26.09.2018 / 21:26
1
answer

Two war applications can run simultaneously in the same root context

I want my application to run in a different context than the name of the project, for that I found this solution in the forum Change the context ( URL Root) of a web project in eclipse that's fine, but my question is if I have two independent...
asked by 24.10.2018 / 18:12