If you're a SharePoint developer in Cincy or looking for some consulting work and willing to travel, drop me a line.
Apologies for the lack of updates lately. I've been buried on a couple of different projects.
Thursday, September 17, 2009
Thursday, August 6, 2009
Shared Service Provider Access Denied
Alan Coulter had a very convenient post regarding Shared Service Provider Access Denied. If someone other than yourself has setup a stand-alone MOSS environment, you will run into this. Aside from ensuring that you are a farm administrator and site collection administrator on the default portal, SSP and Central Admin you'll want to make sure that you have access to the SSP personalization in order to enable advanced usage analysis reporting.
Tuesday, July 21, 2009
Hello Twitterland!
Check out my new twitter page: http://twitter.com/mark_kruger
@mark_kruger
Hope to hear from everyone soon!
@mark_kruger
Hope to hear from everyone soon!
Friday, June 19, 2009
Could it really be? WebTrends for SharePoint!
Via Joel Oleson
Check out the new whitepaper on WebTrends for SharePoint
Reports include:
Check out the new whitepaper on WebTrends for SharePoint
Reports include:
- WebParts Viewed
- Breadcrumbs Report
- Document Actions
- Activity by User
- User Specific Document Action
Sunday, June 7, 2009
Demos: A six-part series on getting the most out of SharePoint Designer 2007
Demos: A six-part series on getting the most out of SharePoint Designer 2007
Powerful user interface and design tools
Customize SharePoint sites
Create and modify layout pages
Create and modify rules-based workflow applications
Build composite no-code SharePoint applications
Visual Studio integration
Powerful user interface and design tools
Customize SharePoint sites
Create and modify layout pages
Create and modify rules-based workflow applications
Build composite no-code SharePoint applications
Visual Studio integration
Thursday, May 28, 2009
Attention: Important Information on Service Pack 2
Via Microsoft SharePoint Team Blog
"During the installation of SP2, a product expiration date is improperly activated. This means SharePoint will expire as though it was a trial installation 180 days after SP2 is deployed. "
Which products are affected by this?
Applying Service Pack 2 to any of the following products will result in this issue: Office SharePoint Server 2007, Office SharePoint Server 2007 for Internet Sites, Project Server 2007, Form Server 2007, Search Server 2008 and Search Server 2008 Express.
Windows SharePoint Services 3.0 is not affected by this issue.
Check out the Microsoft SharePoint Team Blog on what you can do to fix the Service Pack 2 issue.
"During the installation of SP2, a product expiration date is improperly activated. This means SharePoint will expire as though it was a trial installation 180 days after SP2 is deployed. "
Which products are affected by this?
Applying Service Pack 2 to any of the following products will result in this issue: Office SharePoint Server 2007, Office SharePoint Server 2007 for Internet Sites, Project Server 2007, Form Server 2007, Search Server 2008 and Search Server 2008 Express.
Windows SharePoint Services 3.0 is not affected by this issue.
Check out the Microsoft SharePoint Team Blog on what you can do to fix the Service Pack 2 issue.
Thursday, May 14, 2009
Microsoft SharePoint Development Panel Discussion
SharePoint MVPs interact in an open discussion about SharePoint development.
Microsoft SharePoint Development Panel Discussion
Microsoft SharePoint Development Panel Discussion
Wednesday, May 6, 2009
For the SharePoint Designer Non-Believers...
This clip relates to some of the discussions I had this week about using SharePoint Designer in an Enterprise environment. Tom Rizzo talks about SharePoint Designer becoming a free product and how useful it can be to any business strategy.
http://www.youtube.com/watch?v=cvvVJamO3nQ
http://www.youtube.com/watch?v=cvvVJamO3nQ
Sunday, April 19, 2009
Service Pack 2 for the 2007 Microsoft Office System due to ship April 28th
Check out Office Sustained Engineering's Blog for more details!
Virto Ajax Web Part Calendar SharePoint
Virto Calendar can be used instead of built-in SharePoint Calendar. It provides you with powerful capabilities for more convenient events calendaring, e.g.:
Adding Event with a one mouse click
Event Coloring according to List Type
Date Picker for quick and easy navigation
Event duration editing with a simple resizing action
Event date changing with a just drag and drop
Single aggregated view of all your events from different SharePoint Lists not only single SharePoint Site
Resizing for fitting your web page design
Printing of any calendar View
Download Free Virto Calendar Now!
Adding Event with a one mouse click
Event Coloring according to List Type
Date Picker for quick and easy navigation
Event duration editing with a simple resizing action
Event date changing with a just drag and drop
Single aggregated view of all your events from different SharePoint Lists not only single SharePoint Site
Resizing for fitting your web page design
Printing of any calendar View
Download Free Virto Calendar Now!
Saturday, April 11, 2009
White paper: Working with large lists in Office SharePoint Server 2007
Via: SharePoint Server Technet
Microsoft performed performance testing against Microsoft® Office SharePoint® Server 2007 to determine the performance characteristics of large SharePoint lists under different loads and modes of operation. This white paper presents their findings.
The test results in this white paper are intended to demonstrate the difference in the performance characteristics of SharePoint lists containing large numbers of items when different data access types are used to present list contents. Test results in this white paper show how to optimize list performance through limits on the number of items that appear in a list, and by choosing the most appropriate method of retrieving list contents.
Download this white paper as a Microsoft Word document (.doc).
White paper: Working with large lists in Office SharePoint Server 2007 (http://go.microsoft.com/fwlink/?LinkId=95450&clcid=0x409)
Data access methods
Analyzing the results
The test results in this white paper validate the fact that with proper testing in your own environment, it is quite possible that you can use more than 2,000 items in a container without an adverse impact on performance. The best results will be obtained if you write your own user interface to work with the data in the list, and make some carefully considered choices about what data access method works best for your requirements. The data access method you choose may very well impact other aspects of your site or list implementation.
For example, using data access methods that require the SPList class will greatly benefit from indexing columns used in a WHERE clause. However, the benefit of indexing these columns is marginal if the data is retrieved using the Search service, the Lists Web service or the PortalSiteMapProvider class. Conversely, if you are not using the SPList class for data retrieval, data access will likely be much faster if you are able to retrieve data based on the ID of items, rather than the value of a specific column in a list.
Additional Resources: Plan for performance and capacity (Office SharePoint Server)
Microsoft performed performance testing against Microsoft® Office SharePoint® Server 2007 to determine the performance characteristics of large SharePoint lists under different loads and modes of operation. This white paper presents their findings.
The test results in this white paper are intended to demonstrate the difference in the performance characteristics of SharePoint lists containing large numbers of items when different data access types are used to present list contents. Test results in this white paper show how to optimize list performance through limits on the number of items that appear in a list, and by choosing the most appropriate method of retrieving list contents.
Download this white paper as a Microsoft Word document (.doc).
White paper: Working with large lists in Office SharePoint Server 2007 (http://go.microsoft.com/fwlink/?LinkId=95450&clcid=0x409)
Data access methods
- Browser
- SPList with For/Each
- SPList with SPQuery
- SPList with DataTable
- SPListItems with DataTable
- Lists Web service
- Search
- PortalSiteMapProvider
Analyzing the results
The test results in this white paper validate the fact that with proper testing in your own environment, it is quite possible that you can use more than 2,000 items in a container without an adverse impact on performance. The best results will be obtained if you write your own user interface to work with the data in the list, and make some carefully considered choices about what data access method works best for your requirements. The data access method you choose may very well impact other aspects of your site or list implementation.
For example, using data access methods that require the SPList class will greatly benefit from indexing columns used in a WHERE clause. However, the benefit of indexing these columns is marginal if the data is retrieved using the Search service, the Lists Web service or the PortalSiteMapProvider class. Conversely, if you are not using the SPList class for data retrieval, data access will likely be much faster if you are able to retrieve data based on the ID of items, rather than the value of a specific column in a list.
Additional Resources: Plan for performance and capacity (Office SharePoint Server)
Monday, April 6, 2009
SharePoint Drives Ferrari!
Ferrari introduced their new Ferrari.com website, which is powered by SharePoint Server 2007, according to Owen Allen, SharePoint product manager.
The site is pretty sleek loaded with images, video and flash animation! Check out this preview video about the Ferrari.com site.
Via Softpedia, Owen Allen, Steve Clayton and Chris Parkes!
The site is pretty sleek loaded with images, video and flash animation! Check out this preview video about the Ferrari.com site.
Via Softpedia, Owen Allen, Steve Clayton and Chris Parkes!
Saturday, April 4, 2009
SharePoint List Association Manager - SLAM!
Most developers who have used SharePoint as an application development framework have run into the realization that SharePoint is NOT a relational database. In fact, the accepted wisdom is if you need relational tables, use ASP.NET/SQL straight-up, not SharePoint.
Enter SharePoint List Association Manager (SLAM). In short it allows you to define relationships (one to one, one to many, many to many) between SharePoint lists (or Content Types) and then leverage those relationships in webparts or custom field types using familiar and straight forward SQL queries.
Illustrated Guide to SLAM
SLAM Architecture
Check it out on codeplex!
http://slam.codeplex.com/
Enter SharePoint List Association Manager (SLAM). In short it allows you to define relationships (one to one, one to many, many to many) between SharePoint lists (or Content Types) and then leverage those relationships in webparts or custom field types using familiar and straight forward SQL queries.
Illustrated Guide to SLAM
SLAM Architecture
Check it out on codeplex!
http://slam.codeplex.com/
Thursday, April 2, 2009
MOSS Installation and Deployment Guides
Well, here you go. A 200 page MOSS Installation Guide and a 400 page MOSS Deployment Guide from Microsoft ;)
Installation Guide for Microsoft Office SharePoint Server 2007
Deployment for Office SharePoint Server 2007
Upgrading to Office SharePoint Server
Keep tabs on the latest document by checking out Newly published content for Office SharePoint Server 2007
Installation Guide for Microsoft Office SharePoint Server 2007
Deployment for Office SharePoint Server 2007
Upgrading to Office SharePoint Server
Keep tabs on the latest document by checking out Newly published content for Office SharePoint Server 2007
Download SharePoint Designer Free!
SHAREPOINT DESIGNER 2007 IS NOW FREE! Be sure to watch the video in the "Related Resources" below to learn more about details and future direction. Office SharePoint Designer 2007 provides the powerful tools you need to deliver compelling and attractive SharePoint sites and quickly build workflow-enabled applications and reporting tools on the SharePoint platform, all in an IT-managed environment.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=baa3ad86-bfc1-4bd4-9812-d9e710d44f42
Home Page for SharePoint Designer 2007
Video of SharePoint Designer 2007 FAQ (6.2MB)
Video of SharePoint Designer 2007 FAQ (16.8MB)
Video of SharePoint Designer 2007 FAQ (82.9MB)
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=baa3ad86-bfc1-4bd4-9812-d9e710d44f42
Home Page for SharePoint Designer 2007
Video of SharePoint Designer 2007 FAQ (6.2MB)
Video of SharePoint Designer 2007 FAQ (16.8MB)
Video of SharePoint Designer 2007 FAQ (82.9MB)
Subscribe to:
Posts (Atom)



