Thursday, January 27, 2011

Sharepoint 2010 Automated Deployment

I tested http://autospinstaller.codeplex.com/ for the needs of my projects and it is very useful tool. Well developed PowerShell application with configuration options. You only need to attach the SPS 2010 media (iso) and start the script.

Smile

Wednesday, January 5, 2011

Sharepoint 2010: Fixing the Flyout Delay

When rolling over a number of flyouts quickly, the user sees all the flyouts shown on the screen at once which looks rubbish. 

To remove the delay altogether use this css in your page somewhere:

li.hover-off>ul

{ display:none; }