Microsoft have released the December Hotfix package :
More info and download available here: http://support.microsoft.com/kb/959644
It provides a number of fixes including the Picture Library View flyout menu disappearing.
Haven't tested it yet, but will report back if I find anything...
Wednesday, 17 December 2008
Tuesday, 25 November 2008
Funky SharePoint menu...
Check out the following video, Jan Tielens demos a cool way to navigate in MOSS...
http://www.youtube.com/watch?v=YX51_-BQTq8
nice...!
Aj..
http://www.youtube.com/watch?v=YX51_-BQTq8
nice...!
Aj..
Tuesday, 11 November 2008
Microsoft Certified Master (MCM)
Microsoft have recently announced the MCM programme for MOSS 2007
Check out the links below...
http://www.microsoft.com/learning/mcp/master/SharePoint/default.mspx
http://blogs.msdn.com/sharepoint/archive/2008/11/10/introducing-the-microsoft-certified-master-and-certified-architect-for-sharepoint.aspx
Aj..
Check out the links below...
http://www.microsoft.com/learning/mcp/master/SharePoint/default.mspx
http://blogs.msdn.com/sharepoint/archive/2008/11/10/introducing-the-microsoft-certified-master-and-certified-architect-for-sharepoint.aspx
Aj..
Sunday, 10 August 2008
Picture Library Flyout Menu - gone??
Recently, on site I had an end-user complain that the Views flyout menu shown below has disappeared. It appears, by default in a standard sharepoint picture library in both WSS and MOSS.
On investigation, it seems that the Infrastructure Update released by Microsoft in July somehow breaks it.
Theres currently no fix available so watch this space! I'll post back when I find out some more.
On investigation, it seems that the Infrastructure Update released by Microsoft in July somehow breaks it.
Theres currently no fix available so watch this space! I'll post back when I find out some more.
Tuesday, 15 July 2008
SharePoint Infrastructure Update
A new UPDATE, not service pack! which contains a load of performance updates and fixes for WSS and MOSS.
This also includes a new Search Settings Interface and the federated search capabilities seen with MS Search Server/Exp 2008
Download links:
Infrastructure Update for Microsoft Office Servers (KB951297)
Infrastructure Update for Windows SharePoint Services 3.0 (KB951695)
AJ...
This also includes a new Search Settings Interface and the federated search capabilities seen with MS Search Server/Exp 2008
Download links:
Infrastructure Update for Microsoft Office Servers (KB951297)
Infrastructure Update for Windows SharePoint Services 3.0 (KB951695)
AJ...
Monday, 14 July 2008
Flyout Menus in MOSS!
From time to time, I get asked about flyout menus in SharePoint...Is it possible? Yep - no need to get out the custom JavaScript menu just yet.
You'll need SharePoint Designer and permissions to edit the masterpage... (Tip: please backup the default.master before editing and hacking!) Check out and open the Master Page you are currently using, Run a search for a property called 'MaximumDynamicDisplayLevels', set this to 2 in the Master Page and voila! You’ll get a second level fly out menu!
You'll need SharePoint Designer and permissions to edit the masterpage... (Tip: please backup the default.master before editing and hacking!) Check out and open the Master Page you are currently using, Run a search for a property called 'MaximumDynamicDisplayLevels', set this to 2 in the Master Page and voila! You’ll get a second level fly out menu!

Note: When searching in SharePoint Designer, You will notice the property is referenced twice, one for the TopNavigationMenu aka Global Navigation and one for the Quick launch. It works in both, although may need some slight tweaking if using with any of the other OOB master pages.
Wednesday, 9 July 2008
Save Site as Template .stp 10mb Limit
If you've ever tried to save a SharePoint site as a template file (.stp) you may have noticed a check box to 'Include Content', Great! a quick and dirty way to migrate a SharePoint site.
Notquite! Issue is there is a 10MB hard coded limit....
You can however use the command line tool - stsadm to increase the limit, I've tested to 524Mb or 524288000
run the following on the SharePoint Server:
stsadm -o setproperty -pn max-template-document-size -pv 524288000
AJ
Notquite! Issue is there is a 10MB hard coded limit....
You can however use the command line tool - stsadm to increase the limit, I've tested to 524Mb or 524288000
run the following on the SharePoint Server:
stsadm -o setproperty -pn max-template-document-size -pv 524288000
AJ
Friday, 30 May 2008
SharePoint Backup Failure
SharePoint Backup Failure - UnauthorizedAccessException
Check out the following post – worked for me ;o)
http://blog.gavin-adams.com/2008/05/08/sharepoint-backup-problem-post-sp1-osearch-dcom/
AJ..
Check out the following post – worked for me ;o)
http://blog.gavin-adams.com/2008/05/08/sharepoint-backup-problem-post-sp1-osearch-dcom/
AJ..
Friday, 2 May 2008
SharePoint Sushi
For those of you who've missed it, SUSHI (SharePoint Utility with a Smart, Helpful Interface) is a great open source tool available on Codeplex. In a nutshell, you get a ton of time saving features for administrators. An example of some of the features:
- Security Reports - View all sites and lists a user has access to
- Copy View Copy a view from one SharePoint list to another
- Bulk Site Creation Create a large number of subsites based on a site template
- Themes Apply a Theme to many sites at once
You can get the download and more detailed info here , you can also visit http://www.sharepointsushi.net/
Thanks to the developer Joseph Fluckiger of Catapult Systems, you're a legend!
Cheers
Aj..
Tuesday, 29 January 2008
MOSS Storage Planning - Best Practices
Hi Folks
For those of you SharePoint architects struggling to find some info on planning a storage platform for MOSS, Microsoft have recently released the following white paper:
Planning and Monitoring SQL Server Storage for Office SharePoint Server: Performance Recommendations and Best Practices. You can download it here.
Apparently, the SharePoint folks are working on releasing more IOPS related guidelines, but have not done so yet. When they do publish more information, they will likely update the document linked above.
Hope its useful
Aj..
For those of you SharePoint architects struggling to find some info on planning a storage platform for MOSS, Microsoft have recently released the following white paper:
Planning and Monitoring SQL Server Storage for Office SharePoint Server: Performance Recommendations and Best Practices. You can download it here.
Apparently, the SharePoint folks are working on releasing more IOPS related guidelines, but have not done so yet. When they do publish more information, they will likely update the document linked above.
Hope its useful
Aj..