Quantcast
Channel: TechBubbles » Sharepoint 2010
Browsing latest articles
Browse All 10 View Live

Integrating JQuery into SharePoint

  Integrating JQuery into SharePoint involves putting JQuery library in where it can be accessed from SharePoint Environment. This post discusses about different options available for deploying and...

View Article



Creating a custom sequential workflow in SharePoint 2010

SharePoint supports state machine and sequential workflows. In Sequential Workflow the activities are placed in logical order with a start and an end. Sequential workflows can be used in automated...

View Article

Using JavaScript Object Model in SharePoint

Developing client applications with SharePoint client side object model (CSOM) is an attractive option when SharePoint solutions are hosted in cloud environment where access to the root folder is not...

View Article

Deploying SharePoint Application to Windows Azure

Windows Azure services infrastructure allows you to deploy all kinds of different roles, You can build great applications with SharePoint but they may not be ready for platform-as-service . The great...

View Article

SharePoint Social Data using Java Script

This post shows the code to call the default like button functionality in SharePoint 2010 and also shows you how to show the number of likes for given URL using Jquery and SPServices. Call the below...

View Article


Setting SharePoint Master Page using Power Shell

  You can use Master Page under look and  feel section in SharePoint site settings for changing the Master Page for your site.   You can also use power shell script to achieve the same $web = Get-SPWeb...

View Article

Setting up PowerShell ISE in SharePoint

PowerShell ISE is really cool and it is basically like mini Visual Studio IDE. It is an integrated graphical scripting environment that helps with the PowerShell. Using this tool you can build your...

View Article

Using Property bag in SharePoint 2010

What is Property bag? Property bag is basically a hash table of key-value pair options. Property bag feature is available in Windows SharePoint services 3.0. It allows you to add properties to objects...

View Article


Activating and Deactivating Feature programmatically in SharePoint

Sometimes, You may need to activate/deactivate Feature programmatically in SharePoint. Feature should have the scope of the web, site or web application or Farm.You can get the Feature by accessing...

View Article


Using SharePoint 2010 dialogs

SharePoint 2010 dialogs are JavaScript pop-up dialogs consisting of an iframe to request the other pages in the SharePoint. These pages can be publishing pages or application pages.When you call a...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images