<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.bamboosolutions.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">The Bamboo Team Blog</title><subtitle type="html">Bamboo Solutions is the leading provider of Web Parts and Solution Accelerators for Microsoft SharePoint.   The mission of this blog is to connect us with customers and colleagues and foster discussion around the news and issues that affect us all.
</subtitle><id>http://community.bamboosolutions.com/blogs/bambooteamblog/atom.aspx</id><link rel="alternate" type="text/html" href="http://community.bamboosolutions.com/blogs/bambooteamblog/default.aspx" /><link rel="self" type="application/atom+xml" href="http://community.bamboosolutions.com/blogs/bambooteamblog/atom.aspx" /><generator uri="http://communityserver.org" version="4.1.31106.3070">Community Server</generator><updated>2008-11-20T13:58:00Z</updated><entry><title>Control when a document is displayed: Managing Item Scheduling</title><link rel="alternate" type="text/html" href="/blogs/bambooteamblog/archive/2008/12/04/control-when-a-document-is-displayed-managing-item-scheduling.aspx" /><id>/blogs/bambooteamblog/archive/2008/12/04/control-when-a-document-is-displayed-managing-item-scheduling.aspx</id><published>2008-12-04T16:10:00Z</published><updated>2008-12-04T16:10:00Z</updated><content type="html">&lt;p&gt;You may not know this already but SharePoint has this cool feature called &lt;strong&gt;Managing Item Scheduling&lt;/strong&gt;.&amp;nbsp; Have you ever wanted to upload a file to a library but only have it display between certain dates even times to all users?&amp;nbsp; Well SharePoint has the answer for your dilemma.&lt;/p&gt;
&lt;p&gt;First, here are prerequisites to use this functionality:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Content Approval needs to be enabled on the library.&lt;/li&gt;
&lt;li&gt;Versioning needs to be enabled both for Major and Minor versions.&lt;/li&gt;
&lt;li&gt;And the real kicker, must use a library within a Publishing site, which means you need MOSS 2007 to utilize this functionality.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;So what exactly does &lt;strong&gt;Managing Item Scheduling&lt;/strong&gt; do?&amp;nbsp; Let say you have this feature enabled.&amp;nbsp; When you upload a file to the document library, when entering the properties in the EditForm.aspx page, you will notice 2 new columns: &lt;strong&gt;Scheduling Start Date&lt;/strong&gt; and &lt;strong&gt;Scheduling End Date&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.12.Blogs.Item+Scheduling+Feature/DocFormEnabled.png"&gt;&lt;img border="0" src="http://community.bamboosolutions.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Components.UserFiles/00.00.00.21.12.Blogs.Item+Scheduling+Feature/DocFormEnabled.png" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;When you define the &lt;strong&gt;Scheduling Start Date&lt;/strong&gt; this says when the Published major version of the document will be displayed to the end user in the List View.&amp;nbsp; The options are fairly self explanatory.&amp;nbsp; The &lt;strong&gt;Scheduling End Date&lt;/strong&gt; options define when the Publish major version of the document should no longer be displayed in the list views, again the options are self explanatory.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Now the next parts is where the Versioning and Content Approval comes into play.&amp;nbsp; When you save the document, initially it is marked as minor version (0.1).&amp;nbsp; Once the user is ready for it to be displayed in the library to all users, they must submit a request for the document to be published.&amp;nbsp; This will send the document through a workflow to a set of users who are a member of the SharePoint Approval group.&amp;nbsp; You will notice that the status of the document is marked as &lt;strong&gt;Pending&lt;/strong&gt;.&amp;nbsp; When a users that is a member of the Approval group marks the document as &lt;strong&gt;Approved, &lt;/strong&gt;commonly 2 steps will occur to the minor version of the document sent for approval:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The minor version will be changed to a major version (1.0), and,&lt;/li&gt;
&lt;li&gt;The status will be marked as approved.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The above is what happens in a traditional document library with Versions and Content Approval enabled.&amp;nbsp; Now if &lt;strong&gt;Managing Item Scheduling &lt;/strong&gt;is enabled, couple variants are put in place.&amp;nbsp; If the document&amp;#39;s &lt;strong&gt;Scheduling Start Date&lt;/strong&gt; is not &lt;strong&gt;Immediately&lt;/strong&gt; and current date and time has not reached the specified date and time, the following occurs to the item:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The status will be marked as &lt;strong&gt;Scheduled&lt;/strong&gt;, and,&lt;/li&gt;
&lt;li&gt;The version number will remain as minor (i.e. 0.1)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;As a resulting not displaying to end users in list view Web Parts.&amp;nbsp; SharePoint has a timer job that monitors in the background items that has status of &lt;strong&gt;Scheduled&lt;/strong&gt; and when the &lt;strong&gt;Scheduling Start Date&lt;/strong&gt; matches the current date and time, it automatically switches Status to Approved and sets version to major release, thus making the file viewable.&lt;/p&gt;
&lt;p&gt;If there is a specified &lt;strong&gt;Scheduling End Date &lt;/strong&gt;then once the current date and time is greater, the status is marked as &lt;strong&gt;Scheduled&lt;/strong&gt; and the version number is set back to highest minor release version of the previous major release.&lt;/p&gt;
&lt;p&gt;Cool stuff eh?&lt;/p&gt;
&lt;p&gt;So now I told you HOW this cool feature works, lets talk about how to activate it.&amp;nbsp; As I mentioned, one of the prerequisites is a Publishing Site.&amp;nbsp; Microsoft was kind enough to enable this feature automatically in the Documents library of the &lt;strong&gt;Publishing Site with Workflow&lt;/strong&gt; site template.&amp;nbsp; But if you want to create either a new Document Library in this site or another Publishing site, the following steps will need to occur:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;After creating a new Document Library go to &lt;strong&gt;List Settings&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;In section &lt;strong&gt;General Settings&lt;/strong&gt; select the link &lt;strong&gt;Versioning Settings, &lt;/strong&gt;and enable:&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Content Approval&lt;/strong&gt; to &lt;strong&gt;Yes&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Document Version History&lt;/strong&gt; to &lt;strong&gt;Create major and minor (draft) versions&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;In section &lt;strong&gt;General Settings&lt;/strong&gt; select the link &lt;strong&gt;Manage Item Scheduling &lt;/strong&gt;and select the option &lt;strong&gt;Enable scheduling of items in this list&lt;/strong&gt;. &lt;em&gt;yes for some reason when you click OK it sends you to Site Settings for some odd reason, gotta keep you on your toes some how I guess&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;So back to List Settings of the document library, in the section &lt;strong&gt;Columns &lt;/strong&gt;select the link &lt;strong&gt;Add from existing Site Columns &lt;/strong&gt;(if you are using &lt;strong&gt;Content Types&lt;/strong&gt; you can perform this step in the Site Content Type also).&lt;/li&gt;
&lt;li&gt;Filter the list of &lt;strong&gt;Available Site Columns&lt;/strong&gt; by selecting the group &lt;strong&gt;Publishing Columns &lt;/strong&gt;in the drop down menu.&amp;nbsp; Select &lt;strong&gt;Scheduling Start Time&lt;/strong&gt; and &lt;strong&gt;Scheduling End Time&lt;/strong&gt; to the &lt;strong&gt;Columns to Add&lt;/strong&gt; list box and click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You have now successfully configured your library to handle item scheduling.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=8399" width="1" height="1"&gt;</content><author><name>Jeff Kozloff</name><uri>http://community.bamboosolutions.com/members/Jeff-Kozloff/default.aspx</uri></author></entry><entry><title>SharePoint, Pushups, and Breast Cancer Awareness</title><link rel="alternate" type="text/html" href="/blogs/bambooteamblog/archive/2008/12/04/sharepoint-pushups-and-breast-cancer-awareness.aspx" /><id>/blogs/bambooteamblog/archive/2008/12/04/sharepoint-pushups-and-breast-cancer-awareness.aspx</id><published>2008-12-04T16:08:00Z</published><updated>2008-12-04T16:08:00Z</updated><content type="html">&lt;p&gt;As a man, I have noticed that men tend to be less likely than women to get involved in raising funds or participating in Breast Cancer awareness. In an effort to combat this tendency, the men in our office recently decided to see if we could help change the behavior, raising money for the cause in a&amp;nbsp;unique and fun way, and to get the entire company involved as well.&amp;nbsp; Being typical men, however, we were late by one month for the actual Breast Cancer Awareness month.&lt;/p&gt;
&lt;p&gt;What does any of this have to do with SharePoint? Read on...&lt;/p&gt;
&lt;p&gt;So as to get the entire office involved, a group of 9 men organized and ran a pushup pledge drive. Yes, you read that correctly: Pushups. Recall that &amp;quot;unique and fun&amp;quot; were among our goals at the outset.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/Pushuppers.jpg"&gt;&lt;img src="http://community.bamboosolutions.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/Pushuppers.jpg" style="float:left;margin-left:8px;margin-right:8px;" border="0" alt="" /&gt;&lt;/a&gt;Each man solicited donations from his colleagues on a per-pushup basis, pledging in return to participate in an office pushup contest. Our original goal was $300, but when the final pushup was completed, we had raised over $1,700! The excitement for the contest, including online polls and spirited boasting, really brought the office together in a fun way and got all of our men pumped up to be involved in a worthy cause. Needless to say, donations were accepted from both sexes, and many men and women donated to the cause.&lt;/p&gt;
&lt;p&gt;We were able to use our own Web Parts to really make the effort shine. &lt;a href="http://community.bamboosolutions.com/members/EmilyBien/default.aspx"&gt;Emily Bien&lt;/a&gt; used the&amp;nbsp;&lt;a href="http://store.bamboosolutions.com/ps-70-5-sharepoint-poll-web-part.aspx"&gt;SharePoint Poll Web Part&lt;/a&gt; to create a poll to get votes from the office staff as to who they thought would win, which led to much smack talk as many of the participants kept up with who the office thought would win. As it turned out, the results of the voting were actually pretty much on target with what the actual results were (collaboration usually leads to the right answers!)&lt;/p&gt;
&lt;p&gt;&lt;a href="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/PushupCoultasTiara.jpg"&gt;&lt;img src="http://community.bamboosolutions.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/PushupCoultasTiara.jpg" style="border:0;float:right;margin-left:8px;margin-right:8px;" border="0" alt="" /&gt;&lt;/a&gt;When the big day arrived, all&amp;nbsp;nine participants dropped and did as many pushups as they could manage in 6 minutes. Sweat and shortened breath came from the men as they cranked out their pushups. &amp;nbsp;Our colleagues watched and cheered us on (sometimes laughing uproariously) as we did our pushups, generating excitement in our version of the race for the cure. Prizes were awarded for the most money raised, as well as the most pushups completed (pink hats in honor of Breast Cancer Research, and a&amp;nbsp; tiara was also earned by yours truly for having cranked out the least &amp;nbsp;amount of pushups: 33).&amp;nbsp; &lt;/p&gt;
&lt;p&gt;As it turned out, we had not one but two &lt;span style="text-decoration:line-through;"&gt;ringers&lt;/span&gt; gents who each did over 100 pushups apiece in the allotted time. Our triple-digit champions were &lt;a href="http://community.bamboosolutions.com/members/Douglas-Jay/default.aspx"&gt;Douglas Jay&lt;/a&gt; with 138 pushups, and Tim Do with 114, but all of our contestants were hailed as champions for their participation.&lt;/p&gt;
&lt;p&gt;After the contest, SharePoint once again came into play when Jeff Tubb put together a&amp;nbsp;SharePoint list for us&amp;nbsp;(and really learned to love calculated values in the process), allowing in-office donors to donate through our corporate portal, and&amp;nbsp;enabling us to easily track who earned and owed what amounts. By using Sharepoint, we were able to have real-time results of where the donations stood, and allow people easier access to donate without having to go chase down one of the participants.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/PushupPledges.jpg"&gt;&lt;img src="http://community.bamboosolutions.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/PushupPledges.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In the end, everybody was a winner, and we have SharePoint to thank for helping improve the process.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=8400" width="1" height="1"&gt;</content><author><name>Chris Coultas</name><uri>http://community.bamboosolutions.com/members/Chris-Coultas/default.aspx</uri></author><category term="SharePoint Poll Web Part" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/SharePoint+Poll+Web+Part/default.aspx" /><category term="Pushups for Breast Cancer Awareness" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Pushups+for+Breast+Cancer+Awareness/default.aspx" /></entry><entry><title>IT Administrators with Active Directory Experience Wanted for Microsoft User Research Study</title><link rel="alternate" type="text/html" href="/blogs/bambooteamblog/archive/2008/12/04/it-administrators-with-active-directory-experience-wanted-for-microsoft-user-research-study.aspx" /><id>/blogs/bambooteamblog/archive/2008/12/04/it-administrators-with-active-directory-experience-wanted-for-microsoft-user-research-study.aspx</id><published>2008-12-04T14:39:00Z</published><updated>2008-12-04T14:39:00Z</updated><content type="html">&lt;p&gt;&lt;img width="250" src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.24.misc/microsoft_2D00_logo.jpg" alt="Microsoft Logo" height="45" style="float:left;margin:4px;" /&gt;Microsoft is conducting a usability study to gain insight into what you would like to see in the next version of Active Directory Users and Computers and how this tool impacts your job function. We want to learn from you, the experts, to determine what needs to be improved in our software. This is a great opportunity for you to provide feedback and help ensure the features you want, make it into ADUC&amp;rsquo;s next version.&lt;/p&gt;
&lt;p&gt;If you have experience working with Active Directory Users and Computers, we want to talk to you.&lt;/p&gt;
&lt;p&gt;We highly value your feedback and will be offering you a gratuity option in appreciation of your time and participation.&lt;/p&gt;
&lt;p&gt;If you are interested or know someone who might be interested in participating, please email us at &lt;a href="mailto:itusable@microsoft.com"&gt;itusable@microsoft.com&lt;/a&gt; with &lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;ADUC&lt;/span&gt;&lt;/strong&gt; in the subject line.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=8390" width="1" height="1"&gt;</content><author><name>Chris Dooley</name><uri>http://community.bamboosolutions.com/members/Chris-Dooley/default.aspx</uri></author><category term="Microsoft" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Microsoft/default.aspx" /><category term="User Research Study" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/User+Research+Study/default.aspx" /><category term="Active Directory Users and Computers" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Active+Directory+Users+and+Computers/default.aspx" /></entry><entry><title>Introducing the ESP Content Editor</title><link rel="alternate" type="text/html" href="/blogs/bambooteamblog/archive/2008/12/03/introducing-the-esp-content-editor.aspx" /><id>/blogs/bambooteamblog/archive/2008/12/03/introducing-the-esp-content-editor.aspx</id><published>2008-12-03T21:14:00Z</published><updated>2008-12-03T21:14:00Z</updated><content type="html">&lt;p&gt;Thanks for all the feedback on the &lt;a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/10/29/introducing-the-upload-wizard.aspx" title="Upload Wizard"&gt;Upload Wizard&lt;/a&gt; and the &lt;a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/09/26/announcing-the-dynamic-quick-launch-master-page.aspx"&gt;Dynamic Quick Launch Master Page&lt;/a&gt;. It&amp;#39;s great to see folks out there downloading and using those free tools. In the spirit of the holidays, I&amp;#39;ve put another free tool&amp;nbsp;out in&amp;nbsp;Bamboo Media: The &lt;a href="http://community.bamboosolutions.com/media/p/8361.aspx"&gt;ESP Content Editor&lt;/a&gt; is a free Web Part that extends the built-in content editor Web Part to allow on-page editing and a few other nifty features.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Why I built it:&lt;/strong&gt; I needed a way to quickly prototype CSS changes and see their effects on a live SharePoint page. There are a number of style browsing tools out there, including a few add-ins that let you change the CSS, but none of them included an easy way to save to the page. The ESP Content Editor lets you do that easily:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add the Web Part to a page.&lt;/li&gt;
&lt;li&gt;Write your custom CSS, JScript, or even plain HTML in the edit box.&lt;/li&gt;
&lt;li&gt;Click Apply Change&amp;nbsp;to see the effect, edit and correct your code as necessary.&lt;/li&gt;
&lt;li&gt;Select Hide editor and click Apply Changes&amp;nbsp;to make the edit box invisible.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Figure 1 shows the Web Part in action.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Figure 1. Using the ESP Content Editor&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/ESPContentEditor.jpg"&gt;&lt;img border="0" src="http://community.bamboosolutions.com/resized-image.ashx/__size/550x413/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/ESPContentEditor.jpg" style="border:0;" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It&amp;#39;s a real Web Part,&amp;nbsp;so once it is installed on your server,&amp;nbsp;you can customize it, export your changes as&amp;nbsp;a .webpart file and reuse on other sites as needed. Just to give you an idea of what you can do, I created a second Web Part based on the ESP Content Editor called the ESP Style Viewer shown in Figure 2. It uses exactly the same server-side code as the ESP Content Editor, only the saved JavaScript and HTML are different.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Figure 2. The ESP Style Editor is based on the ESP Content Editor&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/StyleEditor.jpg"&gt;&lt;img border="0" src="http://community.bamboosolutions.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/StyleEditor.jpg" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There&amp;#39;s a lot more to this Web Part which I&amp;#39;ll cover in subsequent posts, give it a try and let me know what uses you come up with. I think it&amp;#39;s a great building block that gives site owners the ability to create custom Web Parts&amp;nbsp;without writing server-side code (as a site administrator, I like that).&lt;/p&gt;
&lt;p&gt;&lt;a href="http://community.bamboosolutions.com/media/p/8361.aspx"&gt;Click Here to Download the ESP Content Editor Now&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As always, let me know what you think, and&amp;nbsp;Happy Holidays --&amp;nbsp;Jeff&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=8356" width="1" height="1"&gt;</content><author><name>jeff.webb</name><uri>http://community.bamboosolutions.com/members/jeff.webb/default.aspx</uri></author><category term="Web Part" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Web+Part/default.aspx" /><category term="Jeff Webb" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Jeff+Webb/default.aspx" /><category term="Free" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Free/default.aspx" /><category term="Download" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Download/default.aspx" /><category term="addin" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/addin/default.aspx" /><category term="Content Editor" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Content+Editor/default.aspx" /><category term="CSS" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/CSS/default.aspx" /></entry><entry><title>Relative URLs and List Rollup Web Part, a perfect harmony</title><link rel="alternate" type="text/html" href="/blogs/bambooteamblog/archive/2008/12/02/relative-urls-and-list-rollup-web-part-a-perfect-marriage.aspx" /><id>/blogs/bambooteamblog/archive/2008/12/02/relative-urls-and-list-rollup-web-part-a-perfect-marriage.aspx</id><published>2008-12-02T15:28:00Z</published><updated>2008-12-02T15:28:00Z</updated><content type="html">&lt;p&gt;Are you a faithful user of Bamboo List Rollup Web Part?&amp;nbsp; Have you had the frustrating realization of creating the resulting List Rollup Data View internally, just to find out that your external users link to items from the List Rollup Data View still used the internal URL?&lt;/p&gt;
&lt;p&gt;Well fear no more!&amp;nbsp; In the latest release of &lt;a target="_self" href="http://store.bamboosolutions.com/pc-32-1-list-rollup-web-part-release-33.aspx"&gt;List Rollup Web Part&lt;/a&gt;&amp;nbsp;(File Version 3.3.2.0) we now support a trusty HTML trick of Relative URLs, YEAH!!!!!!&amp;nbsp; So let me first introduce you to the Relative URL in general then&amp;nbsp;I&amp;#39;ll explain how it folds into List Rollup Web Part.&lt;/p&gt;
&lt;p&gt;Let us say I have the following URL - &lt;strong&gt;http://www.bamboosolutions.com/Products/ListRollup.jpg&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In use case 1, I have 2 URLs accessing the same data - &lt;strong&gt;http://www.bamboosolutions.com&lt;/strong&gt; and &lt;strong&gt;http://store.bamboosolutions.com&lt;/strong&gt; the image ListRollup.jpg exists in Products directory for both URLs just different host URLs (FYI, a host URL is the first part of a URL, in this case &lt;strong&gt;http://www.bamboosolutions.com&lt;/strong&gt; and &lt;strong&gt;http://store.bamboosolutions.com&lt;/strong&gt;).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Relative URL has two methods to achieve the ability to adapt to any host URL provided by using either &amp;quot;&lt;strong&gt;/&lt;/strong&gt;&amp;quot; or &amp;quot;&lt;strong&gt;~/&lt;/strong&gt;&amp;quot;, as in our examples, the format could be&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;/products/listrollup.jpg&lt;/li&gt;
&lt;li&gt;~/products/listrollup.jpg&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In the second use case, relative URL provides a shorthand method to write URLs.&amp;nbsp; Here we will explain 2 types of shorthand methods: files that exist in the current directory, and files that exist in a different directory.&amp;nbsp; The first type, files that exist in the same directory, means, in our example URL, &lt;strong&gt;http://www.bamboosolutions.com/Products/ListRollup.jpg&lt;/strong&gt; we are currently in the directory of &lt;strong&gt;http://www.bamboosolutions.com/Products&lt;/strong&gt;.&amp;nbsp; I want to get to a file called CalendarPlus.jpg that exists in this same directory.&amp;nbsp; Instead of writing the full URL &lt;strong&gt;http://www.bamboosolutions.com/Products/CalendarPlus.jpg&lt;/strong&gt;, I can use &lt;strong&gt;./CalendarPlus.jpg&lt;/strong&gt; since I am already sitting in the /Products/ directory.&lt;/p&gt;
&lt;p&gt;The other shorthand method provided by relative URL is ability to access files from other directories without entering the entire URL.&amp;nbsp; Again, we are currently at the following URL - &lt;strong&gt;http://www.bamboosolutions.com/products/ListRollup.jpg&lt;/strong&gt; and you need to access a file at the following directory: &lt;strong&gt;http://www.bamboosolutions.com/Community/BambooNation.jpg&lt;/strong&gt;.&amp;nbsp; Instead of writing the full URL, you can use the combination &lt;strong&gt;../&lt;/strong&gt; to instruct the browser to go up to the parent directory first then append.&amp;nbsp; In our case the example would be ..&lt;strong&gt;/community/BambooNation.jpg&lt;/strong&gt;.&amp;nbsp; Since the parent directory of Products is the host URL, a better example, would probably be the following -&lt;/p&gt;
&lt;p&gt;Current URL: &lt;strong&gt;http://www.bamboosolutions.com/AllProducts/ListRollup/LearnMore.aspx&lt;/strong&gt; and I need to get an image file to display on this page from &lt;strong&gt;http://www.bamboosolutions.com/AllProducts/CalendarPlus/ListRollupConnection.jpg&lt;/strong&gt;&amp;nbsp;I would enter the URL ..&lt;strong&gt;/CalendarPlus/ListRollupConnection.jpg&lt;/strong&gt; since the parent directory is /AllProducts/&lt;/p&gt;
&lt;p&gt;You can use the parent directory shortcut as many times as needed.&amp;nbsp; So for example, if my current URL is &lt;strong&gt;http://www.bamboosolutions.com/AllProducts/Listrollup/LearnMore.aspx&lt;/strong&gt; and I need to go to the following URL to get a file - &lt;strong&gt;http://www.bamboosolutions.com/Community/BambooNation/Blogs.jpg&lt;/strong&gt;, I would enter &lt;strong&gt;../../Community/BambooNation/Blogs.jpg&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;OK so now that we got the basics of Relative URL down, let us talk about how it impacts our List Rollup Web Part.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Use Case 1 - Alternate Access Mappings&lt;/p&gt;
&lt;p&gt;In SharePoint, it is common practice to have multiple URLs hitting the same content: the intranet URL (most likely the server name &lt;strong&gt;http://ProductionServer&lt;/strong&gt;) and an extranet URL (i.e. &lt;strong&gt;http://www.production.com&lt;/strong&gt;).&amp;nbsp; When you build your List Rollup Data View from the List Rollup Web Part, in the &lt;strong&gt;Site URL&lt;/strong&gt; field, make sure that you use one of the host URL substitute methods (i.e. / or ~/).&amp;nbsp; This will build your final List Rollup Data View using the relative URL so no matter if your user is loggin in using the intranet or extranet URL, the item URLs int he resulting List Rollup Data View will be built based on the URL of the browser.&lt;/p&gt;
&lt;p&gt;Use Case 2 - Shorter URL for multiple lists&lt;/p&gt;
&lt;p&gt;You can also use the shorthand method of building URLs through List Rollup Web Part but take note that when using the Shorthand URL method, it is based on where the resulting List Rollup Data View resides.&amp;nbsp; Here is an example.&amp;nbsp; I am currently on the following Web Part Page &lt;strong&gt;http://ProductionServer/Sites/English/ListRollup.aspx&lt;/strong&gt;&amp;nbsp;where List Rollup Web Part resides.&amp;nbsp; I have a list sitting on the following site - &lt;strong&gt;http://ProductionServer/Sites/French&lt;/strong&gt; that I want to rollup.&amp;nbsp; In the List Rollup Web Part for Site URL I enter ../French and select the list I want to rollup.&amp;nbsp; After building the List Rollup Data View, I see items from my French site with no problem.&amp;nbsp; I export the Data View and place it on the top level site &lt;strong&gt;http://ProductionServer/&lt;/strong&gt;, now I see nothing.&amp;nbsp; This is because the URL defined int he List Rollup Data View is defined to go up a level and since the data view resides on the top level site already it is going to fail.&amp;nbsp; Now if I have placed the List Rollup Data View on &lt;strong&gt;http://ProductionServer/Sites/German/&lt;/strong&gt; it will work since it is on the same level (also known as Sibling site) as the English site.&lt;/p&gt;
&lt;p&gt;I hope this helps!&amp;nbsp; For more information about List Rollup Web Part and building the List Rollup Data Views, see here - &lt;a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/07/02/list-rollup-intro-links-to-how-to-guides.aspx"&gt;http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/07/02/list-rollup-intro-links-to-how-to-guides.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=8283" width="1" height="1"&gt;</content><author><name>Jeff Kozloff</name><uri>http://community.bamboosolutions.com/members/Jeff-Kozloff/default.aspx</uri></author><category term="Relative Paths" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Relative+Paths/default.aspx" /><category term="List Rollup Web Part" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/List+Rollup+Web+Part/default.aspx" /></entry><entry><title>Bamboo Welcomes Systems Garden to the Partner Advantage Program</title><link rel="alternate" type="text/html" href="/blogs/bambooteamblog/archive/2008/11/26/bamboo-welcomes-systems-garden-to-the-partner-advantage-program.aspx" /><id>/blogs/bambooteamblog/archive/2008/11/26/bamboo-welcomes-systems-garden-to-the-partner-advantage-program.aspx</id><published>2008-11-26T21:01:00Z</published><updated>2008-11-26T21:01:00Z</updated><content type="html">&lt;p&gt;&lt;a target="_blank" href="http://www.systemsgarden.com/"&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.24.misc/systemsgarden_5F00_logo.jpg" alt="Systems Garden logo" style="float:left;border:0;margin:8px;" /&gt;&lt;/a&gt;Welcome our newest partner &lt;a target="_blank" href="http://www.systemsgarden.com/"&gt;Systems Garden&lt;/a&gt;.&amp;nbsp; Systems Garden is a Microsoft Gold Certified Partner located in Finland specializing in business productivity and information management.&amp;nbsp;&amp;nbsp; Systems Garden helps customers to improve their business performance by offering state-of-the-art Enterprise Search, Business Portal, Content Management and Custom software solutions.&amp;nbsp; More than 100 organizations have chosen Systems Garden to improve their productivity.&amp;nbsp;&amp;nbsp; We are looking forward to working with them.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=8096" width="1" height="1"&gt;</content><author><name>Dawn Mumm</name><uri>http://community.bamboosolutions.com/members/Dawn-Mumm/default.aspx</uri></author><category term="Bamboo Partner Advantage Program" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Bamboo+Partner+Advantage+Program/default.aspx" /><category term="Systems Garden" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Systems+Garden/default.aspx" /><category term="SystemsGarden" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/SystemsGarden/default.aspx" /></entry><entry><title>Bamboo Welcomes DataLan to the Partner Advantage Program</title><link rel="alternate" type="text/html" href="/blogs/bambooteamblog/archive/2008/11/26/bamboo-welcomes-datalan-to-the-partner-advantage-program.aspx" /><id>/blogs/bambooteamblog/archive/2008/11/26/bamboo-welcomes-datalan-to-the-partner-advantage-program.aspx</id><published>2008-11-26T20:54:00Z</published><updated>2008-11-26T20:54:00Z</updated><content type="html">&lt;p&gt;&lt;a target="_blank" href="http://www.datalan.com/"&gt;&lt;img src="http://community.bamboosolutions.com/resized-image.ashx/__size/600x450/__key/CommunityServer.Components.UserFiles/00.00.00.21.24.misc/Datalan.jpg" alt="DataLan Corporation logo" style="float:left;border:0;margin:8px;" /&gt;&lt;/a&gt;Welcome to the &lt;a target="_blank" href="http://community.bamboosolutions.com/blogs/partner-advantage-program/default.aspx"&gt;Partner Advantage Program&lt;/a&gt; &lt;a target="_blank" href="http://www.datalan.com/"&gt;DataLan Corporation&lt;/a&gt;!&amp;nbsp; DataLan is based in New York and delivers solutions enabling organizations to innovate and compete in a global economy, the technology to support those solutions, and the capabilities to make innovation happen. They deploy Microsoft SharePoint&amp;trade; and the Office System&amp;trade; as an enterprise portal &amp;ndash; a point of access for enterprise information and services, providing information workers with capabilities including Enterprise Content Management, Workflow Automation and BPM, Business Intelligence, Enterprise Search, Enterprise Project Management, and Compliance and Audit Management.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=8095" width="1" height="1"&gt;</content><author><name>Dawn Mumm</name><uri>http://community.bamboosolutions.com/members/Dawn-Mumm/default.aspx</uri></author><category term="Bamboo Partner Advantage Program" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Bamboo+Partner+Advantage+Program/default.aspx" /><category term="DataLan" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/DataLan/default.aspx" /></entry><entry><title>How to Install and Configure the SharePoint Analytic Accelerator</title><link rel="alternate" type="text/html" href="/blogs/bambooteamblog/archive/2008/11/24/installation-and-configuration-of-sharepoint-analytic-accelerator.aspx" /><id>/blogs/bambooteamblog/archive/2008/11/24/installation-and-configuration-of-sharepoint-analytic-accelerator.aspx</id><published>2008-11-24T20:57:00Z</published><updated>2008-11-24T20:57:00Z</updated><content type="html">&lt;p&gt;Having&amp;nbsp;recently &lt;a target="_self" href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/10/24/new-the-sharepoint-analytic-accelerator-in-bamboo-labs.aspx" class="null"&gt;introduced the SharePoint Analytic Accelerator&lt;/a&gt;&amp;nbsp;to an appreciative&amp;nbsp;SharePoint nation, we thought that a step-by-step installation and configuration guide might be equally well received.&amp;nbsp; And since we aim to please...&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-size:small;"&gt;System Requirements:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Microsoft Office SharePoint Server 2007&lt;/li&gt;
&lt;li&gt;Windows Server 2003&lt;/li&gt;
&lt;li&gt;Usage Analysis Processing in Microsoft Shared Service Provider must be enabled (see section &lt;strong&gt;How to Enable Usage Reporting&lt;/strong&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size:small;"&gt;How to Enable Usage Reporting:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The SharePoint Analytic Accelerator requires the &lt;strong&gt;Usage Reporting&lt;/strong&gt; to be enabled in the Microsoft Shared Service Provider (SSP).&amp;nbsp; To confirm that it is enabled, follow these steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Run SharePoint 3.0 Central Administration.&lt;/li&gt;
&lt;li&gt;Click the link to go to Shared Services Admin for the existing SSP.&lt;/li&gt;
&lt;li&gt;Under the section Office SharePoint Usage Reporting click on the link Usage Reporting.&lt;/li&gt;
&lt;li&gt;Enable the two options as listed below&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Processing Settings&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Search Query Logging&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size:small;"&gt;How to Install and Configure the SharePoint Analytic Accelerator&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Download the SharePoint Analytic Accelerator from the Bamboo Nation&amp;nbsp;downloads section (&lt;a target="_self" href="http://community.bamboosolutions.com/media/p/6290.aspx" class="null"&gt;http://community.bamboosolutions.com/media/p/6290.aspx&lt;/a&gt;).&amp;nbsp; Unzip the installation package to a local hard drive on the SharePoint server.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Login to the SharePoint server with a local Administrator to the SharePoint Server and Farm Administrator.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Next&lt;/strong&gt; to begin the installation.&lt;br /&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.24.csaa/csaa_2D00_01.jpg" alt="" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;The setup wizard performs a system check prior to the installation. All of the system checks must be completed successfully in order to proceed with the installation. After the checks have completed, click &lt;strong&gt;Next&lt;/strong&gt;.&lt;br /&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.24.csaa/csaa_2D00_02.jpg" alt="" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Select the Web application(s) where you wish to install the product. Select the &lt;strong&gt;Automatically Activate Features&lt;/strong&gt; check box to automatically activate this feature for all site collections within the selected Web application, then click &lt;strong&gt;Next&lt;/strong&gt;.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;WARNING&lt;/strong&gt;: You must be logged in to the SharePoint server with a Site Collection Administrator account to automatically activate this feature.&lt;br /&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.24.csaa/csaa_2D00_03.jpg" alt="" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Next&lt;/strong&gt;.&lt;br /&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.24.csaa/csaa_2D00_04.jpg" alt="" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Close&lt;/strong&gt; to complete the installation.&lt;br /&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.24.csaa/csaa_2D00_05.jpg" alt="" /&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size:small;"&gt;How to Configure the SharePoint Analytic Accelerator&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The SharePoint Analytic Accelerator is built to display data for all sites across site collections within the Web application in which&amp;nbsp;it&amp;nbsp;is&amp;nbsp;deployed.&amp;nbsp; The following configuration occurs only once per Web application you want the product deployed to.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Upon Activation of Bamboo.SPAnalyticAccelereator, open Site Settings.&lt;/li&gt;
&lt;li&gt;Click on the link &lt;strong&gt;Shared Services Settings&lt;/strong&gt; under the section header &lt;strong&gt;Bamboo SP Analytic Accelerator&lt;/strong&gt;.&lt;br /&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.24.csaa/csaa_2D00_06.jpg" alt="" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;In the following screen, enter the Database Server name where the SSP DB resides, and the database name of the SSP.&lt;br /&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.24.csaa/csaa_2D00_07a.jpg" alt="" /&gt;&lt;br /&gt;&lt;br /&gt;If you are unsure of the database name, open SharePoint 3.0 Central Administration.&amp;nbsp; Click on the link &lt;strong&gt;Shared Services Administration&lt;/strong&gt;&lt;br /&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.24.csaa/csaa_2D00_08.jpg" alt="" /&gt;&lt;br /&gt;&lt;br /&gt;In the &lt;strong&gt;Manage this Farm&amp;rsquo;s Shared Services&lt;/strong&gt; screen, locate the appropriate SSP, and in the edit menu, select &lt;strong&gt;Edit Properties&lt;/strong&gt;.&lt;br /&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.24.csaa/csaa_2D00_09.jpg" alt="" /&gt;&lt;br /&gt;&lt;br /&gt;In the properties window scroll down to the section &lt;strong&gt;SSP Database&lt;/strong&gt; for the &lt;strong&gt;Database Server&lt;/strong&gt; name and &lt;strong&gt;Database Name&lt;/strong&gt;.&lt;br /&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.24.csaa/csaa_2D00_10.jpg" alt="" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Going back to the configuration of the SharePoint Analytic Accelerator, notice that &lt;strong&gt;Windows Authentication&lt;/strong&gt; is greyed out.&amp;nbsp; This is because the logged in user might not necessarily have enough access to the database.&amp;nbsp; As a result, we only allow entry of a SQL Authentication account to guarantee access for all users.&lt;/li&gt;
&lt;li&gt;Click OK to save the settings.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size:small;"&gt;What Permissions are Required to Allow User to View the SharePoint Analytic Accelerator&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The following permissions are required for the user to view the SharePoint Analytic Accelerator:&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;List Permissions&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;View Application Pages&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;Site Permissions&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;View Usage Data&lt;/li&gt;
&lt;li&gt;View Pages&lt;/li&gt;
&lt;li&gt;Open&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=7900" width="1" height="1"&gt;</content><author><name>Jeff Kozloff</name><uri>http://community.bamboosolutions.com/members/Jeff-Kozloff/default.aspx</uri></author><category term="SharePoint Analytic Accelerator" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/SharePoint+Analytic+Accelerator/default.aspx" /></entry><entry><title>Bamboo Welcomes Devault BV to the Partner Advantage Program</title><link rel="alternate" type="text/html" href="/blogs/bambooteamblog/archive/2008/11/24/bamboo-welcomes-devault-bv-to-the-partner-advantage-program.aspx" /><id>/blogs/bambooteamblog/archive/2008/11/24/bamboo-welcomes-devault-bv-to-the-partner-advantage-program.aspx</id><published>2008-11-24T17:10:00Z</published><updated>2008-11-24T17:10:00Z</updated><content type="html">&lt;p&gt;&lt;a target="_blank" href="http://www.devault.nl" class="null"&gt;&lt;img width="242" src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.53/Devault-copy.jpg" height="25" style="border:0;float:left;margin:6px;" alt="" /&gt;&lt;/a&gt;Our newest partner, &lt;a target="_blank" href="http://www.devault.nl/" class="null"&gt;Devault BV&lt;/a&gt;, joins us from the Netherlands.&amp;nbsp; Devault specializes in offering complete ICT solutions to small and medium sized companies. Devault One is a unique modular concept that runs Microsoft SharePoint as a main portal and is easily customizable upon need of the customer with other market proven ICT services like Mamut Business Solutions, MS Dynamics NAV/CRM, MS Exchange (e-mail), MS Office Communication Server (OCS), MS Office, Hosted PBX (VoIP), Hosted Fax.&amp;nbsp;&amp;nbsp;Welcome to the &lt;a target="_blank" href="http://community.bamboosolutions.com/blogs/partner-advantage-program/default.aspx" class="null"&gt;Partner Advantage Program&lt;/a&gt;, Devault BV!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=7889" width="1" height="1"&gt;</content><author><name>Dawn Mumm</name><uri>http://community.bamboosolutions.com/members/Dawn-Mumm/default.aspx</uri></author><category term="Bamboo Partner Advantage Program" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Bamboo+Partner+Advantage+Program/default.aspx" /><category term="Devault BV" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Devault+BV/default.aspx" /></entry><entry><title>This Week in Bamboo (Nov 16th - Nov 22nd)</title><link rel="alternate" type="text/html" href="/blogs/bambooteamblog/archive/2008/11/24/this-week-in-bamboo-nov-16th-nov-22nd.aspx" /><id>/blogs/bambooteamblog/archive/2008/11/24/this-week-in-bamboo-nov-16th-nov-22nd.aspx</id><published>2008-11-24T16:07:00Z</published><updated>2008-11-24T16:07:00Z</updated><content type="html">&lt;p&gt;Since the release of &lt;a href="http://store.bamboosolutions.com/ps-118-5-mashpoint.aspx" class="null"&gt;MashPoint R1.0&lt;/a&gt; on November 7th, we enhanced and released &lt;a href="http://store.bamboosolutions.com/ps-31-5-calendar-plus-web-part-release-26.aspx" class="null"&gt;Calendar Plus Web Part&lt;/a&gt; and &lt;a href="http://store.bamboosolutions.com/ps-57-5-chart-plus-web-part-release-22.aspx" class="null"&gt;Chart Plus Web Part&lt;/a&gt;. These enhancements allow users to bring external data in via MashPoint framework and display using &lt;a href="http://store.bamboosolutions.com/ps-31-5-calendar-plus-web-part-release-26.aspx" class="null"&gt;Calendar Plus&lt;/a&gt; and &lt;a href="http://store.bamboosolutions.com/ps-57-5-chart-plus-web-part-release-22.aspx" class="null"&gt;Chart Plus&lt;/a&gt;. We continued fixing bugs for our other products. See the updates below.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;&lt;a href="http://store.bamboosolutions.com/ps-31-5-calendar-plus-web-part-release-26.aspx" class="null"&gt;Calendar Plus Web Part (HW20 R2.6.3)&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt; -&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;New Features:&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Provide support for BAMBOO MASHPOINT 1.0.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;Bugs Fixed:&lt;/span&gt;&lt;/strong&gt; &lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;bull; Editing items throws off &amp;#39;time of day&amp;#39; sorting.&lt;br /&gt;&amp;bull; Editing items throws off &amp;#39;time of day&amp;#39; sorting.&lt;br /&gt;&amp;bull; Items are displayed based on the descending order of time.&lt;br /&gt;&amp;bull; Editing an instance of recurrence item caused the Calendar to display item twice in Quater and Yearly view.&lt;br /&gt;&amp;bull; Calendar Plus does not support multiple choice condition when connect to SharePoint List Filter.&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;bull; Mouse over tool tips do not display multiLine Text box&amp;nbsp; &lt;br /&gt;&amp;bull; Filter lookup column in Calendar Plus.&amp;nbsp; &lt;br /&gt;&amp;bull; Gantt shows currency decimal points although Data View does not.&amp;nbsp; &lt;br /&gt;&amp;bull; Time zone issue with cal attached to a list.&amp;nbsp; &lt;br /&gt;&amp;bull; Dates from list rollup aren&amp;#39;t converted to local time. &lt;br /&gt;&amp;bull; Calendar Plus with rollup dataview throws error message on anonymous site.&amp;nbsp; &lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;Known Issues:&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;Does not display Bamboo Rich Text column type.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;&lt;a href="http://store.bamboosolutions.com/ps-32-5-list-rollup-web-part-release-33.aspx" class="null"&gt;List Rollup Web Part (HW24 R3.3.2)&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt; -&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;New Features:&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;Support relative URL. &lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;Bugs Fixed:&lt;/span&gt;&lt;/strong&gt; &lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;bull; ERRORMSG: Value does not fall within the expected range.&amp;nbsp; &lt;br /&gt;&amp;bull; Invalid path in the dataview for Lookup Site Column.&amp;nbsp; &lt;br /&gt;&amp;bull; Incompatible with Search Core Results Web Part on same page.&amp;nbsp; &lt;br /&gt;&amp;bull; Item points to the wrong URL when the site is accessed externally (Use relative URL will solve this issue). &lt;br /&gt;&amp;bull; Dataview Toolbar button strings not translated.&amp;nbsp; &lt;br /&gt;&amp;bull; Dataview filter control does not presents sorted items in the dropdown box.&amp;nbsp; &lt;br /&gt;&amp;bull; Dataview of List Rollup show Date and Time Wrong, this occur on Calendar list, Issues List.&amp;nbsp; &lt;br /&gt;&amp;bull; Re-directing to List Rollup site when export/import data view.&amp;nbsp; &lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;Known Issues:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;bull; Unable to do Web Part connection if chosen column is calculated type. &lt;br /&gt;&amp;bull; Sort is not correct for Lookup column in List Rollup. &lt;br /&gt;&amp;bull; Not able to search sibling list or sub list that have special characters for names.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;&lt;a href="http://store.bamboosolutions.com/ps-57-5-chart-plus-web-part-release-22.aspx" class="null"&gt;Chart Plus Web Part (HW27 2.2.1)&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt; -&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;SPv3:&lt;br /&gt;New Features:&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Provide support for BAMBOO MASHPOINT 1.0.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;Bugs Fixed:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;bull; Not show X-Axis Value type with the amount in the charts.&amp;nbsp; &lt;br /&gt;&amp;bull; Calculated field type column are not support for X-axis.&amp;nbsp; &lt;br /&gt;&amp;bull; Display the currency with an amount in pie charts.&amp;nbsp; &lt;br /&gt;&amp;bull; Multiple items in a row at boundary of range missing line graphing.&amp;nbsp; &lt;br /&gt;&amp;bull; Creating a Pie chart based on an average count of calculated column.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;&lt;a href="http://store.bamboosolutions.com/ps-77-5-sharepoint-knowledge-base-solution-accelerator.aspx" class="null"&gt;SharePoint Knowledge Base Solution Accelerator (SA05 R1.1.37)&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt; -&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;Bug Fixed:&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Category problem - clicking on the + sign on the tree view creates new child categories.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;&lt;a href="http://store.bamboosolutions.com/ps-42-5-cross-list-web-part.aspx" class="null"&gt;Cross List Web Part (HW09 R1.2.5)&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt; &amp;ndash;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;Bugs Fixed:&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&amp;bull; ShowResult: Object reference not set to an instance of an object. &lt;br /&gt;&amp;bull; ShowResult: Cannot complete this action. Please try again. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;&lt;a href="http://store.bamboosolutions.com/ps-111-5-sharepoint-project-portfolio-dashboard.aspx" class="null"&gt;SharePoint Project Portfolio Dashboard (HW35 R1.0.38)&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt; -&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;Bugs Fixed:&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&amp;bull; Error in creating calculated column for Project Portfolio Dashboard list on 64bit server. Project list was not created after the Web Part was dropped to the page. &lt;br /&gt;&amp;bull; Not everything can be translated in the SharePoint Project Portfolio Dashboard.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=7891" width="1" height="1"&gt;</content><author><name>Bamboo PM Girl</name><uri>http://community.bamboosolutions.com/members/Bamboo-PM-Girl/default.aspx</uri></author><category term="Calendar Plus Web Part" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Calendar+Plus+Web+Part/default.aspx" /><category term="List Rollup Web Part" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/List+Rollup+Web+Part/default.aspx" /><category term="This Week in Bamboo" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/This+Week+in+Bamboo/default.aspx" /><category term="SharePoint Knowledge Base Solution Accelerator" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/SharePoint+Knowledge+Base+Solution+Accelerator/default.aspx" /><category term="Chart Plus Web Part" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Chart+Plus+Web+Part/default.aspx" /><category term="MashPoint" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/MashPoint/default.aspx" /><category term="Cross List Web Part" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Cross+List+Web+Part/default.aspx" /></entry><entry><title>Put Some Teeth in Your SharePoint Task List</title><link rel="alternate" type="text/html" href="/blogs/bambooteamblog/archive/2008/11/24/put-some-teeth-in-your-sharepoint-task-list.aspx" /><id>/blogs/bambooteamblog/archive/2008/11/24/put-some-teeth-in-your-sharepoint-task-list.aspx</id><published>2008-11-24T16:06:00Z</published><updated>2008-11-24T16:06:00Z</updated><content type="html">&lt;p&gt;As Director of Online Operations&amp;nbsp;here at Bamboo, one of the tools I use to keep my team on track and in sync with the rest of the company, is an ordinary SharePoint&amp;nbsp;task list.&amp;nbsp; We review this&amp;nbsp;list&amp;nbsp;every Monday&amp;nbsp;morning with representatives from&amp;nbsp;other teams across the company.&amp;nbsp; We make updates to this list throughout the week reflecting our progress against key projects and ongoing activities.&amp;nbsp; Anyone looking for the current status of a particular project can check in and see what&amp;#39;s going on.&lt;/p&gt;
&lt;p&gt;I recently made a minor change to this list, using a new Bamboo product, that completely changed the way I look at this list.&amp;nbsp; I believe this small change will significantly improve the frequency of updates to the list, and maybe even result in some increased productivity.&amp;nbsp; Here&amp;#39;s some background on what I did:&lt;/p&gt;
&lt;p&gt;My task list is a very standard list of &amp;quot;projects&amp;quot;, and includes the following columns:&amp;nbsp; &lt;strong&gt;Project Name&lt;/strong&gt;, &lt;strong&gt;Status&lt;/strong&gt;, &lt;strong&gt;Assigned To&lt;/strong&gt;, &lt;strong&gt;Priority&lt;/strong&gt;, &lt;strong&gt;Due Date&lt;/strong&gt;,&amp;nbsp;&lt;strong&gt;Percentage Complete&lt;/strong&gt; &amp;amp; &lt;strong&gt;Notes&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Overall this list has been an effective exhibit.&amp;nbsp; In our weekly meetings, we simply read through the tasks in order, report progress and discuss any issues or challenges.&amp;nbsp; Once tasks are marked as complete, they disappear off the default list view and are effectively &amp;quot;archived&amp;quot;.&lt;/p&gt;
&lt;p&gt;In terms of editing and updating the list, there isn&amp;#39;t a whole lot to do.&amp;nbsp; Project Name, Assigned To, Priority and Due Date rarely change.&amp;nbsp; And honestly, it just hasn&amp;#39;t been that useful to update the Notes field very often.&amp;nbsp; If a project is complex enough that notes to fellow team members would be helpful, these are usually sent in email or captured on a related wiki or discussion board.&lt;/p&gt;
&lt;p&gt;So in terms of weekly updates, the most useful field is actually Percentage Complete.&amp;nbsp; I thought that my team was doing a reasonable job of keeping this field updated, but I found out I was wrong.&amp;nbsp; I made this discovery by adding a Bamboo Visual Indicator to my task list.&amp;nbsp; Visual Indicator is a hidden gem of the relatively new &lt;a target="_self" href="http://store.bamboosolutions.com/pc-75-8-sharepoint-custom-column-pack.aspx" title="Bamboo Custom Column Pack" class="null"&gt;Bamboo Custom Column Pack&lt;/a&gt;.&amp;nbsp;There are two main categories of Visual Indicators, essentially &amp;quot;color coding&amp;quot; and a &amp;quot;thermometer&amp;quot; style progress bar.&amp;nbsp; The latter is what I added to my task list, and here&amp;#39;s the result:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Components.SiteFiles/visual-indicator.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Once applied, it was instantly obvious that most of the values in the Percentage Complete field hadn&amp;#39;t been updated in a long time, a flaw totally obscured by&amp;nbsp;the previous&amp;nbsp;list of numeric values.&amp;nbsp; The new display also put a bright spotlight on the long list of tasks that genuinely hadn&amp;#39;t been started at all.&amp;nbsp; There&amp;#39;s nothing like effective data visualization to make a tired data old data set suddenly seem urgent and relevant again.&lt;/p&gt;
&lt;p&gt;With the enhanced visibility of this data point, you can bet that this&amp;nbsp;column will now be updated before every weekly status meeting.&amp;nbsp; You can also imagine how much harder it will be to hide the fact that some projects just get stuck or bogged down.&amp;nbsp;&amp;nbsp;Bamboo Visual Indicator will be a component of any project management application I ever build in SharePoint.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So, download a 15-day free trial of Bamboo Custom Column Pack, and add some teeth to your SharePoint Task list.&amp;nbsp;&amp;nbsp;Custom Column Pack has&amp;nbsp;a bunch of other&amp;nbsp;killer&amp;nbsp;features for dressing up any SharePoint list column, including&amp;nbsp;a replacement text editor&amp;nbsp;with&amp;nbsp;spell check and in-line picture uploading, and two &amp;quot;selector&amp;quot; controls that simplify and control data entry.&amp;nbsp; If you create or maintain SharePoint lists as part of your daily life, you will deeply appreciate all the functionality these products have to offer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=7925" width="1" height="1"&gt;</content><author><name>Steve Gaitten</name><uri>http://community.bamboosolutions.com/members/Steve-Gaitten/default.aspx</uri></author><category term="Bamboo Visual Indicator" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Bamboo+Visual+Indicator/default.aspx" /><category term="Bamboo Selectors" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Bamboo+Selectors/default.aspx" /><category term="Custom Column Pack" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Custom+Column+Pack/default.aspx" /></entry><entry><title>How to Show Multiple Exchange Calendars in a Single Calendar in SharePoint</title><link rel="alternate" type="text/html" href="/blogs/bambooteamblog/archive/2008/11/23/how-to-show-multiple-overlaid-exchange-calendars-in-sharepoint.aspx" /><id>/blogs/bambooteamblog/archive/2008/11/23/how-to-show-multiple-overlaid-exchange-calendars-in-sharepoint.aspx</id><published>2008-11-24T02:55:00Z</published><updated>2008-11-24T02:55:00Z</updated><content type="html">&lt;p&gt;&lt;span style="font-size:small;"&gt;One of the coolest things we have ever created is the ability to view multiple Exchange user calendars overlaid on one another in a single view in the &lt;a target="_self" href="http://store.bamboosolutions.com/pc-91-1-team-calendar.aspx" title="Team Calendar Web Part"&gt;Team Calendar Web Part&lt;/a&gt;. This makes it a true, collaborative, team calendar. So often you hear words like &amp;ldquo;collaboration&amp;rdquo; and &amp;ldquo;team&amp;rdquo; when talking about SharePoint products, but when you look at them closer, you find out that it is not really collaborative at all and requires a lot of work and process improvement to get it to a point where it might be just scratching the surface of&amp;nbsp;collaborative. But with this new functionality, the Team Calendar Web Part really earns its name. Allow me to elaborate. &lt;img src="http://community.bamboosolutions.com/emoticons/emotion-2.gif" alt="Big Smile" /&gt;.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:small;"&gt;For those of you not familiar with Team Calendar, it is basically a Web Part that allows you to view three types of data sources in a significantly enhanced, color coded calendar view: &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt 0.5in;text-indent:-0.25in;mso-list:l1 level1 lfo1;" class="MsoListParagraphCxSpFirst"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-size:small;"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;"&gt;A single SharePoint List (SP List Only).&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt 0.5in;text-indent:-0.25in;mso-list:l1 level1 lfo1;" class="MsoListParagraphCxSpMiddle"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-size:small;"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;"&gt;A single SharePoint List side-by-side with a single Exchange calendar (Exchange and SP List).&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt 0.5in;text-indent:-0.25in;mso-list:l1 level1 lfo1;" class="MsoListParagraphCxSpLast"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-size:x-small;"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;"&gt;Multiple Exchange User Calendars (Exchange Only).&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;The Exchange Only mode, requires you to enter in an Exchange account name, password, and the web service URL for Exchange. The Exchange account entered here will also be displayed with the other Exchange calendars in the Team Calendar Web Part. So usually this account is one of the team member&amp;rsquo;s accounts.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;At this point, you can click the Test Connection button to make sure you are able to access the Exchange Web service. Then enter the Active Directory domain and the default global address list container value (an example is provided for you in the tool pane). This value is used to pull user information from the Global Address List, and can vary depending on how your Exchange server has been configured. &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal" align="center"&gt;&lt;span style="font-size:small;"&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/TeamCalendar_5F00_ToolPane1.jpg" style="vertical-align:middle;" width="552" height="359" alt="" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="mso-no-proof:yes;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;Now you are ready to enter in the email addresses of the users you want to include in your calendar. You can type them in directly (separated by a semicolon) or click the Address Book button to pop up a Find window inside the tool pane and search for your users there. Using the Find window inserts the domain specific email address in the mailbox list instead of your commonly used email address. Both will work. But the most important thing here is to make sure that the users you are selecting have set their calendars to be shared. If their calendar is not shared, then it won&amp;rsquo;t be displayed in the Team Calendar Web Part.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;Then click the Update Mailbox List button. Clicking this button causes the color coding section to appear in the tool pane so that you can assign a different color to each user&amp;rsquo;s set of calendar items. Notice that the account used to access the Exchange Web service (i.e., dpfettscher) is also listed for color coding. &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal" align="center"&gt;&amp;nbsp;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/TeamCalendar_5F00_ToolPane2.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;text-align:center;" class="MsoNormal" align="center"&gt;&lt;span style="mso-no-proof:yes;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;So that was the tough part since you really have to know about Exchange. Now you can set how you want the calendar information displayed and interacted with in the Team Calendar Web Part. Things like:&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt 38.25pt;text-indent:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;" class="MsoListParagraphCxSpFirst"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-size:small;"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;"&gt;Allowing only the appointment creator to cancel their own meetings or appointments.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt 38.25pt;text-indent:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;" class="MsoListParagraphCxSpMiddle"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-size:small;"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;"&gt;Hiding private items from view.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt 38.25pt;text-indent:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;" class="MsoListParagraphCxSpMiddle"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-size:small;"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;"&gt;Switching how the color-coding displays the user account color vs. the status color for each calendar item in the Team Calendar itself (more on this later).&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt 38.25pt;text-indent:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;" class="MsoListParagraphCxSpLast"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-size:small;"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;"&gt;Allowing users to dynamically select which user calendars to display. &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt 2.25pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;This last bullet allows users to select a check box from the Team Calendar Web Part user interface to display only the selected user calendars. The list of users to choose from comes from the mailbox list created in the tool pane (see above screenshot).&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;You can also indicate whether to show or hide the owner&amp;rsquo;s name on each calendar item by default, or to allow users to show or hide the owner&amp;rsquo;s names dynamically.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal" align="center"&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/TeamCalendar_5F00_ToolPane3.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;text-align:center;" class="MsoNormal" align="center"&gt;&lt;span style="mso-no-proof:yes;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;Finally, you need to select the field that is displayed in the calendar view. Most commonly, this will be the Subject field. You also need to select the fields that are displayed in a tool tip when users mouse over a calendar item, the field that will be used to color code the item itself, the colors for color coding the status, and whether to show the calendar item based on a single date or a date range. The field used to color code the calendar item will be the Status field as it will indicate whether someone is out of the office, free, busy, or has tentatively accepted a meeting invite or appointment.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal" align="center"&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/TeamCalendar_5F00_ToolPane4.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;text-align:center;" class="MsoNormal" align="center"&gt;&lt;span style="mso-no-proof:yes;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;And you are done! Based on the configuration examples I&amp;rsquo;ve showed, your calendar could look like this:&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal" align="center"&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/TeamCalendar_5F00_webpartfinal_5F00_day_5F00_resized_5F00_sm.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="mso-no-proof:yes;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;This calendar allows you to select the user calendars you want to show as well as indicate whether you want to show the owner&amp;rsquo;s name in the calendar item. You can also see the tool tip showing pertinent information about the calendar item. Notice that the color coding indicates the status as the small rectangle at the beginning of the calendar item while the color of the item itself indicates the calendar owner. The Invert color coding style option in the tool pane is selected so the color coding is displayed this way. If this option were not selected, then the small rectangle would indicate the calendar owner and the calendar item color would indicate the status.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;You can create a new appointment for yourself or schedule a meeting directly from the Web Part. You can also click on the subject of any of the calendar items that you created to view more details about that item.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;Other things you can configure include the default view (i.e., day, week, month or year), the skin (i.e., the look and feel of the calendar itself), the start day for the Week View, the maximum number of items that can be shown in each day within the Month View (before the Show More link is displayed), and whether you show the color legend at the bottom of the calendar or not. This includes both the calendar owner legend as well as the status legend.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;So is that cool or what? Setting up multiple exchange calendars in a single SharePoint&amp;nbsp;calendar&amp;nbsp;with color coding is pretty easy with the &lt;a target="_self" href="http://store.bamboosolutions.com/pc-91-1-team-calendar.aspx" title="Team Calendar Web Part"&gt;Team Calendar Web Part&lt;/a&gt;. Project Managers, Team Leads, Scheduling Managers, Remote Team Members will love being&amp;nbsp;able to see as well as create meetings and appointments&amp;nbsp;on their team members&amp;#39; calendars&amp;nbsp;from&amp;nbsp;a single SharePoint&amp;nbsp;calendar that sits next to&amp;nbsp;their team documents, contact information, announcements, &lt;a target="_self" href="http://store.bamboosolutions.com/pc-111-1-sharepoint-project-portfolio-dashboard.aspx" title="SharePoint Project Portfolio Dashboard"&gt;project dashboard&lt;/a&gt;, etc. &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;a target="_self" href="http://store.bamboosolutions.com/pc-91-1-team-calendar.aspx" title="Team Calendar Web Part Trial"&gt;Try it out&lt;/a&gt; for yourself and tell me whether you think it&amp;#39;s as cool as I do.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=7858" width="1" height="1"&gt;</content><author><name>Dani P</name><uri>http://community.bamboosolutions.com/members/Dani-P/default.aspx</uri></author><category term="Calendar Plus Web Part" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Calendar+Plus+Web+Part/default.aspx" /><category term="SharePoint Calendar" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/SharePoint+Calendar/default.aspx" /><category term="Team Calendar Web Part" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Team+Calendar+Web+Part/default.aspx" /><category term="Exchange Calendar in SharePoint" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Exchange+Calendar+in+SharePoint/default.aspx" /><category term="View Exchange User Calendars in SharePoint" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/View+Exchange+User+Calendars+in+SharePoint/default.aspx" /><category term="Team Calendar" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Team+Calendar/default.aspx" /><category term="Multiple Exchange Calendars in SharePoint" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Multiple+Exchange+Calendars+in+SharePoint/default.aspx" /><category term="Color Dode Calendar" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Color+Dode+Calendar/default.aspx" /><category term="Collaborative Calendar" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Collaborative+Calendar/default.aspx" /><category term="Exchange Calendar" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Exchange+Calendar/default.aspx" /><category term="SharePoint Team Calendar" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/SharePoint+Team+Calendar/default.aspx" /><category term="Exchange Calendar Integration" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Exchange+Calendar+Integration/default.aspx" /></entry><entry><title>November 2008 e-news Recap</title><link rel="alternate" type="text/html" href="/blogs/bambooteamblog/archive/2008/11/21/november-e-news-recap.aspx" /><id>/blogs/bambooteamblog/archive/2008/11/21/november-e-news-recap.aspx</id><published>2008-11-21T18:46:00Z</published><updated>2008-11-21T18:46:00Z</updated><content type="html">&lt;p&gt;This month we released two major products, the &lt;a href="http://store.bamboosolutions.com/p-126-sharepoint-navigators.aspx" title="SharePoint Navigators" target="_blank"&gt;SharePoint Navigators&lt;/a&gt; (available exclusively in the &lt;a href="http://store.bamboosolutions.com/c-10-suites.aspx" title="Bamboo Suites" target="_blank"&gt;Bamboo Suites&lt;/a&gt;), and &lt;a href="http://store.bamboosolutions.com/p-118-mashpoint.aspx" title="MashPoint" target="_blank"&gt;MashPoint&lt;/a&gt;. The SharePoint Navigators allow you to create custom menus, tabs, tree items, and a Site Actions menu for site navigation. As a free data integration platform for SharePoint, MashPoint enables Web Parts to surface external data in both WSS and MOSS.&lt;/p&gt;
&lt;p&gt;Over the next month, we plan to release 6 more products, including &lt;a href="http://store.bamboosolutions.com/p-115-sharepoint-task-master.aspx" title="SharePoint Task Master" target="_blank"&gt;SharePoint Task Master&lt;/a&gt;, &lt;a href="http://store.bamboosolutions.com/p-129-sharepoint-user-registration-accelerator.aspx" title="SharePoint User Registration Accelerator" target="_blank"&gt;SharePoint User Registration Accelerator&lt;/a&gt;, &lt;a href="http://store.bamboosolutions.com/p-71-data-viewer-web-part.aspx" title="Data-Viewer Web Part" target="_blank"&gt;Data-Viewer Web Part 2.0&lt;/a&gt;, &lt;a href="http://store.bamboosolutions.com/p-118-mashpoint.aspx" title="MashPoint Business Data Column" target="_blank"&gt;MashPoint Business Data Column&lt;/a&gt;, Bamboo Lookup Selector and Bamboo Column Level Security (both of which are available for purchase individually or as part of the &lt;a href="http://store.bamboosolutions.com/p-75-sharepoint-custom-column-pack.aspx" title="SharePoint Custom Column Pack" target="_blank"&gt;SharePoint Custom Column Pack&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;A new pre-release product, &lt;a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/11/06/introducing-bamboo-sharepoint-analyzer.aspx" title="SharePoint Analyzer" target="_blank"&gt;SharePoint Analyzer&lt;/a&gt; was released via &lt;a href="http://community.bamboosolutions.com/blogs/bamboo-labs/default.aspx" title="Bamboo Labs" target="_blank"&gt;Bamboo Labs&lt;/a&gt;. This tool allows you to easily access and view important information on your SharePoint environment, from servers and services to Bamboo products.&lt;/p&gt;
&lt;p&gt;To keep you up to speed on these and all our latest releases, we&amp;#39;re offering a new Webinar, &lt;a href="https://www.abcsignup.com/view/view_month.asp?as=32&amp;amp;wp=39&amp;amp;aid=BAM" title="What&amp;#39;s New from Bamboo" target="_blank"&gt;What&amp;#39;s New from Bamboo&lt;/a&gt;. Packed into just 30-minutes, this high-level overview includes short product demos of our latest product releases.&lt;/p&gt;
&lt;p&gt;We have recently signed an OEM agreement with an existing partner, &lt;a href="http://www.teamdirection.com/" target="_blank" title="TeamDirection"&gt;TeamDirection&lt;/a&gt;. They are offering the &lt;a href="http://store.bamboosolutions.com/p-111-sharepoint-project-portfolio-dashboard.aspx" title="SharePoint Project Portfolio Dashboard" target="_blank"&gt;SharePoint Project Portfolio Dashboard&lt;/a&gt; as part of its &lt;a href="http://www.teamdirection.com/mspaddin/index.html" target="_blank"&gt;IntelliGantt Add-in for Microsoft Project&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Bamboo is proud to participate in the &lt;a href="http://www.sharepointbestpractices.com/" title="Best Practices Conference 2009" target="_blank"&gt;Best Practices Conference 2009&lt;/a&gt;, February 2-4 in San Diego, California, as a Gold Sponsor. We will also attend SPTechCon, &lt;a href="http://www.sptechcon.com/" title="The SharePoint Technology Conference" target="_blank"&gt;The SharePoint Technology Conference&lt;/a&gt;, January 27-29 in San Francisco, California. Make sure to look for us at these events and the &lt;a href="https://www.clicktoattend.com/invitation.aspx?code=133008" title="2009 IMAGINE EVENT" target="_blank"&gt;2009 IMAGINE Event&lt;/a&gt;, January 21 in New York.&lt;/p&gt;
&lt;p&gt;Read the &lt;a href="http://store.bamboosolutions.com/BambooEnews/E-News_nov08.html" title="November 2008 e-news" target="_blank"&gt;full-version November e-news&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=7826" width="1" height="1"&gt;</content><author><name>Douglas Jay</name><uri>http://community.bamboosolutions.com/members/Douglas-Jay/default.aspx</uri></author><category term="E-news" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/E-news/default.aspx" /><category term="SharePoint Navigators" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/SharePoint+Navigators/default.aspx" /><category term="November" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/November/default.aspx" /><category term="SharePoint Analyzer" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/SharePoint+Analyzer/default.aspx" /></entry><entry><title>Record Site Traffic at Bamboo</title><link rel="alternate" type="text/html" href="/blogs/bambooteamblog/archive/2008/11/21/record-site-traffic-to-bamboo-nation-in-october.aspx" /><id>/blogs/bambooteamblog/archive/2008/11/21/record-site-traffic-to-bamboo-nation-in-october.aspx</id><published>2008-11-21T17:00:00Z</published><updated>2008-11-21T17:00:00Z</updated><content type="html">&lt;p&gt;Hi, Steve Gaitten here, Director of Online Operations at Bamboo Solutions.&amp;nbsp;&amp;nbsp;&amp;nbsp;I wanted to take a moment and share some positive news about site traffic here at Bamboo.&lt;/p&gt;
&lt;p&gt;Here are the headlines:&lt;/p&gt;
&lt;p&gt;Yesterday, Thursday, November 20th, Bamboo registered it&amp;#39;s &lt;strong&gt;highest one day total for site traffic&lt;/strong&gt; in the history of the company.&amp;nbsp; In a single day, there were more than 4,000 visits.&lt;/p&gt;
&lt;p&gt;In October, we saw our&amp;nbsp;&lt;strong&gt;eigth consecutive month of growth in site traffic&lt;/strong&gt;, with over 72K total site visits.&amp;nbsp; We are on pace to blow past that number again in November, although I suspect the looming Thanksgiving holiday may slow us down.&amp;nbsp; Still, our rolling 4 week average is now comfortably above 80K total site visits.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m especially proud and happy about the traffic and activity&amp;nbsp;across Bamboo Nation, our SharePoint community site.&amp;nbsp; We launched&amp;nbsp;Bamboo Nation back in&amp;nbsp;April of 2008.&amp;nbsp; Since then traffic&amp;nbsp;has grown almost exponentially.&amp;nbsp; In October, we had more than &lt;strong&gt;26K unique visitors&lt;/strong&gt; to Bamboo Nation.&amp;nbsp; That&amp;#39;s almost three times the number of visitors we saw in June.&amp;nbsp; We&amp;#39;re on track to cross 30K in November.&lt;/p&gt;
&lt;p&gt;Now, I know that&amp;nbsp;30K unique visitors&amp;nbsp;puts us somewhat below Facebook, MySpace and YouTube in terms of audience size.&amp;nbsp; In my previous role at AOL, I ran the AOL Money &amp;amp; Finance Channel, a site that regularly saw 10 million unique visitors per month and generated half a billion page views.&amp;nbsp; But when you stop and think about the&amp;nbsp;content niche&amp;nbsp;we serve, the numbers really blow me away.&amp;nbsp; To know that there are&amp;nbsp;30,000&amp;nbsp;SharePoint professionals out there who found&amp;nbsp;this site to be a worthwhile informational resource is&amp;nbsp;truly gratifying.&amp;nbsp; I like to visualize the Bamboo Nation audience all together in a venue like FedEx Field here in DC.&amp;nbsp; Together we would take up about 1/3 of the seats.&amp;nbsp; At our current growth rate, we will fill that stadium sometime in late Spring of next year.&lt;/p&gt;
&lt;p&gt;Why should you care?&amp;nbsp; Well, there are plenty of good reasons:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The more people who participate in this community, the better the experience.&amp;nbsp; There are that many more individuals willing to take a few minutes and answer a question in the &lt;a target="_self" href="http://community.bamboosolutions.com/forums/" class="null"&gt;Bamboo Nation&amp;nbsp;forums&lt;/a&gt;, &lt;a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/11/20/an-open-invitation-to-qualified-guest-bloggers.aspx" title="An Open Invitation to Guest Bloggers" class="null"&gt;contribute a guest post to the Bamboo Team Blog&lt;/a&gt;, or make a code snippet or utility available for download.&amp;nbsp; There is strength in numbers and wisdom in the crowd.&amp;nbsp; Together, we can make this SharePoint thing better, easier and more powerful.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;We&amp;#39;re willing to share this audience&lt;/strong&gt;, with virtually anyone, including you.&amp;nbsp; Would you like to reach 30,000 SharePoint professionals with a message?&amp;nbsp; We&amp;#39;re here to help.&amp;nbsp; Here are three ways you can make Bamboo Nation work for you: 1) Contribute a guest blog post.&amp;nbsp; We strongly encourage guest appearences on the Bamboo Team Blog.&amp;nbsp; Simply contact &lt;a target="_blank" href="http://community.bamboosolutions.com/members/John-Anderson/default.aspx" title="Contact John Anderson" class="null"&gt;John Anderson&lt;/a&gt;, our Manager of Content &amp;amp; Syndication and he will work with you to schedule and publish your appearance.&amp;nbsp; 2)&amp;nbsp;Add your blog to our blog index.&amp;nbsp; When your blog is mirrored by Bamboo Nation, your headlines are syndicated across the site, and our readers come to you.&amp;nbsp; To have your blog added, please drop a note to &lt;a href="http://community.bamboosolutions.com/members/Chris-Dooley/default.aspx" title="Contact Community Manager Chris Dooley" class="null"&gt;Chris Dooley&lt;/a&gt;, our Community Manager.&amp;nbsp; This opportunity is available to anyone.&amp;nbsp; 3)&amp;nbsp; If your company is a member of the Bamboo Partner Advantage Program, you&amp;#39;re entitled to free advertising on Bamboo Nation.&amp;nbsp; Again, please contact Chris Dooley, and he will work with you to schedule your free run on Bamboo Nation.&amp;nbsp; There&amp;#39;s no upsell, no catch, this is purely a benefit of your partnership with Bamboo Solutions.&amp;nbsp; In general, we&amp;#39;re willing and eager to help anyone with a message for the SharePoint community.&amp;nbsp; If you&amp;#39;re promoting a conference, a user group, a code camp, etc. etc., reach out and let us know how we can help.&amp;nbsp; Please feel free to contact me directly at &lt;a href="mailto:steve.gaitten@bamboosolutions.com"&gt;steve.gaitten@bamboosolutions.com&lt;/a&gt;&amp;nbsp; &lt;/li&gt;
&lt;li&gt;The site traffic and referrals to the Bamboo Solutions Online Store help fund new site features and continued operations.&amp;nbsp; Over the past few months, we helped you &lt;a target="_blank" href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/05/21/how-to-install-windows-sharepoint-services-3-0-sp1-on-vista-x64-x86.aspx" title="How to Install Windows on Vista" class="null"&gt;Install SharePoint on Vista&lt;/a&gt;, &lt;a target="_blank" href="http://community.bamboosolutions.com/blogs/sharepoint-price-calculator/default.aspx" class="null"&gt;Calculate Your SharePoint Licensing Costs&lt;/a&gt;, and &lt;a href="http://community.bamboosolutions.com/blogs/using_sharepoint_for_project_management/default.aspx" title="SharePoint for Project Management" class="null"&gt;Use SharePoint for Project Management&lt;/a&gt;.&amp;nbsp; With your continued support, we&amp;#39;ll continue to roll out great new&amp;nbsp;features and useful content.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We humbly thank you, the reader, for your support and participation.&amp;nbsp; We tremendously enjoy the opportunity to meet and interact with Bamboo customers, and SharePoint users in general.&amp;nbsp; Please continue to feed us suggestions and let us know how we can serve you better.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;
&lt;p&gt;-Steve&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=7042" width="1" height="1"&gt;</content><author><name>Steve Gaitten</name><uri>http://community.bamboosolutions.com/members/Steve-Gaitten/default.aspx</uri></author><category term="Guest Blog" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Guest+Blog/default.aspx" /><category term="Site Traffic" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Site+Traffic/default.aspx" /></entry><entry><title>An Open Invitation to Qualified Guest Bloggers</title><link rel="alternate" type="text/html" href="/blogs/bambooteamblog/archive/2008/11/20/an-open-invitation-to-qualified-guest-bloggers.aspx" /><id>/blogs/bambooteamblog/archive/2008/11/20/an-open-invitation-to-qualified-guest-bloggers.aspx</id><published>2008-11-20T18:58:00Z</published><updated>2008-11-20T18:58:00Z</updated><content type="html">&lt;p&gt;Regular readers of the Bamboo Team Blog will have noticed that we&amp;#39;ve hosted a number of excellent guest blogs from distinguished SharePoint professionals* over the past several months.&amp;nbsp; We&amp;#39;re currently in discussions to secure guest blogs from additional SharePoint thought leaders, but we felt the time was right to cast an even wider net by extending an &lt;strong&gt;open invitation&lt;/strong&gt; to all qualified prospective guest bloggers.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;In October, Bamboo Nation received over 26,000 unique visitors, and we&amp;#39;re on track to beat that number in November. &amp;nbsp;&amp;nbsp;We invite you to jump onto the Bamboo Team Blog soapbox and engage our highly qualified audience of SharePoint users and professionals with a guest blog entry.&amp;nbsp; All that we ask is that you speak to any SharePoint-related topic about which you&amp;#39;re passionate, share a lesson learned, or write about a timely issue.&amp;nbsp; Naturally, you&amp;#39;re also welcome to plug your own company or product offerings in the course of your guest blog.&lt;/p&gt;
&lt;p&gt;We want to make sure that the guest blogging process is as streamlined as possible for you, so guest blogging is as easy as choosing a subject, submitting your content (a Word doc with embedded images is perfectly acceptable), and we&amp;#39;ll take it from there.&amp;nbsp; We&amp;#39;ll handle the editing, proofreading, and formatting, and will send the finished blog to you for your approval prior to publication.&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re not already a registered Bamboo Nation user, we&amp;#39;ll create a profile for you so that the guest blog will be posted under your name.&amp;nbsp; If you&amp;#39;ve already got a Bamboo Nation account, that&amp;#39;s great ... we&amp;#39;ll just ask you to create a placeholder blog entry, and we&amp;#39;ll take it from there.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re interested in guest blogging for Bamboo, please drop me an email at &lt;a href="mailto:john.anderson@bamboosolutions.com"&gt;john.anderson@bamboosolutions.com&lt;/a&gt;.&amp;nbsp; I look forward to hearing what you&amp;#39;d like to share with Bamboo Nation!&lt;/p&gt;
&lt;p&gt;* Write a guest blog for Bamboo and take your place among the following SharePoint gurus:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Ben Curry, MVP: &lt;a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/11/03/guest-blog-by-mindsharp-s-ben-curry-best-practices-for-creating-my-sites-in-sharepoint-server-2007.aspx"&gt;Best Practices for Creating My Sites in SharePoint Server 2007&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Bill English, MVP: Two guest blogs, including &lt;a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/07/14/guest-blog-by-mindsharp-s-bill-english-i-can-t-find-my-information-in-sharepoint.aspx"&gt;I Can&amp;#39;t Find my Information in SharePoint&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Mike Ferrara: &lt;a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/10/14/sharepoint-and-search-server-2008.aspx"&gt;SharePoint and Search Server 2008&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Robin Meure: &lt;a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/11/07/guest-blog-by-zevenseas-robin-meure-extending-spboundfields.aspx"&gt;Extending SPBoundFields&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Bob Mixon, MVP: &lt;a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/07/30/guest-blog-by-mixon-consulting-s-bob-mixon-findability-webinar-invitation-for-7-31.aspx"&gt;Findability Webinar Invitation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Joel Oleson: Seven guest blogs, including &lt;a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/10/09/user-management-challenges-and-solutions-for-sharepoint-extranets-part-1-3.aspx"&gt;User Management Challenges and Solutions for SharePoint Extranets&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Paul Stork, MVP: &lt;a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/07/25/guest-blog-by-mindsharp-s-paul-stork-best-practices-sharepoint-conference-9-15-9-17-in-dc.aspx"&gt;Best Practices SharePoint Conference in D.C.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Jeff Webb: Two guest blogs, including &lt;a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/10/29/introducing-the-upload-wizard.aspx"&gt;Introducing the Upload Wizard&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=7730" width="1" height="1"&gt;</content><author><name>John Anderson</name><uri>http://community.bamboosolutions.com/members/John-Anderson/default.aspx</uri></author><category term="Guest Blog" scheme="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/tags/Guest+Blog/default.aspx" /></entry></feed>