What is SharePoint Display Template?

Target:
Create your own display template and apply it to content search web part.

Contents:
What is display template?
 Display template file structure.
 Relations between display template and CSWP.

Client Side Rendering "Custom Field"

Target:
In SharePoint development make your change as least as can to make customization simple and don't lost any SharePoint features.
If you want to change field displaying in SharePoint list forms, this don't mean replace all list forms make it simple by replacing field html only. Client Side Rendering (CSR) will help us to do this.

How to Show the All People Information in SharePoint 2013 ?

Target:
Show the All People View in SharePoint 2013 and get users' information form this list instead of user profile classes.

Details:
To show the All People information in SharePoint 2013:
-       Go to the Site Settings.
-       Select the People and groups hyperlink.
-       Select any group.


Add Styles to Format Text Tab On the Ribbon

Target:
Editor Style (add styles to Format Text tab on the ribbon)

Details:
SharePoint 2013 enables you to add specific styles to your custom CSS that can be accessed through the ribbon and used by content authors on your site. You can add styles to the following areas of the Format Text tab on the ribbon:
·         Font Face: The font face used on the selected text.
·         Font Size: The size of the selected text.
·         Highlight Color: Background color behind the selected text.
·         Font Color: The selection text color.

Profile Customization From A to Z

Target:
Customize SharePoint Profile properties.

Details:
Demo:
Create custom property with name "gender". By default it renders as textbox, in the following demo we will change this default behavior to make this property renders as radio button.
1-    Open Central Administration site and click on manage service application link.