Friday, January 30, 2009

SharePoint Open a closed Web Part

When a web part is closed using the X, the web part is still loaded on the page, it is just not displayed. Resources are allocated that are never used, so she was right in asking the question.

Here are the steps to put a web part back on a page:

  1. Site Actions -> Edit Page
  2. Click Add a Web Part
  3. Click Advanced Web Part gallery and options
  4. Click Closed Web Parts
  5. Drag closed web part onto the page


Friday, January 16, 2009

Configure RTE in Sitecore 6

Switch to the Master Database.

Find the common template you use for your pages inside of the Template Manager. I use one just called "Page" that inherits from the General\BaseTemplate template. The BaseTemplate template has a field called Body which is a RTE field. Find that field of the BaseTemplate and then paste one of the following lines into the source field. 

I used the rich text full because I want my editors to have the full RTE Toolbar and all the buttons available to them. But you could also use any of the following. 


/sitecore/system/settings/html editor profiles/rich text default
/sitecore/system/settings/html editor profiles/rich text full
/sitecore/system/settings/html editor profiles/rich text ide
/sitecore/system/settings/html editor profiles/rich text medium

Let me know if you have questions, it took me awhile to figure this out, so I may be able to help you if you can't get it working.

Tuesday, December 16, 2008

InfoPath Adding Image to Button ImageButton

This KB article describes, in effect, how to create an ImageButton in InfoPath. 

Monday, December 15, 2008

Sort StringCollection ArrayList

This is the call you need to make to sort a StringCollection.

ArrayList.Adapter(myStringList).Sort();

Friday, December 12, 2008

Internship Available

I stumbled across this internship opportunity at Van Andel Institute for a .NET Developer. It sounds like they want a sophomore student at one of Grand Rapid's colleges or university to work on a bunch of .NET apps. Heavy on SQL Server apparently and some reporting. Maybe they are doing SQL Server Reporting Services in house. Anyway, if you are student and looking for an internship next semester you should apply.

Thursday, December 11, 2008

Coding4Fun Book Code Downloads


http://www.c4fbook.com/default.aspx

All the downloads and source code that you've seen and heard about at TechEd 2008 and PDC 2008 are now available for the coding4fun series and the book. 

http://www.c4fbook.com/media/

I am going to enjoy InnerTube. Get the downloads while you can.

SharePoint Picture Library Item Url


Very nice article and code snippet on how to get the url of the full image and of the thumbnail.