Skip to main content
SharePointHosting.com's - SharePoint Demystified: Tips, tricks and tutorials for Microsoft SharePoint (WSS 3.0 & MOSS 2007) users, bloggers and the SharePoint community at large.

SharePointHosting.com's - SharePoint Demystified

Go Search
Home
SharePoint Screencast Tutorials
SharePoint Trial Sign Up
MOSS Blogs
MOSS 2007 Hosting
WSS 3.0 Hosting
YouTube
About the blog
About Us
Community Kit for SharePoint - User Group Edition 1.0
  

SharePointHosting.com's - SharePoint Demystified > Categories
SharePoint Screencast Tutorial: Dealing with closed and deleted web parts in the browser and with SharePoint Designer

One of the common causes of SharePoint page malfunctions or poor performance is the closed or corrupted web part. This issue comes across my desk two or three times a week. A user forgets that the Close option from the web part menu is not the same as the delete option. After awhile of closing many, many web parts the page load time goes through the roof. Known issue. You need to delete web parts when you don't want to display them on a page any longer. The other common issue is that a developer or SharePoint Designer will be working on a site and while they're figuring out the data view web part which you can add through SharePoint Designer they close it so users don't encounter something on the page which isn't done yet. Then they forget it was there and add three more, or perhaps the data that those web parts are bound to somehow changes and now they become corrupted and the page won't load. Again, known and common issue.

To deal with this you are going to want to do two possible things (1) see if you can still open and the page and if you can just go and delete the closed web parts (2) if you can't open the page in your web browser you are going to want to go open the site up with SharePoint Designer. The closed web parts are grayed out as shown in the video below.

Check it the screencast by clicking the screen grab below or by clicking here, "Working with closed web parts in IE 7.0 and SharePoint Designer"

Enter to win a copy of Microsoft Office SharePoint Designer 2007 Step by Step with SharePoint Designer 2007 Software!!!

We have five copies of the new Microsoft Office SharePoint Designer 2007 Step by Step book by Penelope Coventry ready to send you along with a copy of SharePoint Designer 2007 software. All you have to do is comment on this blog post with your greatest SharePoint Designer 2007 or general SharePoint tip – please be original (in other words don't just copy someone else's blog post).

The first five commenter's meeting those requirements will receive a copy of the book and the software. As soon as we have five good comments we will contact those people via e-mail to get their shipping information.

The Rules & Fine Print: Your shipping address must be in the USA.

SharePoint Designer 2007 SP1 Update

Microsoft has released an update for SharePoint Designer 2007 – this is an important update which addresses a variety of issues with SharePoint Designer 2007. You can read more about the update in KB 937162 and you can also download SharePoint Designer 2007 SP1 here.

SharePoint Screencast Tutorial: How to backup your site with SharePoint Designer

So you have Microsoft Office SharePoint Designer 2007 and you are finally ready to crack open your site and add a workflow to a document library or list, or maybe even modify your default.master page or some other site area, but there is still one thing you need to do before you get started. Before making any customizations or modifications to your site, especially if you are new comer to SharePoint customization, is to make a backup of the list, library or file you editing. Remember it's a best practice to make a backup before you begin just in case you need to roll back to the time before you started making changes.

Great news - SharePoint Designer makes backup really easy – you can choose to backup your entire site, or just an individual list, library or file. In this SharePoint Designer 2007 screencast tutorial, "SharePoint site backup with SharePoint Designer" you will learn how to create a site-level backup of your SharePoint site.

Playback Tip: Click the image above and wait several seconds while the screencast loads. If you don't have SharePoint Designer you can purchase it with a hosting plan here SharePoint Ultimate Plan (Software + Services).

The SharePoint Ultimate Plan: Software + Services in one easy to access solution

Customizing your SharePoint site inside your web browser is only the first step towards SharePoint enlightenment. If you have a SharePoint site running, you need to get started with Microsoft Office SharePoint Designer 2007, and SharePointHosting.com has the easiest way to accomplish this!

Introducing the SharePoint Ultimate plan – included with a significant over all discount passed on to you is a full license to Microsoft Office SharePoint Designer 2007, 12 months of hosting service, and our unique support service and tutorial content (a $1,000 value) for only $499.99.

Check out the SharePoint Ultimate plan today if you are considering any SharePoint implementation today, and remember that SharePointHosting.com is your #1 resource for Microsoft Software + Services.

A six-part series on getting the most out of SharePoint Designer 2007

Here are six great tutorials on getting the most out of SharePoint Designer 2007 and your SharePoint site. If you don't have a SharePoint 2007 site yet be sure to sign up for an SharePoint trial so you can begin to see the power of the SharePoint Products & Technologies platform.

SharePoint (MOSS or WSS) + SharePoint Designer allows you to:

  • Build solutions faster to enhance team productivity and efficiency
  • Design (brand) compelling SharePoint sites tailored to your organization's needs
  • Provide a management interface for IT managers and Site administrators

After familiarizing yourself with SharePoint Designer 2007 by watching these tutorials you will be up and running quickly and ready to start building your own solutions today.

SharePoint Screencast Tutorials:  Edit workflows and Conditional Else If Branching in SharePoint Workflow

