SharePoint Forms & InfoPath Go with what you know

Size: px
Start display at page:

Download "SharePoint Forms & InfoPath Go with what you know"

Transcription

1 SharePoint Forms & InfoPath Go with what you know January 2015 Colin Phillips :: SharePoint MVP :: itgroove

2 Who I am: Colin Phillips My Background 16+ Years in Technology Today: SharePoint Consultant and MVP (with itgroove) Previously: 12 Years Developing Software, IT Infrastructure Projects, Workflows, and Many Other Related Topics B.Sc. in Computer Science from UVic My Socialness Blog: mmman.itgroove.net / Where to learn more cphillips@itgroove.net

3 InfoPath!? Are You Crazy? It s 2015! The Good, The Bad, The Ugly Seriously? InfoPath is dead, how can you be recommending it? Why isn t this presentation about how we should use another forms product instead? What s wrong with out of the box SharePoint column settings and calculated columns? Why shouldn t we just customize the out of the box SharePoint forms? Developers Rule! Surely there s some free JavaScript / jquery solution that can do the same thing

4 InfoPath is Dead Well, it is, isn t it? (Insert smirk here) Anyone who says this is simply not facing the facts. InfoPath does a lot of things, and it does them very well, even if it s a product that has a limited shelf life (depending on how you look at it). Quote: Glen Furnas at sharepoint-community.net: "Simply put, InfoPath is a multi-purpose product that s been put to use in a wide variety of ways, and no single alternative will ever replace it in all its roles. Ask around and see how many people are still using Windows XP. Now ask those same people about running XP this time last year, two years ago, even three upgrades happen slowly, and typically only when motivated.

5 So Let s All Calm Down and Think About This Rationally InfoPath is still a product in the current Office product suite (as of Jan 2015) A deprecated product is not a product that is EOL today, in fact, to quote the Office Team, InfoPath 2013 desktop client and InfoPath Forms Services for SharePoint Server 2013 will continue to be supported through 2023 There is no Microsoft offering yet released (even in beta even alpha!) that is designed in whole or in part to replace any portion of what InfoPath does Microsoft is aware there are literally millions of InfoPath forms in widespread use. They ll come up with a plan to handle migration in some form. Right?? Q.E.D InfoPath is not going away anytime soon

6 The Potential Future of Forms in the Microsoft World Microsoft Slide from SPC 2014

7 A Quick Look at FoSL (Yeah can we hire a new naming guy?) Is it / was it released? No ish. A question appears in the forums with this pic: Looking further at the roadmap is amusing Under In development Forms on SharePoint Lists This feature will allow for in-browser list form customization on top of SharePoint lists and will allow for in-browser list item editing without having to go to a different view as well as adding and rearranging list columns in the custom view. Apparently it was briefly released in Office 365 developer environments like a day or two? The More Info link takes you to a completely unrelated page with no mention of FoSL (not even the word form ) More on FoSL:

8 So Then, Why Not Another (3 rd Party) Forms Product? First reason To paraphrase The Simpsons; o Trying to get any of our customers to seriously consider a 3 rd party option has proven very difficult (regardless of the ROI) o Why pay for some third party product when you already have a powerful tool at your disposal? (Hint: InfoPath) o Thus far, only InfoPath has all the power on premise as well as online. Third party Office 365 solutions leave somewhat The finger thing means the money! to be desired (often much more than somewhat).

9 What Are Some 3 rd Party Options? A reasonably complete list of options Product Available on Premises (2013) Available in Office 365 Nintex Forms Yes Yes Formotus Forms Yes, but not direct integration with SharePoint Yes, but not direct integration K2 SmartForms Yes Yes when combined with Workflow? KWizCom Yes No SPForm Yes Yes (different name & functionality) PDF ShareForms Yes No Forms7 Yes (in version ) No Dell Quick Apps Um yes? Their website was really unclear No 5 Alternatives to InfoPath for SharePoint forms (from ShareGate):

10 Why Not Just Use the Out of the Box SharePoint Columns / Forms Hello? Anyone? When talking seriously about what SharePoint can do with just modifying the column settings, you start to run out of options fairly quickly. Yes, mostly all the column types you could want are there, but the logic rules you can apply to the columns is severely limited There s no concept of views Depending on your column choices early on, this can adversely affect downstream behaviours (things like Business Intelligence) these can be mitigated with form tools; like InfoPath

11 Why Not Just Customize the Out of the Box SharePoint Forms? It s Just ASP.net. First off if you have a developer on staff that has the skills to customize these great, this is a possible option. Almost none of our customers (regardless of size) have this option. Two of the major downsides of customizing out of the box SharePoint forms are maintainability and upgradability. If you re afraid of the upgradability future of InfoPath forms, don t kid yourself, ASP.net forms aren t going to be any easier to upgrade. Additionally, MS will most likely provide an upgrade path for InfoPath forms you re on your own with custom built forms.

12 What About Some Free JavaScript / jquery Solution? Good luck with that! Remember that thing in v ? A free solution is never a free ($0) solution What happens when your developer leaves will new changes ever be possible? Finding new talent (hiring that same skill set) to take over a role can be difficult and/or expensive Developing your own talent can be time consuming and just as expensive, and then what do you do when they leave? You can always farm it out to an overseas agency and end up with something that doesn t do anything that resembles your needs Above: From a presentation on implementing an open source solution at the College of Charleston

