<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by Patrik</title>
    <description>Stories kicked by Patrik</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Incrementing Date in Repeating Table </title>
      <description>The business requirement of this post covers the following topic: each time the user adds a line in a Repeating Table on an InfoPath form, the Date Field of the line should increment by one day automatically.

An example is elaborated in this post with the by default installed Expense Report Sample. Each time an Expense line is added, the Date of the Expense line will be incremented with one day. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2010%2f04%2fincrementing-date-in-repeating-table.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2010%2f04%2fincrementing-date-in-repeating-table.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Incrementing_Date_in_Repeating_Table</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Incrementing_Date_in_Repeating_Table</guid>
      <pubDate>Sun, 04 Apr 2010 16:58:55 GMT</pubDate>
    </item>
    <item>
      <title>Integration MOSS DAX with BDC through a custom field type part three</title>
      <description>In this series of post, I'll show how you can integrate Microsoft Office SharePoint Server 2007 with another line of business system, more specifically Dynamics AX.

The purpose is to create a custom field type, which can be added as a column to a SharePoint list. This SharePoint column renders a dropdown box with values from a Microsoft SQL Server table's column. As such, in stead of duplicating the possible values on your SharePoint box each time new values are added in your line of business system, the available values for this SharePoint column are always in synch with your line of business system.

This first post describes how to create your connection between Microsoft Office SharePoint Server 2007 and Dynamics AX.

The second post describes how to create the custom field type.

Currently however, the DAX project activities we are receiving in our dropdown list are based on a specific project.

In this post, I'll describe how to receive those project activities for a project depending on the site the issue list is part of.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f09%2fintegration-moss-2007-dynamics-ax-with.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f09%2fintegration-moss-2007-dynamics-ax-with.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Integration_MOSS_DAX_with_BDC_through_a_custom_field_type_part_three</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Integration_MOSS_DAX_with_BDC_through_a_custom_field_type_part_three</guid>
      <pubDate>Fri, 04 Sep 2009 11:36:31 GMT</pubDate>
    </item>
    <item>
      <title>The path or file name is invalid error when opening Office document in</title>
      <description>You browse to a SharePoint document library and when you click on the Name of a Microsoft Office PowerPoint file stored in the library, you receive following error: The path or file name for http://servername/libraryurl/filename.pptx is invalid. Please check that the path and file name are correct. Your PowerPoint application starts automatically up on your desktop, but the file isn't opened: however, yesterday everything worked fine.

What is even weirder, if you do a search for the document and you click on its name in the search results, your PowerPoint application starts and the file opens without problem.

What is also remarkable: if you go to your document library and you choose Edit in Microsoft Office PowerPoint, your PowerPoint application starts, the file gets checked out automatically and opens without error. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f08%2fpath-or-file-name-is-invalid-error-when.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f08%2fpath-or-file-name-is-invalid-error-when.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/The_path_or_file_name_is_invalid_error_when_opening_Office_document_in</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/The_path_or_file_name_is_invalid_error_when_opening_Office_document_in</guid>
      <pubDate>Fri, 28 Aug 2009 18:08:37 GMT</pubDate>
    </item>
    <item>
      <title>Export to Excel with X   code</title>
      <description>Every user of Microsoft Dynamics AX knows the possibility and the ease-of-use to copy-paste data from a Dynamics AX grid to a Microsoft Excel worksheet.

However, as Dynamics AX developer, you can achieve the same through X++ code, with a lot of more possibilities. In this post, I show an example of such an export to Microsoft Excel. I am going to export the list of my customers to a first worksheet in my Excel file. For each customer, I'll add a seperate worksheet through X++ code and I'll export in that particular worksheet an overview of backorder lines with their quantity that has not yet been packing slip delivered. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f08%2fexport-to-excel-with-x-code.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f08%2fexport-to-excel-with-x-code.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Export_to_Excel_with_X_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Export_to_Excel_with_X_code</guid>
      <pubDate>Fri, 14 Aug 2009 17:44:01 GMT</pubDate>
    </item>
    <item>
      <title>Links List July 2009</title>
      <description>I decided to share all my interesting reads and resources month by month with my blog readers. You can find these posts by searching on the label Links. I'll try to order the resources in logical categories. If you would like to see some interesting stuff added in the next month, don't hesitate to post a comment.

So this is my Links post for July 2009. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f07%2flinks-list-july-2009.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f07%2flinks-list-july-2009.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Links_List_July_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Links_List_July_2009</guid>
      <pubDate>Fri, 31 Jul 2009 10:28:47 GMT</pubDate>
    </item>
    <item>
      <title>Integration MOSS 2007 - Dynamics AX with BDC through a custom field ty</title>
      <description>In this series of post, I'll show how you can integrate Microsoft Office SharePoint Server 2007 with another line of business system, more specifically Dynamics AX.

