Thursday, September 22, 2016

SharePoint Definitions - Common

The below are some common SharePoint definitions that are often asked:

Active Directory - a directory service from Microsoft utilized in SharePoint for grouping user login accounts in named groups.
Activities -  tracked updates related to a specific user. They are often related to the users social interaction within SharePoint (such as tagging, rating, etc).
Check-out: To lock a file while editing it to prevent others from overwriting or editing it inadvertently. Only the user who checks out a document can edit the document.
Content Type - a named and uniquely identifiable collection of settings and fields that store metadata for individual items in a SharePoint list. One or more content types can be associated with a list, which restricts the contents to items of those types.
Document Library - a configurable list in which documents and folders can be stored. The document library has special settings above and beyond a folder such as versioning settings, workflow settings, and information policies.
Follow - ability to subscribe to receive that user’s updates.
Hash tag – way to organize tweets. Users simply prefix a message with a hash tag to enable others to discover relevant posts. One commonly used hash tag is to utilize a user’s name example #Kevin O’Neill.
Home Page: A Home Page is the main page of a SharePoint web site; it provides a navigational structure that links the site components together. The home page has two major navigational areas: the top link bar and the quick launch bar.
Library: A library stores files as well as information about files. You can control how documents are viewed, tracked, managed and created in libraries.
List: A list is similar to a library, except that it is a collection of information where a team or department can store, share and manage information (not files).
Metadata - data about data. Metadata describes how and when and by whom a particular set of data was collected, and how the data is formatted.
mySite/OneDrive – a single page portal that contains the user’s personal sites, links, etc. My Site consists of both a public and private view. The private view is intended as a personal workplace for the individual end user. The public view, on the other hand, acts like a business card that can be accessed by other portal users.
Page – used to display or summarize information and links within a site or sites.
Public Site - a site created in SharePoint which is available to all users as well as the information it contains is relevant to all users.
Private Site - a site created in SharePoint which is available to targeted designated users as the information it contains is relevant to only members of a said team or project.
SharePoint Designer - a tool which allows administrators to modify pages, and customize their SharePoint sites in more powerful ways than the out of the box graphical user interface.
Site - a complete web site stored in a named leaf of the top-level Web site.
Subsite - a named subdirectory of the top-level Web site that is a complete Web site. Each sub site can have independent administration, authoring, and browsing permissions from the top-level Web sites and other subsites.
Survey - a Web site component that enables users to respond to a set of questions specified by the creator of the survey. Results are tallied in a graphical summary. Surveys provide a way to poll portal users for input on a subject. Surveys support a wide variety of response types from simple Yes/No answers to free-form text.
Tag - keywords that are assigned to content. Tagging pages to share with others is social bookmarking.
Term Set – a designated listing of metadata tags to be utilized for a particular area, department, project or initiative.
Versioning: The process of creating a numbered copy of a file or an item whenever a revision is saved to the library or list.
Web Part: Web parts are basic building blocks of a web part page. A Web Part can be reused, shared and personalized by all users who have permission to access it.
Web Part Page: a special type of page on a SharePoint site that contains one or more web parts.
Workflow - the automation of business processes, where business documents and tasks are passed automatically from one user to another for action, according to a set sequence.

SharePoint 2013 Survey Word Wrapping with CSS


The other day – I had a user request asking how in a SharePoint 2013 survey – it’s possible to turn word-wrapping on – in regard to the text in questions?

So knowing that the master page being utilized was customized – I cobbled through some search sites and found bits and pieces of what was needed to obtain the text wrapping.

Therefore, to fully implement this – here are the steps to follow:

  1. From the opening page of the survey whose page is overview.aspx click the Respond to this Survey link.
  2. Then from the Gear select Edit page -> click the link Add a Web Part -> Media and Content -> Content Editor -> click Add.
  3. On the right hand side – click the drop down arrow and select Edit Web Part:
  4. Place the cursor into the content section of the web part
     -> in the ribbon select Edit Source.
    5) Copy and paste in the code below into the window and click the OK button
    <style type="text/css">
    .ms-formlabel, ms-vb nobr {white-space: normal; width:660px;} #MSOZoneCell_WebPartWPQ2 .ms-formlabel {word-wrap:break-word;}
    </style>
  5. On the far right hand side under the Content Editor properties expand the Layout then place a checkmark next to Hidden:
  6. Scroll down then select on the right hand side – Apply then OK.
  7. Click in the ribbon the Page tab -> Stop Editing -> Stop Editing. The first page of the survey provided the code was entered correctly should now display the word wrapping.
  8. If the survey has page separators meaning it will have more than one page – then click Next.
  9. Repeat steps 2-7 for each page separation and now word wrapping will be present across the full survey.

