Questions tagged as 'web'

1
answer

Query String is too Long MVC

I am being presented with the following scenario: I have an application in C #, I'm working with MVC, .Net Framework 4.5.2. When I want to run debug or release my program, I get the following error and message    HTTP Error 404.15 - Not Fo...
asked by 13.10.2017 / 22:26
1
answer

ng-repeat does not show me the list

I'm starting to learn Angular. make a small example and show me the list: HTML and JS: var app = angular.module( 'flapperNews', [] ); app.controller( 'MainCtrl', [ '$scope', function($scope) { $scope.test...
asked by 13.09.2017 / 19:26
3
answers

Div background image does not respect CSS image adjustment rules

Good! I am developing a web page for a personal project, and I have difficulties when I want to add a new function. The page is simply a table with two cells and a div in each of them. The one on the left is the menu and the one on the rig...
asked by 07.09.2017 / 17:19
1
answer

Is there any variable that is unique and unrepeatable (apart from the time and date) that can generate with Javascript and decrypt with PHP? [closed]

In my project, if the user has forgotten their password, I force them to write their user and using Javascript and windows.location I open a new web page with a request type GET and send your user as a variable. On this page, once...
asked by 15.06.2017 / 21:10
1
answer

Cookies to store Javascript values

I would like you to help me with a problem. What I want is to use cookies to store a value this is the code document.cookie="bandera=0;"; $(document).ready(function(){ var lascookies = document.cookie; alert(lascookies); $("#btn2").c...
asked by 08.06.2017 / 16:03
1
answer

Changes on my website are not shown until pressing F5

I'm designing my website. I have it programmed with php and mysql. My problem is that when I publish it on the host, the queries do not show the changes until I reload the page. This seems to be the problem of the host that you hire becaus...
asked by 22.05.2017 / 09:45
1
answer

Use of Callback without anonymous function in php?

I'm looking for how to do a callback function that does not pass as an anonymous function callback but an already declared function. I understand that to call a callback I can do it this way private function create($callback) { //a...
asked by 19.10.2017 / 16:47
1
answer

HTTP State 404 - / applicationWEB / the resource is not available

I'm following a tutorial to create a dynamic web project with eclipse, when running the application on the server I get a message "HTTP Status 404 - / aplicacionWEB /" these are my current files index.xhtml <!DOCTYPE html PUBLIC...
asked by 15.05.2017 / 09:58
1
answer

change from list to grid [closed]

I have a big doubt that there are many asking the same thing but I do not find anything clear on the internet, I want to know how to change the list / grid, in my products, for now I have this: <script> $('button').on('click',functio...
asked by 18.04.2017 / 16:52
2
answers

Search bar more than one word in php

Greetings companions, I want to know how I can do a search with more than one word in the imput, for example: Let me take these two words and make the query so that I can return results where those two words are found.     
asked by 11.04.2017 / 20:27