The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
18 views

How do I detect if dev-tools has been opened

Is there a js script to detect if Dev-tools has been invoked on the page in Chrome?
0
votes
1answer
55 views

Building virtual infrastructure - how to start? [closed]

I am building up a virtual infrastructure in vmware workstation, and I don't know how to start. (I am university student, so I have dreamspark licenses and these stuff. The aim of this infrastructure ...
0
votes
1answer
20 views

Chrome Developer Tools highlighting issue

I recently found myself not able to use Google Chrome’s developer tools easily, since the Inspect feature doesn’t anymore highlight elements under cursor while I move it around the page (I have to ...
0
votes
0answers
35 views

Chrome Developer Tools Sources Tab Stuck

When I click the Sources tab of Chrome Developer Tools, it shows a tab supposedly of jquery.min.js (although no code is displayed) and eventually crashes. I have tried opening CDT on sites without ...
0
votes
0answers
32 views

Open external editor from view source window for firefox

Now, I am aware, that you can set an external page source viewer in about:config settings, but actually the viewer of Firefox is pretty snappy, works with pages with POST and I need to open the source ...
1
vote
2answers
22 views

Logging into multiple servers

We have a service which is a distributed system running across about 16 machines, each doing different things. When an operational issue is reported, I would ideally like our dev/ops team to be able ...
0
votes
0answers
12 views

Installing development tools in RHEL6 [duplicate]

I asked this question before here but I missed an important point. I have admin privilege on my office computer (running RHEL 6) which is connected in a network. I was trying to install development ...
2
votes
1answer
150 views

Strange upper limit of CPU usage

Some background info: I'm a .NET developer working on a Dell Precision M4500 notebook (i7 X 940 @ 2,1 | 8GB DDR3 | Details). Tools I use on daily basis (and which are basically open the whole work ...
0
votes
2answers
155 views

Installing development tools in RHEL 6

I have admin privilege on my office computer (running RHEL 6) which is connected in a network. I was trying to install development tools using the command: sudo yum groupinstall "Development Tools" ...
1
vote
0answers
54 views

New firefox command line: can commands be “bookmarked”

Since Firefox 16 we have the new cool developer command line which e.g. allows me to take a screenshot of the current page. Now instead of pressing Shift+F2 and then typing screenshot --fullpage ...
0
votes
0answers
60 views

How to change Browser mode & Document mode simultaneously

Is it possible to change Browser mode & Document mode simultaneously in IE? (version 8, 9, 10). As it is now, they must be changed individually. Is there perhaps a plugin that allows such a ...
1
vote
1answer
73 views

Tab images not showing in the chrome developer tools

For a while now in the chrome developer tools, the tab icons have not been showing. Here is a screenshot of what I mean: This is what it should look like:
2
votes
1answer
112 views

Cursor does not change style when hovering over text in chrome developer tools in chrome

I was using the chrome developer tools, when I pressed a key combination and now when I hover over any text in the console, my cursor does not change into the text cursor! This is really annoying, ...
1
vote
2answers
96 views

diff and patch tool

I'm trying to generate patches for a bunch of files I changed. I'm using Meld which does a great job of diff’ing the files in a nice visual manor, then it allows me to save and generate a patch file ...
0
votes
1answer
74 views

How do you record how much memory an app is using on OS X

I'm on a Mac Mini with OS X 10.8.2. I am an app developer, but in this case am building an app in C++, so I can not use Xcode for this question. I would like to track how much memory my app is using, ...
0
votes
0answers
30 views

Automating element properties search\auto complete

Is it possible to search for property names\values in an element when displayed in the developer tools extension ? There could be a massive amount of properties but automating a search should make ...
2
votes
1answer
55 views

Is there an equivalent of Chrome's developer tools for Windows 8 HTML/JS/CSS apps?

When web developing, developer tools such as those in Chrome are invaluable. So is there an equivalent for Windows 8 Store apps?
1
vote
1answer
83 views

How to see the properties of a DOM element as they change in realtime?

JavaScript code can update the properties/attributes of DOM elements in real time by responding to events and so on. Here is an example. In the table on that page, move your mouse over the cells. ...
0
votes
0answers
140 views

Inspect hover effects in Safari

how do you inspect a jQuery tooltip in Safari 6.0.1? And how do you the same thing for different states (active, focus, hover, etc.)?
6
votes
1answer
1k views

What are the Chrome developer-tools highlight colors?

In past versions of Chrome, the developer tools allowed you to inspect page elements and would would highlight them in blue. Recent versions of Chrome highlight elements in blue, but also have green ...
2
votes
1answer
3k views

Google Chrome with real-time CSS editing and save changes back to original file. Is it possible?

One of things I love of modern browsers is how you can edit the css and get to see the results in real time. Often when designing frontend elements, I find myself adjusting many css properties ...
8
votes
2answers
2k views

How to disable or edit Google Chrome Developer Tools shortcut?

There is a shortcut in the Google Chrome Developer Tools which happen to trigger every times I try to type the [ or ] character in the console. The shortcut in question probably is Alt+[, Alt+^ or [ ...
10
votes
3answers
6k views

Where is the POST tab in Chrome Developer Tools Network?

I’ve recently started using Chrome for development because I’m sick of Firefox’s huge memory footprint. Everything’s going remarkably well, but I just tried to view some posted data in Developer ...
2
votes
1answer
130 views

how to find the next match while searching in chrome's developer inspector search box

I used the search in the developer inspector window to find out on which all lines a particular text repeats. It even notifies me it has multiple matches...How do I find the next match?
1
vote
0answers
180 views

Apply Changes to a web page using Chrome & Inspect Element

I find myself changing the css & html values of a particular webpage repeatedly to make the page better suited to my screen size. For example, I change the height and width of a div and remove ...
1
vote
0answers
65 views

Block certain script in the Chrome / Chrome Dev Tools

Is there a way to block let's say some_script.js from domain.com but not all of them?
0
votes
1answer
493 views

How do you use the Ruler in the IE8 Developer Tools?

I have no idea how the Ruler is supposed to work in the IE8 Developer Tools. I am obviously missing a simple step somewhere. Here's what I'm doing: Open IE. Load a web page. Open the Developer Tools ...
5
votes
2answers
3k views

How do you edit CSS in IE Developer Tools?

I'm using Internet Explorer's Developer tools to try to debug an issue I'm having with a web page. When I highlight elements the CSS comes up on the right hand side but I don't seem to be able to add ...