Ponderware

 

XML Data Explorer

Trying to find problems in large amounts of XML data is tricky. XML data is designed for computers, not people. This quick-n-dirty app takes an XML file and the name of an element, then lists all data in elements of that name, throughout the file.
XMLDataExplorer.zip
File Size: 4 kb
File Type: zip
Download File

List Flipper

Takes a vertical a list and makes it into a horizontal comma-separated list. This is especially useful when playing with SQL data.
Tip: Use the -c comand-line switch for GUI-less clipboard substitution
ListFlipper.zip
File Size: 3 kb
File Type: zip
Download File

SPURLer

SharePoint is a great collborative tool, but it doesn't half have some weird URLs!

Quite often, something simple like:
http://portalsite.com/sites/subsite/DocLibrary/Subfolder 
Ends up as:
http://portalsite.com/sites/subsite/DocLibrary/Forms/Document%20Detail.aspx?FolderCTID=0x1234567890123456789ACBDEF1234567890&RootFolder=%2fsites%2fsubsite%2fDocLibrary&SortField=Name&SortDir=Ascending.

This takes the URL and puts it back into a friendly form for emailing and the like.
Like others, this app also supports the -c switch for direct clipboard substitution
SPURLer.zip
File Size: 3 kb
File Type: zip
Download File

RoyalTSMerge

RoyalTS is a great application for managing TS sessions to multiple servers. I use several .RTS files, each maintained by different people. Rather than switch between the two, I merge them together using this tool before firing up RoyalTS.

Usage: RoyalTSMerge.exe InputFile1.rts InputFile2.rts CombinedFile.rts

I have RoyalTS configured to open CombinedFile.rts on launch, and put the above in a batch file followed by START RTSApp.exe
RoyalTSMerge.zip
File Size: 2 kb
File Type: zip
Download File