<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0"><channel><title>Mirjam's blog</title><link>http://www.sharepointblogs.com/mirjam/default.aspx</link><description>Blogging about SharePoint related stuff</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/MirjamsBlog" type="application/rss+xml" /><item><title>Site Column Definition Schema</title><link>http://www.sharepointblogs.com/mirjam/archive/2009/06/30/site-column-definition-schema.aspx</link><pubDate>Tue, 30 Jun 2009 10:49:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:56053</guid><dc:creator>Mirjam</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=56053</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2009/06/30/site-column-definition-schema.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;While working on a customer project I had to create a lot of site columns, based on the columns created by a business analyst through the user interface.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;As I was creating the site columns through a feature I was trying to find the Site Column Definition Schema on MSDN. And I found it. It can be found here &lt;a href="http://msdn.microsoft.com/en-us/library/ms459922.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms459922.aspx&lt;/a&gt;. Too bad it &amp;#39;s not a complete overview. That might have something to do with the disclaimer at the top of the page though:&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;color:red;font-size:11pt;"&gt;[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] &lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;Maybe there is a full reference somewhere on Technet or MSDN and I just couldn&amp;#39;t find it, but this wasn&amp;#39;t much help to me.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;Luckily I was able to use&lt;a target="_blank" title="Brian LaSitis&amp;#39; post"&gt; the great post Brian LaSitis did&lt;/a&gt; that has a nice overview of all properties of all column types in it.&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;[Update]&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;a target="_blank" href="http://blogs.code-counsel.net/Wouter/default.aspx" title="Wouter&amp;#39;s blog"&gt;Wouter van Vught&lt;/a&gt;&amp;nbsp;just tipped me that you shouldn&amp;#39;t always use StaticName and SourceID. This info is&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;coming from &lt;a target="_blank" href="http://thorprojects.com/blog/archive/2009/05/14/using-word-quickparts-to-enter-metadata-for-sharepoint.aspx" title="Blog post by Robert Bogue"&gt;this blog post by Robert Bogue&lt;/a&gt;. &lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;He says:&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;quot; Version, StaticName, and SourceID aren&amp;#39;t attributes that should typically be set. Version isn&amp;#39;t supported at all, StaticName is only for the office clients, and SourceId is supposed to be set by the framework to the feature that created the field. SourceId is supposed to help you work back to the feature that created the fields. Well, as it turns out if you set this field to be the same as the sourceId for the fields that you added in via the UI, SharePoint doesn&amp;#39;t mangle the document template. (So leave the sourceId in -- for this case only). &amp;quot;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;My colleague Maarten gave me a tip to go and look at &lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/ms437580.aspx" title="Field Element page on MSDN"&gt;this page&lt;/a&gt; that contains information about the Field Element.&amp;nbsp;Some of this information can be used to help determine&amp;nbsp;how site&amp;nbsp;columns should be&amp;nbsp;described. &lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;[Update2]&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;Found out that this post by Brian LaSitis doesn&amp;#39;t contain all possible options. I&amp;#39;m adding a few extra options that I needed myself here. If you know of more options that aren&amp;#39;t mentioned in the Brian&amp;#39;s blog let me know by leaving a comment with the option and the field type.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;font-weight:bold;"&gt;Choice Field&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;lt;Field ID=&amp;quot;{8e2b16ee-86ce-49c5-b217-91a1eee4e664}&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;Name=&amp;quot;Project&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;StaticName=&amp;quot;Project&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;DisplayName=&amp;quot;Project&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;Description=&amp;quot;&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;Group=&amp;quot;My Columns&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;Type=&amp;quot;Choice&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;SourceID=&amp;quot;&lt;a href="http://schemas.microsoft.com/sharepoint/v3/fields"&gt;http://schemas.microsoft.com/sharepoint/v3/fields&lt;/a&gt;&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;Format=&amp;quot;[Dropdown/RadioButtons]&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;FillInChoice=&amp;quot;FALSE&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.75in;font-family:Calibri;font-size:11pt;"&gt;&amp;lt;CHOICES&amp;gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 1.125in;font-family:Calibri;font-size:11pt;"&gt;&amp;lt;CHOICE&amp;gt;Project A&amp;lt;/CHOICE&amp;gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 1.125in;font-family:Calibri;font-size:11pt;"&gt;&amp;lt;CHOICE&amp;gt;Project B&amp;lt;/CHOICE&amp;gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.75in;font-family:Calibri;font-size:11pt;"&gt;&amp;lt;/CHOICES&amp;gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.75in;font-family:Calibri;font-size:11pt;"&gt;&amp;lt;Default&amp;gt;No&amp;lt;/Default&amp;gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;lt;/Field&amp;gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;font-weight:bold;"&gt;DateTime Field&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;lt;Field ID=&amp;quot;{b0cda4bf-3588-498b-8f5b-dcd5f860ecf0}&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;Name=&amp;quot;DueDate&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;StaticName=&amp;quot;DueDate&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;DisplayName=&amp;quot;Due Date&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;Description=&amp;quot;&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;Group=&amp;quot;My Columns&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;Type=&amp;quot;DateTime&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;Format=&amp;quot;[DateTime/DateOnly]&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;SourceID=&amp;quot;&lt;a href="http://schemas.microsoft.com/sharepoint/v3/fields%22/"&gt;http://schemas.microsoft.com/sharepoint/v3/fields&amp;quot;/&lt;/a&gt;&amp;gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;font-weight:bold;"&gt;Note Field&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;lt;Field ID=&amp;quot;{c8da1af1-5a97-4ea9-8055-bfd9ea4e89e1}&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;Name=&amp;quot;Comments&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;StaticName=&amp;quot;Comments&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;DisplayName=&amp;quot;Comments&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;Description=&amp;quot;&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;Group=&amp;quot;My Columns&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;Type=&amp;quot;Note&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;NumLines=&amp;quot;6&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;AppendOnly=&amp;quot;TRUE&amp;quot;&lt;/p&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;SourceID=&amp;quot;&lt;a href="http://schemas.microsoft.com/sharepoint/v3/fields%22/"&gt;http://schemas.microsoft.com/sharepoint/v3/fields&amp;quot;/&lt;/a&gt;&amp;gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=56053" width="1" height="1"&gt;</description></item><item><title>My Experience as a Woman in Technology</title><link>http://www.sharepointblogs.com/mirjam/archive/2009/06/17/my-experience-as-a-woman-in-technology.aspx</link><pubDate>Wed, 17 Jun 2009 21:55:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:54850</guid><dc:creator>Mirjam</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=54850</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2009/06/17/my-experience-as-a-woman-in-technology.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;This post is basically a reaction to &lt;a target="_blank" href="http://www.mosslover.com/archive/2009/06/17/my-experience-as-a-woman-in-the-community.aspx"&gt;http://www.mosslover.com/archive/2009/06/17/my-experience-as-a-woman-in-the-community.aspx&lt;/a&gt;. I completely agree with the statements made in this post, but the comment got so long that I decided to write a post about it myself.&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;Ok, so I guess the SharePoint community is a very lively thing where people feel the need to separate themselves into sub groups and very actively promote these groups. I don&amp;#39;t really want to get involved in discussions like that. I just like my job a lot and I love interacting in the community and organizing community stuff. I don&amp;#39;t care about any label, I just want to be able to do what I love. Unfortunately though mother nature kind of put me in a difficult position in the latest uproar. &lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;I&amp;#39;m a woman from the Netherlands and I became very active in the Dutch SharePoint community in the last few years. I worked very hard to get where I am today and almost everyone encouraged me to do so. I don&amp;#39;t think I&amp;#39;ve ever felt that I was pushed back by peers. I must admit that as far as speaking and writing articles is concerned it might even make it a tiny bit easier if you are a woman, because you stand out from the crowd. Of course that won&amp;#39;t get you anywhere if you don&amp;#39;t know what you&amp;#39;re talking about, but occasionally it can be a little easier to get noticed.&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;When visiting customers they sometimes look at me in disbelief when I come in as the &amp;quot;SharePoint Architect&amp;quot;, but I always manage to win them over by staying calm and showing them that I know what I&amp;#39;m talking about. &lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;One of the community things I do in the community is organizing the IW/SharePoint track for SDN. The last magazine we did was a &amp;quot;Women in Technology&amp;quot; edition. But it wasn&amp;#39;t about women. It was about the content. That just happened to be written by women. I&amp;#39;m very proud of the end result, the quality of the articles in there is very high. &lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;Guess what I&amp;#39;m trying to say is that I like to interact with other &amp;quot;Women in Technology&amp;quot;, whether that would be in a pub, at a conference, online or in a magazine. But I don&amp;#39;t see the need to separate ourselves from the men in the business. The large majority of the men I&amp;#39;ve met professionally have been respectful and kind and I like hanging out with men just as much as I like hanging out with women. Let&amp;#39;s just all give each other some room to live and breath and do our jobs to the best of our abilities and I think there is room enough for all of us.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=54850" width="1" height="1"&gt;</description></item><item><title>User Profiles and User Information List Synchronization</title><link>http://www.sharepointblogs.com/mirjam/archive/2009/06/17/user-profiles-and-the-user-information-list-or-userinfo-table.aspx</link><pubDate>Wed, 17 Jun 2009 09:44:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:54810</guid><dc:creator>Mirjam</dc:creator><slash:comments>9</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=54810</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2009/06/17/user-profiles-and-the-user-information-list-or-userinfo-table.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;ul style="margin-top:0in;unicode-bidi:embed;direction:ltr;margin-bottom:0in;margin-left:0.02in;"&gt;
&lt;p lang="en-US" style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;Lately I have been getting a lot of questions about where user data is stored and how it is synchronized within SharePoint 2007. This inspired me to write this blog post about &lt;span style="color:#1f497d;"&gt;U&lt;/span&gt;ser &lt;span style="color:#1f497d;"&gt;P&lt;/span&gt;rofiles and the &lt;span style="color:#1f497d;"&gt;U&lt;/span&gt;ser &lt;span style="color:#1f497d;"&gt;I&lt;/span&gt;nformation &lt;span style="color:#1f497d;"&gt;L&lt;/span&gt;ist or UserInfo table. I will also do a future post on what happens when a user profile is deleted from MOSS 2007.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p lang="en-US" style="margin:0in;font-family:Calibri;font-size:11pt;font-weight:bold;"&gt;User Profiles&lt;/p&gt;
&lt;p lang="en-US" style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;The user profile store in MOSS 2007 contains information about users. User profiles can be created by importing users from a user account directory, or they can be created manually. In most environments Active Directory will be used as the source for creating user profiles. In the MOSS 2007 Shared Service Provider an LDAP import query can be configured that will create user profiles for accounts that are returned from Active Directory by the LDAP query. The user profile imports can be scheduled to&amp;nbsp; run on a regular basis and they can be either&amp;nbsp; incremental or full.&lt;/p&gt;
&lt;p lang="en-US" style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;Once a user profile is created additional information about the user can be added to the user profile properties by the user itself, an administrator, a Business Data Catalog data source or an LDAP directory.&lt;/p&gt;
&lt;p lang="en-US" style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;By default data from user profiles is shown in the People Search results, on the My Site and in the User Information list of MOSS and WSS sites.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p lang="en-US" style="margin:0in;font-family:Calibri;font-size:11pt;font-weight:bold;"&gt;User Information List&lt;/p&gt;
&lt;p lang="en-US" style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;All MOSS 2007 and WSS 3.0 sites have a user information list. The information in the user information list is stored in the UserInfo table in the content database of the site. A user gets added to the user information list&amp;nbsp; when he or she has accesses the site for the first time. In the user information list a user&amp;#39;s email address, login name and name are stored. MOSS will make sure that user profile property information for those fields for users that are added to the user information list is sen&lt;span style="color:#1f497d;"&gt;t&lt;/span&gt; to the user &lt;/p&gt;
&lt;p lang="en-US" style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;information list.&amp;nbsp; The image below shows an overview of the user profile architecture in MOSS 2007.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;"&gt;&lt;a href="http://www.sharepointblogs.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/UserProfileArchitecture.gif"&gt;&lt;img src="http://www.sharepointblogs.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/UserProfileArchitecture.gif" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p lang="en-US" style="margin:0in;font-family:Calibri;font-size:11pt;font-weight:bold;"&gt;Synchronizing user profile data to the user information list&lt;/p&gt;
&lt;p lang="en-US" style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;Keeping the information in the user information lists up to data is a task that is handled by the Profile Synchronization and the Quick Profile Synchronization timer jobs. By default the first job runs once every hour, the second one runs every couple of minutes and is incremental. The first time user data is replicated from the user profile to the user information list of a site a full update is needed. So the Profile Synchronization job needs to run in order to get the data replicated to the site and this may take up to an hour. If information about a user is already stored in the user information list and the information changes in the user profile it will be synchronized with the data in the site collection by the &lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;Quick Profile Synchronization job.&lt;/p&gt;
&lt;p lang="en-US" style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;"&gt;&lt;a href="http://www.sharepointblogs.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/ProfileSyncJobs.jpg"&gt;&lt;img height="220" width="650" src="http://www.sharepointblogs.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/ProfileSyncJobs.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;You can also kick off the profile synchronization jobs by running the stsadm sync command.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;span lang="nl"&gt;&amp;nbsp;&lt;/span&gt;&lt;span lang="en-US"&gt;stsadm -o sync&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p lang="en-US" style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;If you believe that information is not synced between the user profiles and the user information lists in one or more sites you can request a list of content databases that have not been synchronized for x number of days by using the following stsadm sync command. &lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p lang="en-US" style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;stsadm -o sync -listolddatabases &amp;lt;x number of days&amp;gt;&lt;/p&gt;
&lt;p lang="en-US" style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p lang="en-US" style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;If one or more content databases show up in this list you can clean up the sync list so they can be added to the list again.&lt;/p&gt;
&lt;p lang="en-US" style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p lang="en-US" style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;stsadm -o sync -deleteolddatabases &amp;lt;x number of days&amp;gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p lang="en-US" style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;You can also use the sync command to change the schedule for the synchronization job. &lt;/p&gt;
&lt;p lang="en-US" style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;For more information on the stsadm sync command have a look here &lt;a href="http://technet.microsoft.com/en-us/library/cc263196.aspx"&gt;http://technet.microsoft.com/en-us/library/cc263196.aspx&lt;/a&gt;.&lt;/p&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=54810" width="1" height="1"&gt;</description></item><item><title>Nintex outgoing email settings on IIS 7.0</title><link>http://www.sharepointblogs.com/mirjam/archive/2009/06/12/nintex-outgoing-email-settings-on-iis-7-0.aspx</link><pubDate>Fri, 12 Jun 2009 20:42:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:54519</guid><dc:creator>Mirjam</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=54519</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2009/06/12/nintex-outgoing-email-settings-on-iis-7-0.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;As you&amp;#39;ve probably noticed by now I&amp;#39;m working with Nintex at the moment. &lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;Yesterday I was trying to create a workflow that had to send a notification to a user. I added my smtp server and a from address to the Nintex outgoing email settings. Be aware that you have to set the Nintex outgoing email settings separately from the outgoing email settings for the rest of your farm. This is because&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Nintex uses System.Net.Mail.SmtpClient.Send where as SharePoint itself uses SPUtility.SendEmail&amp;nbsp; (thanks Gerard!). So Nintex doesn&amp;#39;t take over the farm settings for outgoing email and theoratically you could use a different smtp server or from address for Nintex workflow. Now that I write it down I realise that this last fact might be the reason why they use different settings. To give you the opportunity to define a specific from address for emails send from workflows.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;Anyway, even after I added my smtp server and from address to both my SharePoint farm and Nintex settings page I still received errors that emails could not be send as no from address was specified. I didn&amp;#39;t understand why that would happen so I opened up Bing (I really like Bing, and I love the background pictures) to try and find other people with the same problem and preferably a solution too. I didn&amp;#39;t find anyone with the same problem, nor did I find a clear solution, but I did find someone that was having problems with other Nintex related settings that he traced down to being caused by using IIS 7.0 (and Windows Server 2008) as opposed to using IIS 6.0. As it happens I&amp;#39;m using Windows Server 2008 with IIS 7.0 as well. So I decided to have a closer look at IIS 7.0 and also fill in my smtp server in the IIS 7.0 settings. &lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;This did the trick. My emails are being send without a problem now. I didn&amp;#39;t investigate any further as to what is causing this somewhat weird behaviour. It might have something to do with the firewall. I might do a bit more investigating later on, but as others may have the same problem I decided to at least post the solution I found now&amp;hellip;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;Hope this can help others.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=54519" width="1" height="1"&gt;</description></item><item><title>Nintex context menu problem solved</title><link>http://www.sharepointblogs.com/mirjam/archive/2009/06/10/nintex-context-menu-problem-solved.aspx</link><pubDate>Wed, 10 Jun 2009 08:57:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:54251</guid><dc:creator>Mirjam</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=54251</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2009/06/10/nintex-context-menu-problem-solved.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;On our development environment at one of our customers we had a very weird problem with Nintex.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul style="margin-top:0in;unicode-bidi:embed;direction:ltr;margin-bottom:0in;margin-left:0.375in;"&gt;
&lt;li style="margin-top:0px;margin-bottom:0px;vertical-align:middle;"&gt;&lt;span style="font-family:Calibri;font-size:11pt;"&gt;For one of my colleagues Nintex worked perfectly&lt;/span&gt;&lt;/li&gt;
&lt;li style="margin-top:0px;margin-bottom:0px;vertical-align:middle;"&gt;&lt;span style="font-family:Calibri;font-size:11pt;"&gt;If I logged on to the server with my own account I could create or manage a workflow, but if I added a new Workflow Action the context menu of that action wouldn&amp;#39;t work. I couldn&amp;#39;t configure&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;or move the action.&lt;/span&gt;&lt;/li&gt;
&lt;li style="margin-top:0px;margin-bottom:0px;vertical-align:middle;"&gt;&lt;span style="font-family:Calibri;font-size:11pt;"&gt;If I tried changing a Workflow Action that was added to a workflow by my colleague the context menu worked fine.&lt;/span&gt;&lt;/li&gt;
&lt;li style="margin-top:0px;margin-bottom:0px;vertical-align:middle;"&gt;&lt;span style="font-family:Calibri;font-size:11pt;"&gt;If I logged onto the SharePoint environment using my colleagues account the context menu on new actions still didn&amp;#39;t work.&lt;/span&gt;&lt;/li&gt;
&lt;li style="margin-top:0px;margin-bottom:0px;vertical-align:middle;"&gt;&lt;span style="font-family:Calibri;font-size:11pt;"&gt;If I logged onto the server using my colleagues account configuring actions worked without a problem.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;Knowing all this I knew it had to be something on the server itself and not something in the SharePoint environment.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;So I checked all permissions on the server, Internet Options in Internet Explorer, compatibility view settings (it&amp;#39;s IE8), whether the site was in the Intranet Zone for both accounts..&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;After checking all that I still had the same problem.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;Today we added another development server to the same environment, connected to the same SharePoint environment. I browsed to the site on the new server and when adding a Nintex action I got the IE security popup asking me whether I wanted to add about:blank to my trusted sites. I did that and everything worked perfectly.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;Moral of this story:&lt;span style="font-weight:bold;"&gt; if you are using Nintex workflows and the IE Enhanced Security Configuration (ESC)&amp;nbsp;settings are turned on you need to add about:blank to your Trusted Sites&lt;/span&gt;.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=54251" width="1" height="1"&gt;</description></item><item><title>Bob Fox, Spence Harbar and a SharePint at the SDN Event on June 26th</title><link>http://www.sharepointblogs.com/mirjam/archive/2009/06/02/bob-fox-spence-harbar-and-a-sharepint-at-the-sdn-event-on-june-26th.aspx</link><pubDate>Tue, 02 Jun 2009 19:45:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:53717</guid><dc:creator>Mirjam</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=53717</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2009/06/02/bob-fox-spence-harbar-and-a-sharepint-at-the-sdn-event-on-june-26th.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;On June 26th the next SDN Event will be held in Houten in the Netherlands. Now all SDN Events are great, but for the IW track this one will be extra special. We&amp;#39;ve got two MVPs speaking, Bob Fox and Spencer Harbar and on top of that our own Robin Meure will be presenting as well. &lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;The SDN Event is free for members of SDN and only 95 euros for non-members. Lunch is taken care of by SDN.&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;Right after the regular SDN Event you can have a drink and some fun with the Bob and Spence and the Dutch SharePoint community at the bar of Hotel Houten. All the more reason to come and join us on the 26th!&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;These are the IW sessions that you can attend:&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-WEIGHT:bold;FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;"&gt;SharePoint Mythbusters: Debunking common&amp;nbsp;SharePoint Farm Misconceptions&amp;nbsp;- Spencer Harbar&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;"&gt;This interactive session will dive into common SharePoint Farm Myths and discuss common misconceptions around Global Deployments, Farm Topologies, Shared Service Providers, High Availability, Security and more. Alongside best practices for each &amp;ldquo;myth&amp;rdquo;, the SharePoint &amp;ldquo;magic numbers&amp;rdquo; will be covered and there will be plenty of scope to discuss any particular queries you may have on farm deployment &lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-WEIGHT:bold;FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;"&gt;Best Practices for Virtualization with Hyper V and SharePoint - Bob Fox&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;"&gt;In this presentation I am going to give an overview of Microsoft Windows Server 2008 Hyper Virtualization Technology with a strong emphasis on how to leverage using SharePoint in a Virtual Environment. Some of the topics covered: - Hyper V What is it - Hyper V what are the benefits - Hyper V What you need to know - Hyper v How to implement (Demo) - Hyper v How do I deploy my SharePoint environments (Demo) - Hyper V Recommendations and take away info&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-WEIGHT:bold;FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;"&gt;Kerberos part 1: No ticket touting here. Does SharePoint add another head? - Spencer Harbar and Bob Fox&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;"&gt;This session will provide an overview of Kerberos and the benefits it offers in a SharePoint 2007 deployment including: Discussion of whether your SharePoint deployment needs Kerberos. A tour of the required pre-requisites and configuration settings. Best Practices for automating configuration in a SharePoint Farm. Best Practices for diagnosing common configuration errors&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-WEIGHT:bold;FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;"&gt;Kerberos part 2: advanced scenarios and additional considerations - Spencer Harbar and Bob Fox&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;"&gt;This second Kerberos session will provide an example, end to end scenario with MOSS, Excel Services and 3rd Party applications, and dive into additional troubleshooting and auditing best practices, known issues and workarounds, including Q&amp;amp;A/Discussion. This session is part two of a two part session. Part two assumes attendees are familiar with the concepts presented in part one.&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-WEIGHT:bold;FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;"&gt;Waarom SharePoint Application Pages? - Robin Meur&amp;eacute;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;"&gt;Wanneer je maatwerk oplossingen bouwt bovenop SharePoint dan heb je vaak behoefte aan een pagina in Central Admin om je oplossing te kunnen configureren. Het liefst zou je dezepagina in de look&amp;amp;feel van SharePoint willen hebben en uiteraard wil je zo veel mogelijk gebruik maken van bestaande SharePoint controls. En als het even kan zou je ook graag je configuratie willen opslaan zoals SharePoint zijn configuratie opslaat.. ;)&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;For more information and registering for the event go to &lt;a href="http://www.sdn.nl/SDN/SDNEvent/SDNEventjuni2009/tabid/124/Default.aspx"&gt;http://www.sdn.nl/SDN/SDNEvent/SDNEventjuni2009/tabid/124/Default.aspx&lt;/a&gt;. &lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;Please contact me if you have any additional questions, or if your company would like a stand at the SDN Event to reach hundreds of attendees with your brand.&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=53717" width="1" height="1"&gt;</description></item><item><title>Thursday's DIWUG meeting</title><link>http://www.sharepointblogs.com/mirjam/archive/2009/05/09/thursdays-diwug-meeting.aspx</link><pubDate>Sat, 09 May 2009 20:07:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:51978</guid><dc:creator>Mirjam</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=51978</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2009/05/09/thursdays-diwug-meeting.aspx#comments</comments><description>&lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="COLOR:#333333;mso-ascii-font-family:Calibri;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-hansi-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="font-family:Calibri;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp; &lt;/p&gt;
&lt;p lang="en-US"&gt;Last Thursday we held another DIWUG meeting. This one was a special one! We had an all-time high number of visitors. 99 people registered and in the end 85 actually attended the evening event that was held at our own Macaw office at Schiphol-Rijk. It was just able to hold all 85 attendees. Luckily food and drinks were well taken care of :-). &lt;/p&gt;
&lt;p lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p lang="en-US"&gt;As usual there were two presentations:&lt;/p&gt;
&lt;ul style="margin-top:0in;margin-bottom:0in;margin-left:0.75in;direction:ltr;unicode-bidi:embed;"&gt;
&lt;li lang="en-US" style="margin-top:0px;margin-bottom:0px;vertical-align:middle;"&gt;&lt;span style="font-size:11pt;font-family:Calibri;"&gt;A SharePoint User eXperience by Sandra de Ridder from Sparked (&lt;a target="_blank" href="http://www.slideshare.net/sparked/a-sharepoint-user-experience" title="A SharePoint User eXperience"&gt;slides&lt;/a&gt;)&lt;/span&gt;&lt;/li&gt;
&lt;li lang="en-US" style="margin-top:0px;margin-bottom:0px;vertical-align:middle;"&gt;&lt;span style="font-size:11pt;font-family:Calibri;"&gt;Functioneel ontwerpen voor MOSS by Maurice de Bakker and Jaap Mollema from TamTam (&lt;a target="_blank" href="http://www.vanolstweb.nl/blog/documents/090507_DIWUG_TamTamFO.pptx" title="Functioneel ontwerpen voor MOSS"&gt;slides&lt;/a&gt;)&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p lang="en-US"&gt;There were no hardcore technical topics this time, but really interesting presentations on other aspects of SharePoint. The presentations were well received and caused some interesting discussions that continued after the sessions over a beer.&lt;/p&gt;
&lt;p lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p lang="en-US"&gt;I would like to thank everyone that helped make this a great evening, Karin and the reception at Macaw, the speakers, the Dutch SharePoint community that showed up in such high numbers and made this evening really enjoyable and a great success. And of course the fellow DIWUG organizers Marianne (&lt;a target="_blank" href="http://twitter.com/mariannerd"&gt;@mariannerd&lt;/a&gt;) and Dirk (&lt;a target="_blank" href="http://twitter.com/zirk77"&gt;@Zirk77&lt;/a&gt;).&lt;/p&gt;
&lt;p lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p lang="en-US"&gt;I hope to see you all again at the upcoming events!&lt;/p&gt;
&lt;ul style="margin-top:0in;margin-bottom:0in;margin-left:0.75in;direction:ltr;unicode-bidi:embed;"&gt;
&lt;li lang="en-US" style="margin-top:0px;margin-bottom:0px;vertical-align:middle;"&gt;&lt;span style="font-size:11pt;font-family:Calibri;"&gt;May 28th and 29th, &lt;a target="_blank" href="https://www.devdays.nl/" title="DevDays 2009"&gt;DevDays&lt;/a&gt;&amp;nbsp;2009 at the World Forum in the Hague&lt;/span&gt;&lt;/li&gt;
&lt;li lang="en-US" style="margin-top:0px;margin-bottom:0px;vertical-align:middle;"&gt;&lt;span style="font-size:11pt;font-family:Calibri;"&gt;June 26th, Software Development Event (SDE) in Houten with&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;&lt;a target="_blank" href="http://www.harbar.net"&gt;Spencer Harbar&lt;/a&gt;&amp;nbsp;(&lt;a target="_blank" href="http://twitter.com/harbars"&gt;@harbars&lt;/a&gt;) and &lt;a target="_blank" href="http://www.spfoxhole.com/Blog/default.aspx"&gt;Bob Fox&lt;/a&gt; (&lt;a target="_blank" href="http://twitter.com/bfox11b"&gt;@bfox11b&lt;/a&gt;), well established SharePoint experts that have presented at Tech-Eds, SharePoint Conferences and SharePoint Best Practices Conferences. More information will shortly be made available on the &lt;a target="_blank" href="http://www.sdn.nl" title="SDN Website"&gt;SDN website&lt;/a&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;li lang="en-US" style="margin-top:0px;margin-bottom:0px;vertical-align:middle;"&gt;&lt;span style="font-size:11pt;font-family:Calibri;"&gt;Next DIWUG meeting will have presentations on BI and Excel Services and Forms based computing. As soon as the date for the meeting is set we will of course let you know!&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="MsoNormal"&gt;
&lt;p lang="en-US"&gt;&lt;span style="font-size:11pt;font-family:Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;span style="font-size:11pt;font-family:Calibri;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=51978" width="1" height="1"&gt;</description></item><item><title>Macaw Solutions Factory blog posts series</title><link>http://www.sharepointblogs.com/mirjam/archive/2009/05/03/macaw-solutoins-factory-blog-posts-series.aspx</link><pubDate>Sun, 03 May 2009 15:55:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:50791</guid><dc:creator>Mirjam</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=50791</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2009/05/03/macaw-solutoins-factory-blog-posts-series.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;Our two Macaw Solutions Factory Architects, Vincent Hoogendoorn and Serge van den Oever have started blogging about the&amp;nbsp;Macaw Solutions Factory. Some of it is about the Factory itself, some of it is about the thoughts and ideas behind it. &lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;All projects that have custom development in them in the Information Worker Solutions department at Macaw that I work for use the Macaw Solutions Factory to support the development process. It makes starting a new project easier and because it defines the base of the structure of your soluton and projects it makes it easier for developers to work on projects that other people started without needing a lot of time to get up to speed. The Macaw Solutions Factory also speeds up the development process for SharePoint projects with the help of post build scripts and it has build in support for generating SharePoint solution packages (.wsp files) for your solution. &lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;So far, most posts are written by Vincent. You can find them here:&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&lt;a target="_blank" href="http://vincenth.net/blog/archive/2009/04/07/factory-vision-part-1-introducing-the-macaw-solutions-factory.aspx" title="Factory Vision, Part 1: Introducing the Macaw Solutions Factory"&gt;Factory Vision, Part 1: Introducing the Macaw Solutions Factory&lt;/a&gt;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&lt;a target="_blank" href="http://vincenth.net/blog/archive/2009/04/24/factory-overview-part-1-a-bird%e2%80%99s-eye-view-of-the-macaw-solutions-factory.aspx" title="Factory Overview, Part 1: A Bird&amp;rsquo;s Eye View of the Macaw Solutions Factory "&gt;Factory Overview, Part 1: A Bird&amp;rsquo;s Eye View of the Macaw Solutions Factory&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&lt;a target="_blank" href="http://vincenth.net/blog/archive/2009/04/28/macaw-vision-on-sharepoint-release-management.aspx" title="Macaw Vision on SharePoint Release Management"&gt;Macaw Vision on SharePoint Release Management&lt;/a&gt;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;If you are interested in the subject stay tuned, there&amp;#39;s more to come!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=50791" width="1" height="1"&gt;</description></item><item><title>SharePoint Site Definition Provisioning Order</title><link>http://www.sharepointblogs.com/mirjam/archive/2009/04/29/site-definition-provisioning-order.aspx</link><pubDate>Wed, 29 Apr 2009 15:14:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:49601</guid><dc:creator>Mirjam</dc:creator><slash:comments>6</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=49601</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2009/04/29/site-definition-provisioning-order.aspx#comments</comments><description>&lt;p&gt;When you use site definitions to create sites it&amp;#39;s often pretty unclear what the order is in which the sites are provisioned. Knowing the order can be important if you want to make several changes to your site that are dependent on each other. In that case you need to know how to make sure that the changes are executed in the right order.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Site Definition Provisioning Order&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Url for the site is created&lt;/li&gt;
&lt;li&gt;Global onet.xml is provisioned&lt;/li&gt;
&lt;li&gt;Site collection (SPSite) scoped features defined in onet.xml are activated in the order in which they are listed in the onet.xml&lt;/li&gt;
&lt;li&gt;Site collection scoped stapled features are activated in random order&lt;/li&gt;
&lt;li&gt;Site(SPWeb) scoped features defined in onet.xml are activated in the order in which they are listed in the onet.xml&lt;/li&gt;
&lt;li&gt;Site (SPWeb) scoped stapled features in activated in random order&lt;/li&gt;
&lt;li&gt;Listinstances defined in onet.xml are created&lt;/li&gt;
&lt;li&gt;Modules defined in onet.xml are processed (and thus this is the moment at which the default. aspx file&amp;nbsp; and other aspx files defined in the modules are added to the site)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This list tells you that if the order in which features are activated is important and you want to use feature stapling you should create dependent features.&lt;br /&gt;This also tells you that the default.aspx page is the last thing that is added to the site. If you want to make changes to this file like moving around web parts on the page, or adding web parts to the page you there are a couple of ways you can go about this:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;You can create a feature that provisions the default.aspx page and associate another feature with that one that will contain a featurereceiver that makes changes to the default.aspx page.&amp;nbsp; &amp;ndash; This is the recommended way to go about this&lt;/li&gt;
&lt;li&gt;You can create a web control on the master page that will be executed only once &amp;ndash; This is recommended for adjusting the MySites. Steve Peschka wrote a great blog post about this &lt;a href="http://blogs.msdn.com/sharepoint/archive/2007/03/22/customizing-moss-2007-my-sites-within-the-enterprise.aspx"&gt;http://blogs.msdn.com/sharepoint/archive/2007/03/22/customizing-moss-2007-my-sites-within-the-enterprise.aspx&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;You can use the ExecuteUrl element in the onet.xml. You can add a hyperlink to a custom aspx page to the ExecuteUrl. This page will be opened after the site is created. You can have the custom page make the changes you want to. &lt;/li&gt;
&lt;li&gt;You can create a custom provisioning provider, which adds the capability to hook custom code to be executed after the site has been created.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=49601" width="1" height="1"&gt;</description></item><item><title>My Microsoft Certified Master  experience</title><link>http://www.sharepointblogs.com/mirjam/archive/2009/04/08/the-microsoft-certified-master-experience.aspx</link><pubDate>Wed, 08 Apr 2009 15:43:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:46117</guid><dc:creator>Mirjam</dc:creator><slash:comments>6</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=46117</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2009/04/08/the-microsoft-certified-master-experience.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;Since a lot of people are interested in the Microsoft Certified Master (MCM) experience I&amp;#39;m going to try and write a blog about it. Note that this will just be a post on how I experienced the program. I can&amp;#39;t elaborate on the actual content of the training, although I will blog on specific topics later on. &lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;It was great, very intense, so usefull, terrific, brutal, fantastic, fascinating, informative, overwhelming&amp;hellip;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;Ok, so it&amp;#39;s very difficult to describe. I will give it a try.&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;The group of students consisted of 16 SharePoint experts. All people that have a lot of experience in doing SharePoint implementations. Lots of them are also trainers and speakers. It&amp;#39;s amazing to spend 3 weeks in a room with a group like that. We&amp;#39;ve had a lot of great and very valuable discussions, since people do different types of projects and have come up with different best practices. We were all there to learn and everybody was more than willing to share their knowledge and experience. I really want to thank everybody for the great three weeks! &lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;Working with the instructors was also very special. All of them are the best in the field on the area that they covered. They are not just trainers, but people that actually work with the product and have an amazing depth on the subject that they covered. It was a priviledge to be able to learn from their experience and to be able to bounce thoughts and ideas off of them.&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;The training was conducted on the Microsoft Campus in Redmond. For me it was the first time that I was on campus and that really brought something extra to the experience. Being there also meant that it was possible for product team members to drop in when we were discussing a certain subject to elaborate even more, sometimes on the current version and sometimes on how things will change in vNext. Very valuable!&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;As I said before I can&amp;#39;t say much about the actual content of the training, but I can say that it&amp;#39;s very broad and very deep. It reaches from information architecture, capacity planning, infrastructure, SQL, a lot of SharePoint services (like Search, BDC etc), development and troubleshooting. All this material was covered in three weeks of training. That&amp;#39;s a lot to cover in three weeks, which means that it&amp;#39;s long days of instruction supplemented with hands on labs in the evening. It means that you eat, drink and breath SharePoint for three weeks. This is a stretch, but it&amp;#39;s a great way to hugely expand your knowledge in a relatively short amount of time.&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;Of course your knowledge will also be tested. There are three written exams and one hands on qualification lab. These exams also take place during the three weeks. This means that the master program is not for the lazy and not for the faint&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;hearted. &lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;At the moment I know that I passed the three written exams. The results for the qualification lab are not in yet. Personally I&amp;#39;m sceptical about me passing that one. But it really doesn&amp;#39;t matter. I&amp;#39;m very proud that I was part of the R2 (beta) MCM SharePoint group. And I&amp;#39;m very proud to have passed at least three of the exams. If I haven&amp;#39;t passed the qualification lab I will be able to retake it in a Microsoft office around here, so I don&amp;#39;t need to travel to Redmond for that. &lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;Even though this was a beta the program was very well organized. Off course there were a couple of small glitches along the way, but the whole experience is already pretty well polished. I personally think that we&amp;#39;ve got the acting program manager to thank for that. He did an amazing job in managing content and logistics and watching out over all the candidates. He was terrific. Thank you.&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;All in all the experience was great, I&amp;#39;m still exhausted, but I wouldn&amp;#39;t have want to miss it for anything in the world! &lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;Some links to MCM related content:&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&lt;a target="_blank" href="http://www.microsoft.com/learning/mcp/master/SharePoint/default.mspx" title="Microsoft Certified Master: Microsoft Office SharePoint Server 2007"&gt;Microsoft Certified Master: Microsoft Office SharePoint Server 2007&lt;/a&gt;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&lt;a target="_blank" href="http://sharepointblogs.com/rhouberg/archive/2009/04/06/master-training-are-you-ready.aspx" title="Blogpost by Russ Houberg, MCM R2 attendee"&gt;Blogpost by Russ Houberg, MCM R2 attendee&lt;/a&gt;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&lt;a target="_blank" href="http://harbar.net/archive/2008/11/21/Microsoft-Certified-Master-for-SharePoint.aspx" title="Blogpost by Spence Harbar, MCM R2 attendee (posted pre-MCM)"&gt;Blogpost by Spence Harbar, MCM R2 attendee (posted pre-R2)&lt;/a&gt;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&lt;a target="_blank" href="http://andrewconnell.com/blog/archive/2008/11/20/Microsoft-Certification-Master-for-SharePoint--My-Involvement-in-Helping.aspx" title="Blogpost by Andrew Connell, MCM Instructor"&gt;Blogpost by Andrew Connel, MCM instructor&lt;/a&gt;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&lt;a target="_blank" href="http://www.toddbaginski.com/blog/archive/2008/11/21/sharepoint-certified-master-an-inside-look.aspx" title="Blogpost by Todd Baginski, MCM instructor"&gt;Blogpost by Todd Baginski, MCM instructor&lt;/a&gt;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=46117" width="1" height="1"&gt;</description></item><item><title>Displaying your InfoPath Forms in a Web Part</title><link>http://www.sharepointblogs.com/mirjam/archive/2009/03/10/displaying-your-infopath-forms-in-a-web-part.aspx</link><pubDate>Tue, 10 Mar 2009 09:18:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:44086</guid><dc:creator>Mirjam</dc:creator><slash:comments>11</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=44086</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2009/03/10/displaying-your-infopath-forms-in-a-web-part.aspx#comments</comments><description>&lt;p&gt;&lt;span lang="EN-US" style="font-size:11pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ansi-language:EN-US;"&gt;So here I am again with another &amp;quot;did you know&amp;quot;. This one is also inspired by Inside Microsoft Office SharePoint&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Server 2007.&lt;br /&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size:11pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ansi-language:EN-US;"&gt;Did you know that you&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;can display browser enabled InfoPath forms in a web part?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:11pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ansi-language:EN-US;"&gt;If you create a form that is published to the SharePoint Form Services in the Central Administration and you have selected that users can open the form in their browsers, you can display the form in a web part. This means that the form page will get a SharePoint look and feel, instead of an InfoPath look and feel.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:11pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ansi-language:EN-US;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:11pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ansi-language:EN-US;"&gt;It is easy to configure and you don&amp;#39;t need a single line of code.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:11pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ansi-language:EN-US;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:11pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ansi-language:EN-US;"&gt;The web part that is able to show the form is already created for you by Microsoft and is part of the Microsoft.Office.InfoPath.Server.dll assembly. This assembly is stored in the C:\Program Files\Microsoft Office Servers\12.0\Bin folder. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:11pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ansi-language:EN-US;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:11pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ansi-language:EN-US;"&gt;The first step you have to take to enable the web part to show you InfoPath page is to add a SafeControl entry to the web.config of the web application where you want to use the web part.&lt;br /&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size:11pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ansi-language:EN-US;"&gt;The SafeControl entry should look like this:&lt;br /&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size:11pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ansi-language:EN-US;"&gt;&amp;lt;SafeControl Assembly=&amp;quot;Microsoft.Office.InfoPath.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&amp;quot; Namespace=&amp;quot;Microsoft.Office.InfoPath.Server.Controls&amp;quot; Typename=&amp;quot;XmlFormView&amp;quot; Safe=&amp;quot;True&amp;quot; /&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:11pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ansi-language:EN-US;"&gt;Now go to your browser and open the Web Part Gallery from the Site Settings page of your SharePoint environment. Click on the New button and you will get a list of available web parts. Look for the entry Microsoft.Office.InfoPath.Server.Controls.XmlFormView and check the checkbox in front of it. Next click the Populate Gallery button at the top of the page. The web part should now be available for use in the site collection.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:11pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ansi-language:EN-US;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:11pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ansi-language:EN-US;"&gt;You can check this by going to a web part page within your site collection and click Edit Page from the site actions menu. In the page click on the Add a Web Part link of a web part section. Now choose the XmlFormView web part that can be found under the Miscellaneous section. An error is generated because you still need to set some properties for the web part. You can simply close the error and go to the properties of the web part to set them. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:11pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ansi-language:EN-US;"&gt;Go to the&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Features section at the bottom of the properties list. Expand the section and decide whether you want to display the header and the footer of the form. Since the form is displayed in the middle of the page you probably don&amp;#39;t! If you want users to be able to fill in the form in the web part you want to set the EditingStatus to Editing. In the DataBinding section you find the XsnLocation, the XmlLocation and the possible path to the container where you want to save the form to. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:11pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ansi-language:EN-US;"&gt;If you are displaying a blank form you want to have the XsnLocation pointing to the location where the .xsn file of you form is published to. &lt;br /&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size:11pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ansi-language:EN-US;"&gt;If you are displaying an existing form you can have the XmlLocation point to the location of that form. &lt;br /&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size:11pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ansi-language:EN-US;"&gt;&lt;br /&gt;If you have filled in these properties correctly your web part should now be displaying you form!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=44086" width="1" height="1"&gt;</description></item><item><title>Use Stemming for MOSS 2007 Search</title><link>http://www.sharepointblogs.com/mirjam/archive/2009/03/10/use-stemming-for-moss-2007-search.aspx</link><pubDate>Tue, 10 Mar 2009 09:14:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:44084</guid><dc:creator>Mirjam</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=44084</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2009/03/10/use-stemming-for-moss-2007-search.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-size:11pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ansi-language:EN-US;" lang="EN-US"&gt;While I was reading Inside Microsoft Office SharePoint&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Server 2007 as a to prepare for the Master Program, I came across something interesting again. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ansi-language:EN-US;" lang="EN-US"&gt;In the Search Core Results Web Part you can enable stemming. If you are a non-English reader you probably wonder what stemming is, as I did when I read about it. Stemming is a method of mapping a linguistic stem to all matching words to increase the number of relevant results. This means that if searching for buy, you will also find results that contain bought, buying and buys. For Dutch readers: het betekent dus dat je ook vervoegingen vindt van woorden waar je op zoekt.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ansi-language:EN-US;" lang="EN-US"&gt;Very handy!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ansi-language:EN-US;" lang="EN-US"&gt;Stemming is disabled by default, but can be enabled in the properties of the Search Core Results Web Part.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ansi-language:EN-US;" lang="EN-US"&gt;You can also use stemming if you are using the Query class from the Microsoft.Office.Server.Search.dll assembly. The query class has a property EnableStemming that you can use to turn stemming on or off. Note that the query class also has a property Culture that is very relevant when using Stemming, so the query engine knows in what language it has to look for stem matches of the search term.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=44084" width="1" height="1"&gt;</description></item><item><title>SharePoint Custom Application Pages and Custom Action Features: did you know this?</title><link>http://www.sharepointblogs.com/mirjam/archive/2009/02/23/sharepoint-custom-application-pages-and-custom-action-features-did-you-know-this.aspx</link><pubDate>Sun, 22 Feb 2009 23:56:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:42819</guid><dc:creator>Mirjam</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=42819</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2009/02/23/sharepoint-custom-application-pages-and-custom-action-features-did-you-know-this.aspx#comments</comments><description>&lt;p&gt;At the moment I am reading Inside Microsoft Windows SharePoint Services 3.0 to prepare for the Microsoft Certified Master SharePoint program. I consider myself an experienced SharePoint developer, but I came across a couple of basic facts that I didn&amp;#39;t know or wasn&amp;#39;t fully aware of. &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The first tip: when you are creating custom Application Pages for SharePoint 2007 (WSS and MOSS alike) your page should inherit from Microsoft.SharePoint.WebControls.LayoutsPageBase. I never realized that there was a separate class an application page should inherit from. Mine always just inherit from System.Web.UI.Page. While looking up &lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.webcontrols.layoutspagebase.aspx" title="The LayoutsPageBase on MSDN"&gt;the LayoutsPageBase on MSDN&lt;/a&gt;&amp;nbsp;I came across some more information.&amp;nbsp;When creating a custom application page that is intended for use by authorized users you should use LayoutsPageBase. If your&amp;nbsp;application&amp;nbsp;page will be used by anonymous users you should use UnsecuredLayoutsPageBase.&lt;/li&gt;
&lt;li&gt;The second tip:&amp;nbsp;when creating a custom action feature you can use ~site and ~sitecollection to create site or site collection relative urls. If you are creating a custom action that adds a link to the ECB menu of a list or library item you can also use {ItemId}, {ItemUrl} and {ListId}&amp;nbsp;to get the itemid and listid of the currect item.&amp;nbsp;If you read the &amp;quot;&lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/ms473643.aspx" title="How to: Add Actions to the User Interface"&gt;How to: Add Actions to the User Interface&lt;/a&gt;&amp;quot; page on MSDN you notice that you can also use {SiteUrl}. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Example:&lt;br /&gt;&amp;lt;!-- Per Item Dropdown (ECB)--&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;CustomAction &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Id=&amp;quot;UserInterfaceCustomActions.ECBItemToolbar&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RegistrationType=&amp;quot;List&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RegistrationId=&amp;quot;101&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Location=&amp;quot;EditControlBlock&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sequence=&amp;quot;106&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Title=&amp;quot;MY ECB ITEM&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;UrlAction Url=&amp;quot;~site/_layouts/CustomActionsHello.aspx?ItemId={ItemId}&amp;amp;amp;ItemUrl={ItemUrl}&amp;amp;amp;ListId={ListId}&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/CustomAction&amp;gt;&lt;br /&gt;&lt;br /&gt;Perhaps you were already aware of these tips, but since I wasn&amp;#39;t I thought I should share them.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=42819" width="1" height="1"&gt;</description></item><item><title>Slides van DIWUG presentaties van dinsdag 17 februari</title><link>http://www.sharepointblogs.com/mirjam/archive/2009/02/19/slides-van-diwug-presentaties-van-dinsdag-17-februari.aspx</link><pubDate>Thu, 19 Feb 2009 13:15:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:42565</guid><dc:creator>Mirjam</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=42565</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2009/02/19/slides-van-diwug-presentaties-van-dinsdag-17-februari.aspx#comments</comments><description>&lt;p&gt;Dinsdagavond (17 februari) was de eerste DIWUG avond van dit jaar. Ondanks de late uitnodiging was de opkomst erg goed, er waren meer dan 50 bezoekers!&lt;br /&gt;De avond werd gehost bij en gesponsord door Sparked. &lt;br /&gt;We hadden weer twee presentaties:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Serge van den Oever van Macaw hield een presentatie over Business Productivity Online Suite. Zijn slides staan &lt;a target="_blank" href="http://cid-0ddc65de8785e94e.skydrive.live.com/self.aspx/Public/mpdc-bpos%20-%20DIWUG20090217.pdf" title="Slides van Serge over BPOS"&gt;hier&lt;/a&gt;, en Serge heeft zelf ook een &lt;a target="_blank" href="http://weblogs.asp.net/soever/archive/2009/02/18/presentation-on-the-business-productivity-online-suite-as-given-at-diwug.aspx" title="Blogpost van Serge over BPOS presentatie voor de DIWUG"&gt;blogpost over de presentatie&lt;/a&gt; geschreven met links naar andere interessante resources.&lt;/li&gt;
&lt;li&gt;Clemens Reijnen van Sogeti presenteerde over Collaboration in the Cloud. Zijn slides zijn &lt;a target="_blank" href="http://cid-53de99fbe1833540.skydrive.live.com/browse.aspx/Public" title="Slides van Clemens over Collaboration in the Cloud"&gt;hier&lt;/a&gt; te vinden.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ik wil hiervandaan graag Sparked bedanken voor de goed georganiseerde avond en de sprekers bedanken voor hun inbreng. Daarnaast natuurlijk iedereen die er was bedankt voor de komst!&lt;br /&gt;We hopen op korte termijn uitsluitsel te kunnen geven over de data en de onderwerpen van de volgende DIWUG avond. &lt;/p&gt;
&lt;p&gt;Tot die tijd is iedereen natuurlijk van harte welkom bij de SDE van maart op 30 maart in Driebergen. Meer informatie over de komende SDE kun je &lt;a target="_blank" href="http://www.sdn.nl/SDN/SDNEvent/tabid/68/Default.aspx" title="Meer informatie over de SDE van 30 maart"&gt;hier&lt;/a&gt; vinden.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=42565" width="1" height="1"&gt;</description></item><item><title>Loading UserControls in SharePoint web parts</title><link>http://www.sharepointblogs.com/mirjam/archive/2009/02/11/using-usercontrols-in-sharepoint-web-parts.aspx</link><pubDate>Wed, 11 Feb 2009 17:30:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:42094</guid><dc:creator>Mirjam</dc:creator><slash:comments>6</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=42094</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2009/02/11/using-usercontrols-in-sharepoint-web-parts.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;If you want to use UserControls in SharePoint web parts you can use SmartPart (&lt;a href="http://www.codeplex.com/smartpart"&gt;http://www.codeplex.com/smartpart&lt;/a&gt;). But you can also build a web part that load a UserControl yourself.&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;If you want to do it yourself you start out by opening Visual Studio (whether you use 2005 or 2008 doesn&amp;#39;t matter). Next you create a new project of the type &amp;quot;ASP.NET Web Application&amp;quot;.&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&lt;a href="http://sharepointblogs.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/CreateWebApplication.jpg"&gt;&lt;img border="0" src="http://sharepointblogs.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/CreateWebApplication.jpg" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;Then you can add a new class to the project and you make sure that it inherits from System.Web.UI.WebControls.WebParts.WebPart. &lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&lt;a href="http://sharepointblogs.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/WebPartInheritance.jpg"&gt;&lt;img border="0" src="http://sharepointblogs.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/WebPartInheritance.jpg" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;Now create an new folder in the project that you call &amp;quot;Usercontrols&amp;quot; and add a Web User Control to it.&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&lt;a href="http://sharepointblogs.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/UserControlVirtualPath.jpg"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&lt;a href="http://sharepointblogs.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/CreateUserControl.jpg"&gt;&lt;img border="0" src="http://sharepointblogs.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/CreateUserControl.jpg" alt="" /&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;Make sure that you adjust the Inheritance of your .ascx file to a fully qualified name.&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;img border="0" src="http://sharepointblogs.com/cfs-filesystemfile.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/FullyQualifiedName.jpg" style="max-width:550px;" alt="" /&gt;&lt;a href="http://sharepointblogs.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/FullyQualifiedName.jpg"&gt;&lt;/a&gt;&lt;a href="http://sharepointblogs.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/FullyQualifiedName.jpg"&gt;&lt;/a&gt;&lt;a href="http://sharepointblogs.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/FullyQualifiedName.jpg"&gt;&lt;/a&gt;&lt;a href="http://sharepointblogs.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/WebPartInheritance.jpg"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;Let&amp;#39;s go back to the class you created initially and add the user control to it. You add the user control in the CreateChildControls function.&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&lt;a href="http://sharepointblogs.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/CreateChildControls.jpg"&gt;&lt;img border="0" src="http://sharepointblogs.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/CreateChildControls.jpg" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;You can see that the function UserControlVirtualPath is called. This function is used to determine where the user control will be located. Reason for this is that the deployment location of the user control changes when you change the location where the assembly is deployed to.&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;If you deploy the assembly to the GAC the user control will be stored in the C:\Program Files\Common Files\Microsoft Shared\web server extensions\wpresources folder and will have the fully qualified name used to create sub folders. The user control for my project will be stored in C:\Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\TwitterTimelineWebPart\1.0.0.0__c038812e8af423a0\TwitterPublicTimeline\UserControls if I deploy the assembly to the GAC.&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;If I were to deploy the assembly to the bin of the web application the user control is deployed to the C:\Inetpub\wwwroot\wss\VirtualDirectories\moss2007dev\wpresources folder.&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;The UserControlVirtualPath function finds the location of the user control for you. &lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&lt;a href="http://sharepointblogs.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/UserControlVirtualPath.jpg"&gt;&lt;img border="0" src="http://sharepointblogs.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/UserControlVirtualPath.jpg" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;You can add all the content you like to the user control now. Nothing special about that. &lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;One thing that we need to take care of that is SharePoint specific is the deployment.&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;I will do it manually, so everyone can copy this.&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;You start out be creating a .ddf file that will help you create the package. The .ddf file can be stored in the root folder of your project.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;I will call the file SolutionPackage.ddf. More information about creating the ddf file can be found here (&lt;a href="http://msdn.microsoft.com/en-us/library/bb466225.aspx"&gt;http://msdn.microsoft.com/en-us/library/bb466225.aspx&lt;/a&gt;).&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&lt;a href="http://sharepointblogs.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/ddffile.jpg"&gt;&lt;img border="0" src="http://sharepointblogs.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/ddffile.jpg" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;Next you need to create the manifest.xml file that will make sure that all files are deployed correctly. Create a folder &amp;quot;DeploymentFiles&amp;quot; and create a file that you call manifest.xml in it. &lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;In the manifest you will have to create an Assemblies element with a child Assembly element in which you will specify the assembly you want to deploy. The property DeploymentTarget indicates whether the assembly will be deployed to the GAC or to the web application bin. If you want to deploy the assembly to the GAC the DeploymentTarget property needs to be GlobalAssemblyCache. If you would like to deploy to the bin of the web application you would use WebApplication. &lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;The ClassResources element is a child&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;element of the assembly element and will have a child element ClassResource. You will need to fill in the location of the resource file (the .ascx file) in the package in the FileName property. The Location property is used to indicate the folder that the resource file will be deployed to. In this case we will create a sub folder TwitterPublicTimeline with a sub folder &lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;UserControls to store the user control in.&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;The Assembly element has another child element called SafeControls. The child element SafeControl is used to create the safecontrol entries in the web.config. You will need to add the information about your assembly in the Assembly, Namespace and TypeName properties. The Safe property should be set to True..that was the whole point right?&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&lt;a href="http://sharepointblogs.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/manifestfile.jpg"&gt;&lt;img border="0" src="http://sharepointblogs.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/manifestfile.jpg" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;A great reference that describes the schema of the manifest file is located here (&lt;a href="http://msdn.microsoft.com/en-us/library/ms442108.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms442108.aspx&lt;/a&gt;).&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;After creating the ddf and the manifest files you start a command prompt and go to the folder where your ddf file is stored. You can then type &amp;quot;makecab /f SolutionPackage.ddf&amp;quot;.&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;This will create the wsp package and include the files mentioned in the ddf file, including the manifest file.&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;If you want to check whether all files are actually in the package you copy the .wsp file and rename it to a .cab file. Then you extract it and check whether all files are in there.&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;Now you are ready to upload you .wsp file to your SharePoint environment. You can use the stsadm addsolution command for that.&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&lt;a href="http://sharepointblogs.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/addsolution.jpg"&gt;&lt;img border="0" src="http://sharepointblogs.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/addsolution.jpg" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;After that you can go your Central Administration and deploy the solution to your web application. The Solution Management page can be found on the Operations page under the Global Configuration heading.&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;Click on the solution name and on the Deploy Solution link. Now select the web application you want to deploy the web part to and the time at which you want the deployment to run.&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;Your web part is now deployed. You will only need to add it to the web part gallery of your site collection be browsing to the site settings page of your site collection and select Web Parts under Galleries. Click New and select the dll of your web part. Scroll back to the top of the page and click the &amp;quot;Populate Gallery&amp;quot; button.&lt;/p&gt;
&lt;p style="font-size:11pt;margin:0in;font-family:Calibri;" lang="en-US"&gt;Congratulations! You can now add your web part to a web part page!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=42094" width="1" height="1"&gt;</description></item><item><title>Twitter web part for SharePoint</title><link>http://www.sharepointblogs.com/mirjam/archive/2009/02/04/twitter-web-part-for-sharepoint.aspx</link><pubDate>Wed, 04 Feb 2009 14:16:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:41116</guid><dc:creator>Mirjam</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=41116</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2009/02/04/twitter-web-part-for-sharepoint.aspx#comments</comments><description>&lt;p&gt;I love Twitter. I started using it a couple of weeks ago and I am starting to get hooked on it. &lt;br /&gt;Of course I also love SharePoint, so what would be better then to combine the two by having a Twitter web part that displays the tweets in your public timeline in your SharePoint environment.&lt;br /&gt;Aidan Garnish has build&amp;nbsp;the web part and blogged about it. The blog and the download of the web part can be found &lt;a target="_blank" href="http://www.aidangarnish.net/blog/post/2009/02/Twitter-SharePoint-web-part.aspx" title="Aidan&amp;#39;s blog: Twitter SharePoint web part"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I installed the web part and it works like a charm. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.sharepointblogs.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/screenshot.JPG"&gt;&lt;img border="0" src="http://www.sharepointblogs.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/mirjam/screenshot.JPG" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Very cool!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=41116" width="1" height="1"&gt;</description></item><item><title>Microsoft SharePoint Conference 2009 Announced</title><link>http://www.sharepointblogs.com/mirjam/archive/2009/02/03/microsoft-sharepoint-conference-2009-announced.aspx</link><pubDate>Tue, 03 Feb 2009 13:59:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:41006</guid><dc:creator>Mirjam</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=41006</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2009/02/03/microsoft-sharepoint-conference-2009-announced.aspx#comments</comments><description>&lt;p&gt;The Microsoft SharePoint Conference 2009 has been announced!&lt;br /&gt;&lt;a href="http://www.mssharepointconference.com/Pages/spc2009.aspx"&gt;http://www.mssharepointconference.com/Pages/spc2009.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A whole conference about SharePoint &amp;quot;14&amp;quot; for IT Professionals, IT Decision Makers, Architects and Developers.&lt;br /&gt;And this time we get to go to Las Vegas instead of Bellevue. Let&amp;#39;s have some fun! ;-)&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.helloitsliam.com/archive/2009/02/03/microsoft-sharepoint-conference-2009-announced.aspx" title="http://www.helloitsliam.com/archive/2009/02/03/microsoft-sharepoint-conference-2009-announced.aspx"&gt;&lt;span style="color:#666666;"&gt;http://www.helloitsliam.com/archive/2009/02/03/microsoft-sharepoint-conference-2009-announced.aspx&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=41006" width="1" height="1"&gt;</description></item><item><title>Now available on Twitter ;-)</title><link>http://www.sharepointblogs.com/mirjam/archive/2009/01/14/now-available-on-twitter.aspx</link><pubDate>Wed, 14 Jan 2009 22:53:31 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:24758</guid><dc:creator>Mirjam</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=24758</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2009/01/14/now-available-on-twitter.aspx#comments</comments><description>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;I&amp;#39;m starting to become more and more active on Twitter.   &lt;br /&gt;I find that it&amp;#39;s easy to Twitter what I&amp;#39;m working on. I only write a blog post if I&amp;#39;ve actually got some serious information to share.     &lt;br /&gt;Right now I&amp;#39;m working on a presentation about integrating SharePoint and Silverlight, with a little bit of LINQ, so that&amp;#39;s probably what my next real blog post will be about.&lt;/p&gt;  &lt;p&gt;Until then: &lt;a title="http://twitter.com/MirjamvanOlst" href="http://twitter.com/MirjamvanOlst"&gt;http://twitter.com/MirjamvanOlst&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;See you around!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=24758" width="1" height="1"&gt;</description></item><item><title>DIWUG meeting Data Form Web Part presentation</title><link>http://www.sharepointblogs.com/mirjam/archive/2008/11/26/diwug-meeting-data-form-web-part-presentation.aspx</link><pubDate>Wed, 26 Nov 2008 11:57:32 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:23415</guid><dc:creator>Mirjam</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=23415</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2008/11/26/diwug-meeting-data-form-web-part-presentation.aspx#comments</comments><description>&lt;p&gt;At the DIWUG meeting of november 20th Maarten van den Dungen presented about Data Form Web Parts. We promised to put the presentation online at my blog, so &lt;a href="http://www.vanolstweb.nl/blog/documents/DIWUG_Data_Form_WebParts.pptx" target="_blank"&gt;here it is&lt;/a&gt;. Unfortunately it&amp;#39;s in Dutch, but if you have any questions, post a comment.&lt;/p&gt;  &lt;p&gt;All in all it was an interesting evening with two very different and both very interesting presentations. I think a lot of people were inspired by the presentations and the ideas that came up during discussions. At least I know that I was. Discussions afterwards were also very interesting and lively and of course the SharePoint Master came up a couple of times..&lt;/p&gt;  &lt;p&gt;The next DIWUG meeting will be next year, but on December 12th there will be another SDN Event in Nieuwegein. For the Information Worker track the following presentations are scheduled:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Best practices developing &amp;amp; configuring SharePoint Solutions - Meijers / Bethlehem&lt;/li&gt;    &lt;li&gt;First look at Podcasting Kit for SharePoint - Donald Hessing&lt;/li&gt;    &lt;li&gt;Anatomy of a SharePoint Employee Blogging Solution - Daniel McPherson&lt;/li&gt;    &lt;li&gt;SharePoint Data Governance - Sander de Koning&lt;/li&gt;    &lt;li&gt;InfoPath, SharePoint - OTAP met InfoPath Forms Services - Wouter van Vugt&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;For more information please check the &lt;a href="http://www.sdn.nl/Default.aspx?tabid=313" target="_blank"&gt;SDN website&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=23415" width="1" height="1"&gt;</description></item><item><title>[Dutch Event] DIWUG meeting over Data Form Web Parts en Silverlight in SharePoint</title><link>http://www.sharepointblogs.com/mirjam/archive/2008/11/17/dutch-event-diwug-meeting-over-data-form-web-parts-en-silverlight-in-sharepoint.aspx</link><pubDate>Mon, 17 Nov 2008 11:42:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:23080</guid><dc:creator>Mirjam</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=23080</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2008/11/17/dutch-event-diwug-meeting-over-data-form-web-parts-en-silverlight-in-sharepoint.aspx#comments</comments><description>&lt;p&gt;Op 20 november organiseert de DIWUG weer een avond sessie. Ook deze keer zullen er weer twee presentaties gegeven worden.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Data Form Web Parts&lt;/strong&gt; &lt;br /&gt;Het Data Form Web Part (voorheen het Data View Web Part) is misschien wel het meest gebruikte onderdeel van SharePoint Designer. Met behulp van het data form web part is het op eenvoudige wijze mogelijk functionaliteit toe te voegen aan sites zonder te programmeren. De mogelijkheden die aanbod komen in deze sessie zijn: het gebruik van het data form web part, conditioneel formateren van content in weergaves, web part connecties, bewerken van data rechtstreeks op de pagina en tenslotte het maken van web parts. &lt;br /&gt;Spreker: Maarten van den Dungen (Macaw)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;First look at silverlight with SharePoint&lt;/strong&gt; &lt;br /&gt;Met de komst van Silverlight kunnen we ook aan SharePoint websites een nieuwe visuele dimensie geven. Waar Adobe Flash andere technologiekennis vereist, kunnen we met Silverlight gewoon in onze vertrouwde .NET omgeving en tools werken. Doordat Silverlight in de browser leeft, zal er gecommuniceerd moeten worden met SharePoint. In deze sessie zal eerst een Silverlight Webpart gebouwd worden die gebruik maakt van de RSS-Feed van SharePoint. Vervolgens zal stilgestaan worden bij de mogelijkheden en onmogelijkheden van SharePoint webservices. Daarna is het tijd voor demo-mania: Silverlight smoelenboek op basis van SharePoint gebruikers profielen, Office Word previewer, image carrousel, chat, en tot slot de Podcasting Kit voor SharePoint. &lt;br /&gt;Spreker: Donald Hessing (VX Company)&lt;/p&gt;
&lt;p&gt;De avond wordt georganiseerd bij Sogeti in Vianen. &lt;/p&gt;
&lt;p&gt;Het belooft een interessante avond te worden, en het kost je niks, dus schrijf je nu in via &lt;a href="http://www.diwug.nl/"&gt;http://www.diwug.nl&lt;/a&gt;!&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=23080" width="1" height="1"&gt;</description></item><item><title>SharePoint Services in the Cloud???</title><link>http://www.sharepointblogs.com/mirjam/archive/2008/10/30/sharepoint-services-in-the-cloud.aspx</link><pubDate>Thu, 30 Oct 2008 17:54:59 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:22571</guid><dc:creator>Mirjam</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=22571</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2008/10/30/sharepoint-services-in-the-cloud.aspx#comments</comments><description>&lt;p&gt;On Monday,after the SharePoint Online session here at PDC we asked some questions afterwards about the SharePoint Services that were announced at the Keynote as the SharePoint version in the cloud. We were curious whether it would be anything like the current SharePoint version, whether it would be build from scratch, or whether it would be build on top of the current SharePoint versions.    &lt;br /&gt;The answer was that they have no idea yet. Microsoft didn&amp;#39;t even start serious preparations for moving SharePoint to the cloud, so it will be some time before we can visit SharePoint in the cloud.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=22571" width="1" height="1"&gt;</description></item><item><title>PDC 2009 announced!</title><link>http://www.sharepointblogs.com/mirjam/archive/2008/10/30/pdc-2009-announced.aspx</link><pubDate>Thu, 30 Oct 2008 17:46:28 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:22568</guid><dc:creator>Mirjam</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=22568</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2008/10/30/pdc-2009-announced.aspx#comments</comments><description>&lt;p&gt;On the PDC site there is an announcement today about the PDC 2009. It will be November 17&amp;#8211;20&amp;#160; 2009 in LA. I&amp;#39;m pretty sure that this will be the PDC to announce Office and SharePoint 14. I&amp;#39;m already looking forward to coming back here next year!&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.microsoftpdc.com/View.aspx?post=http://channel9.msdn.com/posts/PDCNews/Save-the-Date-PDC09/&amp;amp;tag=" href="http://www.microsoftpdc.com/View.aspx?post=http://channel9.msdn.com/posts/PDCNews/Save-the-Date-PDC09/&amp;amp;tag="&gt;http://www.microsoftpdc.com/View.aspx?post=http://channel9.msdn.com/posts/PDCNews/Save-the-Date-PDC09/&amp;amp;tag=&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=22568" width="1" height="1"&gt;</description></item><item><title>Updating lists, columns and content types in SharePoint</title><link>http://www.sharepointblogs.com/mirjam/archive/2008/10/30/updating-lists-columns-and-content-types-in-sharepoint.aspx</link><pubDate>Thu, 30 Oct 2008 17:43:41 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:22567</guid><dc:creator>Mirjam</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=22567</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2008/10/30/updating-lists-columns-and-content-types-in-sharepoint.aspx#comments</comments><description>&lt;p&gt;I just attended the &amp;quot;SharePoint 2007: Creating SharePoint Applications with Visual Studio 2008&amp;quot; session by Chris Johnson, who&amp;#39;s a Program Manager on the SharePoint team. The session itself was ok, but not really shocking if you&amp;#39;ve worked with the Visual Studio Extensions for Visual Studio 2005. The more revealing bit was the Q&amp;amp;A at the end of the session.&lt;/p&gt;  &lt;p&gt;When asked questions about updating list en content types features Chris answered that the best practice for updating the lists and the content types is actually to build a new feature with a featurereceiver, where the featurereceiver will contain code to update the list or the content type. This means that the feature itself will have no functionality, we just need it to get the featurereceiver to run the code to perform the updates. &lt;/p&gt;  &lt;p&gt;A lot of people already decided that this would probably be the best and most solid way to update lists, libraries and content types, but this was actually the first time that I heard someone from the SharePoint team actually saying that this is indeed the best way to update. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=22567" width="1" height="1"&gt;</description></item><item><title>Services in the Cloud &amp; SharePoint Online</title><link>http://www.sharepointblogs.com/mirjam/archive/2008/10/27/services-in-the-cloud-amp-sharepoint-online.aspx</link><pubDate>Mon, 27 Oct 2008 19:00:14 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:22409</guid><dc:creator>Mirjam</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=22409</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2008/10/27/services-in-the-cloud-amp-sharepoint-online.aspx#comments</comments><description>&lt;p&gt;It has been a while since I last posted a blog here, but I hope to make up for some of that this week, as I&amp;#39;m in Los Angeles at the PDC 2008. This morning in the first keynote Ray Ozzie announced that Microsoft will be putting it&amp;#39;s money on &amp;quot;Services in the Cloud&amp;quot;. The &amp;quot;Cloud&amp;quot; is an environment hosted by Microsoft itself that exposes services to the Internet.&lt;/p&gt;  &lt;p&gt;The cloud version of SharePoint will be &amp;quot;SharePoint Online&amp;quot;. This is a SharePoint environment hosted by Microsoft in the Cloud, so no SharePoint Server deployment and configuration is needed on your side.    &lt;br /&gt;Microsoft offers two scenario&amp;#39;s:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Standard&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;More than one company sharing one architecture&lt;/li&gt;      &lt;li&gt;Minimum of 5 seats&lt;/li&gt;      &lt;li&gt;1TB maximum data storage&lt;/li&gt;      &lt;li&gt;No My Sites&lt;/li&gt;      &lt;li&gt;&lt;strong&gt;No custom code deployment!&lt;/strong&gt;&lt;/li&gt;      &lt;li&gt;$ 7.25 per month per seat&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt;Enterprise&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;More than 5000 seats&lt;/li&gt;      &lt;li&gt;My Sites&lt;/li&gt;      &lt;li&gt;Custom code deployment&lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;SharePoint Online offers Office 2007 client integration, so you can take your documents from SharePoint Online offline with Outlook 2007. Also you can use single sign-on, so your employees don&amp;#39;t need to log in separately to the SharePoint Online environment.&lt;/p&gt;  &lt;p&gt;The thing that stands out here for us developers is definitely that you can not deploy custom code to SharePoint Online. If you want to make customizations to your SharePoint Online environment you can use SharePoint Designer. So you can alter master pages, create page layouts, use data view web parts or content types for instance, but you can&amp;#39;t create your own web parts or features. &lt;/p&gt;  &lt;p&gt;If you want to use the data in your SharePoint Online environment in your own custom tools you can create applications that run on your own servers or clients and use the SharePoint Web Services that are exposed by the SharePoint Online environment. Of course you can then also use Silverlight Controls to display the data from the online environment.&amp;#160; &lt;/p&gt;  &lt;p&gt;I think SharePoint Online offers changes to small business that cannot or will not pay the licensing costs that come with the MOSS platform. If you want a simple no-code SharePoint solution, SharePoint Online might be your friend. However, if you want to use any custom functionality like custom web parts or features you might be better off either paying the licence costs for MOSS, or use WSS and deal with the limited functionality of the free platform.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=22409" width="1" height="1"&gt;</description></item><item><title>SharePoint Web Services</title><link>http://www.sharepointblogs.com/mirjam/archive/2008/07/22/sharepoint-web-services.aspx</link><pubDate>Tue, 22 Jul 2008 19:11:08 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:19095</guid><dc:creator>Mirjam</dc:creator><slash:comments>4</slash:comments><wfw:commentRss>http://www.sharepointblogs.com/mirjam/rsscomments.aspx?PostID=19095</wfw:commentRss><comments>http://www.sharepointblogs.com/mirjam/archive/2008/07/22/sharepoint-web-services.aspx#comments</comments><description>&lt;p&gt;Building custom applications for the SharePoint 2007 platform can be done using the WSS and MOSS object model. However, if you can&amp;#39;t or won&amp;#39;t deploy your code to the WSS server you can also use the WSS Web Services. I must admit that I hardly ever use them, and that I always thought they were not very well documented, but I found some great information &lt;a href="http://msdn.microsoft.com/en-us/library/cc537498.aspx" target="_blank"&gt;here&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;The WSS Web Services are part of the Microsoft.SharePoint.SoapServer namespace. The web services include methods to accessing and customizing SharePoint site content such as lists, site data, forms, meetings, document workspaces, and permissions. The table below shows the WSS web services, including a description of what they can be used for and the reference.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;a href="http://www.vanolstweb.nl/blog/images/WSSWebServicesTable.jpg" target="_blank"&gt;&lt;img src="http://www.vanolstweb.nl/blog/images/WSSWebServicesSmall.jpg" alt="" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;MOSS 2007 also exposes a series of web services. The MOSS web services allow you to use the Business Data Catalog, document management, Enterprise Search, Excel Services, InfoPath Forms Services, and Web content management (WCM). The table below shows most of the web services, there use and the reference you need to use them.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;a href="http://www.vanolstweb.nl/blog/images/MOSSWebServicesTable.jpg" target="_blank"&gt;&lt;img src="http://www.vanolstweb.nl/blog/images/MOSSWebServicesSmall.jpg" alt="" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;If you want to use one of the SharePoint web serrvices in your visual studio project you can simply add a Web Reference using the path of the SharePoint site for which you want to use the Web Service and add the web service reference to it. Your reference will then look something like this &lt;a href="http://[servername]/[sites]/[sitecollectionname]/[sitename]/[subsitename]/_vti_bin/[webservicereference].asmx"&gt;http://[servername]/[sites]/[sitecollectionname]/[sitename]/[subsitename]/_vti_bin/[webservicereference].asmx&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;For more information on WSS Web Service look &lt;a href="http://msdn2.microsoft.com/en-us/library/ms479390.aspx" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;More information on MOSS Web Services can be found &lt;a href="http://msdn.microsoft.com/en-us/library/ms577961.aspx" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=19095" width="1" height="1"&gt;</description></item></channel></rss>
