Skip to main content

Posts

A pivot point - from SharePoint to Advanced Analytics

Today marks exactly 12 years since I started this blog. My first post went up on 3rd October 2008 and the posts that followed went on to shape my career with opportunities am so thankful for to everyone that gave them to me.  Unfortunately, in the last 4 years, I took a back seat from blogging here and later on did a slight career pivot, from SharePoint into the world of data engineering and data science. I had thought long and hard about retiring this blog because I had initially dedicated it to a vertical field of SharePoint, at least that's what it was known for anyway. However, I realized that I can still continue to use it, albeit in a new field being data engineering and data science which I've embraced over the last 4 years, since my last post, while at the same time retain my blogging journey. In there is a message as well, to those that might be looking for hope, wondering whether the pivot is even possible.  As part of rebranding this blog and making it fit for purpo...

Open Source #SharePoint File Clean-Up Tool

Hello SharePoint Community. Don't we just love sharing code sometimes? Well I figured this might help someone somewhere in the community. First off, some basic house keeping. Are you still running #Microsoft #SharePoint Server 2010? Are you looking at migrating/upgrading to a more recent version of SharePoint but you would like to first clean up your environment and potentially reduce the size of your content databases? Did you activate version history on some of your document libraries? Did you forget to set the maximum limit of versions to retain on some of your documents libraries? Do you wonder why some document libraries have grown so much in size and yet they don't have a lot of documents stored in them?

SP2016 Intro: The Top 10 SharePoint 2016 features to look forward to

Hello folks, its been a while since my last post, but that is about to change. I recently spoke at the Digital Transformation Conference in Cape Town, to our esteemed Western Cape customers and potential customers, on the Top 10 SharePoint 2016 features and in a nutshell, I would like to share with you what those are. By the way, the RTM version of SharePoint 2016 came out last Tuesday the 15th March 2016.

SharePoint Calculated Columns: Render HTML, Color coding etc

3 Important tips to note when creating calculated columns that display color coding, robots, hyperlinks, that are generated on SharePoint page rander. - When you place your JavaScript code in your content editor web part, always remember to move the webpart to the bottom of the page. Somehow its like SharePoint Pages load webparts bottom-up. - The HTML codings in columns don't work on personal views, only on public views. - The HTML codings in columns don't work when your view is has groupings and the view loads with groupings collapsed. Cheers.

SharePoint 2010 CU: June 2012

The June 2012 Cummulative update for SharePoint is out, find it here: http://blogs.technet.com/b/stefan_gossner/archive/2012/07/03/june-2012-cu-for-sharepoint-2010-has-been-released.aspx Remember to have SP1 installed before running this CU. Thanks to Stefan Goßner

SharePoint Saturday (JHB): My Slidedeck and Demo Source Code

What a great event it was! Great sessions! Great venue and setup! Great speakers! Thumbs up to the Chief Organizer ( Veronique Palmer from Lets Collaborate ) and team! So I was a speaker at the 2012 SharePoint Saturday, for the second time (first was 2011 SP Saturday Cape Town and this time it was Johannesburg), giving a session on Stripping Search Service Application - Level 400 (Managed Properties). Thanks to the great audience, and as promised, the slidedeck is ready for download, so is the source code that I used during the demo. Once again, lets keep the interaction going, via twitter , email and LinkedIn Happy days!

SharePoint 2010 People Search: Did you know that....

After configuring User Profile Synchronization, I found that SharePoint People Search could still not work as the the content source for the user profiles was being denied access.

SharePoint Lookup Fields: Did you know that....

This one time I was trying to figure out why every time I created a SharePoint lookup field, be it programmatically or via the UI in SharePoint 2010 and 2007, which looks up to another SharePoint list field, it would always have a value "none" in it when in use. So now I really wanted to eliminate that value...

SharePoint Alerts: The default 9 "Send Alerts for These Changes " Task List Alerts

Hello folks. Once upon a time, I was trying to create SharePoint Task list Alerts programmatically for each user that had been granted permissions to the specific site. The requirement was that these users would be assigned tasks and they needed to receive notifications summarising all the tasks that they had been assigned, on a daily basis.