BI using SharePoint 2010 and PowerPivot Webinar

Please join Chris Givens from Architecting Connected Systems and me for Part 1 of our webinar series entitled Business Intelligence Using SharePoint 2010 & PowerPivot.  You’ll learn how  to create powerful, extensible, ad-hoc BI solutions for your organization using a combination of Excel, PowerPivot (formerly codenamed Gemini), and SharePoint Server 2010.

The webinar will include live demonstrations and discussion of the following points:

  • The capabilities and target audience for this new technology
  • How self-service BI is transforming the way we think about and work with data
  • The myriad products & services that work in concert to deliver PowerPivot-driven BI
  • Advantages of self-service BI over traditional BI
  • SharePoint’s front & center role in the changing BI landscape
    PowerPivot and SharePoint usher in a new era of self-service business intelligence and collaboration, which enables you to analyze and take advantage of the data and knowledge assets your organization already owns!

Sign-Up for the Seminar here:

http://www.sharesquared.com/resources/Pages/PowerPivotWebinar.aspx

ShareSquared

Slides from SharePoint Saturday Kansas City: Customizing the Ribbon UI

SharePoint Saturday Kansas CityIt’s been a week since I was in Kansas City doing a presentation on how to customize the new SharePoint 2010 ribbon.  It was a busy week, so I’m just now getting a chance to make the slides and Visual Studio project that I used for the talk available for download.  I’m hoping to transfer the talk into a series of Blog posts over the next few weeks, so if you missed the original talk stay tuned.  Here are links to the downloads:

Customizing the Ribbon presentation slides

Visual Studio 2010 demonstration Project

Best Practices Conference Wrap-up

3421642827_9f52c70952_t[1]I just arrived home from the Best Practices Conference last week.  The conference was EXCELLENT!   There were lots of great sessions to hear, attendees to talk to, and friends to visit with.  The next BP Conference will be sometime next August/September.  Don’t miss out on that one if you didn’t get to this one. 

For any of those who attended, I’ve attached the slide deck from my talk on Monday about Best Practices around managing Users, Profiles and MySites.

Users, Profiles, and MySites  Presentation Slides.

Finally joined Twitter

Many people know that I’ve avoided joining Twitter for a long time.  But I finally got an offer I couldn’t refuse.  I’m here at the New Zealand Community SharePoint conference and was on an expert’s panel earlier today with Paul Culmsee, Chandima Kulathilake, Joel Oleson, and Steve Smith.  Before the questioning started Joel was giving me a hard time because I was the only panelist not on Twitter.  Then he gave me a choice.  Either join Twitter or join him in eating some Kina (Sea Urchin – a local New Zealand delicacy).  I’ve decided to choose TWITTER!  Here’s a picture of Joel eating Kina.
 

IMG_0023

You can read about his response on Joel’s Blog here, and I quote, "It smelled foul, very fishy…"  All in all, I would rather Twitter.

Speaking at the New Zealand Community SharePoint Conference 2009

New Zealand SharePoint Community Conference
 
I’ll be traveling halfway around the world next week to speak at the New Zealand Community SharePoint Conference in Wellington, New Zealand.  I’m really looking forward to the trip, even if it is the middle of winter in New Zealand right now.  My wife and I plan to stay in New Zealand for a week after the conference ends to do some sightseeing.  I just got a new Digital SLR camera that I’m hoping to try out so you may even see some pictures if you stay tuned.
 
Abstracts for my talks are listed below.  If you happen to be anywhere near Wellington next week stop in and join us.  There’s going to be a lot of good content. I hope to see you there and hope you’ll find my talks useful.  You can register using the following link:
 
 
Anonymous Access: Everything you always wanted to know, but didn’t know to ask
Enabling Anonymous Access in SharePoint isn’t just a matter of flipping a switch in IIS manager.  Anonymous Access must be enabled in IIS and then configured in SharePoint.  But there are also situations where this basic configuration isn’t sufficient.  In this talk we’ll review how to enable and configure anonymous access for SharePoint web sites, lists, and libraries.  Then we’ll turn our attention to strategies that can be used overcome specific problems with SharePoint anonymous access.  We’ll demonstrate solutions and workarounds for questions like:
  1. How do you require authentication for some items while maintaining anonymous access for the rest?
  2. What content from a personal MySite can be accessed via anonymous access?
  3. How do you enable anonymous responses to a discussion list?
  4. Can BLOGS and Wiki sites be used in an anonymous access site collection?
 
Migrating ASP.NET Apps: Four ways to convert them to SharePoint
The establishment of a new SharePoint Portal frequently involves the temporary or permanent migration of an existing ASP.NET application to the new SharePoint environment.  There are at least four different ways that this can be accomplished.  Choosing the correct method is a matter of balancing the amount of effort involved against the resulting functionality and performance.  In this talk we’ll demonstrate the following four approaches and discuss the strengths and weaknesses of each approach.
  1. Using a Page Viewer web part to display the existing website from inside SharePoint.
  2. Configuring the ASP.NET website to run from a Virtual Directory inside the SharePoint Web Application 
  3. Converting the existing ASP.NET web pages and code beside files to run inside a SharePoint web site. 
  4. Refactoring the ASP.NET web site as a set of Web Parts in the SharePoint site.