Tuesday, August 15, 2017

All about SharePoint Licensing

SharePoint involves lots of components and hence the licensing of those components can be challenging . So the below video will help you grasp some of the terminology and practices involved in SharePoint Licensing. We have also look into different pain areas of software licensing and have tried to understand cost with small and medium farm setup


 Download the slide deck : https://drive.google.com/file/d/0B5Qpxy54-PeeWFdYZlRHRnViNnM/view?usp=sharing

Monday, April 10, 2017

Document Upload IFrame inherits Custom Master Page

I developed a MasterPage with an proper Header and Footer and then we deployed the same to staging site but to my surprise i saw the footer appearing in the iframe when I tried uploading the document (Image a).



I googled and found out that there are few CSS class which needs to be placed based on your requirememt

  • s4-notdlg :To avoid applying customizations to dialogs add the CSS class to all HTML elements you wish to hide.
  • ms-dialog :If you are applying custom CSS to standard HTML elements you'd need to use the CSS class ms-dialog to reset them to their respective default values.

Once I applied the css to the footer the Upload Iframe window looked perfect.

So the code change was as below