Something I have always been interested in out of curiosity, is there a tool or utility that will allow me so log post parameters sent to a website? Not a personal website, any site on the web.
Reason for this, is that I want to be able to develop a .NET application without having to add the overhead of creating a WebBrowser object and ...
The question should be interpreted from a general point of view and not targeted solely at web apps or desktop apps.
I have been looking around to find a simple and easy way of creating interactive prototypes for web applications. I'd like to use a technique that allows simple UI creation and especially UI recreation and modification in...
Hey guys.
I'm dealing with huge glassfish log files (in windows, eek!) and well ... Wordpad isn't cutting it.
Are there any tools out there that can handle these log files in a more intelligent manner? Functionality that would be welcome:
View all lines of a certain log level (info, warning, severe)
Show logs between two timestamps
...
As a developer, how do you use gdb to track down bugs within your code? What techniques tricks do you use to make your life easier?
...
There's a feature that I'd like to see in issue tracking software that just doesn't seem to be all that common, and that is the ability to divide a ticket (bug, feature request, etc) into sub-tasks and view them in a hierarchical fashion, perhaps with some kind of progress bar style report of progress on a particular ticket and its child...
I need to write some guides for my development team on how to get some software up and running and would like to include partial screenshots. Are there any tools that are particularly good at this? Word is almost there in that I can easily paste screenshots inline with text, but I need the ability to crop the images and Word image manipu...
I was recently tasked to document a large JavaScript application I have been maintaining for some time. So I do have a good knowledge of the system.
But due the sheer size of the application, it will probably take a lot of time even with prior knowledge around the code and the source code itself in uncompressed form.
So I'm looking for...
We have a networked device, and we would like to perform some tests on how it handles malformed packets.
Is there a product out there that can generate arbitrary packets and packet sequences?
I would like to be able to specify a set of TCP/IP payloads and it would open a connection and send the data. Obviouly, the TCP/IP checksum should...
At work, the decision is generally driven by what the team knows (which for web projects ends up being PHP/MySQL/JavaScript in my current job) and cost of the tools. But when you are writing all the code yourself, how do you make the decision? When do you pull out the trusted tool (and how do you choose which trusted tool if you have mul...
What is the window which is displayed when you first install Eclipse called, and how can I find it?
...
I have Visual Studio 2005 Professional ENU installed and want to create GUIDs using its Create GUIDs utility. However, I cannot find it under the Tools menu. What should I do to get this utility? Thanks
...
Can anyone recommend some useful performance analysis tools for PHP scripts? Anything that could help me find problematic or unusually slow blocks of code, details about execution time, etc. would be really helpful. I know there are tools out there, but I'm wondering what people recommend as being the most useful and well-designed.
...
What is the first thing you do when you install Visual Studio? I am talking about anything customization-wise (so we don't get answers based on 'I create a new project').
Do you have a favorite font?
Do you have a must have extension you couldn't possibly live without?
Do you have a keyboard shortcut you like to set?
I am interest...
What tools do you use to check your C code ?
That is, a tool that helps you determine if you don't have unwanted infinite loop, if you silently cast enum to int, etc. (like a C lint)
Please, precise if it is opensource and on which OS is runs.
Edit : telll also which C standard it supports
...
When you move from analysis of the requirements through design, you go through a decomposition/workflow/dataflow/composition/etc process.
I need tools to facilitate this process.
The result of analysis & design would be an implementation design which I can happily document using UML.
I cannot use UML for analysis & design: it is a...
We have a large C/C++ legacy source tree that has been around the block a few times. We expect there are a substantial number of methods no longer used. Is there a tool that can help us quickly identify the unused code?
...
I've heard a lot of good things about using Mylyn in eclipse.
How could I set it up to give me a taste of how I could use it?
Thanks
...
Looking at learning some C since i saw in another SO question that is good to learn for the language and for the historical experience.
Wondering about what IDE's professionals use and what other tools are useful while programming in C?
...
Given an HTML page that has a complex table-based layout and many tags that are duplicated and wasteful, e.g.:
td align="left" class="tableformat" width="65%" style="border-bottom:1px solid #ff9600; border-right:1px solid #ff9600; background-color:#FDD69E" nowrap etc.
Are there tools to aide the task of refactoring the page into a mor...
I'm looking for a tool that will, in bulk, add a license header to some source files, some of which already have the header. Is there a tool out there that will insert a header, if it is not already present?
Edit: I am intentionally not marking an answer to this question, since answers are basically all environment-specific and subject...