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

  • C#: String.Inject() - Format strings by key tokens

    I generally prefer to use String.Format() instead of doing a bunch of string additions, but constantly find myself splitting the code onto multiple lines with an appended comment to keep track of the indices: string myString = string .Format( "{0} is {1} and {2} is {3}" , o.foo, //0 o.bar,...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 07-22-2008
  • MOSS: Favelets for SharePoint Management Pages

    Favelets (or Bookmarklets ) are javascript uris that when added as a Favorite (or Bookmark) perform an action on the current page or browser instance rather than navigating you to a particular location. (For a more comprehensive description, see wikipedia .) I frequently use the Links or Bookmarks toolbar...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 03-31-2008
  • MOSS: Quote of the day

    Ok - so actually it was the quote of the day on March 19, but... 'The unfortunate reality is that working directly with XML still requires a significant paradigm shift in the way most developers think.  With all the buzz about improving the SharePoint "developer experience", I keep...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 03-26-2008
  • MOSS: On Skinning SharePoint

    Leon/fallenRogue has a lengthy blog post debunking some criticism on the difficulty of skinning SharePoint, and offers some good tips, one of which is below: In order to make the application (/_layouts/) pages that are part of your SharePoint solution share the same look and feel as the rest of your...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 03-25-2008
  • MOSS: Computed Columns - Part 2: They CAN be SiteColumns, a.k.a SiteColumns CAN be "Computed"

    a.k.a. the SharePoint UI fails to tell the complete story, once again. It turns out Computed Columns can indeed be SiteColumns. Like an idiot, when I was failing last week to create Computed SiteColumns , I gauged my success and failure by what the SharePoint Site Column Gallery (i.e. _layouts/mngfield...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 01-28-2008
  • C#/MOSS: Extension Methods: For Good and For Evil

    Let me start with some good news: C# 3.0/ASP.NET 3.5 works beautifully with SharePoint 2007, thanks to the forward-compatible nature of the .NET framework from version 2.0 onwards. This compatibility opens up all sorts of avenues, one of them is the use of Extension Methods, replacing trusty old Utility...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 01-10-2008
  • MOSS: The ViewStyle Tag

    Side note: I thought I had blogged on this before, but I can't find any evidence that I did... One of the more daunting tasks of SharePoint development is modifying the schema.xml files of a List definition; the CAML of the ViewHeader, ViewBody, ViewFooter, etc elements is tedious to wade through...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 10-03-2007
  • MOSS: Controlling Fields in EditForm and DispForm

    Note to self: The EditForm and DispForm pages for a list are controlled by the ContentType declaration(s). A field will not show up in DispForm unless it is listed in the FieldRefs section of content form, and (if read only or hidden) ShowInDisplayForm is true. Another MOSS mystery solved through painful...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 09-06-2007
  • MOSS: SPQuery CAN recurse through folder structures

    This is for Patrick Tisseghem , whose blog throws an "Out of Memory" exception when trying to leave comments, and with thanks to Nick who pointed me to the solution in the first place: SPQuery, in it's default state will only query items in a given folder, by default the root of a list...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 08-24-2007
  • MOSS: XML Intellisense

    To be sure to get intellisense in XML files, you can try the two methods detailed by Jopx here . I say try, cause it didn't work for me. What DID work, was adding a folder with links to the xsd files to the project, as shown by Tony Bierman here . To do this, Add a folder to the project Click Add...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 08-22-2007
Page 1 of 2 (15 items) 1 2 Next >

Need SharePoint Training? Attend a SharePoint Bootcamp!

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