Muy feliz 2011 para todos!!!
Por un gran año lleno de deseos cumplidos :-)
Juan Pablo.
sharepoint & project server
Sharepoint me proporciona seguridad y me hace sentir más fuerte. Las 10 cosas que más me gustan de Sharepoint.
Microsoft Project es quizá la herramienta de gestión de proyectos más conocida y utilizada por los líderes de proyectos...
Serie de artìculos que nos ayudan a incorporar diseño gráfico en las implementaciones de SharePoint...
Artículos publicados en la revista especializada en SharePoint: CompartiMOSS.
Haces más de 2 años, Juan Carlos González Martín escribió un post que no llegué a leer, es que escribe mucho… :-) . En el se preguntaba si existía la posibilidad de crear una página para personalizar los resultados de búsqueda en WSS que reemplace a la página estándar de SharePoint. Afortunadamente la respuesta es si y esto puede hacerse a través de algunas webparts que están un poco ocultas:
Realmente un punto muy interesante que creo que a más de uno le puede servir ya que se puede lograr un resultado como este:
Vean por favor el post completo http://geeks.ms/blogs/ciin/archive/2008/10/15/personalizando-las-b-250-squedas-en-wss-3-0.aspx y lean a diario a Juan Carlos, fuente imprescindible para aprender SharePoint!
Hasta la próxima!
Les dejo estos dos enlaces que nos explican como mostrar un formulario InfoPath dentro de una webpart en SharePoint 2007.
El primero un breve artículo en español del amigo Mario Cortés Flores: http://geeks.ms/blogs/mcortes/archive/2009/03/30/infopath-mostrar-un-formulario-desde-un-webpart.aspx.
El segundo: un screencast en inglés de Andrew Woodward que aquí les dejo incrustado:
Espero que les sea útil!
Hola a todos! Armando páginas con vistas de datos (no con Sharepoint Designer, sino con vistas desde el explorador) nos encontramos que al filtrar u ordenar algunas de las vistas incluídas en las páginas perdemos los filtros personalizados que pudimos haber aplicado a algunas de las otras vistas (por ejemplo con JQuery).
Si no es algo que el usuario común va a estar utilizando, una forma de inhabilitar las opciones de ordenamiento y filtrado con jQuery con el siguiente código:
function qQuitarOrdenamientoFiltros(){
// @ Quita la funcionalidad de ordenamiento y filtro en las vistas de datos.
$(document).ready(function() {
$(function() {
$("TABLE").each(function() {
$("TABLE").attr('SortDisable', 'True');
$("TABLE").attr('FilterDisable', 'True');
$("TABLE").attr('SortFields', '');
});
$("a[id^='diidSort']").removeAttr('title');
$("a[id^='diidSort']").removeAttr('href');
$("a[id^='diidSort']").removeAttr('onclick');
});
});
}
Espero les sirva.
Hasta la próxima entrega.
Gracias a mi buen amigo Ricardo Muñoz y a su post en Mundo MOSS (http://mundomoss.blogspot.com/2010/06/ambiente-virtual-de-migracion-vme-para.html) me entero de esta grata noticia. Existe una máquina virtual que podemos utilizar para hacer pruebas de migración a las nuevas versiones de SharePoint y Project Server. Realmente un dato interesante para los que nos estamos embarcando en este tipo de actividades.
Les dejo el enlace para efectuar la descarga: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=c2049eb8-2131-47d0-85ed-c24548f7f27b.
Que les sea útil!
Les dejo este interesante enlace desde el sitio de Office de Microsoft que explica cada una de las acciones de SharePoint Designer 2010 para el manejo de flujos de trabajo:
Gracias a Mario Cortez por la información…
Estuve leyendo un interesante artículo de Alexander de su blog http://sharepointjavascript.wordpress.com en donde nos muestra como armar una encuesta simple y un resultado gráfico en colores con gráfico de barra, columna o torta.
Esta funcionalidad trabaja con una lista customizada, código jQuery, elementos web de edición de contenido (CEWP) y Google charts tools.
Lo interesante es que no necesita instalación en el servidor. Pueden ver en las imágenes adjuntas cómo se visualiza la encuesta. Cool!
El código completo lo pueden descargar desde el artículo original en http://sharepointjavascript.wordpress.com/2010/11/23/poll-for-sharepoint/.
Que les sea útil!
Tengo el agrado de anunciar que ha sido liberado el nuevo número de la revista especializada en SharePoint CompartiMOSS, dirigida por los cracks Fabián Imaz y Gustavo Vélez.
He tenido el honor de participar nuevamente junto a un seleccionado de especialistas en el tema, motivo por el cual vuelvo a agradecer a Fabián Imaz.
En este nuevo número podrán encontrar los siguientes artículos:
Pueden acceder al nuevo ejemplar, gratuito por supuesto, en estos enlaces:
Qué lo disfruten!
Para los que gusten del tema branding em SharePoint, les paso el enlace de este interesante artículo intitulado “Real World Branding with SharePoint 2010 Publishing Sites” del autor Andrew Connel: http://msdn.microsoft.com/en-us/library/gg430141.aspx.
El índice de temas es más que interesante. Transcribo:
Espero pronto poder profundizar en artículos sobre branding ya que es uno de los temas que me apasionan y sobre el cual profundicé en su momento con SharePoint 2007
Hasta la próxima!
Como muchos de ustedes saben, a principios de esta año nació HispaPoint, la comunidad que intenta integrar a los diferentes grupos de usuarios y comunidades de SharePoint de España y Latinoamérica.
Inicialmente tuvo su forma como un grupo el LinkedIn que hoy cuenta con más de 600 miembros:
http://www.linkedin.com/groups?gid=2657423
A pedido de muchos, hemos abierto una “sucursal” de HispaPoint en Facebook. Les dejo aquí el enlace y espero que se sumen también a esta iniciativa (y nos ayuden a promocionarla):
http://www.facebook.com/pages/HispaPoint/163294563707226
Nos estamos viendo. Saludos!
Más información sobre HispaPoint en: http://surpoint.blogspot.com/search/label/hispapoint.
Les dejo este viejo enlace, pero no por eso poco interesante, sobre páginas maestras gratuitas para descargar desde Microsoft: http://www.microsoft.com/downloads/en/details.aspx?FamilyId=7C05CA44-869A-463B-84D7-57B053711A96&displaylang=en.
Imagen de ejemplo:
Ejemplo de un sitio en el que realice la prueba de una de las páginas:
Que les sea útil!
¿Alguna vez han tenido un error de acceso denegado al ejecutar un flujo de trabajo creado con SharePoint 2007 que sea totalmente inexplicable?
Pues yo sí, pero lo más raro fue la solución que encontré:
1) Ir a la carpeta en donde se encuentra el flujo de trabajo en SPD
2) Realizar un “check out”
3) Realizar un “check in”
Y luego, mágicamente (al menos para mi) se solucionó.
Gracias a este post que me iluminó el camino: http://www.binarywave.com/blogs/eshupps/Lists/Posts/Post.aspx?List=9c93c708-e5ce-4714-bdea-499330361130&ID=160.
Saludos y hasta la próxima!
Tal como nos indica Juan Carlos González Martín en su post, lanzaron nuevamente este CU luego del fallido anterior. Coincido con Juan Carlos en probar mucho y esperar un poco. Más información en http://geeks.ms/blogs/ciin/archive/2010/11/18/sharepoint-2010-disponible-otra-vez-la-cumulative-update-de-octubre-de-2010.aspx.
Saludos!
Para aquellos que siguen de cerca la solución EPM de Microsoft y estén interesados en instalar Project Server 2010, les recomiendo este buen artículo de IGNASI TEBÉ TENA que explica cómo hacerlo: http://www.sharepointer.es/2010/10/project-server-2010-instalado-como.html.
Que les sea útil!
Más artículo sde PS 2010 en: http://surpoint.blogspot.com/search/label/Project%20Server%202010.
Si te interesa el desarrollo en SharePoint, probablemente quieras saber un poco más sobre las soluciones que podemos desarrollar en SharePoint Online.
El siguiente poster creado por Microsoft, nos introduce en el tema, en particular en los aspectos de Sandboxed solutions y Client object models.
Enlace para descargar el poster: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=14a8573c-037c-4605-b91e-b01e749acd17&displaylang=en
Que les sea útil!
Recientemente se ha liberado un modelo de madurez de las implementaciones de SharePoint. Fue presentado por Sadie Van Buren en el blog EndUserSharePoint.
Independientemente de que estén de acuerdo con todo el modelo, parte o nada, este tipo de trabajos siempre nos ayudan a pensar.
Pueden hacer clic sobre la imagen para acceder al artículo original.
Que les sea útil!
Microsoft recomienda no instalar este CU…
Si ya lo hiciste contactá al equipo de soporte de MS!
Consulten la información completa en: http://blogs.msdn.com/b/sharepoint/archive/2010/11/05/critical-information-about-the-sharepoint-server-2010-october-cumulative-update.aspx.
Transcribo:
Microsoft has discovered a critical issue in the recently released October Cumulative Updates for SharePoint Server 2010 and Project Server 2010, and we have removed the files from download availability. If you have already downloaded the CU, do not install it. If you have installed the CU, please contact Microsoft Support for assistance. We will be posting additional information about the issue here as soon as we have it, and will make the Cumulative Update available for download again as soon as the issue has been fully resolved.
Gracias a Juan Carlos Gonzalez por esta importante info desde su blog en: http://geeks.ms/blogs/ciin/archive/2010/11/06/sharepoint-2010-importante-no-instal-233-is-la-cu-de-octubre-de-2010.aspx.
Hasta la próxima!
Les dejo un interesante artículo proveniente de Mrin's Blog que arriesga una comparación sobre un conjunto de herramientas de terceros para el manejo de flujos de trabajo en SharePoint.
Las herramientas comparadas son:
Pueden leer la información completa en este enlace: http://mrin17.wordpress.com/2010/05/12/third-party-workflow-solutions-for-sharepoint-comparison/.
Que les sea útil!
Artículo de lectura obligada para todos aquellos que se dediquen al desarrollo en el mundo SharePoint. Es una lista que enumera todas aquellas herramientas que hacen un poco más feliz la vida de los desarrolladores y administradores SharePoint.
Proveniente de SharePointDevWiki.com. Transcribo el contenido, pero les recomiendo acceder al enlace original ya que seguro se actualiza con frecuencia: http://sharepointdevwiki.com/display/public/SharePoint+Development+Tools.
Transcripción:
Visual Studio Development Environment Extensions
CodeRush/Refactor Tools for SharePoint Developers
http://andrewconnell.com/blog/articles/ProductivityToolsForSharePointDevelopers.aspx
Extensions to CodeRush/Refactor to assist SharePoint development.Imtech Fields Explorer Visual Studio 2008 plugin
http://blog.mastykarz.nl/imtech-fields-explorer-visual-studio-2008-plugin/
Quickly find the field names needed for CAML queries and controls.SharePoint Developer Explorer
http://spdevexplorer.codeplex.com/
Allows editing of SharePoint content (e.g. page layouts) from within Visual Studio.SharePoint Development Environment Modifications (SPDevMod)
http://www.codeplex.com/SPDevMod
Collection of STSADM extensions and plugins for Visual Studio.
IDEs (Integrated Development Environments)
Mossquito 2009
http://www.boldbrick.com/Mossquito
Development environment with focus on SharePoint site modeling, deployment and provisioning with plenty of productivity tools. Mossquito unites the benefits of CAML and Object Model approach to site structure creation. Feature-rich UI, deployment based on compare & merge principle, DAO generator, command line for common tasks automation and more.
Network Inspection Tools
Fiddler
http://www.fiddlertool.com/fiddler/
Examines the network traffic of pages as they load. Check the size of pages. Recommended for deploying public facing websites.Firebug for Firefox
http://getfirebug.com/
Net console provides network statistics.Google Page Speed for Firebug for Firefox
http://code.google.com/speed/page-speed/
Analyses page performance and provides network statistics.Yahoo! YSlow for Firebug for Firefox
http://developer.yahoo.com/yslow/
Analyses page performance and provides network statistics.Wireshark
Can analyze all network traffic. Handy for seeing what network traffic is really flowing.
Web Service Testers
SharePoint Query Web Service Test Tool
http://sharepointsearchserv.codeplex.com/
Test tool for WSS V3's Query web service. Allows you to generate the request XML and send it to the web service.STORM
http://storm.codeplex.com/
Tests any web service (including SharePoint).
Search Test Tools
Search Commmunity Toolkit
http://www.codeplex.com/sct
A number of tools and code samples that have been contributed to enhance the Microsoft search experience (Microsoft Office SharePoint Server 2007 (MOSS) Search, Search Server 2008 and Search Server 2008 Express).SharePoint Search Service Tool
http://www.codeplex.com/SharePointSearchServ
Web service client that can explore the scopes and managed properties of a given SharePoint Search SSP, build queries in either Keyword or SQL Syntax, submit queries, and examine the raw web service results.zevenseas SharePoint SearchCoder
http://www.codeplex.com/MOSSSearchCoder
Allows graphical building of queries and examination and testing of the SQL generated by the object model.
Object Model Viewers
MAPILab Spy for Microsoft® SharePoint
http://www.mapilab.com/sharepoint/spy/
According to the vendor, it provides "Browser for examining SharePoint object model" and "Context scripts on C#"RedGate Reflector
http://www.red-gate.com/products/reflector/
Allows exploration of any .NET assembly, including those provided by SharePoint. Shows where and how methods and objects are used. Find feature for fields, properties, and methods.SharePoint Inspector
http://www.codeplex.com/spi
See SharePoint farm objects, get their properties by reflection, activate/deactivate SharePoint features, add/remove event receivers, manage the recycle bin.SharePoint Manager
http://www.codeplex.com/spm
SharePoint object model explorer for inspecting your SharePoint environment. Can browse every site on the local farm and view every web, list, event receiver, etc... Enables the changing of properties.
CAML Tools
CAML.NET
http://www.codeplex.com/camldotnet
Set of .NET language-based tools for creating dynamic, reusable CAML query components. Build CAML queries dynamically in code while preserving the syntactic structure of the native CAML language.Stramit Caml Viewer 2007
http://www.codeplex.com/SPCamlViewer
Assists in the creation of CAML queries. Allows testing against your SharePoint farm.U2U Caml Query Builder 2007
http://www.u2u.be/res/Tools/CamlQueryBuilder.aspx
Build CAML queries and test them on a SharePoint site. User interface helps you to build queries against any list in your SharePoint farm.Yet Another CAML Query Tool
http://www.ideseg.com/SharePointYetAnotherCAMLQueryTool2.aspx
Converts SQL-like queries into CAML.Imtech ListInstance Generator
http://blog.mastykarz.nl/generating-list-instances-xml-imtech-listinstance-generator/
Generates the ListInstance based on the List Template from a particular Feature.
SharePoint Features
SharePoint 2007 Features
http://www.codeplex.com/features
Large collection of SharePoint features designed for developers and administrators. Provides assistance for debugging, logs, field and content type development, publishing sites, event receivers, and many more.SmartTools for SharePoint
http://www.codeplex.com/smarttools
Collection of SharePoint features such as What's New, Autocomplete Text Field, Enhanced Site Actions, and more.
STSADM Extensions
AC's WCM Custom Commands for STSADM.EXE
http://www.andrewconnell.com/blog/articles/MossStsadmWcmCommands.aspx
STSADM extensions for publishing sites and generating content type and column features.Imtech OCD Export
http://blog.mastykarz.nl/export-publishing-pages-features-imtech-ocd-export-page/
Simplifies the process of provisioning Publishing Pages by extracting existing pages to XML. The files generated allow you to wrap your Publishing Pages in a Feature.SharePoint Automation
http://stsadm.blogspot.com
List of almost 100 STSADM extensions that cover a variety of development and administrative tasks.stsadmWin 2007
http://blogs.msdn.com/ronalus/archive/2007/01/04/stsadmwin-has-an-2007-version.aspx
Provides a Windows UI version of the STSADM tool.
PowerShell Extensions
PowerShell Extensions for SharePoint
http://www.codeplex.com/SPPSExtensions
Provides functionality for working with the SPWeb object.SharePoint Automation
http://stsadm.blogspot.com
Extensions that assist in the use of working with the SharePoint object model from Powershell.The SharePoint PowerShell Module (SPoshMod)
http://www.codeplex.com/SPoshMod
Framework for SharePoint PowerShell scripts.
Programming Tools
LINQ to SharePoint
http://www.codeplex.com/LINQtoSharePoint
Provides a custom query provider for LINQ that allows the querying of SharePoint lists using LINQ syntax.SharePoint config store
http://www.codeplex.com/SPConfigStore
Provides the framework for using a SharePoint list for application configuration values.SharePoint Dispose Checker Tool
http://code.msdn.microsoft.com/SPDisposeCheck
Helps to check that unmanaged SharePoint objects are correctly disposed of in code.
Administration Tools
SharePoint Tips Utility Pack
http://www.codeplex.com/spstipsUtilityPack
Collection of tools including recursively delete sites, create and modify lists in multiple sites at once, and push a web part to multiple sites at once.SharePoint Cross-site Configurator
http://www.codeplex.com/SPConfigurator
Automates the process of deploying MOSS site settings in all or selected sites in a server farm. Includes applying master pages, web titles, audit controls and expiration policies.SharePoint Content Deployment Wizard
http://www.codeplex.com/SPDeploymentWizard
Allows a granular selection of content to be exported from site collections, webs, lists, folders, and list items to a .cmp file (Content Migration Package) which can be copied to other servers for import.Sushi
http://www.codeplex.com/sushi
Performs common administrative tasks. Can backup sites, copy views between sites, bulk create sites, apply themes just to name a few functionsSharePoint Developer Bookmarklets
http://blog.mastykarz.nl/go/bookmarklets
Great set of bookmarks to make navigating a SharePoint Web Site easier.
Test Data Generation Tools
Imtech Test Content Generator v1.3.0.0
http://blog.mastykarz.nl/imtech-test-content-generator-v1300-free-sharepoint-2007-tool/
Creating a given number of publishing pages with the desired page layout and content.SharePoint 2007 Test Data Population Tool
http://www.codeplex.com/sptdatapop
Capacity planning and performance testing tool that populates data for testing SharePoint deployments.
Diagnostic Tools
SPTraceView
Excellent tool that pops up in start bar with errors in ULS logs based on filters. Very handy to have running whilst developing! Quicker than notepad viewing!
http://sptraceview.codeplex.com/
Miscellaneous Tools
Application Pool Recycle Utility
http://www.harbar.net/articles/APM.aspx
Taskbar application that allows quick recycling of application pools.
Que lo disfruten y les sea útil!!