devtools

Accessing WebKit Devtools JavaScript library

I noticed something in Chrome the other day- I had opened Developer Tools, and then hit view source and was initially surprised to notice that apparently the developer tools window is coded in HTML and JavaScript- you can see that by putting the following into the Chrome address bar: view-source:chrome://devtools/devtools.html Two thin...

What development tools support creation of Windows Services?

Aside from ActiveState's PerlSvc, what other interpreters and compilers support the development of Windows Services? ...

How to set up Erlang + Emacs with erlang.el?

I have downloaded and installed Erlang and EmacsW32. But how do I use erlang.el in Emacs? Where do I place it or install it? I have read Erlang/OTP R13B04 documentation and Erlang mode for Emacs documentation but I haven't found any information about how to set up it. UPDATE 1: I have found more documentation on The Erlang mode for Ema...

What do the crossed style properties in Google Chrome devtools mean?

While inspecting an element using Chrome's devtools, in the elements tab, the right-hand side 'Styles' bar shows the corresponding CSS properties. At times, some of these properties are strike-throughed. What do these properties mean? ...

Developing using pre-release dev tools

We're developing a web site. One of the development tools we're using has an alpha release available of its next version which includes a number of features which we really want to use (ie they'd save us from having to implement thousands of lines to do pretty much exactly the same thing anyway). I've done some initial evaluations on it...

What tools do you use to support XCode?

As a newbie XCode developer I would like to know what tools you use to support the XCode development experience (e.g. for iPhone development). For example, DOxygen for code documentation generation. I'm also keen to know what you do to make all these different tools work in a cohesive fashion. ...