Keyboard shortcuts for SharePoint usage – Part 2
Introduction
This is the second part of some useful SharePoint shortcuts. You can watch the Part 1 here
- Cool SharePoint keyboard shortcuts-Part2
Skill Level – Medium
June 18, 2013
·
Adi ·
No Comments
Keyboard shortcuts for SharePoint usage – Part 1
Introduction
Following Part1 SharePoint shortcuts can be helpful to increase your access time. Most of us are not aware of these and cool to use.
- Cool SharePoint keyboard shortcuts
Skill Level – Medium
June 17, 2013
·
Adi ·
No Comments
SharePoint REST interface with operators and functions
Introduction
In the previous article SharePoint REST interface we have observed how to get list data from REST interface. In this article we will see the list of operators and functions that can be used with REST interface
What information the article has
- various operators that can be used with REST interface
- various functions that can be used with REST interface
Skill Level – Medium
December 25, 2012
·
Adi ·
No Comments
SharePoint List internals with content DB details
Introduction
Any SharePoint list we create, its information will be saved in Sql server content database.In this post we will see the internals of SharePoint list in relation to the content DB.
What information the article has
- What happens in content DB when SharePoint List is created
- What happens in content DB when SharePoint List item is created
- What happens in content DB when SharePoint List item is deleted
Skill Level – Advanced
December 19, 2012
·
Adi ·
4 Comments
Visual Studio Tip – Working file location
Tip – working file location in visual studio solution explorer
When we are working on a file in Visual Studio project, it will be really annoying when have to search the file among all projects we have in the solution.
Visual studio has a setting which will highlight your current page in the solution explorer.
Read the rest of this post »
December 17, 2012
·
Adi ·
No Comments
Fix Error – Empty pages when new site collection is created
Introduction
In this post we will see how to fix the blank page error when new web application or site collection is created.
It is also observed that when we browse central admin it shows blank page where as all the settings are fine.
What ever might be the case, you can fix this problem
Read the rest of this post »
December 17, 2012
·
Adi ·
No Comments
Add, Update and Delete list items using ECMAScript
Introduction
In this post we will see how to Add, Update and Delete SharePoint list items with ECMAScript (aka javascript client object model)
- Add item to SharePoint list
- Update item of SharePoint list
- Delete item from SharePoint list
Skill Level – Medium
December 15, 2012
·
Adi ·
No Comments
SharePoint 2013 – Introduction and overview
SharePoint 2013 – Introducton and overview
This video provides overview of key changes and new concepts in SharePoint Server 2013 and SharePoint Foundation 2013.
Read the rest of this post »
December 12, 2012
·
Adi ·
No Comments
Code Tip – SharePoint DateTime control date format
Tip – Modify Date format of SharePoint DateTimeControl
The default selected date format of SharePoint DateTimeControl is ‘mm/dd/yyyy’. Changing selected date format to ‘dd/mm/yyyy’ can be done by LocaleId property
Read the rest of this post »
December 11, 2012
·
Adi ·
No Comments
Convert word document to pdf file
Introduction
In this post we will see how to convert Microsoft word document to pdf files using interop. This can be used in SharePoint or Asp.net. These methods will support both .doc and .docx files.
What are the points that are covered
- Generic method which converts single word document to pdf file
- Generic method which converts all the word documents in a folder to pdf files
Skill Level – Medium
December 10, 2012
·
Adi ·
No Comments





