Archive
Getting changed field values from SPItemEventReceiver
has written a very interesting looking helper function for getting old values out of events.
via Buzz Blog http://paulbuzzblog.wordpress.com/2012/11/26/getting-changed-field-values-from-spitemeventreceiver/
|
Paul is a an expert SharePoint and Project Server developer and is responsible for designing and implementing custom solutions on client systems using the latest SharePoint and .NET technologies.
Paul has extensive experience with SharePoint systems across all sizes of implementation, ranging from small to large farms and has an excellent understanding of all the elements of SharePoint. This article has been cross posted from paulbuzzblog.wordpress.com (original article) |
Creating a Project Server 2013 App
The first in a series of posts about creating a Project Server app.
This will be interesting.
via Buzz Blog http://paulbuzzblog.wordpress.com/2012/11/26/creating-a-project-server-2013-app/
|
Paul is a an expert SharePoint and Project Server developer and is responsible for designing and implementing custom solutions on client systems using the latest SharePoint and .NET technologies.
Paul has extensive experience with SharePoint systems across all sizes of implementation, ranging from small to large farms and has an excellent understanding of all the elements of SharePoint. This article has been cross posted from paulbuzzblog.wordpress.com (original article) |
Technorati: YK3CCGWXYEC9
Service descriptions for SharePoint 2013
This post here http://modery.net/new-service-descriptions-for-office-365-wave-15/
has a list of all the services in SharePoint 2013 and what version they are available in.
The interesting one for me is that SSRS is available in the E3 and E4 Office 365 plans. Not seen anything about that and I am interested as to how it will work.
via Buzz Blog http://paulbuzzblog.wordpress.com/2012/11/26/service-descriptions-for-sharepoint-2013/
|
Paul is a an expert SharePoint and Project Server developer and is responsible for designing and implementing custom solutions on client systems using the latest SharePoint and .NET technologies.
Paul has extensive experience with SharePoint systems across all sizes of implementation, ranging from small to large farms and has an excellent understanding of all the elements of SharePoint. This article has been cross posted from paulbuzzblog.wordpress.com (original article) |
How to hide the SharePoint ribbon
Here is a quick post to show you how you can hide the SharePoint ribbon on a page using JavaScript. This was created by one of my colleagues so I am not sure of why the ribbon needed to be hidden but here is how.
function hideEditRibbon() {
var ribbon = SP.Ribbon.PageManager.get_instance().get_ribbon();
// Set the tab to the “Browse” tab
SelectRibbonTab("Ribbon.Read", true);
// Remove the “Edit” tab from a list from from the ribbon.
ribbon.removeChild('Ribbon.ListForm.Edit');
}
SP.SOD.executeOrDelayUntilScriptLoaded(function() {
var pm = SP.Ribbon.PageManager.get_instance();
pm.add_ribbonInited(function() {
hideEditRibbon();
});
var ribbon = null;
try {
ribbon = pm.get_ribbon();
}
catch (e) { }
if (!ribbon) {
if (typeof(_ribbonStartInit) == "function")
_ribbonStartInit(_ribbon.initialTabId, false, null);
}
else {
hideEditRibbon();
}
},
"sp.ribbon.js");
Just add this code to a page using the content editor web part and it will work.
via Buzz Blog http://paulbuzzblog.wordpress.com/2012/11/23/how-to-hide-the-sharepoint-ribbon/
|
Paul is a an expert SharePoint and Project Server developer and is responsible for designing and implementing custom solutions on client systems using the latest SharePoint and .NET technologies.
Paul has extensive experience with SharePoint systems across all sizes of implementation, ranging from small to large farms and has an excellent understanding of all the elements of SharePoint. This article has been cross posted from paulbuzzblog.wordpress.com (original article) |
Combined Knowledge, DEV Boot Camps and the 70-573
It has been a few weeks since I attended, which has given me some time to reflect on the SharePoint 2010 development boot camp that myself and various others at CPS have attended over the last couple of months.
Now in my role as a SharePoint Consultant / Solution Architect, I primarily get involved in solution design, estimation of work and the leading of project teams during implementation.
In my experience however, clients rarely want to pay purely for oversight of implementation alone. As a result, my skill set extends to SharePoint configuration, client-side development (JavaScript, jQuery, XSLT, CSS, HTML etc.) SQL / reporting and very very occasionally I get involved in the .NET side of things also.
So to round out my knowledge, aid work estimation and my ideas for future 2013 concepts, I joined our developers on the Combined Knowledge – Development Boot Camp and I thought I would share my experiences (please note this is a personal thought piece and is not sponsored in anyway).
Setting the scene
We contacted Combined Knowledge and it would appear that these development boot camps are popular, so book early.
As a company, it is important for us to have our employees Microsoft certified to ensure quality solutions and our Gold Partner status in Project Server and SharePoint capabilities. As a result, we took the Boot Camp and 70-573 certification options for all staff members attending the course.
Cost of the training covers:
- Hotel for the week (board and all meals)
- Combined Knowledge training materials
- Microsoft official training manual for the course (used for night time reading and exam preparation)
- To kick off the Development Boot Camp piece, the trainer (Gary Yeoman in this case) sends study material suggestions for the night before the training, setting the tone for the week.
|
The Training
So now that we have set the scene, the training course side was the usual affair:
- Start time 9:30
- Finish time: 17:00 ish
- Virtual machine environment with SharePoint Server 2010, SQL Server, Visual Studio 2010 and various other tools as required
- Various refreshments throughout
- Click on the course overview for full course details.
- Full, detailed course notes of slides used and plenty of examples for anything you can think of for SharePoint development.
However, the development boot camp piece top and tails this with study in the evening based on MSDN documentation, course material and code examples to work through.
On each day at 8:30, Gary is in place ready to go through the study material and code samples for the evening before.
Certification and Community
If the moons align, you may also get the chance to join in with the SharePoint User Group community. Steven Smith supports the SUGUK for the Midlands and we were lucky enough to catch the meeting discussing SharePoint 2013. (Further details available here: http://suguk.org/)
And finally at the end of the course, the option to take the 70-573 – SharePoint 2010, Application Development exam is available at the Combined Knowledge offices, 10 minutes from the training location.
Thankfully, I managed to pass due to the excellent development course material and week full of studying.
And that concludes my review of the Combined Knowledge Dev Boot Camp experience, probably the best training experience I have had with knowledge that will serve me well now and for the future with SharePoint 2013.
If you have any questions, leave them in the comments below and I’ll come back to you.
SharePoint 2013 Technical Preview Development Environment
Just a straight copy from the original post here http://blogs.msdn.com/b/uksharepoint/archive/2012/10/05/sharepoint-2013-technical-preview-development-environment-dependencies-versions-downloads.aspx?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+UkSharepoint+%28UK+SharePoint+Team+Blog%29
I have worked with various incarnations of pre-release software installed on development machines. Getting the right combination of tools and versions isn’t very straightforward. If you ever wondered which version of Windows Server 2012, Visual Studio 2012, Office Developer Tools and other Add-ons to install (and from where) read on.
Release Previews
- Windows Server 2012 Release Candidate
- Visual Studio Ultimate 2012 RC
- July 2012 update from Visual Studio 2012 Preview
- Microsoft SharePoint Developer Tools for Visual Studio 2012 Preview
- (if you don’t have Internet connection on your Development machine to install via the Web Platform Installer, here are direct links):
- Windows Identity Foundation SDK
- Windows Identity Extensions (**Make sure you have Windows Identity Foundation installed which is a Windows Server 2012 Feature**)
- SharePoint Client Components
- Workflow Tools 1.0 Beta for Visual Studio 2012
- Workflow Client 1.0 Beta
- Microsoft SharePoint Developer Tools for Visual Studio 2012 Preview Bundle
- Microsoft Visual Studio Tools for Office 2012 Design Time – Preview
- Microsoft Visual Studio Tools for Applications 2012 – Preview
- SharePoint 2013 Preview SDK
RTMs
- Windows Server 2012 RTM Trial
- Visual Studio 2012 RTM Trial
- Microsoft SharePoint Developer Tools for Visual Studio 2012 RTM
- (if you don’t have Internet connection on your Development machine to install via the Web platform Installer, here are direct links)
- Windows Identity Foundation SDK
- Windows Identity Extensions (**Make sure you have Windows Identity Foundation installed which is a Windows Server 2012 Feature**)
- SharePoint Client Components
- Workflow Tools 1.0 Beta for Visual Studio 2012
- Workflow Client 1.0 Beta
- Microsoft SharePoint Developer Tools for Visual Studio 2012 Preview Bundle
- Microsoft Visual Studio Tools for Office 2012 Design Time – Preview for RTM
- Microsoft Visual Studio Tools for Applications 2012 Preview for RTM
- SharePoint 2013 Preview SDK
Cloud
- Sign Up for Office 365 Developer Preview Site and Install "Napa" Tools.
The obvious golden rule is not to mix RC and RTM versions of Windows Server, Visual Studio and SharePoint Developer Tools. Choose one and then stick to it. And please don’t underestimate the Cloud option. It is great if you want to try out the new Apps model and you are not that keen on setting up the Infrastructure, App domains or have enough HW to run VMs. Everything is set up for you in the cloud!
via Buzz Blog http://paulbuzzblog.wordpress.com/2012/10/08/sharepoint-2013-technical-preview-development-environment/
|
Paul is a an expert SharePoint and Project Server developer and is responsible for designing and implementing custom solutions on client systems using the latest SharePoint and .NET technologies.
Paul has extensive experience with SharePoint systems across all sizes of implementation, ranging from small to large farms and has an excellent understanding of all the elements of SharePoint. This article has been cross posted from paulbuzzblog.wordpress.com (original article) |
SharePoint 2013 certifications
Not posted in a while and this is a very short post.
the post here http://jussionsharepoint.com/index.php/2012/09/14/the-definitive-guide-to-sharepoint-2013-certifications/
has an overview of some of the new exams for SharePoint 2013
via Buzz Blog http://paulbuzzblog.wordpress.com/2012/09/17/sharepoint-2013-certifications/
|
Paul is a an expert SharePoint and Project Server developer and is responsible for designing and implementing custom solutions on client systems using the latest SharePoint and .NET technologies.
Paul has extensive experience with SharePoint systems across all sizes of implementation, ranging from small to large farms and has an excellent understanding of all the elements of SharePoint. This article has been cross posted from paulbuzzblog.wordpress.com (original article) |
Error when accessing ServiceJobDefinitions.aspx page from Central Admin
So i went to manage a timer job and was presented with the following screen.
The ULS logs didn’t reveal too much information other than a nullreference exception.
There is however some more information in the widows application event log
There was an exception loading job definition "Microsoft.Office.Project.Server.Administration.ServerScheduledTimerJob" (id "48a2075b-37ac-4866-b498-997374621326"). Object reference not set to an instance of an object.
To fix the issue some PowerShell is needed to remove the job.
Run the following PowerShell script
$job = Get-SPTimerJob <guid of job> $job.Delete()
The job definitions pages now loads ![]()
via Buzz Blog http://paulbuzzblog.wordpress.com/2012/08/24/error-when-accessing-servicejobdefinitions-aspx-page-from-central-admin/
|
Paul is a an expert SharePoint and Project Server developer and is responsible for designing and implementing custom solutions on client systems using the latest SharePoint and .NET technologies.
Paul has extensive experience with SharePoint systems across all sizes of implementation, ranging from small to large farms and has an excellent understanding of all the elements of SharePoint. This article has been cross posted from paulbuzzblog.wordpress.com (original article) |
gantt charts in SSRS
This is just a quick post while I am in a meeting on how to create gantt charts within SSRS.
http://pnarayanaswamy.blogspot.co.uk/2010/09/range-bar-chart-gantt-chart-using-ssrs.html
I hope to expand on this post in the future with my own experiences.
via Buzz Blog http://paulbuzzblog.wordpress.com/2012/08/17/gantt-charts-in-ssrs/
|
Paul is a an expert SharePoint and Project Server developer and is responsible for designing and implementing custom solutions on client systems using the latest SharePoint and .NET technologies.
Paul has extensive experience with SharePoint systems across all sizes of implementation, ranging from small to large farms and has an excellent understanding of all the elements of SharePoint. This article has been cross posted from paulbuzzblog.wordpress.com (original article) |
Project Server workspace ProjectUID filter web part
This is a great post containing a new filter web part that will send the projectGUID from a project server workspace to a web part.
http://epmsource.com/2011/10/09/projectuid-filter-provider-for-reporting-services-viewer-web-part/
via Buzz Blog http://paulbuzzblog.wordpress.com/2012/08/10/project-server-workspace-projectuid-filter-web-part/
|
Paul is a an expert SharePoint and Project Server developer and is responsible for designing and implementing custom solutions on client systems using the latest SharePoint and .NET technologies.
Paul has extensive experience with SharePoint systems across all sizes of implementation, ranging from small to large farms and has an excellent understanding of all the elements of SharePoint. This article has been cross posted from paulbuzzblog.wordpress.com (original article) |















You must be logged in to post a comment.