Monday, 4 March 2013

Custom Timer Job creation using Visual Studio in SharePoint 2010


Custom Timer Job creation using Visual Studio  in SharePoint 2010

http://dotnetfinder.wordpress.com/2010/07/24/creatingcustomsharepointtimerjob2010/

SharePoint Custom Timer Job through Visual Studio

Web.Config Modification Using PowerShell for SharePoint

Create a Slide Image Web Part Using jQuery

Accordion adding into SharePoint Webpart Using Jquery

jQuery working sample for SharePoint 2010

SharePoint Content move Bottom/Down to top/Up through for Annoncements in sharepoint's content editor webpart

 Vertical Marquee is the tag for using to move the data or SharePoint content bottom to top side.

http://umakanthn.blogspot.in/2005/03/vertical-marquee-for-annoncements-in.html

How to edit Content Editor Web Part with HTML Text editor in SharePoint 2010

Edit Html Source to SharePoint Content Editor Web Part

Hide recycle bin and View all site content links from Quick Launch in SharePoint 2010

To hide the Recyle bin and view all site content links from the Quick launch in sharepoint 2010 follow the below procedure. You need to hide the links in the SP master page.

Find the master page v4.master or your custom master page and find head, above head add the following code:

<style>
.s4-specialNavLinkList
{
display:none !important;
}
</style>

Remove Site content,Recycle Bin and All Site content in SharePoint 2010

Search in master page for <div id="s4-leftpanel" class="s4-notdlg"> and replace this with <div id="s4-leftpanel" class="s4-notdlg" style="display:none">
style="display:none" you need to add, Site content,Recycle Bin and All Site content will not appear

Creating a Custom SharePoint List Driven Navigation in SharePoint 2010

How to create custom navigation menu in SharePoint with XML data source

Create Custom Footer using SharePoint 2010 Master Page