Friday, February 06, 2004

GotDotNet User Sample: XSLT Sandbox

GotDotNet User Sample: XSLT Sandbox

"This is an XSL editor. It has two (simple text) edit windows, one for your XSL and one for your XML. There are two output windows, one for your raw HTML (or whatever your XSL emits) and a hosted IE web browser to render the result of your transform. When editing your XSL or your XML, a background thread will perform your transform every half second. You may also set it to manual mode and force a transform by pressing F5. "

Cool...

FleskDotNet - .NET Components and Objects for easy and powerfull development

FleskDotNet - .NET Components and Objects for easy and powerfull development: "Flesk.Uploader is a free tool that allows users with a WebBrowser to upload files to a webserver via HTTP and save them to a directory or database. Works only on .NET FrameWork 1.1

Features

This component is setup individually. It is not shared by all the webserver's websites, but only by your website or webapplication. This means that you can install it in your hosting account without changing any webserver's configuration.
Runs on .NET FrameWork 1.1. No configuration required.
Full Source Code available (VS2003 project & C# language only)! "

I really like free AND full source code...

Thursday, February 05, 2004

How to detect .Net Framework installed in a web client?

How to detect .Net Framework installed in a web client?

"Whenever .Net framework is installed, it adds a string to Internet Explorer's user agent. For example, I have both 1.0 and 1.1 .Net framework installed. The user agent of my IE browser will be “User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)”.

The user agent string is added at this reg key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent\Post Platform]

Of course, this works only for IE"

Very nice tip...

Outlook Shutdown Addin - daveswebsite.com

Outlook Shutdown Addin - daveswebsite.com

"Outlook Shutdown Addin is a COM addin for Microsoft Outlook 2000/XP/2003 that enables Outlook to shutdown completely and SAFELY when you exit the program. Often, you'll find that when Outlook exits it remains running in the background eating up precious system resources forcing end-users to kill Outlook via the Task Manager. Outlook Shutdown Addin solves this problem."

Welcome@Hippo.NET

Welcome@Hippo.NET

"Hippo.NET is a tool for streamlining the build process of .NET projects in a team envirionment. It provides continuous integration by monitoring the shared Visual SourceSafe database and starting the build process when changes are detected. An important design goal is to provide a nice and easy-to-use user interface, to monitor builds and trigger the build process when needed. "

Very interesting...

Wednesday, February 04, 2004

SQL Server Yukon Data Mining Tutorial

SqlJunkies: "Microsoft� SQL Server� 'Yukon' Beta 1 provides an integrated environment for creating and working with data mining models. This tutorial uses four scenarios, targeted mailing, forecasting, market basket, and sequence clustering, to demonstrate how to use the mining model algorithms, mining model viewers, and data mining tools that are included in this release of SQL Server."

Yukon info...

fsum - File Integrity Checker

fsum - File Integrity Checker

"Possibility to calculate a file message digest and/or a checksum using any of the 12 well-known and documented hash and checksum algorithms: MD2, MD4, MD5, SHA-1, SHA-2( 256, 384, 512), RIPEMD-160, PANAMA, TIGER, ADLER32, CRC32;
Support of a custom hash algorithm (MD4-based) used in eDonkey and eMule applications; (New in Version 2.5)
Possibility to act recursively. fsum can operate not only on files from a specific directory, but also on files from all subdirectories of the specified directory;
Work with large size files. (Tested on files with size up to 15 GB.);
Full compatibility with md5sum utility;
Full .MD5 and .SFV file formats support;
Automatic recognition of checksum file format (.MD5 or .SFV) while checking"

I like free...

Download details: Office 2003/XP Add-in: Remove Hidden Data

Download details: Office 2003/XP Add-in: Remove Hidden Data

"When you distribute an Office document electronically, the document might contain information that you do not want to share publicly, such as information you've designated as "hidden" or information that allows you to collaborate on writing and editing the document with others.

The Remove Hidden Data add-in is a tool that you can use to remove personal or hidden data that might not be immediately apparent when you view the document in your Microsoft Office application.

You can run the Remove Hidden Data add-in on individual files from within your Office XP or Office 2003 application..."

Undocumented Procs - Bahl, Manuj (Enigma)

Undocumented Procs - Bahl, Manuj (Enigma): "Undocumented Procs "

Nice summary list of some undocumented SQL Server Proc's...