GDocsOpen - Open, Edit and Save DOC and XLS files directly from Windows using Google Docs

Logger

The YUIAsp.Net Logger control helps you debug the YUI javascript code, but it can also help you debug your own code.

It's really easy to use, and can successfully replace the old-style alert calls.

		<yui:Logger ID="logger" Top="0px" Left="0px"  runat="server" />
	

Writing to the logger is as simple as calling a method:

    YAHOO.log("Hello World");

When using the YUI scripts in debug mode, they output helpful debug information to help debug to the maximum