DotNetShoutout - Stories tagged with SharePoint 2010
2
Shouts

What is SharePoint Solution Package? | TechBubbles

posted by kalyanms1kalyanms1 493 days, 36 minutes ago
Tuesday, January 17, 2012 9:56:26 PM GMT
What is SharePoint Solution Package? SharePoint has a system which bundles all the components of a SharePoint Foundation extension in to a single file which is called a Solution Package. The Solution Package file has the extension .wsp.  The contents of solutions package are Assemblies Web Parts Site Definition files -  Site definition is a unique type of SharePoint website. It contains (onet.xml, webtemp*.xml, and default.aspx)Application Pages -  these can be .aspx pagesResource files and resourc... (more)
category: Architecture | clicked: 14 | comment | | source: www.techbubbles.com
tags: SharePoint 2010
2
Shouts

Software Paradise (UK) is now our Partner | SharePointBoost Blog

posted by tech-kingtech-king 526 days, 19 hours, 3 minutes ago
Thursday, December 15, 2011 3:30:03 AM GMT
Products, News, Updates – Anything SharePoint HomeSharePointBoostProductsAD AdministrationAD Self ServiceAlert Reminder BoostColumn View PermissionCalendar RollupList SyncOutlook IntegrationPassword ChangeRich Text BoostWorkflow Boost About Us Software Paradise (UK) is now our Partner We are happy to announce that Software Paradise has just signed up with us. They may be close to you           Software Paradise was founded in 1986 and is the UK’s leading independent reseller of computer software... (more)
category: Web Dev | clicked: 29 | comment | | source: www.sharepointboost.com
tags: SharePoint 2010, Sharepoint
2
Shouts

Microsoft SharePoint 2010 for Dummies | SharePointBoost Blog

posted by tech-kingtech-king 534 days, 19 hours, 54 minutes ago
Wednesday, December 07, 2011 2:38:45 AM GMT
Microsoft SharePoint 2010 for Dummies This is the first episode of SharePoint Book recommendation series, which intends to introduce some best SharePoint books. If you are author, or know some good books, please feel free to contact us. (more)
category: Web Dev | clicked: 12 | comment | | source: www.sharepointboost.com
tags: SharePoint 2010, Sharepoint
4
Shouts

Configuring Custom Master Page in SharePoint 2010 | TechBubbles

published 572 days, 1 hour, 51 minutes ago posted by kalyanms1kalyanms1 574 days, 2 hours, 3 minutes ago
Sunday, October 30, 2011 8:41:35 PM GMT Friday, October 28, 2011 8:29:40 PM GMT
This post discusses about configuring custom master page in SharePoint 2010 website. You might have use custom images, custom style sheets to create new master page in SharePoint. Follow the below steps to apply custom master page in SharePoint 2010. Place your custom style sheets in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\template\layouts\1033\STYLES this is the default SharePoint Point path where it stores it’s css files. 2.Place your custom images in C:\Program ... (more)
category: Architecture | clicked: 24 | comment | | source: www.techbubbles.com
tags: SharePoint 2010
2
Shouts

Test yourself for Sharepoint 2010 interviews

posted by questpondquestpond 584 days, 9 hours, 41 minutes ago
Tuesday, October 18, 2011 12:52:01 PM GMT
This test will help you to check if u will ready for Sharepoint 2010 interviews,try to get 100% marks to ensure you are completely ready. Best of luck .NET interview questions and Sharepoint 2010 (more)
category: Web Dev | clicked: 37 | comment | | source: www.wiziq.com
tags: SQL Server, SharePoint 2010, .Net Interivew Questions, C# interview Questions, Asp.Net Interview Question
2
Shouts

Create Content Sources in SharePoint 2010 using PowerShell

