Browse by Tags

All Tags » Branding (RSS)

Branding Master Page Tip #36

Here’s a SharePoint branding tip for the top navigation menu: To change the background color for the top navigation flyouts via CSS using this .ms-topNavFlyOutsContainer { background-color:#000 !important; } will give you a black background but Read More......( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks

How To Change Search Box Image

I had a quick tip for those that are working on branding. If you would like to change the search button image and CSS is not helping you acheive this via editing an XML file on the SharePoint web server. Default WSS/MOSS Search Image: For the Enhanced Read More......( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks

Branding Tools for SharePoint

I thought I would run through some of the tools that have helped me when branding a MOSS intranet. SharePoint Designer or perhaps better yet Studio can be the primary tool for creating master pages, themes, and page layouts, but your gonna need some help Read More......( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks
Posted by SharePoint Blogs
Filed under:

Modify SharePoint Document Icons

Here’s a quick easy way to modify the icons SharePoint displays for different file types. This procedure can also be used to configure an icon for a custom file type you may have. Be sure to back up any files before making any changes! 1. Open the 12 Hive (C:\Program Files\Common Files\Microsoft Shared\web server extensions\12) 2. Browse to the ...\TEMPLATE\XML folder 3. Open the DOCICON.XML file 4. Modify an existing record, or add a new one. Here’s an example of an XML file that a customer of mine...( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks
Posted by SharePoint Blogs
Filed under: , , ,

What in the world is SharePoint and what is it SUPPOSED to do?

The question came up again. “What is SharePoint?” This time it was in the context of creating a logo for my company, EndUserSharePoint.com. Below is the exchange I had recently with the design team. Take a look and see if you can help me out Read More......( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks

Full site customiztion...

A very interesting topic in that is coming up more and more today. A customer wants to customize SharePoint, not just the user viewed screens, but also the administrative (Application Pages) functions. In many cases, creating customer list templates and web parts to view those lists can fullfill the need to customized the consumable portions of a site, and a bit more effort can be put in to customizing the data entry interfaces that the site's content editors will interface with frequently. The challenge is that last bit. In "Teams" or ad-hoc collaboration site generation, it is just not practical to "Wrap" the application pages in that fashion. We ran in to this very issue, and ended up scrapping (or at least temporarily tabling) a good portion of work for this very reason. If you haven't read Cameron Moll's Blog Authentic Boredom (He is our lead designer for this effort), he posted a great article there on this problem. The bit that really chaps my hide, is that we initially heard that what we were trying to do was fairly unique, and others were not trying to do this. Since then, this has appearently become a much bigger request and frustration to multiple people. If you've ever heard the MS party-line on modifying system/app files (ie, layouts folder items), you'll get a real kick out of this . Eric Shupps posted a great article about the new KB944105 (Customizing app pages in the layouts folder) . Yes, you read that right. Apparently...
Posted by SharePoint Blogs
Filed under: ,

Master Page debugging 2: CSS

HAZ CLIC EN EL TITULO DEL ARTICULO PARA VERLO MEJOR (SIN CORTES) En el artículo anterior escribí acerca de cómo construir un Master Page que funcione con MOSS. También les conté sobre los controles y algunos tips, además del Minimal Master Page y de mi xMP. Faltó, por supuesto, un gran detalle: los estilos visuales, o archivos CSS. Antes de empezar Todo lo que escribiré respecto a CSS es, casi siempre, dentro del contexto de MOSS (o SharePoint) en todo caso. No soy un experto en diseño web, ni tampoco...( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks
Posted by SharePoint Blogs
Filed under: , ,

Master Page debugging 1: Place Holders

Hace tiempo que quería escribir este artículo... Antes de empezar Este no es un artículo de desarrollo neto. Si estás buscando artículos de desarrollo relacionados a Master Pages, mejor revisa www.sharepointblogs.com . Este es un artículo enfocado a diseño gráfico. Para profundizar en esto, busca a Heather Solomon ( http://www.heathersolomon.com/blog/ ) Background teórico ASP.NET 2.0 introduce el concepto de Master Page. Esto, para quienes alguna vez hayan utilizado, por ejemplo, Dreamweaver para...( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks
Posted by SharePoint Blogs
Filed under: , , ,

HOW-TO: Site Definitions

Introducción Vamos a elaborar una plantilla o definición de sitio de acuerdo a las necesidades de la organización, a partir de una definición ya existente. Muchas veces las definiciones otorgadas por MOSS (o WSS) carecen de algún componente en particular, ya sea algún web part, imagen o cualquier elemento que pueda colocarse en un sitio web SharePoint, de acuerdo a los requerimientos organizacionales, para la creación de uno o varios sitios web. Es...
Posted by SharePoint Blogs
Filed under: , ,

Guía CSS SharePoint

A continuación muestro algunas referencias de CSS comunmente utilizadas para personalizar un sitio SharePoint. Esto junto con la guía de Heather Solomon ( http://www.heathersolomon.com/content/sp07cssreference.htm ) será mas que sificiente para la creación de temas propios y/o la personalización de una hoja de estilos para un master page. Haz clic en cada imagen para verla en tamaño real Notas Estas clases aplican a un master page que utilice como...
Posted by SharePoint Blogs
Filed under: , ,

HOW TO: Temas de sitio

Introducción Los Temas de Sitio son esquemas visuales que nos permiten cambiar instantáneamente los colores, íconos, botones, formato de letras y bordes de web parts para un sitio en particular una vez que éste ya ha sido creado. La personalización mediante temas es conveniente si es que se quiere cambiar un solo sitio en particular, y no afecta a los sub sitios de éste. Si se quiere cambiar todos los sitios de una colección de sitios entonces la...
Posted by SharePoint Blogs
Filed under: , ,