Monday, November 15, 2010
SharePoint EditControlBlock RegistrationId types
{
InvalidType = -1,
GenericList = 100,
DocumentLibrary = 101,
Survey = 102,
Links = 103,
Announcements = 104,
Contacts = 105,
Events = 106,
Tasks = 107,
DiscussionBoard = 108,
PictureLibrary = 109,
DataSources = 110,
WebTemplateCatalog = 111,
UserInformation = 112,
WebPartCatalog = 113,
ListTemplateCatalog = 114,
XMLForm = 115,
MasterPageCatalog = 116,
NoCodeWorkflows = 117,
WorkflowProcess = 118,
WebPageLibrary = 119,
CustomGrid = 120,
DataConnectionLibrary = 130,
WorkflowHistory = 140,
GanttTasks = 150,
Meetings = 200,
Agenda = 201,
MeetingUser = 202,
Decision = 204,
MeetingObjective = 207,
TextBox = 210,
ThingsToBring = 211,
HomePageLibrary = 212,
Posts = 301,
Comments = 302,
Categories = 303,
IssueTracking = 1100,
AdminTasks = 1200,
}
Thursday, June 25, 2009
Friday, May 22, 2009
SharePoint 2007 SP2 will expire your site in 180 days
Friday, May 15, 2009
April CU Update is available
Friday, April 17, 2009
SharePoint Site Themes
Monday, March 9, 2009
SharePoint February Cumulative Update Available
Friday, February 27, 2009
SharePoint Email Enabled Lists Unknown Alias
Programmatically start SharePoint search crawl
Monday, February 23, 2009
SharePoint Email Enabled Lists
Wednesday, February 11, 2009
SharePoint Jobs
Friday, February 6, 2009
My SharePoint advice to a friend
I don't have any certifications in SharePoint or any other technology. I don't care to get any certifications. My policy is if I've worked 4-5 years with SharePoint and the company I interview with needs a certification on my resume then I don't want to work for them. My experience should be enough. Needless to say I don't like companies asking for certifications and in general don't care for them.
Done with my rant...
I was a consultant with Sagestone Consulting(MS Partner) and was right out of college doing an internship for the help desk dept. During that internship one of my colleagues told me that SharePoint was going to be the next big thing and I should spend time learning it. He suggested I read the SharePoint Administrator's Guide which is huge. I installed SharePoint on a VPC, downloaded the guide and just started studying. My focus was on administration and installation particularly topology, taxonomy, server farm installation and search. So after uninstalling, reinstalling and configuring SharePoint about a dozen times I became familiar with it. With the new version MOSS 2007, MS added about a dozen more complicated features with a more advanced search engine, the ability to host public sites with it, master pages and page layouts. I am not very familiar with the details of how all those work but because I had the experience from SharePoint 2003 I knew the core of the product. I guess a good starting point would be to start with just Windows SharePoint Services since that is the core of MOSS 2007 along with a slew of other MS products including project server, identity life management server along with others. So knowledge of WSS would go a long way to knowing how the sites of these other products work. Plus WSS has most of the features of MOSS but is a bit simpler to learn starting out. A lot of companies are just running WSS because they don't have to pay the big bucks. There is a WSS Admin Guide, so download that or find it on TechNet and start studying and installing. There is a SharePoint user group in GR that meets one Tuesday of every month. https://www.wmspug.org/Home/default.aspx That would be a good resource too, a lot of local businesses have people that attend that, good networking night.
My advice would be the same, try to get your hands on a VPC or VM that you can install SharePoint on and download and start studying the Admin Guide. SharePoint is only going to expand and continue to grow with Microsoft.
Another thing, if you manage to get your hands on a beta version of the next version of Office (Office 14), definitely work on learning how to migrate from the current version of SharePoint to the next. There are going to be lots of companies that have a need for this migration and there aren't a lot of consulting firms in town with SharePoint experts that will know how to do this. The demand will be great but the resources small. It's a good opportunity for employment.
Hope this all helps, let me know if you have any questions. I'm always glad to help.
Friday, January 30, 2009
SharePoint Open a closed Web Part
When a web part is closed using the X, the web part is still loaded on the page, it is just not displayed. Resources are allocated that are never used, so she was right in asking the question.
Here are the steps to put a web part back on a page:
- Site Actions -> Edit Page
- Click Add a Web Part
- Click Advanced Web Part gallery and options
- Click Closed Web Parts
- Drag closed web part onto the page
Thursday, December 11, 2008
Wednesday, November 5, 2008
Custom SSRS Web Parts for SharePoint
Tuesday, November 4, 2008
SPRelinkDocuments released on CodePlex
Thursday, October 30, 2008
Grand Rapids SharePoint User Group Meeting Nov 6th
On November 6, Harold Gravatt of Realign LLC, a MCSE with over 18 years of demonstrated expertise delivering Microsoft based network solutions, will cover implementing the External Collaboration Toolkit for SharePoint using ADAM and FBA. Find out how your company can provide authenticated team site access to clients and partners without adding them to your Active Directory.
David Tappan, a MCSE and Senior MOSS Architect at C/D/H, will also lead a ‘How Do I’ presentation on how to configure Kerberos authentication in a multi-server SharePoint farm.
New Horizons
5315 28th St Ct. SE Suite B
Grand Rapids, MI 49546
November 6, 2008
6:00pm-8:00pm
Friday, October 24, 2008
SharePoint The EXECUTE permission was denied on the object 'proc_LogChange', database 'SharePoint_AdminContent_, schema dbo
The EXECUTE permission was denied on the object 'proc_LogChange', database SharePoint_AdminContent, schema dbo
Friday, October 17, 2008
West Michigan SharePoint User Group Meeting November
We invite you to attend the West Michigan SharePoint User’s Group Meeting on Thursday, November 6, 2008-seating is limited so please Register Today!
On November 6, Harold Gravatt, a MCSE with over 18 years of demonstrated expertise delivering Microsoft based network solutions, will cover implementing the External Collaboration Toolkit for SharePoint using ADAM and FBA.
David Tappan, a MCSE and Senior MOSS Architect at C/D/H, will also lead a ‘How Do I’ presentation on how to configure Kerberos authentication in a multi-server SharePoint farm.
5315 28th St Ct. SE Suite B
Grand Rapids, MI 49546
November 6, 2008
6:00pm-8:00pm
Friday, October 10, 2008
SharePoint Date Picker Control
Thursday, October 9, 2008
Decode SharePoint List ID found in Url
from
http://nickgrattan.wordpress.com/2008/04/29/finding-the-id-guid-for-a-sharepoint-list/