The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
19 views

HTML code - how to find out absolute position on the page?

Is there any browser engine or plugin which would give user information about position of given HTML element ? I want to know where is element located e.g. left corner or center of the page. It ...
0
votes
1answer
15 views

Chrome Developer Console Started Logging Too Much Info. CSS Warnings

I do a large part of my development work in the Chrome developer console, and love it, but recently something highly annoying has happened. Every page load, I now get a log of every CSS property ...
0
votes
0answers
20 views

Open Safari / Google Chrome developer tools programmatically from JavaScript

I'm looking for a way to open the WebKit “developer tools” from a script attached to a web-page. I need solutions for both Google Chrome and Safari, that will open the developer-tools pane if it's not ...
1
vote
0answers
47 views

IE10 developer tool cause style missing

i have a page1 including page2 with "iframe" tag,both of these two pages link to the same stylesheet,everything works fine,until i press "F12" to toggle developer tool in IE10,some of the classes miss ...
1
vote
1answer
20 views

Developer Tools, saving changes made to live site

When using developer tools in firefox or chrome, after a change has been made to the developer tools stylesheet is there a way to save those changes for later reference when fixing the actual ...
-1
votes
0answers
9 views

Google Developer Toolbar to reload a page without certain elements (E.g. a JS file)

I'm wanting to test a site by reloading the page without certain elements 'on load' (rather than removing them after page load) - does anyone know if this is possible with Google Developer Toolbar? ...
1
vote
0answers
50 views

Google Chrome Developer Tools Scrambled Source

Is anyone aware of, experiencing or know how to fix this? It occurs on any page that I use developer tools on.. It looks as if the markup is being reprinted on top of itself instead of scrolling. ...
0
votes
0answers
15 views

Tools for Identifying machine configuration

Basic Need:- I need to develop a tool to identify the machine configurations More Info:- The main purpose is, before installing our software we want to run this tool on that machine in-order to check ...
0
votes
2answers
63 views

Internet Explorer Javascript is not executed

I'm currently facing a strange problem with a javascript block and internet explorer 9. When I load the page the document ready function is not executed, actually it seems as no javascript at all is ...
-1
votes
0answers
27 views

Inspect element is not responding using dell vostro? [closed]

It sounds really strange but I actually starting to believe my theory, that inspect element is not responding due to other software installed with the dell vostro default installation. have any one ...
1
vote
0answers
25 views

IE 10 lack of search preferences

In my project, I am using IE10 to fix some bugs. The project has many files with same name main.js in different folders. Something like below: JS (folder) --> A main.js --> B ...
0
votes
0answers
130 views

Problems with getting BjyAuthorize activated in zend-developer-toolbar ZF2

Can someone give me some instructions on how to get the user roles into my zf2-toolbar. I have problems getting the user-roles from my role-entity visible in my zend-developer-toolbar. Normaly I ...
-1
votes
1answer
48 views

How to save all cached images in Chrome using Developer Tools [closed]

/I need to save all cached images in Chrome to local folder. I have in Developer Tools in Recources > Frames > Folder123 > Images a lot of images. It's extremely slow to save each one as : 1. ...
2
votes
2answers
55 views

Why is left style ignored?

I have logo on page in the following code <h1 class="site-title"> <a class="logo custom-logo" href="url" title="Go to Site"> <img alt="Site" height="136" src="url" ...
0
votes
0answers
47 views

Open a new tab and manipulate that page using jquery and javascript

I it possible to use f12(developer tools) console to open a new tab and run javascript to simulate clicks and form submissions? For example I want to click a link in facebook, but I am on a ...
1
vote
2answers
38 views

Developer Tools: How can I quickly check the difference in styles between normal state and :focus?

I am trying to find the CSS rule, in a large number of CSS files, that is responsible for a box-shadow (or something similar) being applied to an input element when it is focussed. My question is ...
0
votes
1answer
72 views

Google Chrome & FB Like Button at the bottom of the page

I'm encountering a strange issue. I have a facebook button at the bottom of a page. When clicked, the facebook "Comment/share" box pops up. The behaviour is correct under FF and IE, but not in Chrome, ...
0
votes
0answers
12 views