posted by dotnetfundadotnetfunda 587 days, 18 hours, 8 minutes ago
Saturday, October 15, 2011 4:24:43 AM GMT
In this article we will be seeing how to create Content Sources for Enterprise Search Service Application in SharePoint 2010 using PowerShell. (more)
category: Web Dev | clicked: 31 | 1 comment | | source: www.dotnetfunda.com
tags: SharePoint 2010
4
Shouts

Creating Parallel Workflow in SharePoint 2010 | TechBubbles

posted by kalyanms1kalyanms1 632 days, 2 hours, 12 minutes ago
Wednesday, August 31, 2011 8:20:55 PM GMT
This post explains how to create parallel tasks in SharePoint 2010 workflow. The idea is we are going to assign the tasks to people and they can complete them in any order without having a dependency on one another. In this example we create a custom SharePoint list which contains a vacation request details looks as below The Request contains a title field which represents the type of request and then two people(Team Lead and Department Head) who requires to approve this request. We then create a t... (more)
category: Architecture | clicked: 46 | comment | | source: www.techbubbles.com
tags: SharePoint 2010, Sharepoint
4
Shouts

Displaying Custom HTML message in SharePoint 2010 | TechBubbles

posted by kalyanms1kalyanms1 633 days, 2 hours, 16 minutes ago
Tuesday, August 30, 2011 8:16:25 PM GMT
This post explains about displaying a custom HTML message in Visio Web access web part on a SharePoint web part page. We are using two web parts content editor webpart and Visio Web access webpart as shown below We are going to write JavaScript which uses Visio Services JavaScript Object model to display custom HTML message on top of Visio Web access web part. The steps are 1. Create a HTML button 2. Add a handler to Sys.Application.Load event 3. Create a handler for Vwa.Diagramcomplete event 4... (more)
category: Architecture | clicked: 15 | comment | | source: www.techbubbles.com
tags: SharePoint 2010
3
Shouts

Accessing Web Services from Sandboxed Silverlight application in SharePoint 2010 | TechBubbles

posted by kalyanms1kalyanms1 633 days, 23 hours, 38 minutes ago
Monday, August 29, 2011 10:55:05 PM GMT
This post discuss about accessing public web services from sandboxed Silverlight application in SharePoint 2010. SharePoint 2010 introduced the concept of sandboxed solution where the application runs in separate process outside the w3p process where SharePoint is running. Sandboxed solutions having the restriction to make a call to external resources like database and web services. This restriction causing the SharePoint developers to access these resources from sandboxed applications. The solution is ... (more)
category: Architecture | clicked: 8 | comment | | source: www.techbubbles.com
tags: SharePoint 2010
4
Shouts

Recycling Application pools in IIS for SharePoint 2010 | TechBubbles

posted by kalyanms1kalyanms1 636 days, 7 hours, 57 minutes ago
Saturday, August 27, 2011 2:35:41 PM GMT
This post discuss about recycling application pools when memory limits are exceeded. Recycling based on memory limits is not necessary in 64-bit environment. It is suggested that recycling should not be enabled in 64-bit environment. Unnecessary recycling can result in dropping in user requests and performance. Note: When application memory limits are exceeding then change the recycle settings in Internet Information Services(IIS). 1. Make sure that you are a member of Farm Administrators group. 2. O... (more)
category: Architecture | clicked: 24 | 1 comment | | source: www.techbubbles.com
tags: Internet Information Services, SharePoint 2010
3
Shouts

The SharePoint Geek: How to make use of Document Set feature available in SP 2010

published 650 days, 2 hours, 32 minutes ago posted by http://www.thespgeek.com/http://www.thespgeek.com/ 652 days, 2 hours, 9 minutes ago
Saturday, August 13, 2011 8:00:39 PM GMT Thursday, August 11, 2011 8:24:06 PM GMT
Document Set feature is a cool concept introduced in SP 2010 for content management purpose and they are much more powerful than the ‘Folder’ based content management. Document Set enables users to group multiple documents, that support a single project or task, together into a single entity. All documents in a Document Set share the metadata and the entire set can also be versioned. To use Document Set, the first thing we need to do is to Activate the ‘Document Set’ feature at the ‘Site Collection’... (more)
category: Web Dev | clicked: 10 | comment | | source: www.thespgeek.com
tags: SharePoint 2010
3
Shouts