In our last SharePoint workflow screencast tutorial post "Create a 5 step SharePoint Workflow with SharePoint Designer 2007" we reviewed how to create a 5 step workflow around a list called "opportunities" which contained information about sales leads. Well if you are interesting in using the same sales lead management site and list as demonstrated in the screencasts you can download here as a .STP SharePoint site template and install it on your own WSS site.

Instructions for installing the site template: after downloading the zipped .stp file to your desktop navigate to your WSS site and click on Site Actions > Site Setting > Site Templates. Use the actions menu for the Site Templates list and choose Upload from the drop down actions menu on the list. In the new page click "Browse" and go to the file location on your desktop where you decompressed the .stp file. Click on the file in the upload win and click Open. After the .stp file uploads to the list you can go back to Site Actions > Create > Sites and workspace and choose the template from the Custom tab on the site templates section of the site/workspace creation menu.

You probably want to populate the site with some data so here's how that works . First, the process is that members of the sales team enter their prospects into the "Sales Contacts" list after they're met someone new at a trade show, meeting, or where ever. The "Sales Contacts" list is based on the Contacts list that allows its contents to be imported from Outlook 2007 into SharePoint, and those contacts can be kept synchronized very easily. This cuts down on the data entry time of sales people, because after they enter the information into their Outlook contacts with their card scanner or manually, it is only a few more clicks and little or no keying to get the leads into the WSS 3.0 "Sales Contacts" custom contact list. The "Sales Contacts" list is linked to the "Opportunities" list so that when a contact truly becomes a lead after they are contacted by the sales person you can begin the workflow around the qualification, sales and ordering form process. When you enter a new opportunity the first thing you do is select which Sales Contact is associated with the Opportunity. These lists are just a very simple implementation of the process and are meant to be a teaching tool. That said, they could be significantly improved with a little work and I hope that you will download and modify the .stp file to fit your own needs because that's what its for! When you download and use the .stp file to make the site it's a good idea to populate the custom site with some data. Begin that process by adding some contacts to the Sales Contact list, then in the Opportunities list link to those contacts.

Back on track to workflow - the .stp includes two versions of the workflow created in our previous post for you to edit with SharePoint Designer 2007 as shown in our next tutorial. Going back to our last post we created a 5 step workflow around a list of sales opportunities – the workflow was based around a "status" column that had status choices (contacted, qualified, unqualified, closed, set order form, received order form) that would help a group of stakeholders in the sales process keep track of how leads were progressing through the company's sales process. The business process we we're trying to improve by implementing this workflow was the management of the sales team (a SharePoint security group) by a group of managers (a SharePoint security group).

The tutorial below shows you how to combine several steps into a single step by implementing several "else if" statements so that if the first condition you define an action for is not present, you cascade down your series of "else" or other scenarios until you arrive at the condition that is met and an action is triggered. There's obviously some logic that you have to understanding, but don't feel overwhelmed as a new user – the name of the game is experiment and keep on rethinking your workflows. You'll learn something each time you run into a problem and having a workflow close too early, and remember to start your own blog and share your experiences with others.

SharePoint workflow screencast tutorial "Open existing SharePoint workflow"

SharePoint workflow screencast tutorial "SharePoint workflow Else If branching"

SharePoint Screencast Tutorial: Create a 5 step SharePoint Workflow with SharePoint Designer 2007

In the previous post "Introduction to building SharePoint workflow with SharePoint Designer 2007" we reviewed how to get started with workflow and SharePoint by signing up for a WSS trial, downloading the trial of SharePoint Designer 2007, and opening your WSS site with SharePoint Designer 2007 and where the workflow initiation wizard is located in the SharePoint Designer 2007 menu structure.

Now we're going to actually create a series of five workflows that will notify us when a field in a column named "status" has changed in a row SharePoint list, specifically we're going to

  • Select our workflow initiation options
  • Set conditions and define actions to be take when conditions are met
  • Save the workflow

SharePoint workflow screencast tutorial "Create a 5 step WSS Workflow" - this tutorial is almost 10 minutes long so make sure you have some time set aside before you begin.

SharePoint Screencast Tutorials: Introduction to building SharePoint workflow with SharePoint Designer 2007

Microsoft Windows SharePoint Services 3.0 (WSS) provides an excellent work environment that is easily customized by users to better manage their "information" regardless if that is structured list data, documents, or collaboration tools like discussions. In this latest version of SharePoint you can take all that important business data and unlock an even higher level of performance with new SharePoint worksflow. Workflows allow you to attach a custom business process or processes to that "information" whether it be a document or list of information (such as sales leads).

So you're probably thinking to yourself, what do I need to get started with workflow and SharePoint? The two prerequisites are a WSS 3.0 site (click for free trial) and SharePoint Designer 2007 (click for free trial). After you have your own WSS site going and SharePoint Designer 2007 installed you can start learning how to use SharePoint by watching these two screencast tutorials on beginning SharePoint (WSS) workflow from SharePoint Hosting.

SharePoint workflow screencast tutorial "Open WSS site with SharePoint Designer "

SharePoint workflow screencast tutorial "Create a new WSS workflow with SharePoint Designer"