tools

Code block execution order in PHP

I remember there was shortcut key (probably F8) in Turbo C that showed which codeblock C would execute next. I wonder if something similar is availabe for PHP? I'm an absoulte beginner and sometime I just don't get how things are executed in PHP. Thanks. ...

What is the perfect toolbox for PL/SQL development?

I work on two projects with a lot of PL/SQL code since few months. However, I didn't find any really interesting tools to develop on this langage. For the moment, my configuration includes the following tools: Eclipse (the rest of the application is developed in Java), with PL/SQL Editor plugin As I really don't like and trust the PL...

How to document a ASP.net website ?

I have released a ASP.net website. How to document it ? Is there any tools available in VS2008? How it can be achieved ? Please help? ...

Library for doc/xls to pdf/tiff conversion

I am looking for a library that will allow the following conversions: MS Word -> PDF or TIFF MS Excel -> PDF or TIFF PDF -> TIFF TIFF -> PDF I am using .net 3.5. I'll be using asp most likely, but this could end up being a winform app. The library does not have to be free. ...

Far Manager file view customization

Hello, maybe some of you use Far Manager as a file manager and could help me with this. I want to be able to call a custom command on viewing a file with a specific extension, i.e. when I press F3 (command for viewing the contents of a file), some custom command is executed on that file and the output is shown in Far Manager's view windo...

Security roles members in MS CRM 4.0

Is there a way to see users that have certain security role assigned? I'm looking for a hint that I missed something or a tool. ...

Memory leak tool for C++ under Windows

I need a recommendation of a free tool (even for a trial) for detecting memory leaks in C++ under Windows (Visual Studio 2005). I've looked in the net, but I would prefer a recommendation. ...

How do I use VSTS Test Edition 2005 to automate webtests execution for different physical enviornments?

The following link in MSDN provides details about how to parameterize the web servers of a web test. http://msdn.microsoft.com/en-us/library/ms184806.aspx# If I have an in-house development environment and a production environment, I'd like to reuse the same webtests for both environments without having to re-run scripts. ...

Good IM/Chat solution for pasting code

We've got several distributed developers working together on a couple of projects. We've been using Skype to host chats with all the developers, and it works okay except for one thing: It REALLY mangles any code we copy and paste into the chats -- especially the whitespace in Python. This question has tons of opinions about chat client...

Screen scraping C application without using OCR or DOM?

We have a legacy system that is essentially a glorified telnet interface. We cannot use an alternative telnet client program to connect to the system since there are special features built into the client software they have provided us. I want to be able to screen scrape from this program, however that's proving very difficult. I have ...

Tool to explore GUI controls of a running .NET application needed

Is there any tool to explore properties of GUI controls (such as "Text" or "Location") from a running .NET application? ...

Steping back from applied patch

When creating a patch with the "patch" tool or with the built in "patch"-functionality in svn and then applying it to a source tree, is there any way to easily step back from the applied patch to the previous version? ...

I want something like github, but internal for my company. Recommendations?

I need some sort of web-based source code repository slash issue-tracker. The point is to have greater visibility of our various internal projects. Any recommendations? Open source is a requirement. A ready-made virtual appliance would be nice. Internal github would be perfect, but AFAIK this costs money. Does anyone have experiences ...

Best enterprise scheduler that you worked with?

I am looking for a good scheduler that is robust across multiple platforms (windows, linux, solaris, etc) that has robust error reporting capabilities. ...

C# cross reference generation?

The problem: I find myself using Visual Studio's feature "right click -> find all references" a lot, but often times I need to switch between several results which cannot be easily done in Visual Studio. I'm thinking something like PHP's Xref utility that generates a cross reference documentation from source code. Is there anything simi...

Is there an application that can convert PHP code to ASP.Net?

I'm tired. I have ~30 really messy PHP files in my project. Hearing people say that Asp.net is more structured , that it is better (I'm mostly relying on Jeff's advice @codinghorror here) and that it is possible to use asp.net without using bloated software from M$. I don't want to and will not convert the the work done upto now, by hand...

Enabling Disabled tools in the visual studio toolbar

Dear All, I am developing my minor and major project in VS2008. Suddenly tools have started to go missing from my toolbar. I have visited several forums but am not able to solve the problem. Basically I have silverlight 2.0 installed with SDK, and tools and all. Now when I need to access the media element control from silverlight it do...

tips/techniques/bestpractice for resolving conflicts with svn

For quite a long time , i have been working with tortoise SVN, when i took the latest from the repository (after many days), to my goodness i found out many files were in the conflicted state. It takes a lot of time to manually resolve each of them manually. would someone suggest the best practices /3rd party tools / tips for resolving ...

Free alternative of TOAD for DB2

I am currently using Toad for DB2 to work on my DB2 database. I just wanted to know is there any free alternative to Toad for DB2, Note: Similar question is posted earlier, but it was for TOAD [ oracle ], none of the solution specified is for DB2 obviously. ...

Looking for a good tool for online help

I'm looking for a tool that would allow a small team to build out on-line help content for our web application. Ideally, the tool would allow us to grow the help content very easily, so something like a wiki or a CMS would work well. I have no real experience with any of these types of tools, so I need some opinions. These are my idea...