The purpose is to create a custom field type, which can be added as a column to a SharePoint list. This SharePoint column renders a dropdown box with values from a Microsoft SQL Server table's column. As such, in stead of duplicating the possible values on your SharePoint box each time new values are added in your line of business system, the available values for this SharePoint column are always in synch with your line of business system.

This first post describes how to create your connection between Microsoft Office SharePoint Server 2007 and Dynamics AX.

In this post, I'll describe how to create the custom field type.

In a following post, I'll describe how to make this custom field type more generic by using a dynamic where clause in the query. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f07%2fintegration-moss-2007-dynamics-ax-with.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f07%2fintegration-moss-2007-dynamics-ax-with.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Integration_MOSS_2007_Dynamics_AX_with_BDC_through_a_custom_field_ty</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Integration_MOSS_2007_Dynamics_AX_with_BDC_through_a_custom_field_ty</guid>
      <pubDate>Wed, 29 Jul 2009 18:29:14 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Macros for working with GUIDs in XML</title>
      <description>Creating new GUIDs, especially in SharePoint CAML, can be a real time drain.  This article walks you through creating some Visual Studio macros that can save you time. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.gscottsingleton.com%2fpost%2fVisual-Studio-Macros-for-working-with-GUIDs-in-XML.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.gscottsingleton.com%2fpost%2fVisual-Studio-Macros-for-working-with-GUIDs-in-XML.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_Macros_for_working_with_GUIDs_in_XML</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_Macros_for_working_with_GUIDs_in_XML</guid>
      <pubDate>Tue, 07 Jul 2009 17:45:04 GMT</pubDate>
    </item>
    <item>
      <title>Links List June 2009</title>
      <description>I decided to share all my interesting reads and resources month by month with my blog readers. You can find these posts by searching on the label Links. I'll try to order the resources in logical categories. If you would like to see some interesting stuff added in the next month, don't hesitate to post a comment.

So this is my Links post for June 2009. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f06%2flinks-list-june-2009.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f06%2flinks-list-june-2009.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Links_List_June_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Links_List_June_2009</guid>
      <pubDate>Sun, 05 Jul 2009 11:08:15 GMT</pubDate>
    </item>
    <item>
      <title>Installing Windows SharePoint Services Application Template Core</title>
      <description>This article and be used in conjunction with both Windows SharePoint Services 3.0 and Microsoft Office SharePoint Services 2007 aka MOSS 2007

If you don't already know, Microsoft has some advanced application templates you can download to your SharePoint Farm, I have also created some batch files below to help speed up the installation process. These templates can expedite implementation times and have some great new Server Admin Templates and Site Admin Templates to include &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.iismatt.com%2fIISMATT%2fpost%2f2009%2f06%2f17%2fInstalling-Windows-SharePoint-Services-Application-Template-Core-and-All-Templates.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.iismatt.com%2fIISMATT%2fpost%2f2009%2f06%2f17%2fInstalling-Windows-SharePoint-Services-Application-Template-Core-and-All-Templates.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Installing_Windows_SharePoint_Services_Application_Template_Core</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Installing_Windows_SharePoint_Services_Application_Template_Core</guid>
      <pubDate>Wed, 17 Jun 2009 19:08:19 GMT</pubDate>
    </item>
    <item>
      <title>List Event Example Code</title>
      <description>Creating a list Item event in Sharepoint &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.saturnvibes.com%2fSharepointProjectServer2007%2fpost%2f2009%2f05%2f23%2fList-Event-Example-Code.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.saturnvibes.com%2fSharepointProjectServer2007%2fpost%2f2009%2f05%2f23%2fList-Event-Example-Code.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/List_Event_Example_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/List_Event_Example_Code</guid>
      <pubDate>Wed, 17 Jun 2009 16:27:07 GMT</pubDate>
    </item>
    <item>
      <title>Links List May 2009</title>
      <description>I decided to share all my interesting reads and resources month by month with my blog readers. You can find these posts by searching on the label Links. I'll try to order the resources in logical categories. If you would like to see some interesting stuff added in the next month, don't hesitate to post a comment.

So this is my Links post for May 2009. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f06%2flinks-list-may-2009.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f06%2flinks-list-may-2009.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Links_List_May_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Links_List_May_2009</guid>
      <pubDate>Mon, 01 Jun 2009 13:02:06 GMT</pubDate>
    </item>
    <item>
      <title>Integration MOSS 2007 &amp;#226;?" Dynamics AX with BDC through a custom field </title>
      <description>In this series of post, I'll show how you can integrate Microsoft Office SharePoint Server 2007 with another line of business system, more specifically Dynamics AX.