13 Ok, Ok, So Why InfoPath? At its most basic, InfoPath can be used: To create custom stand alone forms. The XML format is easy for developers to work with. To create custom forms for SharePoint lists. These forms save their data back into SharePoint as a list item with the data saved as the items columns. To create custom forms in SharePoint libraries. These forms save their data as a file in a SharePoint library. Data can be moved in / out of the forms by promoting columns. To create workflow forms in both SharePoint Designer and Visual Studio workflows.

14 Reasons to Use InfoPath Rich editor to create a form that can look like anything you want. Rules based business logic to hide, show, format and validate fields. External connectivity to offer dropdown lists populated from SharePoint lists, SQL server and many other sources. While a forms designer needs a licensed copy of InfoPath, the end user only needs a web browser. Users do not need any InfoPath product or version if the forms are hosted in the Enterprise Edition of SharePoint 2007, 2010 or No knowledge of JavaScript, jquery, XML, HTML or CSS needed to create custom forms and custom validation. Multiple views of data. Example: A user might see 50 fields when filling out the form. The approvers might see a 10 field summary and after approval or rejection the user might only see 2 fields and a comments field. Optional bidirectional data (edit a property in the InfoPath form and it updates in the library metadata, edit library metadata and it updates in the InfoPath form - great for workflows!) From:

15 But (There s Always a But) The Future is Rather Muddy InfoPath vs Forms Services InfoPath is supported until 2023 but there is no such policy in place for Forms Services On Premises SharePoint vnext will likely drop support for Forms Services How will users / enterprises obtain InfoPath in the future? InfoPath won t be in Office vnext, so how do you maintain older forms? Office subscription models are changing and phasing it out Becoming a standalone (discontinued) product? InfoPath 2013 Dec 2014 Hotfix: Users can submit data to messages when they install InfoPath 2013 side by side with future versions of Microsoft Office Will it become free like Money and Flight Simulator Turbulent times ahead, but InfoPath forms will live on for a long time, regardless

16 A Few Keys to Success With Any Form You Create Don t take on a form you know you can t create Learn what the tool is capable of first & apply that in practice Don t be afraid to say I don t know Try stuff out in a safe area (sandbox) before committing to a yes or no InfoPath isn t going to solve world hunger *anymore*, don t think it s capable of anything or everything Understand what your customer wants and draw it out in a very simple format you can both agree to it s a lot easier to change paper than what s on screen Colour, graphics, sexy fonts, flare that s&%t can go a long way

17 Summary InfoPath isn t going to be easy to replace and the motivation to go back and change old forms will follow the arc of a slow moving train InfoPath is still a great product. It does a lot of things really well. It will remain a viable option for the foreseeable future Until we start to see more out of the folks over at Microsoft regarding the future of forms (life after InfoPath), my advice is to continue using InfoPath as it s still an awesome tool, and it accomplishes a great deal of tasks all in a single package

18 Questions? Contact Info Colin Phillips blog: mmman.itgroove.net

SharePoint 2016. What's New, What's Not. Colin Phillips :: SharePoint MVP & Consultant :: itgroove

SharePoint 2016. What's New, What's Not. Colin Phillips :: SharePoint MVP & Consultant :: itgroove SharePoint 2016 What's New, What's Not Colin Phillips :: SharePoint MVP & Consultant :: itgroove Bruce Smith :: SharePoint Consultant & IM Advisor :: itgroove 1 Who I am (part I): Colin Phillips My Background

More information

Getting Started with SharePoint Three projects. Legislative Service Center (LSC) Homepage Employee Bulletin Board CMS to SharePoint Migration

Getting Started with SharePoint Three projects. Legislative Service Center (LSC) Homepage Employee Bulletin Board CMS to SharePoint Migration Tom A. Puleo Legislative Service Center State of Washington NALIT 2008 Getting Started with SharePoint Three projects Legislative Service Center (LSC) Homepage Employee Bulletin Board CMS to SharePoint

More information

How to publish your PowerPoint presentation online

How to publish your PowerPoint presentation online How to publish your PowerPoint presentation online Blog Post Date: September 9 th, 2013 Category: Presentation skills Author: Ulrika Hedlund Source: http://www.businessproductivity.com/how-to-publish-your-powerpoint-presentation-online

More information

How to Combine Jive and SharePoint to Create an Enterprise Social Collaboration Solution