Saturday, September 17, 2016

SharePoint 2016 Server Preview Installation

https://www.amazon.com/dp/B015AOY2CM


The SharePoint world is always exciting and installing SharePoint is always filled with wonder on what will occur during the setup. In this guide a real world step-by-step of what was done and happened when installing a SharePoint 2016 preview edition on a single virtual machine are reviewed.



SharePoint Skill Sets!!


SharePoint skills are so varied across the board – I’ve found – that since SharePoint is in
my view the world’s biggest jigsaw puzzle – that business users and technology
individuals need to play nice and understand the pros and cons of what is the best
scenario for a given situation.
That being said – I’ve learned a fair amount the last few years or so I’ve been involved
with SharePoint on the intricate nature of SharePoint via many scenarios.
The varying degree of user’s knowledge makes everyday a challenge for all of us whom
run a SharePoint farm. I know from talking too many that some users have good working
knowledge of SharePoint and can edit pages without incident and add and know what a
web-part is. Other users we can agree need to be told step by step or just rely on content
editors to do simple tasks even though they are indeed content contributors.
Thus, it’s a known fact with even with constant screen shots and education classes made
available – it’s a lot of times a lost cause.
Moving up the ladder – the same holds true for those that claim they are SharePoint
developers or SharePoint administrators. In my travels – some whom claim they are.
SharePoint administrators can only do basic content entry and permissions. The notion of
server maintenance and editing a web.config is taboo. A good SharePoint administrator in
my view should know how to configure webparts, create web applications and site
collections with ease and be able to fully run the SharePoint farm architecture amongst
other items.

In SharePoint developer mode the same holds true – individuals whom take third party
web parts and configure them consider themselves developers. In my view a good
SharePoint developer knows the full SharePoint object model, C#, SQL, the SharePoint
farm and advanced architecture techniques.
Thus, in conclusion – this topic opens the door for a fair amount of conversation and
panel discussion material. It can be stated that with better defined job descriptions and
education of the SharePoint jigsaw puzzle that the SharePoint community as a whole will
be better.
If so desired feel free to contact me and we can talk more on this subject :)

Top 10 checklist of items to follow in regards to a SharePoint deployment/project:


The following is a quick top 10 checklist of items to follow in regards to a SharePoint deployment/project:

1. Have a clear scope of what the project will entail and how much it will cost

2. Plan and design what features and functionality are being sought. If new server are needed then plan for storage and space and proper architecture for future growth

3. Create a project plan of each line item needed along with dates and resources. If the Agile process is being used map out the sprints as needed

4. Build and develop the needed solution/project

5. Test the solution not only by the development team but by the users as well

6. Make tweaks after getting user feedback

7. Train as many users as possible

8. Deploy the project after sponsor signoff

9. Maintain the system

10. Always be on the lookout for new versions and patches of what was built/deployed

Video:
 

The Art & War of SharePoint

https://www.amazon.com/dp/B01FYTV2AS


Managing SharePoint is similar to managing a war and therefore using ancient war tactics SharePoint can be tamed. Therefore, several key aspects are reviewed to guide you through the process of planning and managing the best SharePoint environment possible. Topics include planning/project planning, architecture, price, site migration(s), example points for manager/director/vice president meeting, being disciplined, estimating time, arranging and preparing, training, explaining, design plans, continuing to attack, lacking plans, learning, courage, taxonomy planning, productivity, enterprise content management, security model, information architecture, designing, measure of use, self-control, entice, using weapons wisely, building rapidly, being skill-fill, don’t be distant, collaborate with other teams, dividing and conquering, being adaptable, creating a workflow, handling users, being tactical, have to be clever, reward team members, energy, project manager, common content types, content migration, search plan, testing, governance, maintainability amongst other topics are discussed. The examples utilized are SharePoint 2013, 2016 and Office 365 based. As an added bonus each section provides a tales from the battlefield section with my own candid thoughts on each topic.

Friday, September 16, 2016

SharePoint 2016 Content Editor Instructor Guide

https://www.amazon.com/dp/B01HW3G5FQ

The world of SharePoint is an intricate one that many users need guidance on. Therefore, this guide is meant to be utilized by an individual whom will be reviewing via a demonstration format the core aspects that a general user who will be adding content to a site – will need to utilize. The guide can also be utilized by any individual interested in self-study learning the core and key aspects of SharePoint 2016.