The purpose is to create a custom field type, which can be added as a column to a SharePoint list. This SharePoint column renders a dropdown box with values from a Microsoft SQL Server table's column. As such, in stead of duplicating the possible values on your SharePoint box each time new values are added in your line of business system, the available values for this SharePoint column are always in synch with your line of business system. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f05%2fintegration-moss-2007-dynamics-ax-with.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f05%2fintegration-moss-2007-dynamics-ax-with.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Integration_MOSS_2007_â_Dynamics_AX_with_BDC_through_a_custom_field</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Integration_MOSS_2007_â_Dynamics_AX_with_BDC_through_a_custom_field</guid>
      <pubDate>Sun, 17 May 2009 03:52:44 GMT</pubDate>
    </item>
    <item>
      <title>Links List April 2009</title>
      <description>I decided to share all my interesting reads and resources month by month with my blog readers. You can find these posts by searching on the label Links. I'll try to order the resources in logical categories. If you would like to see some interesting stuff added in the next month, don't hesitate to post a comment.

So this is my Links post for April 2009. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f05%2flinks-list-april-2009.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f05%2flinks-list-april-2009.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Links_List_April_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Links_List_April_2009</guid>
      <pubDate>Sun, 03 May 2009 03:00:55 GMT</pubDate>
    </item>
    <item>
      <title>Add url to the Description of a SharePoint Column</title>
      <description> If you want to add a url to the Description of a SharePoint Column, this cannot be done by adding HTML tags in the Description field of the Additional Column Settings of a SharePoint Column. HTML tags added in the Description of a column are rendered in plain text, so that is not an option.

You could achieve this though by use of the Content Editor Web Part and some JavaScript.

In next example, I have create an Issue Tracking SharePoint List. In this list, I have a Lookup column called Contact, which points to a Contacts SharePoint List, located in the same site, and at the same level as my Issue Tracking List. I want to add a hyperlink in the description of my Contact Lookup column of my Issue Tracking list to the NewForm.aspx page of my Contacts list to make it more user-friendly for end-users to find where they can add values for that Lookup column. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f04%2fadd-url-to-description-of-sharepoint.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f04%2fadd-url-to-description-of-sharepoint.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Add_url_to_the_Description_of_a_SharePoint_Column</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Add_url_to_the_Description_of_a_SharePoint_Column</guid>
      <pubDate>Tue, 21 Apr 2009 02:38:13 GMT</pubDate>
    </item>
    <item>
      <title>Problems after farm restore</title>
      <description>I had to do a topology change for a Microsoft SharePoint Server 2007 installation. The MOSS 2007 installation was currently on one physical server. The change implied splitting off the Database Server to another physical server, and keeping the original physical server as Web-Front End Server and Application Server.

So I started a set of taks:

I performed a farm level backup using the backup utility in SharePoint Central Administration. 
I ran the SharePoint Products and Technologies Configuration Wizard to disconnect the server from the configuration database. 
I ran the Wizard again to create a new SharePoint farm. 
I launched the Office SharePoint Services Search and Windows SharePoint Services Search services. 
I restored the farm backup. 
All of which went pretty well, till I started doing some test: I ran into several problems. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f04%2fproblems-after-farm-restore.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f04%2fproblems-after-farm-restore.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Problems_after_farm_restore</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Problems_after_farm_restore</guid>
      <pubDate>Thu, 09 Apr 2009 21:11:18 GMT</pubDate>
    </item>
    <item>
      <title>Links List March 2009</title>
      <description>I decided to share all my interesting reads and resources month by month with my blog readers. You can find these posts by searching on the label Links. I'll try to order the resources in logical categories. If you would like to see some interesting stuff added in the next month, don't hesitate to post a comment.

So this is my Links post for March 2009. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f03%2flinks-list-march-2009.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f03%2flinks-list-march-2009.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Links_List_March_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Links_List_March_2009</guid>
      <pubDate>Thu, 02 Apr 2009 02:14:17 GMT</pubDate>
    </item>
    <item>
      <title>Tutorials</title>
      <description>List of interesting, mainly SharePoint links. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2008%2f01%2ftutorials.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2008%2f01%2ftutorials.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Tutorials</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Tutorials</guid>
      <pubDate>Mon, 30 Mar 2009 01:56:20 GMT</pubDate>
    </item>
    <item>
      <title>Wrong urls in SharePoint alert messages</title>
      <description>Recently I ran into a problem with the automatic generated urls in SharePoint alert messages.
