Posts

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

PowerShell Command to create new site collection

Create a Content Database New-SPContentDatabase -Name  IC_Content_DB  -WebApplication http://sharepoint-demo Note : “IC_Content_DB” :- Name of new content database for new Site Collection “ http://sharepoint-demo ” :-  Name of Web Application where you want to create new site collection with the url http://sharepoint-demo/IC More information about “New-SPContentDatabase” Now create a site collection $template = Get-SPWebTemplate "STS#0" New-SPSite -Url " http://sharepoint-demo/IC " -OwnerAlias " sharepointdemo\gaurav " –ContentDatabase IC_Content_DB -Template $template More information about “New-SPSite”

Project Server 2013 Security

Image
http://technet.microsoft.com/en-us/library/cc197499.aspx Content Manage security group synchronization with Active Directory in Project Server 2013 Create security templates in Project Server 2013 Delete a security group (Project Server permission mode) Manage security templates in Project Server 2013 Modify security groups in Project Server 2013 Create security categories in Project Server 2013 Modify security templates in Project Server 2013 Manage security groups in Project Server 2013 Delete a security template (Project Server permission mode) Create security groups in Project Server 2013

My Favorites

Image
This  is SharePoint 2010 project for creating bookmarks for any item or document which can be a list item (like Custom list, Task list etc.) or a document stored in any document library. “My Favorites” works on Site Collection level. When you install My Favorites and activate the feature, You will get two new items in your Edit Control Block menu (ECB menu) called “Mark as Favorites” & “Remove Favorites”. When you click on “Mark as Favorite”, you will get a entry form where you can add comments for the current selected item or document. When you click on the link next to “Item Title” label, you can get a display form of the selected item. Add your comment here if you want. Then click on the save button and the form will close. When you click on the “Remove Favorite” item in ECB menu, you will get same form but with some different option like Comment will be read only and you will see delete button instead of Save button. You ca

Download ebook Pro SharePoint 2013 Administration, 2nd Edition

Download ebook Pro SharePoint 2013 Administration, 2nd Edition Book Description Pro SharePoint 2013 Administration is a practical guide to  SharePoint 2013 for intermediate to advanced SharePoint administrators and power users, covering the out-of-the-box feature set and capabilities of Microsoft's collaboration and  business  productivity platform. Starting with a detailed deployment and initial configuration walkthrough, the book covers all major feature areas, including document management, social computing, metadata management, and administration. You'll also learn about planning for capacity, backup administration  and disaster recovery, business intelligence, monitoring, and more. Unlike other books, Pro SharePoint 2013 Administration covers all elements of the product, but has a specific emphasis on features new and enhanced in the 2013 release. Book Details Publisher: Apress By: Rob Garrett ISBN: 978-1-4302-4941-2 Year: 2013 Pages: 672 Language: English File size: 34 MB