Sharepoint Design Gallery
   
 
Home | Our Collection | Visit the Gift Shop | Submit to Gallery | Blog |

Recently in FAQ, Tips, Techniques Category

Here are some valuable comments, thoughts, and links published on Twitter this week.

 

Placeholder's are server oriented code that places content on the web page itself.  Things like page title, cookie trails, or navigation pains are all positioned using the Masterpage and Sharepoint Designer.  One of the questions we get routinely is how can I turn off or hide a particular Placeholder.  Take a look at the following code which is used to present the Site Name.

 

<asp:ContentPlaceHolder id="PlaceHolderSiteName" runat="server">

 

If you wanted to hide this you could simply turn the visibility setting to false as seen below.

 

<asp:ContentPlaceHolder id="PlaceHolderSiteName" runat="server" Visible="False"/>

 

Personally, I move all of the hidden place holders to the bottom of the page where it is easy to keep track of the ones that are hidden.

Here is a collection of videos that provide How-To information on Sharepoint.
Sharepoint 2007 Courses
Provided by: Microsoft
Access Videos
Sharepoint Tutorials
Provided by: Sharepointhosting.com
Access Videos
Sharepoint Tutorials
Provided by: Sharepoint-Scrrencasts
Access Videos
Sharepoint Videos
Provided by: YouTube
Access Videos
Sharepoint Tutorials
Provided by: Sharepoint Hosting.com
Access Videos
Sharepoint Training Tutorials
Provided by: FPWeb Hosting
Access Videos
Short Takes on Sharepoint
Provided by: LearnItFirst
Access Videos
Sharepoint Videos
Provided by: End User Sharepoint
Access Videos

 

Email Sharepoint Design Gallery to Add Your Video

If you spend time building out intranet or internet sites with Sharepoint, you learn pretty quick that you need a tool to understand which styles, classes, and css files are being used at any given time.  While we are an IE shop, Mozilla Firefox has a great add-on tool called fire bug.  Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.  Fire bug works very well with Sharepoint, especially since the Core.css file has so many elements defined.  Hardly a day goes by that I don't use this tool in debugging or site creation.

 

Fire-Bug Add-on

Here are a few critical links about Sharepoint from this past week.

1. Gartner: It's Clear: Microsoft's SharePoint Starts Many Process Efforts. http://tiny.cc/1TMPA

2. CMS Wire Article: What's Your Focus Sharepoint 2010 or Sharepoint 2007: http://tiny.cc/DtPUU

3. Kraft Foods to Save $2.2 Million Over 2 Yrs with New WCM Solution http://tinyurl.com/l2j7nj

4. Sharepoint workspace 2010 connects desktop with Sharepoint - check out this video http://bit.ly/2lqesF

5. SharePoint governance checklist guide http://tinyurl.com/6m8gy8

6. Building a SharePoint Development Environment http://post.ly/3lbx

7. SharePoint Branding-Episode 29: http://bit.ly/4bdTZC

About this Archive

This page is an archive of recent entries in the FAQ, Tips, Techniques category.

Gallery Updates is the next category.

Find recent content on the main index or look in the archives to find all content.

Pages

Shared Content

Our Partners

Social Networks

Follow Us on Twitter

Read Our Blog

Subscribe to Our Blog

 

SharePoint Design Gallery is a web site dedicated to bringing you a collection of businesses that are using SharePoint for creating business value for their customers.  Our goal is to provide you with a single source of information for how SharePoint is being used within the enterprise.