Monday, August 31, 2009

SharePoint ActiveX controls background color

Problem: a SharePoint skin with a dark background color. All the ActiveX controls (multiple file upload, Datasheet view) inherit the background color.

Solution: to keep the background you want, but not affect the ActiveX controls, include this fix:

body
{
background-color: white;
}
form#aspnetForm
{
background-color:#YOUR_DARK_COLOR#;
height:100%;
}

I found this extremely useful tip here.

Posted by Madalina at 18:17:22 | Permalink | No Comments »

SharePoint related jokes

To laugh at oneself is a good thing, that only intelligent people can do. As SharePoint developers, we are proud to also be able to laugh at our behavior, geekines and well… lives :) Here is one of the 40 jokes that Paul Swider gathered on his blog:

Q: How many SharePoint consultants does it take screw in a light bulb?
A: 100. 1 to do, 99 to say they could do it better.

Posted by Madalina at 18:07:45 | Permalink | No Comments »

Wednesday, August 5, 2009

Sinteza Zilei

Respectul este un sentiment reciproc. Nu o linie verticala cu sageata numai in capatul de sus.

Posted by Madalina at 14:56:29 | Permalink | No Comments »

SharePoint 2010 Sneak Peak

If you wonder how SharePoint 2010 is like, Microsoft has given you the opportunity to have (some of) your questions answered. A sneak peak is available, through a presentation of the features that SharePoint 2010 together with Visual Studio 2010 and LINQ offer for SharePoint development.
  
The information is structured in 3 categories - Overview, IT Professional and Developer - so that you can choose what you want/need to know.

  

Posted by Madalina at 14:55:40 | Permalink | No Comments »