Wednesday, December 19, 2012

CAML Designer for SharePoint 2013

Sharepoint 2013 Caml designer is a very nice and save time for developers

Reference :

http://karinebosch.wordpress.com/my-articles/caml-designer-for-SharePoint-2013/

Sunday, June 17, 2012

Save as Site Template Missing in Publishing site

SharePoint 2010 Advanced IT Professional Training

SharePoint 2010 101 Code Samples

Installation and Deployment of a Farm Solution in SharePoint 2010

http://msdn.microsoft.com/en-us/library/aa544500(office.14).aspx..
Deploy to remote server than there are multiple ways

Adding additional Web Part Zone in SharePoint 2007 Existing page

  • Open SharePoint website using SharePoint Designer 2007
  • Open the desired page where you need additional “WebPart Zones”
  • Web parts zones needs to be defined in Content Placeholders .Make sure you have corresponding placeholders in Master page .
  • Add the following line at desired content placeholder of your page :

    < runat="server" frametype="TitleBarOnly" id="Left" title="loc:Left">
    <>
    < /ZoneTemplate>
    < /WebPartPages:WebPartZone >
  • Editing Web Part Pages with SharePoint Designer

    Now open the web page by clicking on it.

  • Here's a view of the blank page.

  • Assuming you have SharePoint Designer 2007 installed, go to the "File" menu of Internet Explorer and select "Edit with Microsoft Office SharePoint Designer".

    You will now see your page, in edit mode, from inside the SharePoint Designer. Note that the Web Part Zones exist within a standard HTML table. (You may need to open the "Design" tab in SharePoint Designer.)

    Select the lower row of the table.

    Then, from the "Table" menu in SharePoint Designer, select "Insert" and then "Row Below".

    Click into the row you just created. For illustration purposes, I am going to add a table with 3 rows and 3 columns. From the "Table" menu, select "Insert Table". Use the parameters I have below (or anything you like).


    In the top left cell of the table, I now add a Web Part Zone:
     Insert --> SharePoint Controls --> Web Part Zone.
    (The graphic below looks like I am in the HTML menu, I am really not.)