Training

TwitterFacebook
Get flash to fully experience Pearltrees
Thanks to my colleague Marc Boes I learned how to show a YouTube movie in SharePoint!

YouTube and SharePoint | SharePoint..what else?

http://www.jasperoosterveld.com/2012/04/youtube-and-sharepoint.html
As a follow up to my “ Base Master Page Files for SharePoint 2007 “, I have put together and posted several different master page files for use with SharePoint 2010.

"Just the Essentials" SharePoint Master Pages -Our SharePoint Experience

http://blog.sharepointexperience.com/2011/09/09/just-the-essentials-sharepoint-master-pages/
http://www.robkerr.com/2012/04/delivering-ssrs-for-sharepoint-2010-and.html In a previous post I included some screen shots of a SharePoint 2010 site using SSRS with SharePoint Integration mode to deliver a customized experience for iPad tablet devices. This approach used a custom master page and some design elements to create a highly usable SharePoint expeirence for an iPad user. I've had many requests for more implementation details, so I decided to revisit the topic and create a pair of lessons on msbiacademy.com around this approach.

Rob Kerr's Business Intelligence Blog: Delivering SSRS for SharePoint 2010 and SQL2012 to #iPad #msbi #sqlserver

http://blog.pathtosharepoint.com/2008/08/07/calculated-columns/ Calculated columns – An example By adding a calculated column to a list or library, you can create a formula that includes data from other columns and performs functions to calculate dates and times, to perform mathematical equations, or to manipulate text. For example, on a tasks list, you can use a column to calculate the number of days it takes to complete each task, based on the Start Date and Date Completed columns.

About SharePoint Calculated Columns

This entry is part 1 of 2 in the series Building a Better SharePoint Calendar This entry is part 1 of 2 in the series Building a Better SharePoint CalendarAs part of a large department site redesign project, I wanted to implement a better calendar solution than what MOSS 2007 gives you OOTB. I remembered … Continue reading This entry is part 2 of 2 in the series Building a Better SharePoint Calendar

Series: Building a Better SharePoint Calendar « JoshMcCarty.com

http://joshmccarty.com/series/building-a-better-sharepoint-calendar/
What is SharePoint? When looking up what SharePoint is, you get a lot of different answers from the Internet: Microsoft SharePoint is a browser-based collaboration and document management platform from Microsoft - Wikipedia Microsoft's content management system. It allows groups to set up a centralized, password protected space for document sharing. Documents can be stored, downloaded and edited, then uploaded for continued sharing. - SAIT Polytechnic Teaching - Glossary SharePoint is a web-based intranet that can help improve your organisation's effectiveness by streamlining the management of and access to data. - Creative Sharepoint SharePoint is an enterprise information portal, from Microsoft, that can be configured to run Intranet, Extranet and Internet sites. - SharePoint HQ {..}

What is SharePoint?

http://www.aiim.org/What-is-Microsoft-Sharepoint

Apply color coding to your SharePoint lists

http://blog.pathtosharepoint.com/2008/09/01/apply-color-coding-to-your-sharepoint-lists/ Color coding is very useful to highlight key items in a list. For example in an issues list, you may want to draw the users’ attention on items with high priority. In the picture below, I have aggregated 4 different ways to do it:

Generating Documents from SharePoint with Open XML Content Controls

http://msdn.microsoft.com/en-us/magazine/ee532473.aspx It's often the case that a department manager needs to regularly send a nicely formatted status report to her general manager or that a team leader needs to send a weekly status report to a number of interested parties. To collaborate with others in their organizations, both the manager and the team leader can maintain status information in SharePoint lists. The question for developers is how to include the information in the lists in a document such as a status report. Open XML, the default file format for Office 2007, is an ISO standard (documented in exacting detail in IS29500). Put simply, Open XML files are Zip files that contain XML, and it is very easy to generate or modify Open XML documents programmatically. All you need is a library to open a Zip file and an XML API.