Archive

Archive for April, 2009

MOSS 2007 and WSS 3.0 Service Pack 2 released

April 28th, 2009 No comments
Categories: Sharepoint Tags:

Next Wave of Microsoft Office Products Will Redefine How People Work

April 15th, 2009 No comments

Next Wave of Microsoft Office Products Will Redefine How People Work
Q&A: Chris Capossela, senior vice president of Microsoft’s Information Worker Product Management Group, discusses what people and businesses can expect from the upcoming release of Microsoft Exchange Server, Office, SharePoint Server, Visio and Project.

Microsoft SharePoint “14” is now Microsoft SharePoint 2010
MOSS acronym goes away with the new name since Office is no longer in the SharePoint official name… The primary reason why we took Office out of the name – lots of folks associate the name Office with the Office client. We wanted to take the opportunity to reestablish the Office name and brand to be synonymous with the client suite. I say “Give the people what they Want” so everyone should immediately think of Microsoft Office = Office apps.

Categories: English, Office Tags:

Service Pack 2 for 2007 Microsoft Office System due April 28th

April 15th, 2009 No comments

Microsoft Update Product Team Blog has just announced that the 2007 Microsoft Office System Service Pack 2 will be released April 28, 2009

Changes that impact the server products

Windows SharePoint Services 3.0 SP2 and Microsoft Office SharePoint Server SP2 include fixes and enhancements designed to improve performance, availability, and stability in your server farms. SP2 provides the groundwork for future major releases of SharePoint Products and Technologies.

more on original post 2007 Microsoft Office System Service Pack 2 will be released April 28, 2009

Categories: English, Sharepoint Tags:

Sharepoint WebPart LifeCycle and Event flow

April 14th, 2009 No comments

Lifecycle events of a Sharepoint Connectable WebPart wih a single ViewState backed property:

On Page Load

  1. Constructor
  2. OnInit
  3. OnLoad
  4. ConnectionConsumer method is called if web part is connectable (sets the connection providers interface in the webpart)
  5. CreateChildControls
  6. OnPreRender (if your web part is connectable you would typically call the connection provider here to retrieve data)
  7. SaveViewState
  8. Render
  9. RenderChildren
  10. RenderContents

On 1st Postback
(PostBack click handler sets ViewState via public Property)

  1. Constructor
  2. OnInit
  3. CreateChildControls
  4. OnLoad
  5. PostBack click handling
  6. ConnectionConsumer method is called if web part is connectable (sets the connection providers interface in the webpart)
  7. OnPreRender (if your web part is connectable you would typically call the connection provider here to retrieve data)
  8. SaveViewState
  9. Render
  10. RenderChildren
  11. RenderContents

On 2nd Postback
(PostBack click handler sets ViewState via public Property)

  1. Constructor
  2. OnInit
  3. LoadViewState
  4. CreateChildControls
  5. OnLoad
  6. PostBack click handling
  7. ConnectionConsumer method is called if web part is connectable (sets the connection providers interface in the webpart)
  8. OnPreRender (if your web part is connectable you would typically call the connection provider here to retrieve data)
  9. SaveViewState
  10. Render
  11. RenderChildren
  12. RenderContents

Note that during the 2nd postback, LoadViewState, is called, since in the 1st postback the click handler sets the value of the ViewState backed public property.

source: http://platinumdogs.wordpress.com/2008/10/14/sharepoint-webpart-lifecycle-events/

Chart that shows you how the different events flows from the Page, through the WebPartManager and WebPartZones, to the Web Part:

webparteventmodelchart_2

source: http://www.wictorwilen.se/Post/SharePoint-Web-Part-Event-Flow-in-detail.aspx

Categories: English, Sharepoint Tags:

jak vypada 370 tullamorek

April 7th, 2009 No comments

img_8914

img_8851

Categories: Uncategorized Tags:

How can I lock down SharePoint Designer in my organization?

April 7th, 2009 No comments
Categories: English, SharePoint Designer 2007 Tags:

Most Recent KBs for SharePoint Server 2007

April 4th, 2009 No comments

Your source for MOSS KB Articles and Hotfixes is called Sharepoint Server Hotfixes and is located on address http://mosshotfixes.com/

Categories: English, KB, Sharepoint Tags:

SHAREPOINT DESIGNER 2007 IS NOW FREE!

April 2nd, 2009 No comments

spd2007free

You must register to receive this download. Registration + download is on Microsoft Download Center:

http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=baa3ad86-bfc1-4bd4-9812-d9e710d44f42

Categories: English, SharePoint Designer 2007 Tags:

Design a document review workflow solution

April 1st, 2009 No comments

Learn how to design a document review workflow and a custom Workflow Dashboard that shows you at a glance the status of all workflow tasks related to a specific document.

This series of videos presents an end-to-end scenario, starting with the necessary site components and ending with saving the solution as a site template so that you can reuse it. Along the way, see how to design several secondary workflows and learn how to use a wide range of workflow lookups.

You can also download the Visio diagram and site template.

http://office.microsoft.com/en-us/sharepointdesigner/HA102564171033.aspx