How to change chrome developer console execute statement short key?

I use chrome a lot and recently I have been trying to figure out how to write multi line java script in the console. I know chrome supports multi line script by pressing Shift + Enter on windows but I ...
0
votes
1answer
72 views

Check whether window.onerror is availale or not

In my javascript logging framework,I am catching unhandled exceptions through window.onerror handler. How could I check for whether window.onerror is available or not.since in few browsers it would ...
2
votes
2answers
97 views

Where do computed styles for width and height come from when they aren't listed in my css

Obviously I can open display and it will tell me exactly where these are listed, but where do the fields with no arrow (in this case height and width) come from? afaik these values are not listed ...
2
votes
1answer
83 views

What does yellow background mean on object's title in Chrome's heap profiler?

Trying to get my head around the heap profiler in Chrome Developer Tools. I see several reachable objects in the snapshot, some of them have yellow background and some not. What does it mean? What's ...
1
vote
1answer
67 views

Is it possible to load a local css file to the browser for certain domains?

Using developer tools, I can amend a css file for a site I'm currently viewing in a browser. I want to, effectively, do the same - but instead of amending the css file, loading a local css file, just ...
0
votes
1answer
136 views

In Google Chrome Developer Tools, the toolbar icons disappeared. What gives?

I use Google Chrome Developer Tools all the time. Suddenly, the toolbar icons went away. They used to be above each of Elements, Resources, etc... and now they are gone. I guess this is okay because I ...
0
votes
2answers
63 views

admob ads for multiple applications android

I could not find anywhere how to tackle multiple applications with ad mob and ad mediation. I currently have 2 applications live and I what to know what is better: to have a single application in ...
0
votes
0answers
147 views

Getting statistics from Google Play Developers without api [closed]

I would like to do the same as Selphira did in this post. Getting statistics from Google Play Developers with an API He didn't explained so much and I would like if anyone knows how to do it. I can ...
0
votes
1answer
36 views

No Create App button

I registered as a developer yesterday and was able to create/delete apps. But after about an hour, when I tried to create a new app on developers.facebook.com/apps I do not see the 'Create new App' ...
0
votes
2answers
78 views

What metrics are useful for measuring developer progress based on git?

Can git show any metrics that might be helpful to track the progress of developers? I know git shortlog --since="1/1/12" as a basic utility to see how many total commits each developer has. What ...
0
votes
1answer
63 views

Chrome Dev tools track changes (html, css, js)

I know that you can save js and css from chrome, and that sass is in for an experimental feature. What I'm trying to achieve is a way to track all my changes in the browser when I live edit with my ...
0
votes
0answers
23 views

Chrome DevTools: How to force debugger on selected domain

The "debugger" keyword causes Chrome to pause JS when you have DevTools active/opened. I would like to have them auto-load/pop-up for me on certain domain (regardless of whether I opened them)... Is ...
-1
votes
1answer
244 views

Google Chrome Developer Tools keyboard shortcut customization

I use Firefox Firebug to debug but would switch to Google chrome if I could customize the keyboard shortcuts. I need to activate and hide the 'developer tools > inspect Element', 1000 times a day. ...
0
votes
1answer
125 views

Why won't Chrome let me save style revisions?

I recently found out about the Chrome Developer Tools feature of being able to save style revisions back to the source file. Only problem is, mine doesn't seem to work. It's frustrating. Is there ...
0
votes
2answers
66 views

Android Developer Tools code generation for Views like Buttons, textfields

Does the following feature exist in Android Developer Tools. After you have created your XML layout, is there a quick way to quickly import those views into your java code automatically. This is to ...
3
votes
1answer
159 views

Safari Developer Tools: How to Preserve Log Upon Navigation

When using Safari Web Inspector to read the JavaScript console output, the log is reset upon navigation i.e. going from page index.html to mail.html clears the console output. In the Chrome Developer ...
0
votes
0answers
17 views

Can I add a Page tab without creating an intermediary page between my Facebook Page and my external website.

