Wednesday, February 22, 2012
de-DEen-US
Search
Most recent blog entries
Author: Thomas Kohler Created: 1/19/2009 2:37 PM RssIcon
blog header

Persönlicher Blog von Thomas Kohler mit Themen rund um Computer (Programmierung, Windows, Windows Mobile, Projektmanagement, ...), welche mich in meinem Beruf als Software Engineer beschäftigen.

Personal blog fom Thomas Kohler including topics about computers (programming, Windows, Windows Mobile, project management, ...) following me during my regular work day as a professional software engineer.

By Thomas Kohler on 2/11/2009 10:22 AM
Recently I discovered that certain RSS readers could not display my images that I added to my blog posts.

After diving into this topic I discovered that the image source in DNN is mapped to something like: /Portals/0/images/%5BProvider%5D/%5BUser%5D/%5BYear%5D..... so basically the http://domain part is missing which some RSS readers have problem with.

After some email traffic with Don from ITCrossing (http://www.itcrossing.com) he pointed out that this is not an error of the blog provider of the metaPost module (http://dnn.itcrossing.com/products/modules/metapost/) of them which I use to post my articles with Windows Live Writer to DNN but rather of the DNN blog module itself. He told me to check this site to find a possible solution: http://www.subodh.com/Blog/EntryId/110/Fixing-the-DNN-Blog-and-Feedburner-issues.aspx The proposed solution is to adapt some changes in the stored procedures of the DNN installation. After diving into this I tried to change the stored procedure as mentioned in the blog entry above but it did not solve my problem fully. So I did have a closer look at it. Firstly, I changed not to replace the Description field but the Entry field. Secondly, I changed more than only the mentioned SP Blog_GetEntry. I changed the following SPs:

Blog_GetEntry Blog_ListEntriesByPortalByMonth Blog_ListEntriesByPortalByDay Blog_ListAllEntriesByBlog Blog_ListEntriesByBlog Blog_ListEntriesByPortal Download All Files download









The change is to replace some text of the blog entry and add the missing fields:

if you have the PortalID as a parameter in the SP use:

1: DECLARE @Prefix varchar(53)...
By Thomas Kohler on 4/10/2008 3:34 PM

This project was created to demonstrate the power and ease of creating fun, cool applications with Visual Studio 2008 Express Editions. The P2P controls are composed of both WinForm and WPF controls that you can use to create different types of P2P enabled applications. You can develop P2P applications like chat, streaming audio and streaming video applications with no lines of code.

http://www.codeplex.com/C4FP2P

By Thomas Kohler on 4/10/2008 3:33 PM

C4F Developer Kit project was created to demonstrate the power and ease of creating fun, cool applications with the new Visual Studio 2008 Express Editions. The kit features include drag ‘n drop controls and components, SmartTags, Visual Basic and Visual C# source code for all tools and samples as well as complete QuickStarts and APIs documentation. For more information on this project, visit the C4F Developer Kit home page on the Visual Studio 2008 Express Web site. Addtionally, we've created the C4F Vista P2P Toolkit for adding peer-to-peer functionality to WinForm and WPF applications.

http://www.codeplex.com/C4FDevKit