Skip to main content

Posts

Showing posts from April, 2014

SharePoint 2013 Standard vs. Enterprise vs. Foundation Feature Comparison

Und auf geht es in das Jahr 2013. Und bevor Office 2013 Ende Januar released wird, gibt es schon einen sehr guten Eintrag  im TechNet wo die Unterschiede der verschiedenen Versionen dargestellt werden. Wichtig: das alles betrifft die onPremise Installationen. Developer features SharePoint Foundation SharePoint Server 2013—Standard Edition SharePoint Server 2013—Enterprise Edition Access Services No No Yes App Catalog (SharePoint) No Yes Yes App Deployment: Autohosted Apps No No No App Deployment: Cloud-Hosted Apps No Yes Yes App Deployment: SharePoint-Hosted Apps No Yes Yes App Management Services No Yes Yes BCS: Alerts for External Lists No Yes Yes BCS: App Scoped External Content Types (ECTs) No Yes Yes BCS: Business Data Webparts No Yes Yes BCS: External List Yes Yes Yes BCS: OData connector No Yes Yes BCS: Profile Pages No Yes Yes BCS: Rich Client Integration No No Yes BCS: Secure Store Service Yes Yes Yes BCS: Tenant-level external data log No No Yes Browser-ba

Adjust Width of SharePoint Columns

SharePoint lists and libraries are great.  However, you may have noticed that sometimes, the column width on certain items just looks funky.  To remedy this, all you need to do is add a little javascript. Go the the list or library that you want to resize and add a Content Editor Web Part. From the script below, I am referencing jquery from my internal site. Copy and paste this code into the CEWP. <script src=”/PublishingImages/javascript/jquery-1.3.2.min.js” type=”text/javascript”></script><script type=”text/javascript”>$(function(){$(“TH.ms-vh2-nograd:contains(‘Column 1′)”).css(“width”, “350px”);  $(“TH.ms-vh2-nograd:contains(‘Column 2′)”).css(“width”, “350px”); }); </scrip”t> “ Column 1 ” and “ Column 2 ” will be the name or your columns that you want to resize. Here is an example I used and only resized one column: Before: __________________________________________________ After:

SharePoint: Habilitar carga de multiples documentos

SharePoint 2010: Cómo habilitar la carga de funcionalidad de múltiples documentos Este tema es un  Cómo a. Por favor mantenga tan clara y sencilla posible.  Evitar discusiones especulativas, así como un buceo profundo en los mecanismos subyacentes o tecnologías relacionadas. Como un usuario avanzado de SharePoint o un administrador de SharePoint dependiendo de la política de responsabilidad hecha, a veces se le pide con respecto a carga multi-documento.  O involucrando a la comunidad de SharePoint, habría visto un montón de preguntas en cuanto a funcionalidad de  Cargar múltiples documentos  en gris. Al abrir biblioteca de documentos de SharePoint, se le pedirá que ejecuta el componente de Microsoft Office 2010 por Internet Explorer automáticamente.  Después de permitir, he comprobado y notó el ActiveX Control llamado  STSUpld.UploadCtl (http://msdn.microsoft.com/en-us/library/ms456628.aspx) en la opción  Administrar complementos  está habilitado. Después de eso, Comp