A Practical Guide to SharePoint 2013

A Practical Guide to SharePoint 2013
A Practical Guide to SharePoint 2013 - Book by Saifullah Shafiq
Showing posts with label office 365. Show all posts
Showing posts with label office 365. Show all posts

Saturday, October 11, 2014

Office 365 Developer Podcast: Episode 019 with Waldek Mastykarz on the Office Graph

In episode 19, Jeremy Thake chats to Waldek Mastykarz, a SharePoint MVP, about the new Office Graph API Preview and the Graph Query language.

Read More!!

Thursday, October 2, 2014

Kennametal: manufacturing leader creates unity and harnesses knowledge with Office 365

Today’s post about Office 365 was written by Steve Hanna, chief information officer at Kennametal. 
Being a CIO is about more than just achieving benchmark performance and lowest costs for technology assets. I believe it’s really about collaborating with your business leaders to drive better overall results for the company. At Kennametal, we recognize the huge impact it makes on getting those results if we have the right people onboard, particularly when they work together.

Tuesday, September 30, 2014

6 Predictions for SharePoint, Office 365 in 2014

It's been an interesting year for SharePoint. We've started to see steady adoption of SharePoint 2013, as well as continued usage of SharePoint 2010 and some older versions. And Microsoft’s shift to focus on the cloud and Office 365 left many guessing about the future of the on premises version of SharePoint.
Whatever comes in 2014, I don’t believe SharePoint is going anywhere. But I do think we’ll see more changes.

Read more>>

Friday, September 26, 2014

Office 365 Developer Podcast: Episode 017 with Matthias Einig on transforming your SharePoint full trust code

In episode 17, Jeremy Thake chats to Matthias Einig, a SharePoint MVP, about transforming SharePoint Full Trust Code to the SharePoint app model.

Read More!!

Thursday, September 25, 2014

Finnair takes to the cloud with Office 365

Today’s post on Finnair’s move to Office 365 is excerpted from the full case study.
Finnair logo
The airline industry has seen its share of turbulence over the last decade, as mega-airlines merge and acquire smaller players, more regional airlines take to the air, and customers aggressively seek online bargains. Finnair, Finland’s largest airline and the fifth oldest airline in the world, has remained successful because it knows how to adapt and find smarter ways to operate.

Friday, September 19, 2014

Nintex Forms in SharePoint 2013 / Office 365

Welcome to an article on Nintex Forms in SharePoint 2013 / Office 365. Here we will see how to use Nintex forms; I will be showing everything in detail so even a first time user doesn't have any issue.

Tuesday, August 26, 2014

Reed Elsevier rallies around Office 365 to collaborate across countries and cut costs

Today’s post was written by Michael Bouchet, vice president of Infrastructure Services at Reed Elsevier
Michael Bouchet  of  Reed ElsevierReed Elsevier is a world-leading provider of information solutions for professional customers. LexisNexis helps lawyers win cases, Gray’s Anatomy helps doctors save lives, Elsevier BioSource helps scientists make new discoveries. Other Reed Elsevier companies help corporations build commercial relationships, insurance companies assess risk, and government and financial institutions detect fraud.

Tuesday, July 29, 2014

Webinar: Busting myths about Office 365 and your small business

Is Office 365 Small Business just an online version of Office? Why do I want to store stuff in the cloud? Can I share docs with those outside the business? Guest host Tom Werner will lay out how Office 365 can help small businesses like yours and answer your questions.

Read More!!

Wednesday, July 23, 2014

Uninterrupted communication with Office 365 helps keep information flowing at the Center for American Progress

Today’s post was written by George Estrada, Vice President for Technology, Online Communications at Center for American Progress

Read More!!

Tuesday, July 22, 2014

Montgomery County, PA—How government can become more dynamic, responsive, and cost-effective through Office 365

Today’s post was written by Anthony Olivieri, Chief Technology Officer at Montgomery County, Pennsylvania.
Picture of Anthony OlivieriOne of the best things about working in technology is that there’s always something new, some way to “build a better mousetrap.” But mousetraps are only worthwhile if they truly address the business needs that you’ve identified within your organization.


