in

SharePoint Blogs

The Best Place for SharePoint-related Blogs
Need SharePoint Training? Attend a SharePoint Bootcamp!

Did you have a blog here?

Read this for important information on our recovery!


Browse by Tags

  • SharePoint Designer constantly crashing?

    On my latest project I’m working on I was having serious trouble with SharePoint Designer. As soon as I opened a certain page it hung up, crashed, collapsed and in many cases it wasn’t responding. I’ve checked the proper syntax of the code (there was some custom XSLT), CSS, etc. Even...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 09-16-2008
  • Change class on an HTML element using javascript

    A basic javascript function to toggle an elements class property. function ToggleClass(id) { if(document.getElementById(id).className == "Class1") { document.getElementById(id).className = "Class2"; } else { document.getElementById(id).className = "Class1"} } An example...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 09-03-2008
  • How to convert a PhotoShop design into a SharePoint Site... A new SharePoint Design book will be available soon!

    If you’re looking for a book that walks you through how you design a SharePoint site in PhotoShop , to cutting that PhotoShop into HTML to making that a Master Page this is the book you’ve been waiting for. The name of the book is Professional SharePoint 2007 Design and it is a Wrox book. The book also...
    Posted to Coskun Cavusoglu SharePoint (Weblog) by coskunc on 06-02-2008
  • The quick way to preload images

    If you use background images for hover effects with CSS (for example links hover effects) in IE you don't get a nice effect, because the "mouseover" image is always loading, creating a "gap". So it's good to have the "mouseover" images preloaded. There are numerous...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 04-07-2008
  • Are you a web designer? Want to get sponsored?

    I'm happy to announce that in our company we're making effort to contribute to open source and design community. We're looking to sponsor web designs that will be free to use. If you are interested, you can find more information on Web Designers Sharing Point. There are already some... Visit...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 03-11-2008
  • Creating XHTML compliant ASP.Net server controls

    ASP.Net is great but many of the controls use table tags when they render. I am currently in the process of developing some Internet sites using MOSS 2007 which need to meet accessibility guidelines so these controls, in their out of the box state, are no use to me. We have tried applying the CSS adapters...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 12-12-2007
  • MOSS 2007 - CSS Crackers!

    There is a nasty gotcha in MOSS SharePoint CSS registration. It doesn't matter what order you register your css files, they will be rendered in the html in alphabetical order! Not very helpful...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 11-20-2007
  • Potential Tool for Updating SharePoint's UI

    I haven't gotten a chance to play with this yet, but if you're looking for something to help you change the look and feel of your SharePoint installation's user interface, you might want to take a look at the SharePoint Skinner: http://www.elumenotion.com/default.aspx This tool was recently...
    Posted to For The User (Weblog) by ferringer on 11-13-2007
  • Overriding core.css in MOSS 2007

    So you are trying to use a custom css in your master page but the nice shiny font you are trying to display isn't showing up! The reason for this is that core.css will be called after your custom css file leaving your text displaying as verdana or arial. The fix for this is to declare your custom...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 11-13-2007
  • Customisation - steady progress

    It's been a while since I last blogged - with the work I am doing at the moment I haven't had time! I have been given the task of creating new site definitions complete with branding and functionality. I'm still waiting to go on my SharePoint Designer course but having played with my virtual...
    Posted to PeterMorath (Weblog) by PeterMorath on 10-13-2007
Page 1 of 2 (20 items) 1 2 Next >

Need SharePoint Training? Attend a SharePoint Bootcamp!

Posts (c) their respective authors. Everything else (c) 2007 SharePoint Experts