SharePoint on Ulitzer
SharePoint 2010 brings a few new master pages that you may want to know
about. There are additional master pages to accommodate both the old and
new versions of UI. There are also some simplified pages to take note in.
The first master page we will talk about is v4.master. This is the default
team site master page used with version 4 (obviously) of the UI. This will
be the master page you typically use. It provides the ribbon bar and all of
the other new visual UI changes such as the site actions menu on the left
side.
If you did an upgrade to SharePoint 2010 and haven’t transitioned to the
new UI yet, the old master page is still in default.master. This looks just
like the master page you use in SharePoint v3 today. It doesn’t have the
ribb... (more)
With MOSS 2007, I often got asked what order do I install these solution
packages in. Oftentimes, it was critical that they get installed in a
particular order. With features, we have had the ability to set
dependencies, but we really didn’t have anything like that for solution
packages. Well, I haven’t heard people talking about this new feature
yet, but we can in fact set solution d... (more)
SharePoint on Ulitzer
This is already starting to be an interesting topic, so I wanted to post
about it. We’ll start with the facts.
SharePoint 2010 only runs on 64 bit operating systems In the past, SharePoint
developers have pretty much always had to develop in a virtual environment
Windows Virtual PC does not support 64 bit guests but other non-Microsoft
virtualization technologies d... (more)
XML Magazine on Ulitzer
I've been working with InfoPath again lately since I've been working with
Document Information Panels and I thought I would share another quick tip
today. Observe the following .UDCX file.
more)
I’ve been working with audiences again, so I recently wanted to set the
target audience of a web part. Sure anyone can set it in the UI, but I want
to automate my deployment, so I wanted to do it programmatically using a
feature receiver. When I first started looking for more information on how
to do this, I wasn’t finding exactly what I needed and I did find some
conflicting informati... (more)