Monday, November 15, 2010

How to add new site collection in separate content database

http://blogs.msdn.com/b/mcsnoiwb/archive/2007/08/20/how-to-create-site-collection-in-a-specific-content-database.aspx

Thursday, November 11, 2010

How can i play multiple media files in moss2007

Am in the situation i need to run different media file(*.flv, *.wma, *.dat etc...) in my Sharepoint portal. Media player web part help me to achieve my goals. I download MediaPlayerWebpart.dll and i make use of it.

Small introduction about 'Media Player Web part'
The Media Player Web Part makes it easier to integrate media into SharePoint.It is a universal Media Player Web Part.It queries a media player HTML template from a SharePoint list located anywhere in your farm.Media-file URL, size, title, description, autoplay options can be set.

FAQ

Access

AspDotNetStorefront

BizTalk

BlogEngine.NET

Bug Reports and Suggestions for Microsoft

Cassini Web Server

Cat.Net (static code checker for SQL and XSS Injection)

Cheat Sheets

CkEditor

Classic ASP

Code Converters (convert VB to C# and C# to VB)

Cognos

Commerce Server

ComponentArt

Cross Browser Compliance

Cruise Control

Crystal Reports

CSS (Cascading Style Sheets)

C#

Delphi

Developer Express

Dojo

Doloto

Dot Less

Dot Net

DotnetNuke

Dreamwaver

Dundas Chart

Entity Framework

Expression Web

Facebook

FckEditor - see CKEditor

    FFMPEG

    Firebird

    Flash

    Foxpro

    Free Asp.Net Web Hosting

    FreeTextBox

    FXCOP

    F#

    Generic Programming Sites

    GhostDoc

    Git

    Googlemaps

    IIS and Classic Asp

    Infragistics

    Internet Explorer

    iTextSharp

    Java

    jQuery

    JSON

    LINQ

    LinqPad

    Live Meeting

    MBUnit

    Microsoft Charting Control

    Microsoft Infopath

    Microsoft Office

    Microsoft Project

    MOQ

    MySQL

    NANT Forum

    NHbernate

    NOPCommerce

    Notepad++

    Open Source Projects and Libraries

    Oracle

    Pex

    PHP

    Powershell

    Print XML

    Regular Expressions

    Sharepoint

    Sharpdevelop

    Siebel

    Silverlight

    Smart Devices

    Source Control (including Source Safe)

    SQL Compact/Mobile

    SQL Server:

    SQL Server Express

    SQL Server Setup and Getting Started

    SSAS

    SSIS

    SSRS

    StyleCop (a.k.a. CodeCop)

    SugarCRM

    SVN

    Sybase

    Terminal Services

    TinyMCE

    Telerik Controls

    Tortoise SVN

    Ultidev

    Umbraco

    Unity

    Upload Source Projects to

    VideoLAN

    Visual Basic

    Visual Studio Debugger

    Visual Studio Express Edition

    Visual Source Safe (VSS)

    Visual Studio Team System (VSTS)

    Visual Studio Team Version Database Version

    Visual Studio Extensibility

    Visual Studio and .NET Framework documentation

    VSTO Visual Studio Tools for Office

    Web Hosting:

    Windows 7

    Windows Azure Development

    Windows Communication Foundation (WCF)

    Windows Forms

    Windows Mobile

    Windows Presentation Form (WPF)

    Windows Server 2008

    Windows Services

    Windows SysInternals

    Windows Workflow

    Windsor Castle

    Yet Another Forum

    Monday, November 8, 2010

    Programatically copy document from list to library


    Using this below code you can copy the document from list to library, with in the same web application. The logic is as below


    Source :Kethare.in

    Upload the Document Programmatically to SharePoint Library

    The below code will Upload the document from server drive to SharePoint Library, using SPDocumentLibrary class

    Source: kethare.in

    Download the Sharepoint List Attachment

    You can download the attachment from the any SharePoint List to your local drive in your Server using the following code. Based on the article from Microsoft "How to Programmatically Download attachment from list items in WSS" i iterate the list item and also i checked for Exist of attachment for each list item.

    Inherited Web-part Class and create the button control and attach the click event, in the "CreateChildControls" method as below code

    (Click on above image to Enlarge the Image)

    Now write the code to download the attachment from the List as below in the Button Click event Method

    (Click on above image to Enlarge the Image)

    Now you create a custom web-part for download the attachment of the list. Create Strong key and build the class deploy it in your Server and update the Web.Config. Add it in web-part gallery and edit the page select the web-part to download attachment. that it. When you click on the web-part, it will automatically download all attachment to the specified path.


    Source :Kethare.in