Questions tagged as 'navegador'

2
answers

It is possible to trace the .js files that are called when executing some JQuery event

For example, if a click event applied to a link call a function that is in the A.js file, which in turn needs B.js , which needs C.js . I wonder if you can know this dependency between files by browser .     
asked by 26.09.2014 / 21:59
1
answer

Download previous versions of the browser Edge [closed]

I need to test my web application on older versions of Micrsosoft's Edge browser. I am using a virtual machine for this purpose, however, I can not find where to download the older version of the browser. Versions like 38, 40 and 41. The vers...
asked by 16.07.2018 / 20:27
1
answer

How to disable the suggestion of passwords saved in the browser via HTML [duplicated]

I have the following situation here: I've created an HTML form to change the user's password if he forgets it. Theproblemisthatwhentryingtoenterthepasswordthebrowserexposestheoptionsofpasswordsalreadysaved,howeverasthisisnotaloginscreen...
asked by 04.04.2018 / 00:46
1
answer

Script not authenticated

Sometimes I come across an icon in the browser bar, stating that the page is trying to load scripts from an unauthenticated source. Why does this occur?     
asked by 20.10.2017 / 17:04
1
answer

What format is the image converted to when requested by the browser?

This is more of a curiosity, I gave a quick researched and did not find something that explained how it works. In practice when we develop, we have some methods for requesting an image from the server and displaying it on the browser screen o...
asked by 02.04.2015 / 06:54
1
answer

Check browser compatibility [closed]

How do you check site compatibility across browsers? Do you use online tools, which ones? Or do they test on their own? Any experience to report on this? Currently we need to always be aware of the compatibility issue, as we can not expect Firef...
asked by 16.12.2014 / 12:57
2
answers

Ajax does not work - send PHP data without refresh

I'm trying to send merged data from a form + PHP variables to be inserted into the DB, without refreshing the page. For this, I have a simple html form, and a PHP conditional that checks the submit form's click (this is why I have other submi...
asked by 18.01.2016 / 16:42
1
answer

Privacy policy and browser blocking cookies

Hello, I put a user remember system in my program in php, I used cookies for this, as I found in Google an explanation about them, but I came across the following: IE and some browsers if not all today block cookies that do not have a privacy po...
asked by 12.07.2015 / 13:57
1
answer

Doubt about development in firefox / firebug

I usually work with Chrome for website development, but currently I'm on a client that only uses Firefox and I'm noticing some differences. I've researched but not found much about it, anyone who works the longest with Firefox can help me ans...
asked by 20.02.2015 / 14:03
0
answers

Why use translateZ or translate3D in CSS animations? Hardware accelerated animations in CSS?

Nowadays it is very common to see even the simplest animation effects made with CSS, both with transition and with @keyframes , and something that has caught my attention is that several of these animations use artifacts to force a...
asked by 14.11.2018 / 12:52