The SharePoint Geek: How To tag a document to show in OOB Tag Cloud Web Part in SharePoint 2010

published 650 days, 2 hours, 32 minutes ago posted by http://www.thespgeek.com/http://www.thespgeek.com/ 652 days, 2 hours, 10 minutes ago
Saturday, August 13, 2011 8:00:39 PM GMT Thursday, August 11, 2011 8:23:20 PM GMT
Probably this is going to be one of my shortest blog post:Select a document which need to be tagged (add tick mark).On the top ribbon, you can find "Tags and Notes" . Click on that. Add the necessary tag.The tags gets mapped to the document. After crawler runs, this tags will be visible inside the OOB Tag Cloud Web Part present under the same url. Cheers, Avik Technorati Tags: Tag a Document,Tag Cloud,SP 2010 (more)
category: Web Dev | clicked: 6 | 1 comment | | source: www.thespgeek.com
tags: SharePoint 2010
3
Shouts

The SharePoint Geek: How To: Hide the Quick Launch in a SharePoint Page

published 650 days, 2 hours, 32 minutes ago posted by http://www.thespgeek.com/http://www.thespgeek.com/ 652 days, 2 hours, 11 minutes ago
Saturday, August 13, 2011 8:00:39 PM GMT Thursday, August 11, 2011 8:22:11 PM GMT
To hide the quick launch area do the following steps: 1. Edit the page and add a content editor web part Select the ’Click here to add new content’ link: Now, from the top ribbon select the Edit HTML option: Put the following code and save and close the Content Editor and you are done: Once you select Ok, you will see the left side quick launch bar is not appearing now. You can also edit the properties of the added content editor web part and can select the Hidden option f... (more)
category: Web Dev | clicked: 7 | comment | | source: www.thespgeek.com
tags: SharePoint 2010
3
Shouts

The SharePoint Geek: How to: Create and Deploy Feature Receivers in SP 2010 and Customizing Top Link Bar

published 650 days, 2 hours, 32 minutes ago posted by http://www.thespgeek.com/http://www.thespgeek.com/ 652 days, 2 hours, 12 minutes ago
Saturday, August 13, 2011 8:00:39 PM GMT Thursday, August 11, 2011 8:21:04 PM GMT
To create a Feature receiver In Microsoft Visual Studio, start an Empty SharePoint Project. When you are prompted, choose to make it a sandboxed solution. In Solution Explorer, right-click the Features folder, and then select Add Feature. Right-click the Feature, and select Add Event Receiver. Open the .cs or .vb file that was created in the previous step. Uncomment and override the event handlers in the file as needed using your event handling logic. As a general rule, if you override the ... (more)
category: Web Dev | clicked: 9 | 1 comment | | source: www.thespgeek.com
tags: SharePoint 2010
4
Shouts

The SharePoint Geek: Assigning SharePoint List Item level permission programmatically

published 650 days, 2 hours, 32 minutes ago posted by http://www.thespgeek.com/http://www.thespgeek.com/ 652 days, 2 hours, 15 minutes ago
Saturday, August 13, 2011 8:00:39 PM GMT Thursday, August 11, 2011 8:17:34 PM GMT
To add item level permission in an SharePoint List or Library, you need to keep three things in mind: You have a valid SPUser object in your hand You have to break the role assignment inheritance for the list You have to add Role Definition and Role Assignment to the targeted list item Though above statements looks complicated, don't think much about them – just use following two functions wisely and you are done :) Assumption: 1. You have SPListItem object in your hand 2. You have a valid SPUser ... (more)
category: Web Dev | clicked: 12 | 1 comment | | source: www.thespgeek.com
tags: SharePoint 2007, SharePoint 2010, ASP.NET
2
Shouts

