Jourdan Laik

Featured Author


Post Pic

Add jQuery to SharePoint

In this article I’ll show you how to create a nice SharePoint 2010 wsp Feature that you can deploy to any SharePoint site you’d like, [...]

Post Pic

How to deploy a SharePoint WSP

In our development world, especially with Visual Studio 2010 and SharePoint 2010, we have it very easy for deploying our solutions to SharePoint. As long [...]

Post Pic

Create Groups and Roles in SharePoint 2010

This SharePoint 2010 tip will explain how to create groups and roles, programmatically, using the SharePoint object model: Create a SharePoint group (SPGroup) How to [...]

Post Pic

Web.config Settings and Event Handlers

Have you ever wanted to gain access to the SharePoint Web.config file to pull in some AppSettings within a SharePoint event handler? Perhaps within your [...]

Post Pic

SharePoint Lists: Creating Multiline Text Columns

Programmatically creating columns (or fields) for a custom SharePoint list is fairly straight forward (Psuedo-code here): SPList.Fields.Add(“Field Name”, SPFieldType, Required); Creating a multiline text field [...]

Post Pic

Create a Custom Web Part for SharePoint 2010

If you’ve ever tried searching the internet for some type of tutorial that walks you through the basics of creating a custom Web part in [...]

Page 1 of 212

Archives