For some users logging in using the Web-based form (and hence entering the Forms Based authentication Web Application, http://extranet url), the hyperlinks in the generated alert messages started wrongly with http://intranet. This was not the case for all users entering the Forms Based Web Application: for some the hyperlinks in the alert messages started correctly with http://extranet. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f03%2fwrong-urls-in-sharepoint-alert-messages.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f03%2fwrong-urls-in-sharepoint-alert-messages.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Wrong_urls_in_SharePoint_alert_messages</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Wrong_urls_in_SharePoint_alert_messages</guid>
      <pubDate>Mon, 30 Mar 2009 01:44:03 GMT</pubDate>
    </item>
    <item>
      <title>Links List February 2009</title>
      <description>I decided to share all my interesting reads and resources month by month with my blog readers. You can find these posts by searching on the label Links. I'll try to order the resources in logical categories. If you would like to see some interesting stuff added in the next month, don't hesitate to post a comment.

So this is my Links post for February 2009. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f02%2flinks-list-february-2009.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f02%2flinks-list-february-2009.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Links_List_February_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Links_List_February_2009</guid>
      <pubDate>Sun, 01 Mar 2009 01:26:01 GMT</pubDate>
    </item>
    <item>
      <title>SharePoint Services - Setting up a Website with Forms Authentication</title>
      <description>How to create a website in SharePoint and enable Forms Authentication &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nablasoft.com%2fguardian%2findex.php%2f2009%2f02%2f27%2fsharepoint-services-setting-website-forms-authentication%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nablasoft.com%2fguardian%2findex.php%2f2009%2f02%2f27%2fsharepoint-services-setting-website-forms-authentication%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/SharePoint_Services_Setting_up_a_Website_with_Forms_Authentication</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/SharePoint_Services_Setting_up_a_Website_with_Forms_Authentication</guid>
      <pubDate>Fri, 27 Feb 2009 15:49:20 GMT</pubDate>
    </item>
    <item>
      <title>SharePoint not reachable through IE, with Firefox no problem</title>
      <description>Problem description: Internet Explorer cannot display the webpage
At one of my customers, all of a sudden, the SharePoint website was not accessible anymore for some users. Those users were prompted for their credentials when trying to enter the SharePoint website, but then they got immediately a Internet Explorer cannot display the webpage error page. The SharePoint environment was a MOSS 2007 environment with Windows Authentication.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f02%2fsharepoint-not-reachable-through.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f02%2fsharepoint-not-reachable-through.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/SharePoint_not_reachable_through_IE_with_Firefox_no_problem</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/SharePoint_not_reachable_through_IE_with_Firefox_no_problem</guid>
      <pubDate>Sat, 14 Feb 2009 02:06:21 GMT</pubDate>
    </item>
    <item>
      <title>Create a Who is Who application on SharePoint</title>
      <description>Most people having a SharePoint environment have already a lot of information about the users in another system stored, such as Active Directory. This article describes a step-by-step guide to promote this user information in Active Directory to the SharePoint environment, resulting in a Who is Who functionality on the SharePoint environment. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f02%2fcreate-who-is-who-application-on.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f02%2fcreate-who-is-who-application-on.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Create_a_Who_is_Who_application_on_SharePoint</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Create_a_Who_is_Who_application_on_SharePoint</guid>
      <pubDate>Mon, 02 Feb 2009 03:29:56 GMT</pubDate>
    </item>
    <item>
      <title>Links List January 2009</title>
      <description>I decided to share all my interesting reads and resources month by month with my blog readers. You can find these posts by searching on the label Links. I'll try to order the resources in logical categories. If you would like to see some interesting stuff added in the next month, don't hesitate to post a comment.

So this is my Links post for January 2009. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f01%2flinks-list-january-2009.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f01%2flinks-list-january-2009.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Links_List_January_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Links_List_January_2009</guid>
      <pubDate>Sat, 31 Jan 2009 22:37:45 GMT</pubDate>
    </item>
    <item>
      <title>Invalid look-up value durig upload of a Word document in a SharePoint </title>
      <description>During upload of a Word 2007 document in a SharePoint document library, you can run into following error: Invalid lookup-value. A look-up field contains invalid data. Please check the value and try again. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f01%2finvalid-look-up-value-durig-upload-of.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f01%2finvalid-look-up-value-durig-upload-of.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Invalid_look_up_value_durig_upload_of_a_Word_document_in_a_SharePoint</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Invalid_look_up_value_durig_upload_of_a_Word_document_in_a_SharePoint</guid>
      <pubDate>Tue, 20 Jan 2009 03:38:01 GMT</pubDate>
    </item>
    <item>
      <title>Search problems after Windows update</title>
      <description>From one day on the other, no items got indexed anymore during the crawling process on our Microsoft Office SharePoint Server 2007 installation.

Looking in the Crawl logs, following error was found: Access is denied. Check that the Default Content Access Account has access to this content, or add a crawl rule to crawl this content. (The item was deleted because it was either not found or the crawler was denied access to it.) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f01%2fsearch-problems-after-windows-update.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f01%2fsearch-problems-after-windows-update.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Search_problems_after_Windows_update</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Search_problems_after_Windows_update</guid>
      <pubDate>Mon, 19 Jan 2009 02:46:38 GMT</pubDate>
    </item>
  </channel>
</rss>
