Posted on October 24, 2008 by mcdaid
Good information from Jeremy Jameson on running STSADM commands to load a solution that just puts files into the hive…
http://blogs.msdn.com/jjameson/archive/2007/06/17/issues-deploying-sharepoint-solution-packages.aspx
Filed under: SharePoint 2007 | Leave a Comment »
Posted on June 5, 2008 by mcdaid
Ever add a web part to a page that totally hoses the page up and results in a generic “Error on page” page? If you’re lucky, the bad web part will still allow the page to load and give you a link to the web part maintenance page to remove the web part in question [...]
Filed under: SharePoint 2007 | Leave a Comment »
Posted on April 11, 2008 by mcdaid
I, like many others I’m sure, am very tired of seeing this generic error on a SharePoint web part page. Not only is it not helpful, it’s insulting. Why would I want to know that an unexpected error has occurred but not be able to see anything describing what the problem is? Anyway, I found [...]
Filed under: SharePoint 2007 | Tagged: SharePoint 2007 | Leave a Comment »
Posted on March 24, 2008 by mcdaid
Being a “newbie” to developing web parts, page templates, etc. for SharePoint… and trying to figure out all the xml files needed to package code for deployment was getting a bit frustrating. Not to mention, trying to find a “standard” way of doing it for our dev team seemed daunting. Along comes STSDEV. STSDEV is a proof-of-concept [...]
Filed under: SharePoint 2007 | Leave a Comment »
Posted on December 17, 2007 by mcdaid
There are many blogs out there covering the topic of branding a site using master pages, CSS, and themes. My task is to brand our corporate extranet site for our business partners. The nice part is I already have a style guide to follow that was created as part of our customer-facing site. The not [...]
Filed under: SharePoint 2007 | Leave a Comment »
Posted on November 28, 2007 by mcdaid
Below is a list of links that I have found useful in my working with SharePoint. This list doesn’t include blogs that I follow on the topic as those are listed in my Blogroll.
General Links
Resources & Tools for WSS 3.0 and MOSS 2007
SharePoint on MSDN
SharePointPedia – Tons of useful, searchable articles and links
What Not To Store [...]
Filed under: SharePoint 2007 | Leave a Comment »
Posted on November 27, 2007 by mcdaid
After struggling with this a couple different times, I’ve decided it’s worth documenting how to do this so I don’t have to go through the pain again. Basically, once you have your web part compiled (See Mart Muller’s blog entry on how to create a web part) you need to:
Add the web part assembly (the [...]
Filed under: SharePoint 2007 | Leave a Comment »