Video ‪Learn sharepoint 2010 Step by Step‬‏ in 2 hours

published 663 days, 2 hours, 41 minutes ago posted by questpondquestpond 665 days, 8 hours, 58 minutes ago
Sunday, July 31, 2011 7:52:05 PM GMT Friday, July 29, 2011 1:35:10 PM GMT
Video ‪Learn sharepoint 2010 Step by Step‬‏ in 2 hours Sharepoint 2010 interview questions (more)
category: Web Dev | clicked: 42 | comment | | source: www.youtube.com
tags: .NET, SharePoint 2010, ASP.NET
2
Shouts

Advanced fixing SharePoint 2010 large lookup dropdowns

published 667 days, 43 minutes ago posted by StopsStops 668 days, 7 hours, 27 minutes ago
Wednesday, July 27, 2011 9:50:10 PM GMT Tuesday, July 26, 2011 3:05:35 PM GMT
Ever asked how you can fix the "> 20 List entries in a lookup" (where the SharePoint renders a filterable dropdown instead of a <select>) problem directly on the server? Read more. (more)
category: Web Dev | clicked: 14 | comment | | source: blog.dotnetcorner.ch
tags: LookupField, SharePoint 2010
4
Shouts

JavaScript Intellisence for SharePoint 2010 Projects | TechBubbles

posted by kalyanms1kalyanms1 669 days, 33 minutes ago
Monday, July 25, 2011 9:59:55 PM GMT
Visual Studio 2010 is really have useful and helpful capabilities from tooling prospective and it allows JavaScript developers to more productive through JavaScript Intellisence and JavaScript debugging. This post discusses about getting the JavaScript Intellisense in SharePoint 2010 projects. 1. Create an empty SharePoint 2010 project as shown below Add a new module to the project and call it as Module1 In solution explorer if you expand the Module file then you will see sample.txt file,... (more)
category: Architecture | clicked: 7 | comment | | source: www.techbubbles.com
tags: SharePoint 2010, Sharepoint
4
Shouts

Activate only selected features while deploying a solution package in Visual Studio 2010

published 667 days, 43 minutes ago posted by PraveenPraveen 670 days, 18 hours, 21 minutes ago
Wednesday, July 27, 2011 9:50:10 PM GMT Sunday, July 24, 2011 4:11:36 AM GMT
In Visual Studio 2010 SharePoint Developer Tools is what we use to develop quick solutions to SharePoint. With these tools we can quickly deploy into SharePoint environment as well. But, the only issue we see here is, if we are trying to deploy a package which contains a set of 5 features then all of them will be activated by default. But, this might not be a valid behavior for us. We need to activate only 3 features while deploying the package and the other 2 features need to be installed into SharePoin... (more)
category: How To | clicked: 15 | comment | | source: praveenbattula.blogspot.com
tags: Visual Studio 2010, Add-In, SharePoint 2010
2
Shouts

Video on sharepoint - ‪What is sharepoint 2010 , sharepoint foundation 2010 and sharepoint server 2010 ?‬‏

published 683 days, 14 hours, 36 minutes ago posted by questpondquestpond 687 days, 10 hours, 15 minutes ago
Monday, July 11, 2011 7:56:34 AM GMT Thursday, July 07, 2011 12:17:45 PM GMT
In this video we will understand what is sharepoint 2010 , differences between sharepoint foundation and sharepoint server 2010 and finally we will try to understand the different software and hardware requirements for sharepoint 2010. .Net interview questions and Sharepoint (more)
category: Web Dev | clicked: 16 | comment | | source: youtu.be
tags: .Net Interview Questions, SQL Server Interview Questions, SharePoint 2010, Asp.net interview questions, C# interview Questions
Previous 1 2 3 4 5 6 Next