All About SharePoint is a blog about SharePoint, InfoPath and related technologies. It was started in 2005 and has good readership in many countries. It covers SharePoint 2003, 2007, 2010, 2013, 2016 and Office 365. You can read articles, tips, tutorials and news. It has code samples and complete applications as well.
Showing posts with label office 365. Show all posts
Showing posts with label office 365. Show all posts
Monday, February 20, 2017
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!!
Read More!!
Labels:
Episode 019,
office 365,
Office Graph,
Waldek Mastykarz
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.
Labels:
Kennametal,
knowledge,
manufacturing leader,
office 365
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>>
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!!
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.
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

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!!
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!!
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.

Labels:
cost-effective,
dynamic,
government,
Montgomery County,
office 365,
responsive
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

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.
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

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!!
Read More!!
Subscribe to:
Posts (Atom)