I am a new Developer trying to remedy a serious problem caused by a commercial Facebook site developer - and not wanting any more contact with them? It appears that I must set up an intermediary page ...
0
votes
0answers
9 views

Questions about Insights

I have a question about Insights. https://developers.facebook.com/docs/insights/ We're supposed to add meta tag for insights function in out website. Facebook guides to add this code in web root ...
1
vote
1answer
189 views

Chrome loading cached Javascript despite clearing cache, delete/reinstall, new MAMP host setup, etc

I have tried numerous items to clear the Javascript cache for a Sencha Touch 2 app I am developing using MAMP on my Mac. I have deleted the Chrome cache, disabled/enabled and toggled 'Disable Cache' ...
0
votes
0answers
28 views

Can a app developed in iOS Enterprise program be distributed in app store with a different iOS Standard Program?

I have a question in the Apple Developer Programs and their distribution. I have a Enterprise Developer program and have to develop an iOS app, but the distribution to the app store has to be done by ...
1
vote
0answers
63 views

Users tell me that IE9 behavior changes with developer toolbar

Some of my users reported that our website behavior changes if they show or hide the developer toolbar on IE9. Since they are not very technical, I don't have much data to debug on, so I can't really ...
1
vote
1answer
148 views

Android- Implement 'Show Touches' programatically

Recent Versions of Android have a feature named 'Show Touches' in 'Settings->Developer Options', enabling which shows a visual feedback for touch interactions. Is there a way to programtically ...
-1
votes
1answer
238 views

Chrome developer tools not working properly [closed]

Recently I installed resolution test extension in my chrome. After that I noticed when I opened my developer tools or right click -> inspect element on an element on the page, the height and width of ...
10
votes
3answers
1k views

Is it possible to emulate orientation in a browser?

As the title is it possible to emulate orientation in google chrome or firefox? Meaning somehow change the browser to support media query (orientation = (landscape or portrait)) I have a emulator for ...
0
votes
2answers
76 views

Tool to replace URL with custom content

Is there a development tool or Chrome / Firefox extension that lets you replace the contents of a specific URL with my own custom content? I'm not looking for a simple /etc/hosts file change, because ...
3
votes
4answers
277 views

Chrome Developer Tools: How to find out what is overriding a CSS rule?

Well, this is pretty straightforward. If Chrome's Developer Tools is showing me that a style is overridden, how to see what CSS rule is overriding it? I want to know if is there anything like "Show ...
0
votes
0answers
20 views

Changing name of app developer

Is it possible to change name of app developer (which is shown here: http://appdata.com/apps/facebook/124024574287414-instagram). I have got name of company in payment tab set to "A", name of ...
3
votes
4answers
643 views

Show HTML in Console.Log() instead of jQuery selection Object

I'm to output the real html in Chrome developer console for easier debugging. So I thought of making a chrome extension, which is Chrome Extension. I copied the real console.log() to ...
7
votes
1answer
216 views

Facebook FQL Query Event_member “Inviter” and “Inviter_type”

In the description of the FQL event_member page, it says that the column inviter should inform us about the ID of the user or page who invited a UID at the event, and inviter_type should inform us ...
-1
votes
2answers
44 views

I cannot be added as a developer or administrator to an app page [closed]

The current administrator to a Facebook app is trying to add me as a developer and/or administrator of the app. While typing in my email on Facebook, Facebook claims that I am not a Facebook user even ...
0
votes
0answers
23 views

Xcode: Tab behavior. Common questions

I want to change behavior as this: Add favorite tabs, which will be open on hotkeys. Run project in different tab. (don't need to wrap favorite tab) Favorite tabs must be open every time i run xcode ...
3
votes
2answers
2k views

dexedLibs folder in android project

So I have noticed fairly recently a folder within my Phonegap/Android project (project/bin/dexedLibs) and this folder contains two .jar files. After scratching around the internet, I found one website ...
1
vote
2answers
72 views

Unable to view content script references in the developer tools window

When I view my extension with the developer tools, I only see the generated background file, background.js; my content script doesn't appear under the content scripts tab. Any ideas why? The relevant ...

1 2 3 4