Category Archives: Microsoft Office

Microsoft announces Yammer take over.

Microsoft has confirmed that it will take over Yammer for 1,2 milliard dollar. Nice to know it that Yammer will be part of the Microsoft Office department.1339662854_2_03B01E99

Since Yammer already supports a integration with SharePoint we will just have to wait and see if it will be integrated in SharePoint 2013 (SharePoint 15).

Yammer also send a e-mail to all his users informing them about the acquiring by Microsoft.

Dear Yammer Customer,

I am pleased to announce that Yammer has signed a definitive agreement to be acquired by Microsoft. After the close of the deal, Microsoft will continue to invest in Yammer’s freemium, stand-alone service, and the team will remain under my direction within the Microsoft Office Division. With the backing of Microsoft, our aim is to massively accelerate our vision to change the way work gets done with software that is built for the enterprise and loved by users.

As a Yammer customer, you will continue to get a secure, private social network—delivered with the same focus on simplicity, innovation, and cross-platform experiences. Over time, you’ll see more and more connections to SharePoint, Office365, Dynamics and Skype. Yammer’s expertise in empowering employees, driving adoption, and delivering rapid innovation in the cloud will not only continue to power our stand-alone service, but also anchor the communication and collaboration experiences in Office 365.

You can find more information in this press release and our blog post.

Sincerely,

David Sacks

Yammer CEO and Founder

Office 2010 and SharePoint 2010 Service Pack 1

Two days ago Microsoft released the first Service Pack for the 2010 Office suite. This means there is also a Service Pack for SharePoint 2010.

In the Office service pack there are a lot of fixes and to much to list here. Here are some changes:

  • Outlook fixes an issue where “Snooze Time” would not reset between appointments.
  • The default behavior for PowerPoint “Use Presenter View” option changed to display the slide show on the secondary monitor.
  • Integrated community content in the Access Application Part Gallery.
  • Better alignment between Project Server and SharePoint Server browser support.
  • Improved backup / restore functionality for SharePoint Server
  • The Word Web Application extends printing support to “Edit Mode.”
  • Project Professional now synchronizes scheduled tasks with SharePoint task lists.
  • Internet Explorer 9 “Native” support for Office Web Applications and SharePoint
  • Office Web Applications Support for Chrome
  • Inserting Charts into Excel Workbooks using Excel Web Application
  • Support for searching PPSX files in Search Server
  • Visio Fixes scaling issues and arrowhead rendering errors with SVG export
  • Proofing Tools improve spelling suggestions in Canadian English, French, Swedish and European Portuguese.
  • Outlook Web Application Attachment Preview (with Exchange Online only)
  • Office client suites using “Add Remove Programs” Control Panel, building on our work from Office 2007 SP2

Issues that are fixed for SharePoint 2010 can be read in the following excel sheet:

You can find the updates on the Microsoft update center:

Default save location of a document initiated in SharePoint

For the last couple of day’s I have been developing word templates. In these templates I had to get the url of the site in which the document was initiated. By default when you click the new button in a document library of SharePoint and create the document in word and you save the document the save dialog will open with the correct library were you clicked on new. In the available object you have with word development I could not find a solution for this problem. But then I thought word has had to be opened with a specific argument so I went looking in de command line arguments. So to find the default save location when you initiated a new document from word you have to do the following.

 

        public static string GetInitiationLocation()
        {
            string retVal = string.Empty;
            string[] commandLineArgs = Environment.GetCommandLineArgs();
            if (commandLineArgs.Count() >= 3)
            {
                string[] fArgument = commandLineArgs[2].Split(new string[] { "=" }, StringSplitOptions.RemoveEmptyEntries);
                if (fArgument.Count() == 3)
                {
                    retVal = fArgument[2];
                }
            }
            return retVal;
        }

Office Service Pack will be available on 28 April

The Microsoft Update Product Team Blog announced today that Office Service Pack 2 will be released on 28 April this year.

The formal changes you can aspect for the server products are:

Windows SharePoint Services 3.0 SP2 and Microsoft Office SharePoint Server SP2 include fixes and enhancements designed to improve performance, availability, and stability in your server farms. SP2 provides the groundwork for future major releases of SharePoint Products and Technologies.

  • An STSADM command line that scans your server farm to establish whether it is ready for upgrade to the next version of SharePoint and provides feedback and best practice recommendations on your current environment.
  • SP2 offers support for standards-based documents formats and compatibility with a broader range of Web browsers.
  • Substantial improvements to Forms-based authentication.

Windows Server 2008 SP2 and Windows Server R2 will be supported on their release.

Enterprise Content Management (ECM)

  • The performance and stability of content deployment and variations feature has been improved.
  • A new tool has been added to the STSADM command-line utility that enables a SharePoint administrator to scan sites that use the variations feature for errors.

Excel and Access Services

  • SP2 makes it easier to configure Excel Web Access Web parts on new sites. Several rendering, calculation, and security issues have been resolved.
  • Some display issues have been addressed.
  • Improved compatibility with Mozilla Firefox browsers.

Groove Server

  • Improved synchronization reliability.
  • Groove Server 2007 Manager will install and run with SQL 2008.
  • Groove’s LDAP connectivity and auto-activation functionality have been improved.
  • Error reporting in the Groove Relay Server has improved significantly.
  • Groove Relay Server has improved robustness.

Forms Server

  • Memory requirements and the page load times for large browser-rendered forms have been reduced.
  • Browser rendering of various controls, such as the ‘cannot be blank’ asterisk and the rich text field has been improved.

Project Server

  • Better memory management in the queue service.
  • Performance to certain database table indexes is improved
  • Resource plans, build team, cost resources, and the server scheduling engine have improved.

Search Server

  • Improvements to the reliability and stability of very large corpus crawls.
  • Backup-restore has been improved.
  • A new command has been introduced to the stsadm.exe tool that lets a SharePoint Administrator to tune the Query processor multiplier parameter.
  • Improved accuracy in searches involving numbers.