Supernova’s Mission

Supernova’s mission is to share our people’s stories, ideas, discoveries, and solutions.

Archives

Injecting and Running Javascript in a Windows.Forms.WebBrowser control

Written by: Lee Kohn

Have you ever needed to inject some JavaScript into a web-page contained in a WebBrowser control and then run said code?  If you have then you’re in luck; here is some sample code which accomplishes exactly that in a console application (the same code works for a WinForms application with a few tweaks): using System;

Walkthrough: DVWP Tooltip

Written by: Christopher H. Lincoln

Tooltips may be implemented to greatly improve user experience in many scenarios.  This walkthrough will provide a method with which tooltip functionality may be implemented on SharePoint Data View Web Parts (DVWPs) using XSL and JavaScript. Preparation Open the SharePoint site in SharePoint Designer 2007 Open the page on which the tooltip functionality will be implemented Enable either

Show Elapsed Modified Time in a Document Library

Written by: Ross Beurmann

Introduction The requirement has come to fruition to see the elapsed time from the “Modified Date” to “Now” on a reports document library. This is not possible in a calculated value unfortunately do to [Today] and [Me] values being consumed in a calculated value are considered “Volatile” by SharePoint out of the box. These use

Using Javascript to Manipulate a List Form Field

Written by: Jorge "El Che" Vasquez

This is a great post by the SharePoint Designer Team on using javascript to manipulate a list form field: http://blogs.msdn.com/sharepointdesigner/archive/2007/06/13/using-javascript-to-manipulate-a-list-form-field.aspx

Using Javascript to Manipulate a List Form Field

Written by: Jorge "El Che" Vasquez

This is a good article on how to be able to set values on SharePoint Elements. http://blogs.msdn.com/sharepointdesigner/archive/2007/06/13/using-javascript-to-manipulate-a-list-form-field.aspx Thanks for the link Pirooz