• Posts Tagged ‘SharePoint’

    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 →

    Recent Posts Webpart [Download]

    by  • March 18, 2010 • Downloads, MOSS 2007 • 0 Comments

    In this article we will see how we can develop a webpart which will display the latest posts from different blogs. This was easily achievable using a Content Query WebPart but there are few issues. one of them was the non availability of options like choosing blogs. Only option available was to create a new [...]

    Read more →

    Have a question about SharePoint? Ask the MVPs

    by  • March 12, 2010 • SharePoint 2010 • 2 Comments

    Do you have tough technical questions about SharePoint? Are you ready for some answers? Well we can help. Ask the talented and very knowledgable Microsoft Most Valuable Professionals. The SharePoint MVPs are the same people you see in the technical community as authors, speakers, user group leaders and answerers in the MSDN forums. This is [...]

    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 →