Wednesday, August 08, 2012

Download MSDN Magazine for free

Folks, if you remember reading the print issues of MSDN Magazine and want to read them again, you can download all the older and latest editions in electronic format from here - http://msdn.microsoft.com/en-us/magazine/ee310108.aspx ( PDF format for latest ones and .CHM format for archived ones)

Happy reading!

SharePoint 2013 UI Improvements - Team Site Improvements

Writing this blog article, I have opened up SharePoint 2013 preview in another browser window to play around with and understand some of the new UI features. In this series, we'll be looking at the Team Site and in the next, the Publishing site (Site with Enterprise Features turned-on).

Firstly, the whole UI is modelled on the minimalist Office 2012 UI - flat, neat 'n' clean and with elements of the Windows 8 metro thrown in for good effect. The UI and Functionality are aimed at the typical office worker and have a very informal air about them.

The Team Site - The Office 365 preview of 2013 comes with a default teamsite that looks like this - 

Home page of TeamSite with different elements marked. Those marked with * are new (including the entire Action Menu)

Let's look at some of the improvements and changes in 2013 when compared to SharePoint 2010.

Hidden Ribbon - One of the changes that increases the screen real estate is the hidden ribbon. In 2010 the ribbon is visible by default and we had to hide it manually. Now the ribbon is hidden by default. To get the ribbon, we have to click the Menu item in the TopLink bar and to hide it just click on the Browse link.


Ribbon 'on-demand'


This is a cool feature, as it reduces the page clutter. Notice how the ribbon hides the Site Icon, Title and Search Box when it is visible without pushing them down.


"GettingStarted" WebPart - This is a webpart that diplays Metro style icons that display links to common tasks. On hovering over any icon the translucent overlay slides up to cover the entire icon. Looks like this webpart is not customizable directly.


The "GettingStarted" WebPart on the Teamsite Home Page



Editable Left Nav bar - The Left Nav bar (list of links on the left) are editable in-place now. Click the "Edit Links" button below the left nav and press the "+" button, which then pops up a dialog in which we can enter the title and url for the new link. All the editing's In-place and using a user-friendly modal dialog as show in the images below.




Editable Top Nav Bar - Similarly, the Top Nav bar too is editable in-place with similar UI as shown below-



All efforts have been made to enable the end-user to customize the navigation, in-place, without having to go to the settings page links. It makes the UI much more intuitive and user-friendly.

Document Library View UI Improvements - Now adding or uploading a new document to a document library does not require going to the ribbon buttons, instead, a context sensitive menu pops up on the page itself that has links for creation / upload.



Welcome Control and Site Action Menu changes - In this edition, 'all the action' has moved to the top left so that the user has all the clickable controls within close reach.




Those familiar with 2010 may already know the functionality behind these buttons, so we are just going to look at what's new! Well the coolest thing is the "Focus on Content" button - press this and the Left Nav, Site Icon, Site Title, Top Nav and Search box are hidden or shown (toggle button). When these are hidden, the PlaceHolderMain (Main area) expands to fill all the space below the ribbon. This allows the user to focus more on the content rather than getting distracted by the leftnav, icon and title and it gives more screen space to display content! With this rate, I think, the next version of SharePoint will have minimal.master as default masterpage :-).





All these new features are on just the home page. In the coming days as we'll explore more to find out the
improvements on the inside.





Wednesday, August 01, 2012

First look at SharePoint 2013 (Office 365 preview)

I just signed up for an Office 365 Preview account (Preview of SharePoint 2013 on the cloud). It's the same SharePoint that's available for download and install. Since the Hardware requirements are pretty heavy (24 GB RAM for SP2013 Preview), I'm not planning to install it locally anytime soon. For now, the online version is good to play with :-)

Here are a few screen shots from the preview site -

SharePoint Team Site (Home Page)



Document Library default View


Notice that the Ribbon does not remain visible all the time, it only appears if we click on the tab - one improvement since it used to take up lots of screen real estate!


Document Library "Library" ribbon


Public Site on Office 365

The all-new publishing site ?



This post is not meant to be a "What's New" article but just a preview of how the new 2013 is going to look for those who are curious and excited as me to find out all about the new SharePoint (2013). Of course, based on feedback, MSFT will surely make lots of changes, so the final version may be slightly different from the one we see now.

You can signup for a preview of the new Office 365 based on SharePoint 2013  here - http://www.microsoft.com/office/preview/en/try-office-preview

In the coming days, i'll dig deeper and blog about the cool new features that 2013 has!

SharePoint 2013 Preview available now!

Microsoft has released the preview versions of SharePoint 2013 recently. Here are the links to download -

Microsoft SharePoint 2013 preview - http://technet.microsoft.com/en-us/evalcenter/hh973397

Microsoft SharePoint 2013 Foundation preview - http://www.microsoft.com/en-us/download/details.aspx?id=30345

Microsoft SharePoint Designer 2013 - http://www.microsoft.com/en-us/download/details.aspx?id=30346

Hardware and Software Requirements for 2013 - http://technet.microsoft.com/library/cc262485(office.15)?ocid=fwlink :-(

SharePoint 2013 on the Cloud - http://community.office365.com/en-us/preview/default.aspx

If you are interested in trying out the release candidate and trial versions of the new Windows Server 2012 , SQL Server 2012 with Visual Studio 2012, you can follow these links -

Windows Server 2012 RC - http://technet.microsoft.com/en-us/evalcenter/hh670538.aspx

SQL Server 2012 Trial - http://www.microsoft.com/sqlserver/en/us/get-sql-server/try-it.aspx

Visual Studio 2012 RC - http://www.microsoft.com/visualstudio/11/en-us/downloads#vs

It's time to switch again!

Using Recoil with SPFx Try out the latest alternative to Redux with SPFx When developing with Redux or MobX, we have ha...