Comunidade Bloggers |create|it|

Welcome to Comunidade Bloggers |create|it| Sign in | Join | Help
in Search

Browse by Tags

All Tags » Sharepoint   (RSS)
Showing page 4 of 11 (110 total posts)
  • SharePoint 2007 Deployment: Custom Action Features

    Summary This post is about developing features to create action features in a SharePoint site. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the series index. Package Structure As I mentioned previously in the post SharePoint 2007 Deployment: Creating and Using Features, to build a feature you need to create ...
    Posted to André Vala (Weblog) by andrevala on August 11, 2008
  • Calling Excel (Web) Services from WCF

    Interfacing with Excel Services by means of WCF can be somewhat difficult at first and very subject to a trial and error experience. On my development environment I started by generating the Excel Web Services proxy using svcutil.exe. One of the key aspects for success started at this stage by telling svcutil to generate the proxy using the ...
    Posted to Marco André Silva (Weblog) by maps on August 1, 2008
  • SharePoint 2007 Deployment: List Template Features

    SummaryThis post is about developing features to create list templates in a SharePoint site. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the series index.Package StructureAs I mentioned previously in the post SharePoint 2007 Deployment: Creating and Using Features, to build a feature you need to create the ...
    Posted to André Vala (Weblog) by andrevala on May 17, 2008
  • SharePoint 2007 Deployment: Site Content Type Features

    Summary This post is about developing features to create site content types in a SharePoint site. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the series index. Package Structure As I mentioned previously in the post SharePoint 2007 Deployment: Creating and Using Features, to build a feature you need to ...
    Posted to André Vala (Weblog) by andrevala on March 27, 2008
  • SharePoint 2007 Deployment: Site Column Features

    Summary This post is about developing features to create site columns in a SharePoint site. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the series index. Package Structure As I mentioned previously in the post SharePoint 2007 Deployment: Creating and Using Features, to build a feature you need to create the ...
    Posted to André Vala (Weblog) by andrevala on March 26, 2008
  • SharePoint 2007 Deployment: Creating Solutions

    SummaryThis fourth post is about creating and using Solutions in a general sense, just as the previous one was about Features. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the series index.The Solution FileA solution file is a cabinet (.cab) file with a .wsp extension which contains a manifest file and, ...
    Posted to André Vala (Weblog) by andrevala on February 17, 2008
  • SharePoint Tip #19: Using JavaScript in Body OnLoad Event

    When developing web parts or other controls that use JavaScript, it's quite common to need to call some function on the Body OnLoad event of the web page. The problem with this is that, in SharePoint, the Body element is in the master page and not in the control, so doing this is can be tricky. Fortunately, the SharePoint team gave the ...
    Posted to André Vala (Weblog) by andrevala on December 16, 2007
  • SharePoint 2007 Deployment: Creating and Using Features

    Summary This third post is about creating and using Features in a general sense. Creating Features for each specific element will be the subject of later posts. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the series index. Feature Scopes A Feature can be activated or deactivated in a specific scope, and there ...
    Posted to André Vala (Weblog) by andrevala on December 15, 2007
  • SharePoint 2007 Deployment: Features and Solutions

    Summary This second post on my SharePoint Deployment Series is focused on the concepts of Feature and Solution. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the series index. What's a Feature? A Feature is a package composed of a set of XML files that describe Windows SharePoint Services elements, which can ...
    Posted to André Vala (Weblog) by andrevala on December 15, 2007
  • SharePoint Associating a Workflow to a list

    Continuing from my last post, one thing that you also may want to do when programmatically creating a list is associating a workflow with a given configuration (e.g. Approval workflow when a new item is created in a document library). In the SharePoint interface we can do this association very easily but if you want to do it using the object model ...
    Posted to Marco André Silva (Weblog) by maps on December 10, 2007
« First ... < Previous 2 3 4 5 6 Next > ... Last »
Powered by Community Server, by Telligent Systems