Displaying posts tagged with

“Sharepoint Customization”

Apr
13
2010

PointBridge Blogs – Office 2010 Wave

 
In previous versions of SharePoint it was impossible to add corners to a Web Part with just CSS (unless you were building sites for only the latest browsers). The best way was to style a container DIV on the Page Layout and put a Web Part Zone inside. Then, a Web Part in that zone [...]

Apr
13
2010

PointBridge Blogs – Changing the background colors in SharePoint also changes the gradient

 
The backgrounds in SharePoint 2010 were designed to allow end users to change gradients by simply picking solid colors on the settings page. For example if you choose an orange background color the result is a fade from orange to lighter orange. The change can be very subtle but is an effective way to create [...]

Apr
13
2010

Starter Master Pages for SharePoint 2010

 
Project Description Starter Master Pages for SharePoint 2010 are a clean, commented starting point for creating your own SharePoint 2010 branding. Starter Master Pages were known previously as Minimal Master Pages in SharePoint 2007. Project Details In the tradition of [...]

Apr
2
2010

SPSEMEA Demo site and showcase | SharePoint

Boris Gomiunik put this demo site together that shows several cool jquery enhancements all grouped together in a site template. Includes examples like toggling the quick launch bar, attaching events to form fields, and auto suggest using Sharepoint’s web services.
 
I’ve prepared a SPSEMEA Demo site that you can simply upload to your (http://[siteUrl]/_catalogs/wt) Site template [...]

Apr
1
2010

Collapsible Web Parts in a Zone Using jQuery for SharePoint 2007 « SPUIGuy

 
Simply put, this plug-and-play solution will add a “+” or “-” to every web part in a given web part zone, allowing users to click the web part title to control the visible state of the web part.  You can control the default state of each web part by setting the Chrome State on the [...]

Apr
1
2010

Build a SharePoint Scripting Resource Center | EndUserSharePoint.com

Wonderful idea. I have implemented this in production, now I just have a lot of previously implemented scripts to move to the resource center.
 
This article is part of a series as I document my processes of discovery for creating jQuery solutions in SharePoint. To view the entire series, click the link at the bottom of [...]

Apr
1
2010

Using jQuery to Wrap Web Parts and Achieve the Unachievable: The Packaged Solution | EndUserSharePoint.com

For those of you who have tried my method of getting rounded corners on web parts, here is a better way. As a bonus, you get a nice gradient image to use for the web part header that was designed by Brandon. I have implemented this in a site, and it works and looks great!  [...]

Mar
31
2010

ShUIE (SharePoint User Interface Extender)

 
In One Line
Develop and centrally manage Sharepoint user interface customisations using jQuery within SharePoint & MOSS (2007 and 2010) and Project Server (2007 and 2010).
Project Description
ShUIE is an addition to Microsoft SharePoint that allows a developer to inject JavaScript and CSS fragments depending on the context of the page being displayed. JavaScript and [...]

Mar
31
2010

Muhimbi – SharePoint Infuser – Automatically insert content into every page

 
SharePoint Infuser allows custom content, any content, to be inserted automatically on every page in a  SharePoint site collection. Infuser is a completely free product, you can download it and use it in your production environment free of charge with no strings attached.
Insert custom code with full syntax highlighting
In [...]

Mar
15
2010

Add Web Parts to DispForm, EditForm or NewForm.aspx | Sharepointology

I always forget the exact syntax for this, so here it is.
One of the users of our SharePoint project asked if it was possible to show an “Item List” on the “View Item” page.
My first reaction was: “Of course it is, add a Web Part displaying the “Item List” to the page and we’re [...]