• Skip to main content
  • Skip to primary sidebar

Technical Notes Of
Ehi Kioya

Technical Notes Of Ehi Kioya

  • About
  • Contact
MENUMENU
  • Blog Home
  • AWS, Azure, Cloud
  • Backend (Server-Side)
  • Frontend (Client-Side)
  • SharePoint
  • Tools & Resources
    • CM/IN Ruler
    • URL Decoder
    • Text Hasher
    • Word Count
    • IP Lookup
  • Linux & Servers
  • Zero Code Tech
  • WordPress
  • Musings
  • More
    Categories
    • Cloud
    • Server-Side
    • Front-End
    • SharePoint
    • Tools
    • Linux
    • Zero Code
    • WordPress
    • Musings

SharePoint

This is where I log all things SharePoint. I have worked on various versions of SharePoint. So, each post will usually specify what version I'm talking about (some times, the post will apply to pretty much all versions). Beyond SharePoint, this section may also hold content pertaining to other related Microsoft technologies like Office 365, Azure, C# (C Sharp), PowerShell, etc.

Edit SharePoint Quick Launch Programmatically

May 15, 2014 by Ehi Kioya 2 Comments

SharePoint Quick Launch

I have done quite a bit of programmatic manipulation on the SharePoint quick launch bar in C# so I decided to write this article that logs some of the tips and tricks I have used. Here you will find how to add and delete items, update links and text in parent and children nodes, add headings (items without links), add links that open in new window, and handle audience targeting for specific quick launch links.

Filed Under: Backend (Server-Side), SharePoint Tagged With: Programming, SharePoint

Sign In As Different User In SharePoint 2013

May 14, 2014 by Ehi Kioya 1 Comment

sign in as different user

SharePoint developers and IT pros are familiar with the “sign in as different user” menu option in SharePoint 2010. However, in Microsoft SharePoint Server 2013, you will notice that this menu option is missing.

Filed Under: SharePoint Tagged With: JavaScript, SharePoint

Catch SharePoint Item Update Event For Version Restore Operation

March 27, 2014 by Ehi Kioya Leave a Comment

version2

When we write code to handle the ItemUpdating or ItemUpdated list item events, we may sometimes need to take different actions based on whether the event was triggered by a regular item update or by a version restore operation.

Filed Under: Backend (Server-Side), SharePoint Tagged With: Programming, SharePoint

Disable SharePoint Item Event Firing When An SPListItem Is Updated

March 27, 2014 by Ehi Kioya 2 Comments

power-button

Say you have a SharePoint workflow which runs whenever a list item changes (ItemUpdated). You also have some custom code to do some manipulation on the same list item at the end of which you need to perform an item update using one of the SPListItem update methods: Update(), Systemupdate() and UpdateOverwriteVersion(). You will quickly notice that this update will trigger another instance of the workflow for this item once the current workflow terminates. You have just hit an infinite loop.

Filed Under: Backend (Server-Side), SharePoint Tagged With: Programming, SharePoint

BeforeProperties and AfterProperties of the SPItemEventReceiver

March 27, 2014 by Ehi Kioya 1 Comment

When dealing with event receivers in SharePoint custom code, we use the BeforeProperties and AfterProperties to get a hash table of properties consisting of string/value pairs that correspond to fields in the SPItem object before and after the event occurred respectively.

Filed Under: Backend (Server-Side), SharePoint Tagged With: Programming, SharePoint

Setting Up A SharePoint Development Machine

March 18, 2014 by Ehi Kioya 5 Comments

SharePoint

Developers often need to set up sandbox development environments where they have full privileges to manipulate stuff. Here, I summarize the steps for setting up a SharePoint development virtual machine (VM). These steps apply to on-premise installations of both SharePoint 2010 and 2013.

Filed Under: SharePoint Tagged With: SharePoint, Windows

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 8
  • Go to page 9
  • Go to page 10
  • Go to page 11
  • Go to page 12
  • Go to Next Page »

Primary Sidebar

23,557
Followers
Follow
30,000
Connections
Connect
14,568
Page Fans
Like
  • Recently   Popular   Posts   &   Pages
  • Actual Size Online Ruler Actual Size Online Ruler
    I created this page to measure your screen resolution and produce an online ruler of actual size. It's powered with JavaScript and HTML5.
  • Fix For “Function create_function() is deprecated” In PHP 7.2 Fix For "Function create_function() is deprecated" In PHP 7.2
    As of PHP 7.2 create_function() has been deprecated because it uses eval(). You should replace it with an anonymous function instead.
  • How To Execute PowerShell Scripts From PHP How To Execute PowerShell Scripts From PHP
    We can now perform PowerShell magic right inside Linux boxes. For example, here's how to execute PowerShell scripts from PHP code on Linux.
  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 8
  • Go to page 9
  • Go to page 10
  • Go to page 11
  • Go to page 12
  • Go to Next Page »
  • About
  • Contact

© 2022   ·   Ehi Kioya   ·   All Rights Reserved
Privacy Policy