http://www.sharepoint-tools.de/en/BrowseCategory/10/Development.html
Tags: moss
http://mdablog.spaces.live.com/blog/cns!B0C40902E1212960!623.entry
<script type="text/javascript"> _spBodyOnLoadFunctionNames.push("fillDefaultValues"); var vals = new Object(); var navBarHelpOverrideKey = "wssmain"; function fillDefaultValues() { var qs = location.search.substring(1, location.search.length); var args = qs.split("&"); for (var i=0; i < args.length; i++) { var nameVal = args[i].split("="); var temp = unescape(nameVal[1]).split('+'); nameVal[1] = temp.join(' '); vals[nameVal[0]] = nameVal[1]; } setLookupFromFieldName("ProjectID", vals["ProjectID"]); } // setLookupFromFieldName: Set a form field value using its // fieldname to find it in the page // Arguments: // fieldName: The name of the list column // value: Set the fieldName to this value // function setLookupFromFieldName(fieldName, value) { if (value == undefined) return; var theInput = getTagFromIdentifierAndTitle("input","",fieldName); if(theInput != null) { theInput.value = value; } } // getTagFromIdentifierAndTitle: Find a form field object using its tagName, // identifier, and title to find it in the page // Arguments: // tagName: The type of input field (input, select, etc.) // identifier: The identifier for the instance of the fieldName // (ff1, ff2, etc.) // title: The title of the list column // function getTagFromIdentifierAndTitle(tagName, identifier, title) { var len = identifier.length; var tags = document.getElementsByTagName(tagName); for (var i=0; i < tags.length; i++) { var tempString = tags[i].id; if (tags[i].title == title && (identifier == "" || tempString.indexOf(identifier) == tempString.length - len)) { return tags[i]; } } return null; } </script>
Tags: moss
http://www.sharepointblogs.com/llowevad/archive/2007/06/25/sharepoint-2007-single-sign-on-setup.aspx
http://technet.microsoft.com/en-us/library/cc262932(TechNet.10).aspx
configure single signon in sharepoint designer
Developing ASP.Net 2.0 Code Behind pages for SharePoint: Using VSeWSS1.1
http://claytonj.wordpress.com/2008/04/13/sharepoint-code-behind-demo-using-vsewss11/
Using ASP.NET 2.0 Code Behind Files in SharePoint v3 Sites
http://www.andrewconnell.com/blog/articles/UsingCodeBehindFilesInSharePointSites.aspx
Application Development on MOSS 2007 and WSS V3
http://blogs.msdn.com/cjohnson/archive/2006/09/05/740498.aspx
VS 2005 Web Application Project V1.0 Released
http://weblogs.asp.net/scottgu/archive/2006/05/08/445742.aspx
Creating Application Pages (_layouts) in MOSS 2007 – How to do rapid development using Form Field Controls
Tags: custom application, moss
Walkthrough by Ted Pattison
http://msdn.microsoft.com/en-us/library/bb418732.aspx
Determining where to build custom application
http://msdn.microsoft.com/en-us/library/ms413865.aspx
http://msdn.microsoft.com/en-us/library/ms479423.aspx
Tags: custom application, moss
MOSS Faceted Search
http://www.codeplex.com/FacetedSearch
Custom XSLT for the Search Core Results Web Part
http://www.u2u.info/Blogs/Patrick/Lists/Posts/Post.aspx?ID=1669
Tags: moss, reporting services
http://technet.microsoft.com/en-us/library/cc299032.aspx
Tags: configuration, moss, sharepoint
Configuring Usage Analysis
http://technet2.microsoft.com/windowsserver/WSS/en/library/6921bcb7-bc09-4c9a-b841-5467f2a59cda1033.mspx?mfr=true
C++ Parser
http://msdn2.microsoft.com/en-us/library/bb814929.aspx
Tags: moss, site usage
Configuring Kerberos for SharePoint 2007: Part 1 – Base Configuration for SharePoint
Configuring Kerberos for SharePoint 2007: Part 2 – Excel Services and SQL Analysis Services
Tags: authentication, keberos, moss