Posts

PowerShell Command to Export Sub Site

Export site with these option. This will include all customizations, user securities, list & libraries etc. Export-SPWeb -Identity http://sharepoint-demo/IC -Path " c:\bkup\IC.cmp " -Force -IncludeUserSecurity -IncludeVersions All Note : ·          http://sharepoint-demo/IC : You can change this site url. Put url of site which is going to be backed up. ·          C:\backup\IC.cmp : You can change backup path with file name. You have to keep extention .cmp as it is. More information about “Export-SPWeb”

What is Managed Path in SharePoint

Let’s understand what is path first. In SharePoint you have seen some different types of site collection urls within same Web Application like : ·         http://sharepointDemo ·         http://sharepointDemo/subsite ·         http://sharePointDemo/Subsite/SubSubsite ·         http://SharePointDemo/Sites/Contoso ·         http://SharePointDemo/Sites/Contoso/SubSite These different kind of URL structure called path & you can manage these path as per you your organization hierarchy or architecture. Some time you required to create a site collection with name of “Departments” & under this “Department” you might want to create some departments like HR, IT etc. and you want your site collection url should be like http://SharePointDemo/Departments/HR . Managed path is this. Where you can manage site collection path not whole url. Here you can Manage Path for the selected Web Application. In other words, when you creates your first site collection in Web Application you have to provid

Update for Microsoft Project Server 2013 (KB2768001)

Applies: Project Server 2013; SharePoint Server 2013 Due to a change in the package configuration introduced after SharePoint 2013 RTM the March Public update is a mandatory requirement in order to install subsequent SharePoint Updates. Download from Microsoft

Get web.config file in timer job