Tuesday, July 15, 2014

Playing to win—GameStop ups customer service with Office 365

Today’s post was written by Jason Cochran, vice president of Store Operations at GameStop
GameStop infographicAt GameStop, we’re all about giving players the video games and devices that they need to have fun. Walk into any GameStop store and you’ll see equally enthusiastic customers and employees comparing scores, evaluating devices, and discussing new virtual worlds. Despite that focus on fun, it’s important to remember that we run a serious business. We’re a rapidly growing Fortune 500 and S&P 500 company with more than 6,000 stores, and we need all our stores to reflect our brand and uphold our high level of service.

Wednesday, July 9, 2014

Dakota Financial: Direct funder reduces the cost of expansion, boosts productivity with Office 365

Dakota Financial filmed their own Office 365 story on a Nokia Lumia 1020.
Dakota Financial provides funding for equipment leasing to small businesses that cannot obtain traditional financing. It replaced an expensive scanning solution with Microsoft Office 365, SideKick 365 DCM (a SharePoint App from SkyLite Systems), and a scanner from Kodak. Today, the company is saving more than US$14,400 a year in document storage costs. Employees are working more productively by using Office 365 and the SideKick 365 DCM app to automate document uploads to online storage.

DeSantis Landscapes: Firm stays nimble, saves 30 to 50 hours a week with Office 365

DeSantis Landscapes filmed their own Office 365 story on a Nokia Lumia 1020.

Read More!!

Wednesday, June 25, 2014

Montgomery County: Better service for my team, county colleagues, and our citizens through Office 365

Today’s post was written by Lisa Tolomeo, Client Services Manager for Montgomery County, PA
Picture of Lisa TolomeoLisa is increasing her responsiveness to team members and internal customers, thereby improving public service. Read her story and learn how Lisa keeps lines of communication open and stays flexible to react to technology emergencies and help county employees continue to deliver excellent service to their community.

Sunday, June 15, 2014

SharePoint Online (Office 365) Development - Part 3

1. Open App.js in editor. Add two new variables at the top:

 var context = SP.ClientContext.get_current();  
 var user = context.get_web().get_currentUser();  
 var web = context.get_web();  
 var lists = web.get_lists();  

Thursday, June 12, 2014

Office 365 Developer Podcast: Episode 002 with Radi Atanassov

At the European SharePoint Conference in May 2014 in Barcelona, Jeremy Thake caught up with Radi Atanassov about why OAuth is important to developers in the new App Model.
In SharePoint 2013, the OAuth authentication and authorization flow for apps involves a series of interactions between your app, SharePoint 2013, the authorization server, and the end user at runtime. 

Tuesday, June 10, 2014

SharePoint Online (Office 365) Development - Part 2

If you have worked with JQuery before, the syntax will be familiar to you. When the app loads, getUserName() method is called. It loads user properties in the context object. onGetUserNameSuccess() method displays the user name on the screen. All you have to do is append “Hello World” after the user name.

Tuesday, June 3, 2014

SharePoint Online (Office 365) Development - Part 1

SharePoint Online provides a robust, flexible development environment for developers to create custom solutions. SharePoint Online is a cloud based service, hosted by Microsoft, for businesses of all sizes. Instead of installing and deploying SharePoint server on premises, businesses can simply subscribe to SharePoint Online to provide their employees with an enterprise grade solution to create sites to share documents with colleagues, partners, and customers. SharePoint Online provides the following features:

Thursday, May 29, 2014

The Garage Series for Office 365: Achieving the ‘impossible’ to extend SharePoint using the new app model

Some developers may say that full trust code is required to do things in SharePoint like branding OneDrive for Business sites, building people pickers or timer jobs. This week Jeremy Chapman and Richard diZerega return to the city known for making the impossible possible – Las Vegas – to see if there are ways to build out these common developer requests in SharePoint using the new app model.

Read More!!