Office 365

Just a little update on some features that we have not previously reported about. Today I found an interesting article that talks about some features that I had not thought of. One of which is that there is the option to integrate Office 365 with your own hardware, although Microsoft has not said much about this option as of yet and is concentrating its efforts on hosting and cloud space.

The other interesting feature I had not considered is that as this is a subscription service, as long as you subscribe to the Professional Plus version, you will receive free updates to Office and even entirely new versions. The next version of Office is currently in the works and is codenamed Office 15.

More on this article can be found at:  http://www.pcpro.co.uk/realworld/365749/what-microsoft-got-right-in-office-365

Office 365: Example External Site

After experiencing many problems with accessing the relevant pages to design the external site, the cause of which is unknown, we have been able to overcome the issue by typing the URL into the browser rather than navigating through the site. When the problems first arose Rob and I looked for solutions using the Office 365 Community Forums, where we found that many other users seemed to be experiencing similar issues. One Microsoft engineer suggested that users submit service requests through the Admin page, but again another unexpected error was thrown at us upon attempting to do this. I suspect that now that Microsoft have released Office 365, they support efforts are concentrated on subscribing customers, although this is just speculation.

The master page of the external website cannot be changed and therefore you are limited to what you can do with the layout, however you can override the CSS and once you have dissected all of the default CSS can make almost any design changes you wish. We decided to keep the design clean and simple, modifying only the color scheme and tidying up the navigation, which by default looks a bit messy.

Rob added a mock ‘Store’ page to the site to show that small businesses could, if they wish to, sell there own products using Office 365. Although Office 365 does not offer an out of the box store template, it was still fairly easy to set up a simple store using the paypal web parts. When inserting a paypal web part, the user is redirected to their paypal account which is where they will create the buttons for their products, once they have done this they will be provided with some html code which is then inserted into the paypal web part, a button is then generated. For anyone who is fairly confident with computers this should be a straight forward task, but for people who may be a bit overwhelmed, they may want to get a friend to do it for them.

The ‘Contact Us’ page, included by default, we think is very important from a consumers point of view. There is nothing more frustrating when you want to contact a company and you cannot find anywhere on their site to do it. We used one of the built in webparts to create a contact us web form. This is simply selected from a menu and dropped in to the webpage where your cursor is. This web form asks the user for their name, email address, and their message. The content of these forms is then sent by email to the chosen person/s, where the query can be followed up.

To try and make the website a little different from the sandbox solution Rob attempted to add in some JQuery navigation for the store, this involved some very simple code. This meant editing the master page too, after some, it became apparent that it wasn’t possible to edit the master page as it wouldn’t accept any changes at all and would just throw back an error.

Microsoft Plans to Expand Office 365 with Visio & Project

Microsoft appears to be already planning for an expansion of services provided with Office 365. In an article posted by Mary Jo Foley on Zdnet, it is suggested that Microsoft is planning to introduce Visio and Project to the cloud to join a handful of other services already offered. This is a surprising move considering it’s less than a month ago that the service was officially launched to the public. However it does show that Microsoft is committed to the service and the Office 365 brand.

Full details of the story can be found here: http://www.zdnet.com/blog/microsoft/microsoft-to-boost-office-365-with-project-and-visio-cloud-services/10057

Sharepoint Online Migration – Part One: Planning

I have decided to look into Migrating from the universities current system, sharepoint 2003 into sharepoint online (office365). After browsing the Internet for a couple of minutes it appears that the MetaVis migration tool is quite popular, it supports migration from:

  • SharePoint 2010, 2007, WSS 3.0, 2003, WSS 2.0
  • Office 365, BPOS and hosted SharePoint
  • Local or Network File Shares to SharePoint 2010 migration
  • Microsoft Exchange Public Folders and Microsoft Outlook
  • Windows Server 2008 R2 File Classification Infrastructure (FCI)

This appears to be quite a simple way of doing things however this is also a paid service. Microsoft also have documentation for planning, preparing and implementing the Migration process for enterprises. This document goes into detail even suggesting meetings and backup methods. I will attempt to summarise some of this document and post into this blog.

Microsoft recommends that we expedite our Office 365 deployment by proceeding in three distinct phases: Plan, Prepare, and Migrate. Organizing our deployment according to these phases provides our project team with high-level time frames that control the pace of the deployment while keeping individual tasks serialized. It is common for tasks outlined in the Plan phase and Prepare phase to occur simultaneously and for tasks in the Prepare phase and Migrate phase to overlap.

Planning

The planning consists of several stages, the most Important being

  • The kickoff meeting
  • Customer environment discovery
  • Key planning considerations
    • Long lead time items
    • Client hardware and software requirements
  • Sharepoint Online planning

I will summarise these next week

RE

JQuery and Office 365

Now, my skills in JQuery are very minimal, never really used it much but I have just started picking bits up so I’ve decided to start using it where I can, so there is probably an easy way round this that I am unaware of.

In previous blogs we have described the difficulty in editing the public facing website outside of the sandbox tools,and  not being able to locate let alone edit the root.master page. Since then we have discovered more permission settings that were only available to Tim, we now have majority access to the files containing the public facing site, including root.master. I thought this might be a nice time to add some JQuery in after opening the master page in advanced settings and inputting/referencing the JQuery library I clicked save, Sharepoint Designer asked me if I was sure as this would change it from the site definition (I was aware of this, after all, I did just add some extra code in). Before adding any actual JQuery into the site pages I decided to check the site in the browser, it didn’t load, for some reason it wont accept any variation of the root.master page, it has to be to the site definition so I was forced to reset the root master page. Now I could create an entirely new master page mimicking the root master, but this would be time consuming and quite annoying.

There must be a better way to add Java into the site as recreating the root master doesn’t seem like the right way, it shouldn’t be so difficult, the only thing I am wondering is if it would be any easier for the Enterprise version of 365 as the P1 plan claims that no IT professionals are required, so obviously that leads to very little customization beyond the sandbox.

RE