tools

Tools to Swap Equations in Code

I know this might be trivial to some but when programming say in c# and you have a very large data structure. I usually do assignment via equation for setting value in control and then later do it the reverse way. Control1.Text = data.value1; Control2.SelectedValue = data.value2; Reverse: data.value1 = Control1.Text; data.value2 = Co...

How to create a document assembly application?

Hi, I need to create a document assembly application and I do not know where to start from. We have a couple of Word templates that are changed based on diferent scenarios and a faster way will be to build an application that will generate a Word document, based on these templates on variouse scenarios. Any ideas? ...

Creating a modest Auto Generating SQL change script ?

I'm aware that auto generating SQL change tools exist, however I would like to create a very lightweight tool. Currently I manually log any stored procedures or table changes (or new stored proc or tables), while this is very effective during publish /release its time consuming (hence while these tools exist) I just want to automate th...

Unix-style tools on Windows?

At work (a mostly Unix development shop), I've had an OS X box for the past 1.5 years and a Linux box before that. Due to various circumstances, I'll be getting a Windows XP laptop in the next few weeks. I'm of mixed feelings about this - it's good in that, as a manager, I'm used to running a Windows install (via Parallels) for Excel, Ou...

ASP.NET MVC Routing issues

Is there any tools or utilities to help in debugging ASP.NET MVC Routing issues? ...

Story Teller and SOAP UI testing tool experience

We are currently using Fitnesse for sub system testing. [All our applications are in c#.net] We are having lot of issues around Fitnesse. We are planning to use another software for subsystem testing. I recently heard about Story Teller subsystem testing and SOAP UI test tool. Does anyone have any experience (good/bad) with these tools? ...

Memory and Register panels in Visual Studio 2008 missing

When I still had VS2005 there were a Memory and a Register panel available while debugging C/C++ projects. I think they could be activated from the Debug menu, I'm not sure anymore. The problem is that in VS2008 (Pro) I can't find them nowhere. I thought that it may be some corruption of the program files, but after installing Win7 and a...

JavaScript compression

I look for tool which can compress JavaScript source code. I found some web tools which only deletes whitespace chars? But maybe exist better tool which can compress user's function names, field name, deletes unused fields, others. ...

Debug Soap UI tool calls

We are planning to use SOAP UI Pro to test our Services (developed in c#.net) I am getting an error in the service and would like to debug the service call. I am not able to attach a breakpoint. Does anyone have tried to debug SOAP UI test tool call? ...

Is there a better tool to manage LINQ2SQL DataContext files?

I have a rather large LINQ2SQL for a project that I am working on. I must confess that I primarily use the WYSIWYG editor provided by Visual Studio to manage and build the structure. I am starting to run into a problem when it comes to locating entities on the diagram and just working with it in general. Is there a better WYSIWYG to...

Diff tool that ignores floating-point formats (but not values) in text?

I'm looking for a diff tool that can also compare floating point values (within some tolerance) in text files. This is in addition to typical text-comparison diff functions, with options to ignore whitespace, ignore case, etc. A GUI (or full-screen console UI) is okay, but I'd really prefer a stream-oriented (stdin/stdout) tool. Here's ...

Database deploy with VSDBCMD.exe not using integrated security

I'm trying to deploy a Visual Studio Database Project (GDR R2) using the VSDBCMD.exe utility. I can successfully deploy when the connection string is using Integrated Security, but when I switch to using a Sql Server authentication I get the following error: Failed to import target model MyCatalog. Detailed message The Reverse Engineer ...

What are the best free CASE tools for PHP?

What are your favorite free CASE/UML/Code generation/diagramming tools that you use with PHP? There are various commercial products that support code generation in PHP language, are there any free CASE tools? What would you recommend? ...

A tool for converting database tables to entity java classes for hibernate

Hi; I need a tool for converting database tables to entity java files for hibernate. There are 20 tables (mysql) and I don't want to copy table's column name to my Java file and so on. Any suggestions ? Thanks. ...

How to define a DSL over C#

For a little night project I would like to write a validation component that could be used in .NET application to do the usual and tedious validation of object, input parameters and post conditions. My first idea was to dump all this validation setup logic into a XML configuation file and provide a liquid interface for the people that w...

How to configure line wrapping for imports in eclipse

The eclipse and checkstyle guys of you will surely now this problem: After organizing imports in eclipse with CTRL-SHIFT-o, each import will be on a separate line, without line-wraps. If you configured checkstyle to warn if you have lines greater than 80 characters, it will probably warn about your imports. Normally I insert newlines at...

Is there a good (visual) Git tool for Mac OS X or Windows?

I'm looking at porting my projects to Git from SVN (I'm convinced that Git is worth the move) and I'm trying to come up with a set of tools to use for the project. I've googled around for some tools but I wasn't really impressed with what I found. What visual tools are recommended for Git users on Mac OS X? What about Windows? (I hav...

Is there an offline w3c validator tool?

Hi, I have a website which is constantly changing and I would like to W3c validate it before deploying to live - are there any tools that can help me with this? An Eclipse plugin would be perfect but I'd settle for a standalone tool. Any pointers appreciated, thanks. ...

tools to generate VB flowchart

Tell me some good tools to generate flowcharts/graphical represntation for Visual Basic code? ...

how to stop displaying tooltip on some of the inputs in the form when using jquery tools

hi, im trying to use jquery tools tooltip (http://flowplayer.org/tools/tooltip.html#events%29on a form to show hints to the user. the hints come up on every single input field, even submit button. i would like to disable the hints on some inputs of the form. when i remove the title element from the input tag, the the hint still comes ...