sharepoint 2013 for dummies

Discover sharepoint 2013 for dummies, include the articles, news, trends, analysis and practical advice about sharepoint 2013 for dummies on alibabacloud.com

SharePoint 2013 form authentication logout user credential

Find a sign out method for Sharepoint 2013 form authentication on the Internet, which is verified and valid. The method is as follows: Private voidremovecookiesandsignout () { // Clear sessionstate. If (context. session! = NULL) { Context. session. Clear (); } String cookievalue = string. empty; If (context. Request. browser ["supportsemptystringincookievalue"] = "false ") Cookievalue = "nocookie "; // Clea

SharePoint 2013 tips: How to hide blogs and apps left navigation menu

Intranet, you do not need employees to create blogs or create, install SharePoint applications, so you need to hide the blog or apps navigation menu on the employee's personal web page, and the steps are set as follows: This technique is appropriate for SharePoint 2013 and Office 365. Tip One: Hide blogs and apps navigation links 1. Log on to

SharePoint 2013 App Development Sample (a) List read-write

In this example, we will create a page to test the permissions of the SharePoint app. This page has two buttons, one reads data from documents and one writes data to documents: 1. Open Visual Studio 2012, create a new Sharepoint 2013 app:permissiontest, select sharepoint-hosted, click Finish 2. Open default.aspx:

Extended custom state for SharePoint 2013 state Machine Workflows

When we use the state machine workflow for SharePoint 2013, we find a very unpleasant thing, that is, all of the workflow states in SharePoint are fixed, no way to show our custom status, and then after Google found that this state can be customized. Custom Status Step 1, modify the XML add metadata the following extension; Screenshot below: 2, the

How to customize the extended menu in SharePoint 2013

When developing or extending functionality to SharePoint, it is often necessary to extend some of the default menus so that what we develop is better suited to the style of the SharePoint itself. SharePoint's various function menus, like site Settings, Ribbon, Drop-down, and so on, are all the same principle, are XML+JS script implementation, if you want to implement these functions, only need an XML publis

Managed navigation and related configuration in SharePoint 2013

A well-designed navigation can tell your site's users a wealth of information about the business, products, and services provided by the site. By updating the taxonomy behind the navigation, you can drive your business and keep updating without having to recreate its site navigation during the process. In SharePoint 2013, you can use managed navigation to design managed metadata-driven Web site navigation a

Limitations of SharePoint 2013 (ii) Site collections and lists/document libraries

this limit is exceeded, actions on Group, such as adding a delete user, creating a new Group, and so on, will slow down.Limitations of lists and document librariesSharePoint supports a single file of 2GB maximum. You can set the size of the file that allows the user to upload the maximum, and the default limit for SharePoint 2013 is 250MB. Large files can take up too much storage space and can degrade farm

SharePoint 2013 throws an exception of type "System.ArgumentException". Parameter name: Encodedvalue

SharePoint 2013 throws an exception of type "System.ArgumentException". Parameter name: Encodedvalue Detailed error information Description: An unhandled exception occurred during the execution of the current WEB request. Check the stack trace information For more information about the error and the source of the error in your code. Exception Detai

Limitations of SharePoint 2013 (iv) Manipulating document libraries with Windows Explorer

Although SharePoint is b/s, it can be accessed in a browser, but many people prefer to use Windows Explorer to interact with SharePoint.Using Windows Explorer, you can add and remove replication names, and so on, just as you do with local folders and files.Select a document library and click Open With Explorer on the Ribbon:This opens in Windows Explorer.Open a local folder and create a new folder and file. The folder ends with. files. Then drag folde

SharePoint 2013 drag and drop files and folders

SharePoint 2013 drag and drop files and folders in SharePoint 2013 drag-and-drop files, very simply, drag and drop directly into the SharePoint document library. Here's how to drag and drop a folder. Browser Environment IE (other browsers do not seem to be) Website--

How to enable landing as a different user in SharePoint 2013

Users who are accustomed to SharePoint 2010 will find that SharePoint 2013, by default, removes the option to log on as another user (Sign in as different user), which can be cumbersome for developers, especially if you need to switch users to test. Fortunately, by modifying the relevant files, you can turn on the option to log in as a different user (Sign in as

Self-built master pages in SharePoint 2013 automatically generate top navigation code steps in HTML

self-built master pages in SharePoint 2013 automatically generate top navigation code steps in HTMLCategory: SharePoint2013-07-05 11:21 738 people read comments (0) favorite reports Sharepointsharepoint 20131. Click Open Design Editor: Edit master Page Item2. Find or create a new test page (. html)and click "Code Snippet" on the top right of the page to open 3. Click on the code snippet to open the foll

How to handle problems when you install SharePoint 2013 in Windows 2012

As we all know, SharePoint 2013 is earlier than Windows 2012, so in the installation, there will always be a variety of strange problems, that is, the so-called pit, in order to reduce the number of people fall into the pit and troubleshooting time, I am here to record that I have met or others have encountered me to participate in the solution of the problem, we have a reference to each other.First, after

SharePoint 2013 Visualization Workflow Custom Approval interface

SharePoint 2013 Visualization Workflow Custom Approval interfacewhen using SPD to develop a workflow, the default approval page does not meet the requirements and looks ugly. So customizing this page is a must. The URL to the workflow Approval page shows that this is an InfoPath page. All directly go to SPD's workflow to modify this InfoPath pageFirst look at the default task approval page, and note that th

Beginning SharePoint®2013 Development 4th chapter-understanding common developer tasks in your development options

Beginning SharePoint? 2013 Development 4th chapter-understanding common developer tasks in your development options although everything in sp2013 is technically an app, you will find that you are building different types of apps, the same task is encountered multiple times. It is helpful to identify these familiar tasks so that you can exercise related skills when using them frequently. The common tasks you

Membership condition for using caml in SharePoint 2013

Use the membership condition of caml in SharePoint 2013. Membership is used to determine whether a user belongs to a certain group. It is applicable to SP group, AD group, and AD group nested in SP group. The following filter conditions indicate that the records of the group (P group, AD group, and AD group nested in the SP group) that the current user belongs to the assignedto field are filtered out: The

SharePoint 2013 distributed cache service error and Solution

Next, Sharepoint 2013 spdistributedcacheservice introduction and Configuration This article describes common distributed cache service errors and solutions. 1. errorcode PS C:> Use-CacheClusterPS C:> Get-CacheHostConfig –ComputerName [yourServerName] -CachePort 22233 This error is usually thrown when the above command is run on a machine not added to the cluster. The solution is to register the machine to

SharePoint 2013 obtains user and user attention information

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 )) { Userprofileuser

Beginning SharePoint®2013 development 14th chapter-use office services to develop the application word automatic service and the new Powerpoint automatic service

Beginning SharePoint? 2013 development 14th chapter-use office services to develop the application word automatic service and the new Powerpoint automatic service the new Powerpoint automation services are taken to sp2013 for local presentation of PowerPoint, word automation services brings to Word documents in sp2010 the function of converting documents to other formats on a server scale. Be

[Solution] SharePoint 2013 with SP1 installation and Solution

Installation environment Operating System: Windows Server 2008 R2 SP1 Installation Package: Sharepoint Server 2013 with SP1 Problems and Solutions I. Required kit (prerequisiteinstaller.exe) Installation 1. appfabric Installation failed Solution: 1) modify the environment variable (system variable): psmodulepath, and add the following path after it: %SYSTEMROOT%\System32\WindowsPowerShell\v1.0\ The modi

Total Pages: 14 1 .... 7 8 9 10 11 .... 14 Go to: Go

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.