tools

tool to create objects from XML Web Service Schema

Hi guys, I work a lot with external Web Services, and I need to create an object (class) based on that document, so I can use that object across my web application. My question is simple, is there a way that I can create/generate an object using only the XML provided from the schema? kind'a wscompile tool Would save a lot of hours to...

Tools for faster, better web development

Over the years most web developers will have built an arsenal of tools or "tools of the trade". Recently I discovered rsync and I am surprised how I managed to live without it all these years. What tools do you consider to be the most compelling? Please stick to the ones you use on a regular basis and swear by. They can also be framework...

mysql gui tools 64-bit rpm

Are there any 64-bit version RPMs of MySQL GUI Tools? ...

Customizing the Main Menu in Visual Studio 2008

This sounds very simple, but I am frustrated for the past few hours to get this done. I am not able to see "Macros" sub menu under "Tools" menu in Visual Studio 2008. I go to Tools->Customize->Commands. Select Tools under Categories and click Rearrange Commands. Instead of showing me the Tools Menu it shows me Files. Am I doing some...

How to Test Standard HTML Forms

What tools are best for lightweight testing of HTML forms? My particular use is very light: no multithreading issues nor elaborate test scripts: just fill in a form with particular values and let me click submit. A Firefox plugin would be fine... ...

Eclipse PDT Ant

I downloaded the Eclipse PDT 2.0 GA release (Eclipse 3.4), however, it doesn't look like the Ant tools are included in this package. How can I install the eclipse Ant tools (editor, executable, etc...)? ...

Profiling for analyzing the low level memory accesses of my program

Hello, I have to analyze the memory accesses of several programs. What I am looking for is a profiler that allow me to see which one of my programs is more memory intensive insted of computing intensive. I am very interested in the number of accesses to the L1 data cache, L2, and the main memory. It needs to be for Linux and if it is po...

What tools should I have as my core set for developing javascript?

I have been developing ASP.Net applications for quite a few years, and I have always avoided learning JavaScript. Now I have been diving in and trying to learn as much as possible. As a .Net developer I rely on Visual Studio heavily. What I am wondering is what tools, as a JavaScript developer, do you guys rely on heavily to develop Ja...

What is your favorite free Netstat GUI / Connection Monitor app for Windows?

I need something a little more feature rich than Sysinternals TCPView (which I regularly use) ... but it also must be freeware. :) ...

Any free/open source refactoring tools?

Being that I'm a programmer, and programmers are lazy, I'm looking for a tool that can help me analyze code and refactor, decomposing conditionals mostly. I know that products like Resharper and Refactor Pro! can do this, but I was curious about FOSS alternatives. A Google search turned this nifty tool that creates flowcharts, has anyon...

Is anyone programming in Oberon?

I am interested to know if anyone is currently (or indeed, previously) is programming in the language Oberon (or its variants, Oberon 1, Oberon 2, Oberon 2007, or any other language derived from and largely compatible with Oberon) If so, what tools do you use? Do you have any self-written tools, or customisations such as syntax highligh...

Does any tool similar to NDepend exist for unmanaged C++ code?

I have enjoyed the power of NDepend ( http://www.ndepend.com/ ) when writing C#, but in my C++ projects I have not found a comparable tool. I use Visual Studio 2005, which has a class-view that covers some bases, but it is not powerful enough and doesn't work across project boundaries. I use Visual Assist X, which has some powerful refa...

Recommendations for project management software for Scrum

We're using Scrum on our current project and we're very happy using our agile board and cards but reporting, burndown charts etc. are somewhat cumbersome to maintain. So, we're looking for good agile software to use instead. I'm keeping requirements deliberately vague but does anyone have any recommendations? The software would need t...

Looking for a tool to quickly test C# format strings

I am constantly forgetting what the special little codes are for formatting .NET strings. Either through ToString() or using String.Format(). Alignment, padding, month vs. minute (month is uppercase M?), abbreviation vs. full word, etc. I can never remember. I have the same problem with regexes, but luckily there's Expresso to help me o...

Best way to use Subversion as a project communication tool?

If the only server allowed for a project was a Subversion (svn) server, what would be the best way to use it as a project communication tool? For example, is there a good way that it could be used as a wiki, bug tracker, and/or blogging platform? Note: the server is hosted by Apache, and has the basic html interface. ...

Recommendations for a Windows based make tool

Does anyone have any recommendations for a good, fast, make tool? SCons? KJam? Something else? Cross platform tools would also be acceptable. ...

Viewing include dependencies

Does anyone know of a tool that will analyse a C++ codebase and display a graphical representation of which files include which header files and highlight redundant includes? I've used Understand C++ but it's expensive and became very unwieldy very quickly on a large (and poorly encapsulated) codebase. ...

What are some good Java web development tools (across the board)

For web development what are some standard/good java tools. That apply to all aspects of development. For example, The IDE (Eclipse, RAD, Intellij) is important, but what else is there. Ant is a good one. Cygwin, Linux OS possibly. ...

What is your PHP development environment configuration?

Hello, I've found some resources here about what is the best IDE for PHP. But they don't have a answer for my question. I would like to find an answer how to create rich and functional development environment configuration to create PHP web apps. What I think would be necessary to gain power in this area is: Code Completition Syntax ...

Convert java 5 code using generics to code that can run on a J2ME device?

Are there any solutions or tools that transform java 5 code that uses all the new java 5 features(generics, autoboxing, varargs, static imports) into code that can run on a J2ME device? I am particularly interested in handling generics - the other features are nice to have but not mandatory. I need source code as the result of this conv...