Helping Microsoft Community by providing free videos, in and out Real Time Scenarios covering .Net, SharePoint 2007, 2010, 2013 and 2017. More than 1,00,000 visitors visited this site.
Friday
IFrames support in SharePoint 2013
IFrames - SharePoint 2013 added an Out-of-Box Support for IFrames. Admins can now embed dynamic content from other sites, such as videos or maps to any SharePoint site by using IFrames in an HTML field. Admins would need to add the Domain for the external site in “HTML Field Security” first.
Document Library SYNC
Document Library SYNC - With the Introduction of new SYNC button, users can now have any Document Library SYNCed to their Local Including the SkyDrive PRO Library.Once the Library is SYNCed users can Open, Edit and Add Files and Folders to the SYNCed Library Folder that gets created on your Local. These additions can be Synced back to the Library either Everytime when you connect to SharePoint or On-Demand with “Sync now”.
Geolocation Field Type
SharePoint 2013 Introduces a new field type named Geolocation that can show Bing maps instead of location entered in list item. In a Column of type Geolocation, you can enter location Info as a pair of latitude and longitude coordinates in decimal degrees or retrieve the coordinates of the user’s current location from the browser.
Digital Asset Content Types
In SharePoint 2013 MS has introduced a new set of content types called “Digital Asset Content Types” for better use of Audio, Video and Images as Web Content. These content types can be added to any library and be used as a one of the items\files.
SharePoint 2013 PDF supprt
1) Print to PDF - “Print to pdf” solves two purposes converting your Word doc to PDF and letting you Print the PDF right from the document library.
2) PDF Support - SharePoint 2013 now offers Out of box PDF Support.PDF icon is now natively supported and when a PDF is Opened SharePoint will try to open
3) PDF file in the Adobe Reader and prompt user to either checkout & open or open the file in PDF directly.
2) PDF Support - SharePoint 2013 now offers Out of box PDF Support.PDF icon is now natively supported and when a PDF is Opened SharePoint will try to open
3) PDF file in the Adobe Reader and prompt user to either checkout & open or open the file in PDF directly.
Wednesday
Sign in as different user is missing in SharePoint 2013..
Sign in as different user is missing in SharePoint 2013. It will be very difficult for testing scenarios with different users. I use this functionality very frequently. I guess Microsoft wants that user don’t hack the site by typing wild guessing the passwords.
There are three options to sign in as different user
1) Just go to start->programs->IE and shift-right click and “run as different user”
2) a) Locate and then open the following file in a text editor: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\CONTROLTEMPLATES\Welcome.ascx and add the following element before the existing “ID_RequestAccess” element:
http://
Hide Ribbon on SharePoint 2013 using CSS
In SharePoint 2013 MS has divided whole ribbon in two section: s4-ribbonrow and suiteBar.
Step 1) Add the style tag to hide the ribbon for all the user in master page
#s4-ribbonrow, #suiteBar { display : none; }
Step 2) Find out the
tag and insert the following code inside this div:
Tuesday
Connect to Outlook greyed out in SharePoint 2013?
You might notice some inconsistency with the “connect to Outlook” button in SharePoint 2013. Sometimes it seems to work, other times you may see this “control is greyed out” message below.
It's because of the effect of one of 2013’s coolest new features – the Minimal Download Strategy. You can find more about here in one of my blog here
just hit F5 & try it again. You should be able to see that the control is functional. It should temporarily allow you to work instead of waiting.
Minimal Download Strategy in SharePoint 2013
Minimal Download Strategy in SharePoint 2013 is one of the coolest features that got introduced in SharePoint 2013 and is enabled by default and can be disabled using EnableMinimalDownload property and settings its value to False. It improves client rendering performance and fluidity when navigating from page to
page by download only the changes between two compatible pages. Fewer bytes will
be downloaded and the page will appear more quickly.
In previous versions of SharePoint, unlike with Minimal Download Strategy, when a user navigated between pages the entire page (chrome and content area) were reloaded. Minimal Download Strategy significantly reduces the amount of data that needs to be downloaded and reduces the amount of markup, css, scripts, etc. that the browser needs to parse and render improving overall performance and provides smoother transitions.
As previously mentioned, Minimal Download Strategy is made possible through a new download manager that interfaces between the client and server. The download manager understands controls whose display context is the current Url, controls that can potentially change a Url (I.e. Quick Launch), controls that both have a display context of the current Url and change change a Url (breadcrumbs), and controls that do neither such as images.
Minimal Download Strategy uses a single .aspx file (start.aspx) for your pages, with the actual URL encoded in the text following the hashmark (‘#’). When navigating from page to page, only the changes between two compatible pages will be downloaded.
The download manager follows a subscriber/publisher model therefore each control must register its events with the download manager for example when navigation download starts, ends, is cancelled, or fails. The download manager is also responsible for managing the delta or the difference between the source and destination page.
In previous versions of SharePoint, unlike with Minimal Download Strategy, when a user navigated between pages the entire page (chrome and content area) were reloaded. Minimal Download Strategy significantly reduces the amount of data that needs to be downloaded and reduces the amount of markup, css, scripts, etc. that the browser needs to parse and render improving overall performance and provides smoother transitions.
As previously mentioned, Minimal Download Strategy is made possible through a new download manager that interfaces between the client and server. The download manager understands controls whose display context is the current Url, controls that can potentially change a Url (I.e. Quick Launch), controls that both have a display context of the current Url and change change a Url (breadcrumbs), and controls that do neither such as images.
Minimal Download Strategy uses a single .aspx file (start.aspx) for your pages, with the actual URL encoded in the text following the hashmark (‘#’). When navigating from page to page, only the changes between two compatible pages will be downloaded.
The download manager follows a subscriber/publisher model therefore each control must register its events with the download manager for example when navigation download starts, ends, is cancelled, or fails. The download manager is also responsible for managing the delta or the difference between the source and destination page.
Monday
Geolocation Field Type - SharePoint 2013
Geolocation
Field Type -
SharePoint 2013 Introduces a new field type named Geolocation that
can show Bing maps instead of location entered in list item. In a Column of
type Geolocation, you can enter location Info as a pair of latitude and
longitude coordinates in decimal degrees or retrieve the coordinates of the
user’s current location from the browser.
People in Video - SharePoint 2013
People in
Video - People in videos are a new column that is included in Video
Content type. User can specify people who
are a part of the Video to be included as Video Metadata.
eindex List/Reindex document library
There is a new Option
Reindex List and Reindex document library that allows users to force the
Content of list and library to be re-indexed. So it means the whole list or
library to be picked up by a Continuous crawl, regardless of whether the items
have actually changed.
Go to document
library settings – Advanced Settings
Click on the below
Reindex Document Library or Reindex List
It will prompt the following
Now the whole list or library will be picked up by a Continuous crawl
Thursday
Enable Report to Moderator in SharePoint 2013 Community Sites
In previous version of the discussion boards, for some high profile enterprise discussion boards required a dedicated resource to monitor for any offensive comments. But in SP 2013 admin can enable reporting of offensive content. As soon as that is enabled users can see a option to Report to Moderator and sends an email to admin's thereafter they can delete such offensive comments. So, users themselves do the moderation instead of a dedicated resource.
Word to PDF Conversion in SharePoint 2013
Great news!!. SharePoint 2013 now supports PDF's out-of-box. You can convert Word to PDF and also Search and Open the PDF's.
Tuesday
Download a copy in SharePoint 2013
Download a copy – By using “Download a copy” option, end users can download a copy of
the document to their local machine.
Find a File in SharePoint 2013
Find
a File –
“Find a file” search box is the new
feature in SharePoint 2013 that has been added to each Document Library which
can help users find files form within a Library. This is in addition to the
main site search.
Subscribe to:
Posts (Atom)