Skip to main content

Posts

Showing posts from June, 2011

Real World branding with SharePoint 2010

An article Randy Disgrill worked on for MSDN with Andrew Connell was published. It is a refresh of a SharePoint 2007 article they wrote that includes a sample master page for the fictitious Adventure Works Travel company. I’m pretty excited that they had the opportunity to write this article. I think it is a great introduction to the topic of planning, creating, and properly packaging and deploying a heavily stylized public facing SharePoint 2010 site. You can read the MSDN article now at http://msdn.microsoft.com/en-us/library/gg430141.aspx

News Aggregator web part

News Aggregator web part   Originally posted by:    markarend This blog posting applies to Microsoft Office SharePoint Server 2007. This topic describes a way to configure SharePoint elements for displaying headlines and abstracts from news articles, aggregated across many sites.   Also a description of customizing the page layout of the news article is given. Displaying the news headlines: When clicking on the headline in the web part, the user is taken to see a typical news article: Elements of this Approach Custom Content Type to provide aggregation target. Custom Page Layouts to provide controls for aggregation plus custom look and feel. Custom Web Part (Content By Query) to display desired news in desired format/behavior. Prerequisites Site where news pages are created must have Publishing feature activated. Site Settings à Site features à Office SharePoint Server Publishing [Activate]

Embedd SWF file in sharepoint 2010

Hi All, I had problem with embedding flash files on sharepoint 2010 sites, so I googled and found the input from  HERE and this is the complete solution with code. 1.) Go to Central admin -> Web Application management -> Select the web application in question by highlighting it then select -> general settings on teh ribbon - scroll down and select the permissive radio button this will allow the sharepoint 2010 sites to display flash files. Now use the below code in a content editor webpart. "  <object codebase=" http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0 " width="550" height="240" id="your flash file" align="middle" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">  <param name="allowScriptAccess" value="sameDomain">  <param name="movie" value="your flash file.swf">  <param name="qual