Browse by Tags

SharePoint 2010: What’s New in Surveys
11 March 10 03:08 PM | Tech Training Notes
Note: the following is for the November 2009 Beta 2. In this release surveys do not have a ribbon in all screens and retain most of the look and feel of 2007. What’s new? Almost nothing! The exercise of comparing the two versions almost seems a waste...
SharePoint 2010 Available May 12th?
07 March 10 02:10 PM | Tech Training Notes
This says so: http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx#fbid=vUy2lbxfiO5 “Watch Stephen Elop, President of the Microsoft Business Division, announce the launch of Office 2010 and SharePoint 2010 on May 12...
Filed under:
SharePoint Events in 2010
04 March 10 06:18 AM | Tech Training Notes
Joel Oleson has a nice comparison of SharePoint events here: http://www.sharepointjoel.com/Lists/Posts/Post.aspx?ID=299 SPTechCon http://www.sptechcon.com/ Feb 10-12, San Francisco Central Region SharePoint Conferences http://www.sharepointconferencecentral...
SharePoint Certification
19 February 10 09:37 AM | Tech Training Notes
Below is a list of the SharePoint exams, the certification you get from the exam and classes to prepare for the exam. Both SharePoint 2007 and 2010 have two exam paths with two exams each. Each of the 2007 exams have hyperlinks to details on Microsoft...
SharePoint 2010: VHDs Now Available - Updated
13 February 10 09:06 AM | Tech Training Notes
Updated: http://techtrainingnotes.blogspot.com/2010/02/sharepoint-2010-vhds-now-available.html I have updated this article with more info about the SharePoint 2010 VHD download… I have added some more info on the install process I have added a list of...
SharePoint: Application page to display all sites a user can view
11 February 10 01:04 PM | Tech Training Notes
This sample project works for both SharePoint 2007 and 2010! This project is for educational purposes and is to be used at your own risk… Display a list of all sites a user has rights to… The following is a “demo” project to show the workings of several...
SharePoint: How to find all files of a certain type and then download easily
09 February 10 04:13 PM | Tech Training Notes
The goal… To find all .XYZ files in all of my sites, libraries and folders and then easily copy them to a local drive. Finding them is not too hard, you can use search for “*.xyz” or use a Content Query Web Part to find them, but how do you now download...
SharePoint: Prevent Accidental Overwrites when Uploading to a Library
07 February 10 11:09 AM | Tech Training Notes
This applies to both SharePoint 2007 and SharePoint 2010. The only difference is the page name, upload.aspx for SP 2007 and uploadex.aspx for SP 2010. Problem… Users are uploading files and are accidentally overwriting existing files, or if versioning...
SharePoint 2010: What’s the same for Site Owners…
03 February 10 08:45 AM | Tech Training Notes
The following is for the November 09 Beta 2… Most of the articles I see about SharePoint 2010 are about what’s new. To add some comfort for people who are considering upgrading from 2007 to 2010 I thought I would start to document what has not changed...
SharePoint 2010: VHDs Now Available
01 February 10 05:12 AM | Tech Training Notes
Microsoft has released a two VHD set of images to help you evaluate just about everything in SharePoint 2010, including FAST search, Project Server 2010, Visual Studio 2010 and Office 2010. “Everything” comes with a price… 13 GB of download! And… these...
SharePoint: <SafeControl> Generator
30 January 10 03:49 PM | Tech Training Notes
Is your new web part not showing up in the SharePoint Web Part Gallery, New Web Parts page (NewDwp.aspx)? It seems the number one problem for new (and experienced) SharePoint web part developers is getting the Read More... Del.icio.us | Digg It | Technorati...
SharePoint: List all SPBasePermissions for a User
21 January 10 11:37 AM | Tech Training Notes
This is a sample of code to list every possible permission a user has for a particular object. The object in the code is an SPWeb, but could be a list, folder or item. As I wanted to iterate though the SPBasePermissions enumberation and display the permission...
SharePoint: 2010 Namespace and Assembly Changes
16 January 10 04:01 PM | Tech Training Notes
SharePoint Server 2010 has almost twice the number of assemblies and twice the number of classes than MOSS 2007. The lists below are a summary of what’s changed. For a list of 2010 assemblies and namespaces see here: http://techtrainingnotes.blogspot...
SharePoint 2010: Assemblies and Namespaces
16 January 10 01:17 PM | Tech Training Notes
You see a sample of code on the web… you copy and paste it exactly… and you get red “squiggles” everywhere, and an error like: “The type or namespace name 'SPabc' could not be found (are you missing a using directive or an assembly reference?...
SharePoint 2010: A Walkthrough of Converting 2007 Code to 2010
13 January 10 02:45 PM | Tech Training Notes
While I was experimenting with Forms Based Authentication for SharePoint 2010 I found that 2010 is still missing any user administration tools for FBA users. For SharePoint 2007 there is a project on CodePlex (http://fba.codeplex.com/) that is a good...
More Posts Next page »