• Posts Tagged ‘LAYOUTS’

    Create a custom theme in MOSS

    by  • March 24, 2010 • MOSS 2007 • 0 Comments

    Customising a sharepoint site is really a challenging job and there may be situations in which you might need to create a new theme. The simplest way is to create the new theme by taking a copy of the existng them. SharePoint theme folder has mainly 3 elements theme.inf, theme.css and images. Create a copy [...]

    Read more →

    How To: Create wsp package for user controls

    by  • March 5, 2010 • MOSS 2007 • 0 Comments

    We can copy our user controls to the layouts or control templates folder manually. But moving user controls from development to production manually is very risky or not recommended. Here is how you can deploy these changes programmatically. 1. Create a  web part project or wsp builder project and create a folder. 2. Add all [...]

    Read more →