Tag: 2010

Export Import

SharePoint 2010 Granular Backup-Restore Part 1

RATE THIS
Russ Maxwell 21 Oct 2009 1:44 PM 16
Hello! Russ Maxwell here and I’d like to provide a glimpse into SharePoint 2010 granular backup/restore. Several things have changed and have been improved in this area. This article is specifically themed around granular backup\restore and what you need to know.

Key Concepts:

Granular Backup: Granular backup has been placed into its own section within Central Administrator. This includes multiple options including the following options:

· Perform a site collection backup

· Export a site or list



Correct way to insert custom CSS in SharePoint 2010

You can insert CSS files in a bunch of ways. But if you want to click on a class and navigate to the actual custom file, you need to use this exact format.

And also, dont forget to use the ‘after’ attribute as it will mess up the order in which your page is styled.

<SharePoint:CssRegistration name=”/Style Library/CustomStyles/Main.css” After=”corev4.css” runat=”server”/>


How to add JQuery to SharePoint MasterPage

Scripts Library is the name of the folder I created for storing JQuery

Add it in the Head section of the Page

<script type=”text/javascript”>

if(typeof jQuery==”undefined”){

var jQPath=”/Scripts Library/”;

document.write(“<script src=’”,jQPath,”jquery-1.4.4.min.js’ type=’text/javascript’><\/script>”);

}

</script>


Fixed width master page for SP 2010

/* Page */
body #s4-bodyContainer { width: 960px !important; margin-right: auto; margin-left: auto; }


  • Cloud World

  • Custom Search




  • Cyberbrutus
    iDream theme by Templates Next | Powered by WordPress

    Switch to our mobile site