SharePoint 2013 Create My Site, OneDrive reference: https://technet.microsoft.com/zh-cn/library/ee624362.aspx policy: https:// Technet.microsoft.com/zh-cn/library/cc262500.aspx
In Central administration, click Application Management, and then click Create Site collection.
Note When you specify quotas, configure sites, and locks, you have the option to create them.
selected
ObjectiveBy default, writing the SharePoint JavaScript client object model in vs2012/2013 does not have the IntelliSense feature, which is cumbersome to use; in fact, we can manually configure it so that JavaScript can be IntelliSense, Let's take a quick look at the whole process.1. Under Vs Tools, find the options option, find the javascript below the text editor, check the references below IntelliSense an
Since Image Rendering relies on other features in Sharepoint Server 2013, you must ensure that you meet the prerequisites in this section before proceeding with the procedures described in this article. Prerequisites:
? To add a website set in the form of Image Rendering, you must use the website set template of the publishing portal or product catalog to create a website set. Alternatively, you must enable
, below, the use of the JS script, give everyone a reference.AdvantagesCurrently testing, perfect support add and delete after the asynchronous load, support the day view, the Week view, the monthly view of the various switches, support the expansion and contraction of the project too much folding is the asynchronous load occurred;DisadvantagesOrange Is the default color, because the ECMAScript script is asynchronous, so the change will have a gradient effect, such as, you can see the change is
??Blog Address: Http://blog.csdn.net/FoxDavein this article we create and deploy a SharePoint provider-hosted application with Visual Studio. Open Visual Studio, create a new project, select a SharePoint application, and the name is Sharepointapp-providerhostedtest. type Select provider Hosting and click Next. leave the Default Web Forms application available and click Next. Select Use certificate, select t
Today, I stumbled across a book, Pro SharePoint Branding and responsive Web development, and saw the layout of the HTML5-based response in SharePoint 2013, and it was a simple attempt and it felt good. When a page is viewed on a different browser's viewable area, it is displayed in a non-identical CSS file so that the user can achieve the best possible experience
SharePoint site templates are a great feature that makes it easy for us to develop a class of web sites and then build two of them, which is important for SharePoint use.
Because the length is longer, therefore adds the catalogue, facilitates everybody to view:
Add a master page for a site template
Add a custom list to the site template
Third, add Visual webpart for site templates
1, add new items, sel
During SharePoint usage, it is often found that the need to format a document, before you see SharePoint 2013 having a service to convert a PPT to a PDF document, only to discover that SharePoint 2010 begins, There is a service to convert the Word document to PDF, which is good to use.
Let's take a look at this servic
SharePoint 2013 offers a lot of new features, so let's take a look at the ability to convert HTML pages to master pages. This feature makes it easier for designers to design Master pages and implement them in SharePoint, which is a very good feature. Come on, get to the point! ~
1, first, create a new HTML page, the effect of the following figure:
Preview Eff
then see Tp_login is the login name, Tp_title is the name value, Tp_email is an e-mail address, such as:We can execute the following update statement, which is updated as follows:UPDATE [TestResult].[dbo].[UserInfo] SetTp_title='Linyu' wheretp_id=25, some cases update the UserInfo table, the user information has been updated, but some special circumstances, but also need to update the user information list, it is necessary to update the Alluserdata table, such as:6, first through a query statem
This article describes how to troubleshoot SharePoint 2013 plus content database after a 404 error occurs.The author follows the manual steps of http://technet.microsoft.com/en-us/library/ff628582 (v=office.15). aspx to remove the old content database and attach the content database at the Central Administration site.However, there is a 404 error accessing the site.Later http://social.technet.microsoft.com/
Original: SharePoint 2013 prerequisites for Windows Server AppFabric installation Error1, for example, in the use of SharePoint2013 product preparation tools, online download installation windows Server AppFabric, error, click Finish restart the computer, re-install still error.2, helpless under, only choose manual installation, download good installation package, double-click installation;Installation is c
SharePoint 2013 obtains user and user attention information
1. The person who follows the application
Static void getfollowedusers (string username, string siteurl)
{
Using (spsite site = new spsite (siteurl ))
{
Spservicecontextcontext = spservicecontext. getcontext (SITE );
Userprofilemanagerprofilemanager = new userprofilemanager (context );
If (profilemanager. userexists (username ))
{
Userprofileuserp
SharePoint 2013 Introduction to Anonymous accesssomeone repeated the document anonymous can not set the success, I was surprised to do one side found very normal, of course, there are some problems, in fact, the solution is very simple.
Create the anonymous Web site first by creating the following method.
Site Settings--site content--open.
Click Child sites below the page, and t
Usage of the SharePoint 2013 questionnaire1, introduce the method of using the questionnaire. 2, graphics and all results. 3, control users can only see their own answers. 1, verify that you have permissions, and if you do not have administrative privileges, please ask your administrator.Site "Home"-top right "tools" drop-down menu "Site Content"-Select Add App. Such as2. Locate the "survey" application and
Because you do not have a network, you cannot use the Online Download Wizard for sharepoint2013 installation software, and when you want to install SharePoint 2013 servers that are isolated from the Internet, you typically need to install the prerequisites from an offline location. Even if this is not the case, installing prerequisites from a centralized offline location can also enable you to install a kno
In the last two years, social networks have risen. SharePoint is also closely following the pace of the Times, in the 2013 version, added the community site. Community site provides a forum function, users can ask questions, others can answer. Moderators can also give medals to those who have contributed.You can turn on community-related functionality in the following ways, depending on your organization's
In SharePoint 2013, SPField added a new attribute is Jslink, using client script to modify the field foreground display, we can modify the reference of this script in many ways, then modify the script, below, we give a simple example.
Specific process
A. Create a column-> B. Use tools to modify default values for Jslink-> C. Write Jslink Script
1, in the new list, create a field picurl, the following fig
When you use InfoPath to publish a form and publish it to a SharePoint server, the following is an error:
Environment: Windows Datecenter + Sql + SharePoint 2013 + Office 2013
Error screenshot
Error description
InfoPath cannot save the following form: Http://url/InfoPathLibary
This document library has been rena
Everyone in the use of SharePoint2013 when found that the address bar displayed in the URL is no longer friendly, more than a "_layouts/15/start.aspx#", how to see how awkward.If you want to cancel the display of this path, you need to deactivate Minimal Download strategy feature, Method: Site settings->site Actions Manager Site Features. This feature is enabled by default in a few site templates (Team sites, Community sites, etc.). To be blunt, MDS is the AJAX implementation in
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.