Monday 23 July 2012

First view of Sharepoint 2013

SharePoint 2013 is released and here is a first look after creation of Site Collection.

Here you have choice to choose experience version as 2013 or 2010.





                                                                          
Another thing is, you have plenty of options to select look and feel as SharePoint2013 comes with great collection of built-in themes 






Here are some quick links 

     SharePoint2013 preview :


   Hardware and Software requirments : 



Thursday 12 July 2012

Creating PopUp dialog boxes in SharePoint 2010

You wonder how to create pop up dialog boxes in SharePoint 2010? If you have a page of yours and you don't want the user to navigate to another page to see it. You only need an anchor to be able to do so. just write this line of code in your page:

<a href="javascript:OpenPopUpPage('http://.......',PageRefresh,Width,Height)"> Open PopUp </a> 

This will open your page without navigating away from the page you are on.