I was working on timer job & wanted to get data from sql server. To achive this goal, I add my database connection string in web application’s web.config file. Now I used the following code to get web.config setting from timer job : private string getConnectionString()         {             return System.Configuration.ConfigurationManager.AppSettings["MyAppSettingKey"];        } But this code was not able to get the web.config file. Why? I started some R & D on it & found that Time Job runs under OWSTimer.exe & Web Application runs under W3WP.exe. As the context of  Both are different so we have to use WebConfigurationManager to get specific SharePoint Web Application configuration. private string getConnectionString(string webAppName)         {             System.Configuration.Configuration webConfiguration = WebConfigurationManager.OpenWebConfiguration("/", webAppName);             return webConfiguration.App

What is Managed Path

Let’s understand what is path first. In SharePoint you have seen some different types of site collection urls within same Web Application like : http://sharepointDemo http://sharepointDemo/subsite http://sharePointDemo/Subsite/SubSubsite http://SharePointDemo/Sites/Contoso http://SharePointDemo/Sites/Contoso/SubSite These different kind of URL structure called path & you can manage these path as per you your organization hierarchy or architecture. Some time you required to create a site collection with name of “Departments” & under this “Department” you might want to create some departments like HR, IT etc. and you want your site collection url should be like http://SharePointDemo/Departments/HR . Managed path is this. Where you can manage site collection path not whole url. Here you can Manage Path for the selected Web Application. In other words, when you creates your first site collection in Web Application you have to provide site collection url un

Download ebook : SharePoint Designer Tutorial

Download ebook Book Description SharePoint is a web-based collaboration and document management platform from Microsoft.  Microsoft   Office   SharePoint  Designer (SPD) is a WYSIWYG HTML editor and web design program, which has replaced FrontPage, and is the ideal environment for working with pages on a SharePoint site. This book is ideal for people new to SharePoint Designer who need to put together a working SharePoint site as quickly as possible. If you who want to get started, and finished, as quickly as possible, this book is for you. You won't just learn how to use SharePoint Designer; you'll see how to use it to put together a SharePoint site. Book Details Publisher: Packt Publishing By: Mike Poole ISBN: 978-1-84719-442-8 Year: 2008 Pages: 188 Language: English File size: 5.3 MB File format: PDF

Shortcut Keys for Visual Studio

Hi All, You can get shortcut keys of all kind of Visual Studio from Microsoft's site. Here is the link of site : http://msdn.microsoft.com/en-us/library/da5kh0wa.aspx

Download ebook - PMP Training Kit

Download ebook - PMP Training Kit Book Description Ace your preparation for the skills measured by the updated PMP Exam, aligned with the Guide to the Project Management Body of Knowledge (PMBOK Guide), Fifth Edition. Work at your own pace through a series of lessons and reviews that fully cover each exam task. Then, reinforce what you've learned by applying your knowledge to real-world case scenarios and practice exercises. This guide is designed to help make the most of your study time. Book Details Publisher: Microsoft Press By: Sean Whitaker ISBN: 978-0-73565-780-9 Year: 2013 Pages: 544 Language: English File size: 86.1 MB File format: PDF Download ebook - PMP Training Kit

Welcome Webpart OR Hello Webpart OR Greeting Webpart

Image
Download Setup Download Installation Instructions Download Guide Here is the Welcome web part you can call it Hello web part OR Greeting web part as well. In this web part you can see the current user’s name with his/her photograph, you can set user’s first name, last name, full name and current site name. This web part works with SharePoint Server 2010. I am using user profile services to show the current user full name, first name, last name and user picture. You can set color, height, width, background color/image etc. Here is the description of each property: Templates: If you want to show full name of current user, you should use [UserName]. If you want to show first name of current user, you should use [FirstName]. If you want to show last name of current user, you should use [LastName]. If you want to show name of current site, you should use [SiteName]. Show User Picture: If you do not want to show user picture.

SharePoint Development in Visual Studio

Image
SharePoint projects by using either Visual Basic or Visual C#. Documentation Getting Started (SharePoint Development in Visual Studio) Developing SharePoint Solutions Localizing SharePoint Solutions Building and Debugging SharePoint Solutions Deploying SharePoint Solutions Extending the SharePoint Tools in Visual Studio Featured Tasks How to: Create an Event Receiver How to: Create a BDC Model How to: Create a SharePoint Web Part How to: Create a User Control for a SharePoint Application Page or Web Part How to: Create a SharePoint Solution Package in Visual Studio Walkthroughs SharePoint Development Walkthroughs Code Samples SharePoint Development Samples SharePoint Developer Downloads Training Learn SharePoint Development Forums SharePoint Development with Visual Studio SharePoint 2010 Blogs Visual Studio SharePoint Development Blog How Do I? Videos How Do I: Create Visual Web Parts for SharePoint 2010 in Visual Studio 2010? How Do I: Create Content Types for SharePoint 2010 in Visua

ebook - Managing and Implementing Microsoft SharePoint 2010 Projects

Download ebook - Managing and Implementing Microsoft SharePoint 2010 Projects Book Description Delve into the capabilities of  SharePoint  2010 - and determine the best way to put this technology to work for your organization. With this practical guide, you'll gain project management practices for implementing SharePoint, and learn how to customize the system to match the unique collaboration and data-sharing needs of your users. Your companion content includes a fully searchable online edition of the book - with unlimited  access  on the Web. Customize SharePoint 2010 to fit the needs of your business with this hands-on guide. Book Details Publisher: Microsoft Press By: Geoff Evelyn ISBN: 978-0-73564-870-8 Year: 2010 Pages: 290 Language: English File size: 10.6 MB File format: PDF Download ebook - Managing and Implementing Microsoft SharePoint 2010 Projects

Make field title bold

Use below given jQuery to make bold field title. $("h3[class^='ms-standardheader']:contains('Assigned To')").css("font-weight", "Bold"); $("h3[class^='ms-standardheader']:contains('Description')").css("font-weight", "Bold"); $("h3[class^='ms-standardheader']:contains('Status')").css("font-weight", "Bold"); $("h3[class^='ms-standardheader']:contains('Priority')").css("font-weight", "Bold");

Project Server 2013 Security

By default Project Server 2013 provides SharePoint Mode security which is new feature of Project Server 2013. It means you will not find any user security related section in PWA Setting. If you want to manage security in old way like Project Server 2010 "Manage Security", You have to change the security mode of project server. To change the security mode use the PowerShell command : Set-SPPRojectPermissionMode –Url http://MyPS-2013/PWA/ -AdministratorAccount mydomain\administrator -Mode ProjectServer For more details,  Go to MS Technet

Advanced Microsoft Content Management Server Development

Download ebook : Advanced Microsoft Content Management Server Development Working with the Publishing API, Placeholders, Search, Web Services, RSS, and SharePoint Integration Book Description Microsoft Content Management Server 2002 is a dynamic web publishing system with which you can build websites quickly and cost-efficiently. MCMS provides the administration, authoring, and data management functionality, and you provide the website interface, logic, and workflow.  Microsoft   SharePoint  Portal  Server  (SPS) also features in the book. SPS 2003 enables enterprises to deploy an intelligent portal that seamlessly connects users, teams, and knowledge so that people can take advantage of relevant information across business processes to help them work more efficiently. Book Details Publisher: Packt Publishing By: Andrew Connell ,  Angus Logan ,  Lim Mei Ying , Stefan Gobner ISBN: 978-1-90481-153-4 Year: 2005 Pages: 544 Language: English File size: 8.7 MB File format: PDF Download ebook

What is Sandbox Solutions in SharePoint 2010?

A good post on what is Sandbox Solution in SharePoint 2010. You must read it. http://geekswithblogs.net/venkatx5/archive/2010/11/23/what-is-sandbox-solutions-in-sharepoint-2010.aspx

Download ebook CSS Text

Download ebook CSS Text Book Description As a web designer, you probably spend more time working with text than any other element. With this concise guide, you'll learn  CSS3  properties for changing the appearance of text without altering the font face-including horizontal and vertical alignment, text transformation, word and letter spacing, text wrapping, and the direction of text flow. This book is an excerpt from the upcoming fourth edition of CSS: The Definitive Guide. When you purchase either the print or the ebook edition of  CSS  Text, you'll receive a discount on the entire Definitive Guide once it's released. Book Details Publisher: O'Reilly Media By: Eric A. Meyer ISBN: 978-1-4493-7374-0 Year: 2013 Pages: 56 Language: English File size: 12.4 MB File format: PDF Download ebook CSS Text

Download ebook Microsoft SharePoint 2013: Designing and Architecting Solutions

Download ebook Microsoft SharePoint 2013: Designing and Architecting Solutions Book Description Determine the best design for your  SharePoint  implementation by gaining a deeper understanding of how the platform works. Written by a team of SharePoint experts, this practical guide introduces the  Microsoft SharePoint 2013 architecture, and walks you through  design considerations for planning and building a custom SharePoint solution. It's ideal for IT professionals, whether or not you have experience with previous versions of SharePoint. Book Details Publisher: Microsoft Press By: Shannon Bray ,  Miguel Wood ,  Patrick Curran ISBN: 978-0-73567-168-3 Year: 2013 Pages: 488 Language: English File size: 54.5 MB File format: PDF Download ebook Microsoft SharePoint 2013: Designing and Architecting Solutions