How to Combine Jive and SharePoint to Create an Enterprise Social Collaboration Solution } How to Combine Jive and SharePoint to Create an Enterprise Social Collaboration Solution { Whitepaper: How to Combine Jive and SharePoint to Create an Enterprise Social Collaboration Solution Page 1

More information

Migrating to SharePoint 2013

Migrating to SharePoint 2013 Migrating to SharePoint 2013 A COMPARISON OF ITS IMPACTS ON NINTEX WORKFLOW AND K2 BLACKPEARL DAN TURNER AND TONY FARRELL Contents Executive Summary - 3 - Introduction - 3 - The Challenge - 3 - Workflow

More information

Figure 1 responsive grid system for all view ports, from desktops, tablets and smart phones

Figure 1 responsive grid system for all view ports, from desktops, tablets and smart phones Pimp your SharePoint with Uihiro our front-end framework for developing responsive, on-prem, hybrid, pure Office 365 and mobile ready projects. Our theming engine provides a rich repeatable design experience

More information

Regulated Documents. A concept solution for SharePoint that enables FDA 21CFR part 11 compliance when working with digital documents

Regulated Documents. A concept solution for SharePoint that enables FDA 21CFR part 11 compliance when working with digital documents Regulated Documents A concept solution for SharePoint that enables FDA 21CFR part 11 compliance when working with digital documents Contents Life science industry challenges Regulated Documents our service

More information

Migration Options for SharePoint 2013: Consider Your Options Carefully By Steven Pogrebivsky, CEO at MetaVis Technologies

Migration Options for SharePoint 2013: Consider Your Options Carefully By Steven Pogrebivsky, CEO at MetaVis Technologies Migration Options for SharePoint 2013: Consider Your Options Carefully By Steven Pogrebivsky, CEO at MetaVis Technologies I expect to see Microsoft announce the official release of SharePoint 2013 any

More information

WORKFLOWS & FORMS DEPLOYMENT. presented by

WORKFLOWS & FORMS DEPLOYMENT. presented by WORKFLOWS & FORMS DEPLOYMENT presented by Table of Contents Introduction What Are Workflows What s Nintex? And The Question Is The Current Process The Risks of This Process Is It Better With Nintex & Sharegate?

More information

Microsoft SQL Server 2012 - Review

Microsoft SQL Server 2012 - Review Microsoft Cert Kit Catalogue 1 Microsoft Cert Kit Page 3 Windows Page 4 Server 2012 and 2008 Page 5 SQL Server 2012 Page 6 Page 7 Page 8 Page 9 Page 10 Page 11 Page 12 Cloud Messaging Communication SharePoint

More information

SharePoint in Its Most Basic Terms. An Information Worker's Introduction

SharePoint in Its Most Basic Terms. An Information Worker's Introduction SharePoint in Its Most Basic Terms An Information Worker's Introduction About me @jennifermason Let s Keep in Touch! Email Twitter Blog jennifer.mason@rackspace.com @jennifermason http://jenniferannmason.com

More information

AppDev OnDemand Microsoft Development Learning Library

AppDev OnDemand Microsoft Development Learning Library AppDev OnDemand Microsoft Development Learning Library A full year of access to our Microsoft Develoment courses, plus future course releases included free! Whether you want to learn Visual Studio, SharePoint,

More information

Implementing and Administering an Enterprise SharePoint Environment

Implementing and Administering an Enterprise SharePoint Environment Implementing and Administering an Enterprise SharePoint Environment There are numerous planning and management issues that your team needs to address when deploying SharePoint. This process can be simplified

More information

SHAREPOINT 2016 POWER USER BETA. Duration: 4 days

SHAREPOINT 2016 POWER USER BETA. Duration: 4 days SHAREPOINT 2016 POWER USER BETA Duration: 4 days Overview This course delivers the complete site owner story from start to finish in an engaging and practical way to ensure you have the confidence to plan

More information

SharePoint, Is IT Time to Move to the Cloud? Minnesota County IT Leadership Association July 15 th, 2015

SharePoint, Is IT Time to Move to the Cloud? Minnesota County IT Leadership Association July 15 th, 2015 SharePoint, Is IT Time to Move to the Cloud? Minnesota County IT Leadership Association July 15 th, 2015 Donald Donais Avtex Sr. Consultant - SharePoint ddonais@avtex.com Blog Tales from IT Side Twitter

More information

Day 1 - Technology Introduction & Digital Asset Management

Day 1 - Technology Introduction & Digital Asset Management SharePoint Developers Academy 2010 Course Syllabus Introduction Day 1 - Technology Introduction & Digital Asset Management 1. Kick Start a. Participant Introductions b. Course Overview c. Training Goals

More information

OS/BROWSER/ OFFICE COMPATIBILITY

OS/BROWSER/ OFFICE COMPATIBILITY APPENDIX B OS/BROWSER/ OFFICE COMPATIBILITY Windows SharePoint Services 3.0 and Office SharePoint Server 2007 share similar technology requirements. This appendix provides an overview of how SharePoint

More information

SharePoint 2007 & 2010 (and Office 365!) Customization for Site Owners End User / Dev (100/200)

SharePoint 2007 & 2010 (and Office 365!) Customization for Site Owners End User / Dev (100/200) Welcome SharePoint Saturday Columbus 8/20/2011 SharePoint 2007 & 2010 (and Office 365!) Customization for Site Owners End User / Dev (100/200) Or, Mike s bag of tricks (see TechTrainingNotes.blogspot.com

More information

Introduction to Business Process

Introduction to Business Process Introduction to Business Process Microsoft Office SharePoint Server 2007 provides many features that can help you integrate and streamline your business processes: Browser-based forms created by using

More information

RESPONSES TO QUESTIONS AND REQUESTS FOR CLARIFICATION Updated 7/1/15 (Question 53 and 54)

RESPONSES TO QUESTIONS AND REQUESTS FOR CLARIFICATION Updated 7/1/15 (Question 53 and 54) RESPONSES TO QUESTIONS AND REQUESTS FOR CLARIFICATION Updated 7/1/15 (Question 53 and 54) COLORADO HOUSING AND FINANCE AUTHORITY 1981 BLAKE STREET DENVER, CO 80202 REQUEST FOR PROPOSAL Intranet Replacement

More information

Understanding SharePoint Development Choices

Understanding SharePoint Development Choices Understanding SharePoint Development Choices SharePoint is an incredibly powerful platform that can support a wide variety of business scenarios. While many solutions can be configured using out of the

More information

> Define the different phases of K2 development, including: understand, model, build, maintain and extend

> Define the different phases of K2 development, including: understand, model, build, maintain and extend This course concentrates on K2 blackpoint from a SharePoint Site Collection owners perspective, that is, a person who already has a basic understanding of SharePoint concepts and terms before attending

More information

SharePoint Designer 2013 vs Workbox. Prepared by JMS

SharePoint Designer 2013 vs Workbox. Prepared by JMS SharePoint Designer 2013 vs Workbox Prepared by JMS Contents Overview... 3 SharePoint Designer 2013... 4 Introduction... 4 Behind the Scenes... 5 Datapolis Workbox 2013... 7 Introduction... 7 Behind the

More information

2 Introduction to Nintex Workflow

2 Introduction to Nintex Workflow 2 Introduction to Nintex Workflow What is Nintex Workflow? Nintex Workflow is a product created by Nintex, their started in Australia and are now based in the USA. They have also locations in England,

More information

December 2014 Using InfoPath 2013 Webinar. Introduction to using Microsoft InfoPath to build powerful SharePoint forms

December 2014 Using InfoPath 2013 Webinar. Introduction to using Microsoft InfoPath to build powerful SharePoint forms December 2014 Using InfoPath 2013 Webinar Introduction to using Microsoft InfoPath to build powerful SharePoint forms Tom Robbins MCT, MCSE, MCITP VP of SharePoint Practice at ASPE SharePoint Evangelist

More information

LET K2 SHOW YOU WHAT MICROSOFT SHAREPOINT CAN REALLY DO

LET K2 SHOW YOU WHAT MICROSOFT SHAREPOINT CAN REALLY DO LET K2 SHOW YOU WHAT MICROSOFT SHAREPOINT CAN REALLY DO WHY K2 APPIT FOR SHAREPOINT OUTPERFORMS OTHER SOLUTIONS WHAT S MISSING FROM SHAREPOINT? Microsoft SharePoint 2013 has a lot of great new features,

More information

Microsoft Office Programs and SharePoint Products and Technologies Integration Fair, Good, Better, Best

Microsoft Office Programs and SharePoint Products and Technologies Integration Fair, Good, Better, Best Microsoft Office Programs and SharePoint Products and Technologies Integration Fair, Good, Better, Best White Paper April 2007 For the latest information, go to http://www.microsoft.com/office for Office

More information

MIGRATION SERVICES MIGRATION SERVICES

MIGRATION SERVICES MIGRATION SERVICES MIGRATION SERVICES Our team of 100 carefully selected technology professionals average 10+ years of experience per engineer across a broad spectrum of disciplines, including network infrastructure, cloud

More information

Karuana Gatimu, ECMp Business Solution Architect karuana@sharepointstrategist.com @karuana. SharePoint Overview. What, Why, When and Where The Basics

Karuana Gatimu, ECMp Business Solution Architect karuana@sharepointstrategist.com @karuana. SharePoint Overview. What, Why, When and Where The Basics Karuana Gatimu, ECMp Business Solution Architect karuana@sharepointstrategist.com @karuana SharePoint Overview What, Why, When and Where The Basics Business Solution Architect with 20 years experience

More information

Please contact Cyber and Technology Training at (410)777-1333/technologytraining@aacc.edu for registration and pricing information.

Please contact Cyber and Technology Training at (410)777-1333/technologytraining@aacc.edu for registration and pricing information. Course Name Start Date End Date Start Time End Time Active Directory Services with Windows Server 8/31/2015 9/4/2015 9:00 AM 5:00 PM Active Directory Services with Windows Server 9/28/2015 10/2/2015 9:00

More information

SharePoint. Governance. Benjamin Niaulin

SharePoint. Governance. Benjamin Niaulin SharePoint Governance By Benjamin Niaulin ABOUT THE AUTHOR Benjamin Niaulin @bniaulin Geek and SharePoint MVP, Benjamin has been around the globe helping people reach their goals by simplifying SharePoint.

More information

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms InfoPath 2013 Web Enabled (Browser) forms Creating Web Enabled

More information

SharePoint Information Architecture: The Tools of the Trade By Steven Pogrebivsky, CEO at MetaVis Technologies

SharePoint Information Architecture: The Tools of the Trade By Steven Pogrebivsky, CEO at MetaVis Technologies SharePoint Information Architecture: The Tools of the Trade By Steven Pogrebivsky, CEO at MetaVis Technologies A fair amount of work goes into the role of a SharePoint Information Architect. And every

More information

Wrap Up. SPLUG Meeting 24/04/14 franck.silvestre@c-dev.eu

Wrap Up. SPLUG Meeting 24/04/14 franck.silvestre@c-dev.eu Wrap Up SPLUG Meeting 24/04/14 franck.silvestre@c-dev.eu SPC14 Wrap Up - Agenda Keynote Highlights IT Pro Highlights Dev Highlights Identity & Access Mgmt User Adoption Summary 24-Apr-14 SPLUG Meeting

More information

MSSQL quick start guide

MSSQL quick start guide C u s t o m e r S u p p o r t MSSQL quick start guide This guide will help you: Add a MS SQL database to your account. Find your database. Add additional users. Set your user permissions Upload your database

More information

How to get MOSS 2007 dev. environment set up in Vista with sample project.

How to get MOSS 2007 dev. environment set up in Vista with sample project. How to get MOSS 2007 dev. environment set up in Vista with sample project. 1. Download MOSS 2007 SP1 setup file from Microsoft. Or use the OfficeServerwithSP1.exe file in the installers folder. 2. Download

More information

Windows SharePoint Services Operations Guide. Robert Crane Computer Information Agency http://www.ciaops.com

Windows SharePoint Services Operations Guide. Robert Crane Computer Information Agency http://www.ciaops.com Windows SharePoint Services Operations Guide By Robert Crane Computer Information Agency http://www.ciaops.com Terms This Windows SharePoint Services Operations Guide (WSSOPS) from the Computer Information

More information

SharePoint & InfoPath What is it and how can you use it?

SharePoint & InfoPath What is it and how can you use it? SharePoint & InfoPath What is it and how can you use it? Marcel Meth marcelmeth@mathft.com @marcelmeth http://www.linkedin.com/in/marcelmeth 5/13/2014 SharePoint & InfoPath - Marcel Meth 1 History of SharePoint&

More information

Course: 10174B: Configuring and Administering Microsoft SharePoint 2010

Course: 10174B: Configuring and Administering Microsoft SharePoint 2010 Course: 10174B: Configuring and Administering Microsoft SharePoint 2010 Description: This five-day instructor-led course teaches students how to install, configure, and administer Microsoft SharePoint

More information

Working with Structured Data in Microsoft Office SharePoint Server 2007 (Part1): Configuring Single Sign On Service and Database

Working with Structured Data in Microsoft Office SharePoint Server 2007 (Part1): Configuring Single Sign On Service and Database Working with Structured Data in Microsoft Office SharePoint Server 2007 (Part1): Configuring Single Sign On Service and Database Applies to: Microsoft Office SharePoint Server 2007 Explore different options

More information

70-243: Administering and Deploying System Center 2012 Configuration Manager. 70-246: Monitoring and Operating a Private Cloud with System Center 2012

70-243: Administering and Deploying System Center 2012 Configuration Manager. 70-246: Monitoring and Operating a Private Cloud with System Center 2012 62-193: Technology Literacy for Educators 70-243: Administering and Deploying System Center 2012 Configuration Manager 70-246: Monitoring and Operating a Private Cloud with System Center 2012 70-247: Configuring

More information

"Charting the Course...... to Your Success!" MOC 10174 B Configuring and Administering Microsoft SharePoint 2010. Course Summary

Charting the Course...... to Your Success! MOC 10174 B Configuring and Administering Microsoft SharePoint 2010. Course Summary Description Course Summary This five-day instructor-led course teaches students how to install, configure, and administer Microsoft SharePoint and also how to manage and monitor sites and users by using

More information

FORMS & WORKFLOW SHAREPOINT 2010. Practical Discussion

FORMS & WORKFLOW SHAREPOINT 2010. Practical Discussion FORMS & WORKFLOW SHAREPOINT 2010 Practical Discussion Agenda Introduction Workflow Business Problems General Scenarios / Approaches What Is It? Specifics, Pitfalls, and Recommendations Forms Business Problems

More information

Pivot Charting in SharePoint with Nevron Chart for SharePoint

Pivot Charting in SharePoint with Nevron Chart for SharePoint Pivot Charting in SharePoint Page 1 of 10 Pivot Charting in SharePoint with Nevron Chart for SharePoint The need for Pivot Charting in SharePoint... 1 Pivot Data Analysis... 2 Functional Division of Pivot

More information

HTML5 & Digital Signage

HTML5 & Digital Signage HTML5 & Digital Signage An introduction to Content Development with the Modern Web standard. Presented by Jim Nista CEO / Creative Director at Insteo HTML5 - the Buzz HTML5 is an industry name for a collection

More information

Developing Microsoft SharePoint Server 2013 Core Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Course 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions Course Details Course Outline Module 1: SharePoint as a Developer Platform This module examines different approaches that can be

More information

Web Design Contract. Summary: What do both parties agree to do? Date: [date] Between us [company name] and you [customer name]

Web Design Contract. Summary: What do both parties agree to do? Date: [date] Between us [company name] and you [customer name] Web Design Contract Date: [date] Between us [company name] and you [customer name] Summary: We ll always do our best to fulfil your needs and meet your expectations, but it s important to have things written

More information

Installation & User Guide

Installation & User Guide SharePoint List Filter Plus Web Part Installation & User Guide Copyright 2005-2009 KWizCom Corporation. All rights reserved. Company Headquarters P.O. Box #38514 North York, Ontario M2K 2Y5 Canada E-mail:

More information

(55042A) SharePoint 2013 Business Intelligence

(55042A) SharePoint 2013 Business Intelligence (55042A) SharePoint 2013 Business Intelligence OBJECTIVE This three-day instructor-led course provides students with the necessary knowledge to work with all the associated SharePoint business intelligence

More information

Data Storage. Deploying Packaged Apps

Data Storage. Deploying Packaged Apps Data Storage Deploying Packaged Apps Higher Cost & More Control Infrastructure Traditional On-Premise Runtime Runtime You manage Applications Build Applications Runtime Runtime Middleware Middleware Database

More information

Workshop 2: Empowering a Self-Service Organization through Forms & Workflows Jennifer Ann Mason

Workshop 2: Empowering a Self-Service Organization through Forms & Workflows Jennifer Ann Mason Workshop 2: Empowering a Self-Service Organization through Forms & Workflows Jennifer Ann Mason Rackspace Hosting Produced by: Supported by: What I ll Cover Getting Started! The Basics of Forms Automating

More information

Web App Development Session 1 - Getting Started. Presented by Charles Armour and Ryan Knee for Coder Dojo Pensacola

Web App Development Session 1 - Getting Started. Presented by Charles Armour and Ryan Knee for Coder Dojo Pensacola Web App Development Session 1 - Getting Started Presented by Charles Armour and Ryan Knee for Coder Dojo Pensacola Tools We Use Application Framework - Compiles and Runs Web App Meteor (install from https://www.meteor.com/)

More information

.NET. Workflow Solutions. For ABSTRACT: By Owens Gollamandala

.NET. Workflow Solutions. For ABSTRACT: By Owens Gollamandala .NET Workflow Solutions For ABSTRACT: By Owens Gollamandala Workflows are available within Microsoft SharePoint, and help users track and monitor documents or files associated with a specific business

More information

Team Foundation Server 2013 Installation Guide

Team Foundation Server 2013 Installation Guide Team Foundation Server 2013 Installation Guide Page 1 of 164 Team Foundation Server 2013 Installation Guide Benjamin Day benday@benday.com v1.1.0 May 28, 2014 Team Foundation Server 2013 Installation Guide

More information

Twitter the love to #smbnation and #gs103 My twitter handle = directorcia Survey forms. Questions at the end.

Twitter the love to #smbnation and #gs103 My twitter handle = directorcia Survey forms. Questions at the end. Twitter the love to #smbnation and #gs103 My twitter handle = directorcia Survey forms. Questions at the end. What customers want Why SharePoint is critical World of Web Apps With Office 2010 Deployment

More information

The Recipe for Sarbanes-Oxley Compliance using Microsoft s SharePoint 2010 platform

The Recipe for Sarbanes-Oxley Compliance using Microsoft s SharePoint 2010 platform The Recipe for Sarbanes-Oxley Compliance using Microsoft s SharePoint 2010 platform Technical Discussion David Churchill CEO DraftPoint Inc. The information contained in this document represents the current

More information

K2 Appit for SharePoint and SharePoint 2013 TECHNICAL COMPARISON

K2 Appit for SharePoint and SharePoint 2013 TECHNICAL COMPARISON K2 Appit for SharePoint and SharePoint 2013 TECHNICAL COMPARISON SharePoint 2013 includes some improvements to its workflow capabilities, including an independent workflow engine called Workflow Manager

More information

How To Develop A Mobile App With Phonegap

How To Develop A Mobile App With Phonegap Introduction to Mobile Development with PhoneGap Yeah it s pretty awesome. Who is this guy? Andrew Trice Technical Evangelist, Adobe atrice@adobe.com http://tricedesigns.com @andytrice http://github.com/triceam

More information

UF Health SharePoint 2010 Document Libraries

UF Health SharePoint 2010 Document Libraries UF Health SharePoint 2010 Document Libraries Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 SharePoint 2010 Document Libraries 1.5 Hours 1.0 Shared Network

More information

Course 10174B: Configuring and Administering Microsoft SharePoint 2010

Course 10174B: Configuring and Administering Microsoft SharePoint 2010 www.etidaho.com (208) 327-0768 Course 10174B: Configuring and Administering Microsoft SharePoint 2010 5 Days About this Course This five-day instructor-led course teaches students how to install, configure,

More information

Google Docs, Sheets, and Slides: Share and collaborate

Google Docs, Sheets, and Slides: Share and collaborate Google Docs, Sheets, and Slides: Share and collaborate Once you've created your document, you can share it with others. Collaborators can then edit the same document at the same time you'll always have

More information

The Business Case For SharePoint 2010. Ian Woodgate

The Business Case For SharePoint 2010. Ian Woodgate The Business Case For SharePoint 2010 Ian Woodgate What I can t do Agenda Quick introduction to SharePoint 2010 How are other organisations using SharePoint? Components of a SharePoint business case Three

More information

SharePoint 2013. A Ten-Point Review of SharePoint 2013 vs. 2010 NICOLAS LAGROTTA NICOLAS LAGROTTA

SharePoint 2013. A Ten-Point Review of SharePoint 2013 vs. 2010 NICOLAS LAGROTTA NICOLAS LAGROTTA SharePoint 2013 A Ten-Point Review of SharePoint 2013 vs. 2010 NICOLAS LAGROTTA NICOLAS LAGROTTA Contents Introduction... 1 1. Development-Related Changes... 1 2. Licensing... 2 3. Site/Library Template

More information

Joostrap RWD Bootstrap Template

Joostrap RWD Bootstrap Template Joostrap RWD Bootstrap Template Step by Step Guide to Installing & Set-up Updated 17 th November 2012 Prepared by Philip Locke What is Joostrap?...3 JooStrap & The Basics...3 The Past & How Templating

More information

Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide

Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide Page 1 of 243 Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide (This is an alpha version of Benjamin Day Consulting, Inc. s installation

More information

Configuring and Administering Microsoft SharePoint 2010

Configuring and Administering Microsoft SharePoint 2010 Course 10174 : Configuring and Administering Microsoft SharePoint 2010 Page 1 of 7 Configuring and Administering Microsoft SharePoint 2010 Course 10174: 4 days; Instructor-Led Introduction This four-day

More information

Cloud V/S On-Premise

Cloud V/S On-Premise Business Solutions through Software Cloud V/S On-Premise 1 Introduction to SharePoint 2013: SharePoint 2013 comes with several features: Collaboration exists in every business. Everyday new tools and services

More information

SSRS Reporting Using Report Builder 3.0. By Laura Rogers Senior SharePoint Consultant Rackspace Hosting

SSRS Reporting Using Report Builder 3.0. By Laura Rogers Senior SharePoint Consultant Rackspace Hosting SSRS Reporting Using Report Builder 3.0 By Laura Rogers Senior SharePoint Consultant Rackspace Hosting About Me Laura Rogers, Microsoft MVP I live in Birmingham, Alabama Company: Rackspace Hosting Author

More information

RFQ 574-13 SharePoint Consultant Addendum 001 Issued November 22, 2013

RFQ 574-13 SharePoint Consultant Addendum 001 Issued November 22, 2013 RFQ 574-13 SharePoint Consultant Addendum 001 Issued November 22, 2013 Do you currently have resources to accommodate an environment for hands-on training? Yes. We have a training lab where each participant

More information

Building Mobile Applications

Building Mobile Applications THE ULTIMATE GUIDE TO Building Mobile Applications Understanding Strategy, Design and Effective Execution Table of Contents 1 2 3 4 5 6 7 Main Benefits of Mobile Apps Finding your Development Team Choosing

More information

Web Made Easy. Planning Session

Web Made Easy. Planning Session Web Made Easy Planning Session All good websites come from a good plan. Sounds redundant, but it's true. If you want to create a good and solid website, you need a good and solid plan. On a piece of notebook

More information

What is SharePoint? Collaboration Tool

What is SharePoint? Collaboration Tool The following is an excerpt from the forth coming SharePoint Shepherd s Guide for End Users 2010. For more information visit http://www.sharepointshepherd.com What is SharePoint? An old skit from Saturday

More information

Configuring and Administering Microsoft SharePoint 2010 Course 10174B; 5 Days, Instructor-led

Configuring and Administering Microsoft SharePoint 2010 Course 10174B; 5 Days, Instructor-led Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Configuring and Administering Microsoft SharePoint 2010 Course 10174B; 5

More information

Noramsoft Inc. Noramsoft Inc. SPT2O1O - Course Description. Developing Solutions with SharePoint Server 2010 SPT2010. Noramsoft Inc. Noramsoft Inc.

Noramsoft Inc. Noramsoft Inc. SPT2O1O - Course Description. Developing Solutions with SharePoint Server 2010 SPT2010. Noramsoft Inc. Noramsoft Inc. SharePoint Specialists and Trainers SharePoint Specialists and Trainers SPT2O1O - Course Description Developing Solutions with SharePoint Server 2010 Tél 1 - DEVELOPING SOLUTIONS SHAREPOINT SERVER 2010

More information

HTTP://WWW.ALWAYSBESHIPPING.CO

HTTP://WWW.ALWAYSBESHIPPING.CO Module 6 Outsourcing Running Time: 21 mins Outsourcing vs Outtasking We re talking about outsourcing in this part of module six. I want to get one thing very, very clear before we begin. There is outsourcing

More information

SharePoint 2013 The Essential Migration Process. in association with

SharePoint 2013 The Essential Migration Process. in association with SharePoint 2013 The Essential Migration Process in association with About Cygnet Infotech We are a global IT services & solutions provider. We provide custom software development services across technologies

More information

Outlook Data File navigate to the PST file that you want to open, select it and choose OK. The file will now appear as a folder in Outlook.

Outlook Data File navigate to the PST file that you want to open, select it and choose OK. The file will now appear as a folder in Outlook. Migrate Archived Outlook Items Outlook includes archiving functionality that is used to free up space on the mail server by moving older items from the mail server to PST files stored on your computer

More information

Getting started with your AppDev Microsoft Development Library

Getting started with your AppDev Microsoft Development Library Getting started with your AppDev Microsoft Development Library Learning Roadmaps AppDev s comprehensive Microsoft Development learning library allows you or your team to have access to in-depth courses

More information

SharePoint 2010 vs. SharePoint 2013 Feature Comparison

SharePoint 2010 vs. SharePoint 2013 Feature Comparison SharePoint 2010 vs. SharePoint 2013 Feature Comparison March 2013 2013 SUSAN HANLEY LLC SharePoint 2010 vs. 2013 From a document collaboration perspective, the structures of both versions are the same

More information

If you re a business owner looking for information on the cost of developing your own

If you re a business owner looking for information on the cost of developing your own What Does a Website Cost? This is a question that we field all day, every day. If you re a business owner looking for information on the cost of developing your own site (either using a service, or hiring

More information

IT Development Brokerage Service Information Brochure

IT Development Brokerage Service Information Brochure IT Service (NUIT) IT Ser IT Development Brokerage Service Information Brochure The brokerage service provides access to external specialist consultants for database design; SQL server administration and

More information

J O B D E S C R I P T I O N

J O B D E S C R I P T I O N J O B D E S C R I P T I O N SHAREPOINT DEVELOPER/LEAD Location: Directorate: Reports to: Grade: Canary Wharf Customer Services & Resources Applications Business Partner C JOB PURPOSE The post holder will

More information

*Not include in promotion. Update 12 November 2014

*Not include in promotion. Update 12 November 2014 ID. MICROSOFT WINDOWS 8 DAYS FEE PRE REQ JAN FEB MAR APR MAY JUN 20687D New! Configuring Windows 8.1 5 20,000 02-06 09-13 11-15 20688D New! Supporting Window 8.1 5 20,000 05-09 16-20 20-24 08-12 20689D

More information

Microsoft Technology Practice Capability document. WPF and Silverlight Building Rich Interactive Applications with XAML. Overview

Microsoft Technology Practice Capability document. WPF and Silverlight Building Rich Interactive Applications with XAML. Overview Microsoft Technology Practice Capability document Overview Microsoft has taken giant leaps in the Presentation Layer. WPF and Silverlight make use of XAML (extensible Application Markup Language) for definition

More information

SharePoint 2013 Migration Readiness

SharePoint 2013 Migration Readiness SharePoint 2013 Migration Readiness Decision Points around Migrating to SharePoint 2013 MARK ECKERT Contents Purpose... 1 SharePoint 2013 Implementation Options... 1 On-premise installation... 1 Cloud...

More information

WHAT IS AN APPLICATION PLATFORM?

WHAT IS AN APPLICATION PLATFORM? David Chappell December 2011 WHAT IS AN APPLICATION PLATFORM? Sponsored by Microsoft Corporation Copyright 2011 Chappell & Associates Just about every application today relies on other software: operating

More information

Deploying an Access Database to the Enterprise through Access Services in SharePoint 2013

Deploying an Access Database to the Enterprise through Access Services in SharePoint 2013 Deploying an Access Database to the Enterprise through Access Services in SharePoint 2013 Brian Fitch SharePoint & Application Development Practice Lead @ GNet Group Brian.Fitch@GNetGroup.com Tejpal Thatte

More information

Create an anonymous public survey for SharePoint in Office 365 - Ted Green, SharePoint Architect

Create an anonymous public survey for SharePoint in Office 365 - Ted Green, SharePoint Architect Create an anonymous public survey for SharePoint in Office 365 - Ted Green, SharePoint Architect Te One of the most asked for features I ve heard from companies over the years is a request to have a way

More information

SharePoint Apps model overview

SharePoint Apps model overview SharePoint Apps model overview new challenges, new architecture 23/04/2014 V1.0 Competitive forces We want to pay only for what we need! We want you to be quicker than wind! We want the better quality

More information

Nintex Workflow 2010 Installation Guide. Installation Guide. 2012 Nintex USA LLC, All rights reserved. Errors and omissions excepted.

Nintex Workflow 2010 Installation Guide. Installation Guide. 2012 Nintex USA LLC, All rights reserved. Errors and omissions excepted. Installation Guide 2012 Nintex USA LLC, All rights reserved. Errors and omissions excepted. Table of Contents 1. Installing Nintex Workflow 2010... 3 1.1 Run the Installer... 3 1.2 Deploy the Solution

More information

Trainer Preparation Guide for Course 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions Design of the Course

Trainer Preparation Guide for Course 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions Design of the Course Trainer Preparation Guide for Course 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions 1 Trainer Preparation Guide for Course 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions

More information

GyanSys Inc- Microsoft Case Studies:

GyanSys Inc- Microsoft Case Studies: GyanSys Inc- Microsoft Case Studies: Microsoft Project Training Custom Portal App Development Microsoft Project 2010 Training Development of a custom application to fulfill the requirement of client franchisee

More information

RESILIENT PRODUCT LIFECYCLE MANAGEMENT STRATEGIES & SOLUTIONS FOR FUTURE-PROOFING PLM

RESILIENT PRODUCT LIFECYCLE MANAGEMENT STRATEGIES & SOLUTIONS FOR FUTURE-PROOFING PLM RESILIENT PRODUCT LIFECYCLE MANAGEMENT STRATEGIES & SOLUTIONS FOR FUTURE-PROOFING PLM PLM systems hit the wall when they can t adapt to evolving business requirements and / or when they hold your business

More information

Volume Licensing reference guide. Microsoft Office

Volume Licensing reference guide. Microsoft Office Volume Licensing reference guide Microsoft Office Introduction This guide can help Microsoft Volume Licensing customers understand how the latest Microsoft Office suites are licensed through Microsoft

More information

RFP# 027-1516. ADDENDUM No. 1 Questions and Answers

RFP# 027-1516. ADDENDUM No. 1 Questions and Answers SPECIAL ADMINISTRATIVE BOARD OF THE TRANSITIONAL SCHOOL DISTRICT OF THE CITY OF ST. LOUIS Purchasing Department 801 North 11th Street Saint Louis, Missouri 63101 RFP# 027-1516 Website and Mobile App Development

More information

Interactive Module Uploading & Maintaining Websites

Interactive Module Uploading & Maintaining Websites Interactive Module Jason Mayo jason@madebyshape.co.uk This slideshow plus files used today, will be placed on: http://interactivesalford2012.tumblr.com Talking about... Preparing for Upload Domains Hosting

More information

10 Game-changing Features in Visual Studio 2013 for the ASP.NET Developer

10 Game-changing Features in Visual Studio 2013 for the ASP.NET Developer 10 Game-changing Features in Visual Studio 2013 for the ASP.NET Developer Contents Table of Contents 1. One ASP.NET 4 2. Security Configuration Made Simple 6 3. Scaffolding on Steroids 7 4. Say Goodbye

More information

Developing Secure Mobile Applications from SharePoint Presented by Seyfarth Shaw LLP and Something Digital

Developing Secure Mobile Applications from SharePoint Presented by Seyfarth Shaw LLP and Something Digital Developing Secure Mobile Applications from SharePoint Presented by Seyfarth Shaw LLP and Something Digital Glenn Ferrie Practice Manager Something Digital, LLC Mark Soriano Application Development Manager

More information

Course: SharePoint 2013 Business Intelligence

Course: SharePoint 2013 Business Intelligence Course: SharePoint 2013 Business Intelligence Course Length: 3 days Course Code: M55042 Description This three-day instructor-led course provides students with the necessary knowledge to work with all

More information

RIMS Community Microsite Content Management System Training

RIMS Community Microsite Content Management System Training RIMS Community Microsite Content Management System Training Table of Contents Site setup o Hands on Training: Configure your Contact Us page Content Management System o Navigation Items/Pages Overview

More information