| | 25/10/2010 | 8:30 - 12:30 | | This course is ideal for those who are new to SharePoint and about to embark on customizing SharePoint 2010 sites and/or using SharePoint Designer 2010 for a number of other functions. The tour will cover all the main features of SharePoint Designer. You'll learn all about how create great looking SharePoint 2010 sites. We will cover master pages, CSS and themes, including how to effectively work and deploy themes throughout both SharePoint Server 2010 and SharePoint Foundation 2010 sites and site collections. | TBC | Dewi Maya | GTTP 1 | 1 | | | 25/10/2010 | 8:30 - 12:30 | | I have a 32bit SharePoint farm I need to migrate this to SharePoint 2010 - and a 64bit farm. I have a plan to move to a 64bit SharePoint farm but I don't know how. What are all the pieces of the puzzle that need to be thought about? This session will cover upgrading to the new SharePoint 2010 environment and what new items to expect. We will cover not only databases, farms and web applications but also visual, webparts and UI aspects of 'upgrading'. You will perform an upgrade for yourself during the labs and explore just what exactly needs to be upgraded. | TBC | Randy Williams | GTTP 2 | 2 | | | 25/10/2010 | 8:30-12:30 | | Overview of the main functionality of SharePoint - get to explore as an end user what can be done, learn the basics and see a demonstration of full end to end capabilities | TBC | James Milne | GTTP 3 | 3 | | | 25/10/2010 | 1:30 - 5:30 | | InfoPath 2010 and SharePoint Designer 2010 Workflow: Electronic forms and workflow form an important part of creating SharePoint Intranet sites. In this session we will build an InfoPath form from scratch and create a custom approval workflow. This workflow scenario can be applied to a number of typical business applications to automate everyday business processes. This session will be mostly hands-on to ensure you understand the process of creating InfoPath forms and building the related workflows. | TBC | James Milne | GTTP 4 | 4 | | | 25/10/2010 | 1:30-5:30 | | Are you interested in building custom applications on top of SharePoint? Or maybe you need more advanced customizations that are not possible with SharePoint Designer? This hands-on workshop will provide you with an overview of the technology and tools to help you understand how to build applications on top of SharePoint 2010. Topics will include: Visual Studio Support for SharePoint Projects Developing Web Parts Overview of SharePoint's Client and Server Object Models Attendees should have familiarity with Visual Studio and ASP.NET technologies. Experience developing with SharePoint is not required. | TBC | Choirul Amri | GTTP 5 | 5 | | | 25/10/2010 | 1:30 - 5:30 | | Delve into SharePoint 2007 capabilities around document storage; libraries, using content types to improve processes and structured metadata. This session will also explore the new document management functionality provided by SharePoint 2010. See how to build document sets and share metadata taxonomies and content types across multiple site collections | TBC | Milan Gross | GTTP 6 | 6 | | | 28/10/2010 | 08:30 - 12:30 | | Pre-requisites: Fundamental knowledge and experience of Project Management and familiarity with Windows, Microsoft Office and SharePoint is assumed. Abstract: Have you ever wished you could sit down with a leading SharePoint industry expert to discuss solutions for your unique SharePoint implementation challenges? Now’s your opportunity! Sign up for this Get to the Point workshop and you will be mentored by leading SharePoint project management expert and thought leader, Dux Raymond Sy, managing partner of Innovative-e and author of SharePoint for Project Management. To help you reach your organizational goals, this unique workshop is: Practical Learn practical techniques that you can apply immediately to your SharePoint projects. You will also receive artifacts and templates, including project schedules, checklists, requirements documents, design documents, and business case documents. Hands-On and Interactive Interact and network with fellow decision makers, project managers, business analysts, consultants and those responsible for the implementation of SharePoint at their organization through breakout group activities. The workshop also includes hands-on, real-world SharePoint group project implementation challenges to give you the experience and training you need to address your organization’s unique challenges. By attending this workshop, you will be able to: Identify why SharePoint projects fail Initiate executive excitement Promote organizational buy-in and foster user adoption Develop an effective project management process Apply relevant strategies in mapping business processes to identify SharePoint-based solutions Identify necessary resources to plan, deploy, maintain, and support a SharePoint implementation Minimize uncertainty and risk by applying practical scope management techniques | TBC | Dux Raymond Sy | GTTP 7 | 7 | | | 28/10/2010 | 8.30 - 12.30 | | Want to be the go to person for SharePoint 2010 in your organisation? Want to use sites, lists, libraries and web parts to create light and rapid business solutions on your intranet? Covering a mix of concepts and practical hands on exercises you will grow in confidence and maximise your organisations return on investment in SharePoint as a platform. This course is aimed at people with basic SharePoint 2007 experience who want to reinforce core concepts and learn about new features of SharePoint 2010, SharePoint Designer 2010 and new integration with InfoPath and Visio. | TBC | Eric Ku | GTTP 8 | 8 | | | 28/10/2010 | 8:30-12:30 | | Are you interested in building custom applications on top of SharePoint? Or maybe you need more advanced customizations that are not possible with SharePoint Designer? Part two in this hands-on workshop will provide you with an deeper understanding of the technology Topics will include: Developing SharePoint Features Packaging and deploying your code Sandbox Solutions Attendees should have familiarity with Visual Studio and ASP.NET technologies. | TBC | Choirul Amri | GTTP 9 | 9 | | | 28/10/2010 | 1:30 - 5:30 | | Often underestimated, learn how to improve your user adoption through better search, navigation and "find'ability" of information on your sites. Includes Keywords, Best Bets, Advanced Search Web Parts and searching various content sources like websites, shared drives and more. | TBC | Milan Gross | GTTP 10 | 10 | | | 28/10/2010 | 1:30 - 5:30 | | Deploying SharePoint is about alignment, adaption and adoption, and there is much more than getting your IT department to install it on a server. SharePoint 2007 was compelling yet hard to master, and the 2010 edition is a richer and even more powerful product that more crosses organisational boundaries than ever before. Of course, with that power and that feature list, comes considerable technical complexity. Therefore the geeks have their work cut out to ensure the platform is stable, fast and responsive. Current SharePoint governance documentation abounds about how to do this but just because your system is rock solid, stable, well documented and governed through good process, there is absolutely no guarantee of success. In fact, the secret sauce to a successful SharePoint project is an area that the governance documentation barely touches. | TBC | Dux Raymond Sy | GTTP 11 | 11 | | | 28/10/2010 | 1:30 - 5:30 | | Learn the power of Business Intelligence within SharePoint 2010 - Excel Services, Reporting, Dashboards, Performance Point and more | TBC | Sarbjit Singh | GTTP 12 | 12 |
|
E-mail as Attachment
/SPevents/SEASPC/_layouts/IMAGES/EML16.GIF
javascript:function emailDocument(documentUrl)
{
try
{
var protocolsplit = location.href.split('//');
var urlsplit = protocolsplit[1].split('/');
var fileUrl = 'http://' + urlsplit[0] + documentUrl;
var outlook = new ActiveXObject('Outlook.Application');
var outlookMessage = outlook.CreateItem(0);
var outlookAttachment = null;
var outlookAttachments = outlookMessage.Attachments;
outlookAttachment = outlookAttachments.Add(fileUrl);
outlookMessage.Display();
outlookAttachment = null;
outlookAttachments = null;
outlookMessage = null;
outlook = null;
}
catch(e)
{
alert('Please check the following: 1. Microsoft Outlook is installed. 2. In IE the SharePoint Site is trusted. 3. In IE the setting for Initialize and Script ActiveX controls not marked as safe is Enabled in the Trusted zone.');
}
}; emailDocument(currentItemFileUrl);
0x0
0x0
List
101
350
Edit in Browser
/SPevents/SEASPC/_layouts/xlviewer.aspx?id={ItemUrl}&DefaultItemOpen=1&Edit=1
0x0
0x25
FileType
xlsx
256
Edit in Browser
/SPevents/SEASPC/_layouts/xlviewer.aspx?id={ItemUrl}&DefaultItemOpen=1&Edit=1
0x0
0x25
FileType
xlsm
256
Edit in Browser
/SPevents/SEASPC/_layouts/xlviewer.aspx?id={ItemUrl}&DefaultItemOpen=1&Edit=1
0x0
0x25
FileType
xlsb
256
Edit in Browser
/SPevents/SEASPC/_layouts/PowerPoint.aspx?PowerPointView=EditView&PresentationId={ItemUrl}&source={Source}
0x0
0x4
FileType
pptx
256
Edit in Browser
/SPevents/SEASPC/_layouts/PowerPoint.aspx?PowerPointView=EditView&PresentationId={ItemUrl}&source={Source}
0x0
0x4
FileType
ppsx
256
View in Browser
{SiteUrl}/_layouts/WordViewer.aspx?id={ItemUrl}&source={Source}
0x0
0x1
FileType
docx
255
Edit in Browser
{SiteUrl}/_layouts/WordEditor.aspx?id={ItemUrl}&source={Source}
0x0
0x4
FileType
docx
255
View in Browser
{SiteUrl}/_layouts/WordViewer.aspx?id={ItemUrl}&source={Source}
0x0
0x1
FileType
doc
255
View in Browser
{SiteUrl}/_layouts/WordViewer.aspx?id={ItemUrl}&source={Source}
0x0
0x1
FileType
dotx
255
View in Browser
{SiteUrl}/_layouts/WordViewer.aspx?id={ItemUrl}&source={Source}
0x0
0x1
FileType
dot
255
View in Browser
{SiteUrl}/_layouts/WordViewer.aspx?id={ItemUrl}&source={Source}
0x0
0x1
FileType
dotm
255
View in Browser
{SiteUrl}/_layouts/WordViewer.aspx?id={ItemUrl}&source={Source}
0x0
0x1
FileType
docm
255
Edit in Browser
{SiteUrl}/_layouts/WordEditor.aspx?id={ItemUrl}&source={Source}
0x0
0x1
FileType
docm
255
View in Browser
{SiteUrl}/_layouts/OneNote.aspx?id={ItemUrl}&Edit=0&source={Source}
0x0
0x1
FileType
one
255
Edit in Browser
{SiteUrl}/_layouts/OneNote.aspx?id={ItemUrl}&Edit=1&source={Source}
0x0
0x4
FileType
one
255
View in Browser
{SiteUrl}/_layouts/OneNote.aspx?id={ItemUrl}&Edit=0&source={Source}
0x0
0x1
ProgId
OneNote.Notebook
252
Edit in Browser
{SiteUrl}/_layouts/OneNote.aspx?id={ItemUrl}&Edit=1&source={Source}
0x0
0x4
ProgId
OneNote.Notebook
254
Compliance Details
javascript:commonShowModalDialog('{SiteUrl}/_layouts/itemexpiration.aspx?ID={ItemId}&List={ListId}', 'center:1;dialogHeight:500px;dialogWidth:500px;resizable:yes;status:no;location:no;menubar:no;help:no', function GotoPageAfterClose(pageid){if(pageid == 'hold') {STSNavigate(unescape(decodeURI('{SiteUrl}'))+'/_layouts/hold.aspx?ID={ItemId}&List={ListId}'); return false;} if(pageid == 'audit') {STSNavigate(unescape(decodeURI('{SiteUrl}'))+'/_layouts/Reporting.aspx?Category=Auditing&backtype=item&ID={ItemId}&List={ListId}'); return false;} if(pageid == 'config') {STSNavigate(unescape(decodeURI('{SiteUrl}'))+'/_layouts/expirationconfig.aspx?ID={ItemId}&List={ListId}'); return false;}}, null); return false;
0x0
0x1
ContentType
0x01
898
Edit in Browser
/_layouts/images/icxddoc.gif
/SPevents/SEASPC/_layouts/formserver.aspx?XsnLocation={ItemUrl}&OpenIn=Browser&Source={Source}
0x0
0x1
FileType
xsn
255
Edit in Browser
/_layouts/images/icxddoc.gif
/SPevents/SEASPC/_layouts/formserver.aspx?XmlLocation={ItemUrl}&OpenIn=Browser&Source={Source}
0x0
0x1
ProgId
InfoPath.Document
255
Edit in Browser
/_layouts/images/icxddoc.gif
/SPevents/SEASPC/_layouts/formserver.aspx?XmlLocation={ItemUrl}&OpenIn=Browser&Source={Source}
0x0
0x1
ProgId
InfoPath.Document.2
255
Edit in Browser
/_layouts/images/icxddoc.gif
/SPevents/SEASPC/_layouts/formserver.aspx?XmlLocation={ItemUrl}&OpenIn=Browser&Source={Source}
0x0
0x1
ProgId
InfoPath.Document.3
255
Edit in Browser
/_layouts/images/icxddoc.gif
/SPevents/SEASPC/_layouts/formserver.aspx?XmlLocation={ItemUrl}&OpenIn=Browser&Source={Source}
0x0
0x1
ProgId
InfoPath.Document.4
255
View in Browser
/SPevents/SEASPC/_layouts/xlviewer.aspx?id={ItemUrl}&DefaultItemOpen=1
0x0
0x1
FileType
xlsx
255
View in Browser
/SPevents/SEASPC/_layouts/xlviewer.aspx?id={ItemUrl}&DefaultItemOpen=1
0x0
0x1
FileType
xlsm
255
View in Browser
/SPevents/SEASPC/_layouts/xlviewer.aspx?id={ItemUrl}&DefaultItemOpen=1
0x0
0x1
FileType
xlsb
255
View in Browser
/SPevents/SEASPC/_layouts/PowerPoint.aspx?PowerPointView=ReadingView&PresentationId={ItemUrl}&source={Source}
0x0
0x1
FileType
pptx
255
View in Browser
/SPevents/SEASPC/_layouts/PowerPoint.aspx?PowerPointView=ReadingView&PresentationId={ItemUrl}&source={Source}
0x0
0x1
FileType
ppt
255
View in Browser
/SPevents/SEASPC/_layouts/PowerPoint.aspx?PowerPointView=ReadingView&PresentationId={ItemUrl}&source={Source}
0x0
0x1
FileType
pptm
255
View in Browser
/SPevents/SEASPC/_layouts/PowerPoint.aspx?PowerPointView=ReadingView&PresentationId={ItemUrl}&source={Source}
0x0
0x1
FileType
ppsx
255
View in Browser
/SPevents/SEASPC/_layouts/PowerPoint.aspx?PowerPointView=ReadingView&PresentationId={ItemUrl}&source={Source}
0x0
0x1
FileType
ppsm
255
View in Browser
/SPevents/SEASPC/_layouts/PowerPoint.aspx?PowerPointView=ReadingView&PresentationId={ItemUrl}&source={Source}
0x0
0x1
FileType
pps
255
View in Browser
/SPevents/SEASPC/_layouts/PowerPoint.aspx?PowerPointView=ReadingView&PresentationId={ItemUrl}&source={Source}
0x0
0x1
FileType
potx
255
View in Browser
/SPevents/SEASPC/_layouts/PowerPoint.aspx?PowerPointView=ReadingView&PresentationId={ItemUrl}&source={Source}
0x0
0x1
FileType
potm
255
View in Browser
/SPevents/SEASPC/_layouts/PowerPoint.aspx?PowerPointView=ReadingView&PresentationId={ItemUrl}&source={Source}
0x0
0x1
FileType
pot
255