<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://communityserver.se/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" 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/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"><channel><title>Community Server Sverige</title><link>http://communityserver.se/blogs/</link><description>Svenska samlingsplatsen för Community Server. </description><dc:language>en-US</dc:language><generator>CommunityServer 2008 (Build: 30417.1769)</generator><item><title>Brand new CSModule pack for CS 2007 - Cinnabar</title><link>http://communityserver.se/blogs/jo/archive/2007/05/14/brand-new-csmodule-pack-for-cs-2007-cinnabar.aspx</link><pubDate>Mon, 14 May 2007 20:24:00 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:8358</guid><dc:creator>J-O Eriksson's blog</dc:creator><slash:comments>0</slash:comments><description>As some of you might already have seen, the Community Server MVP&amp;#39;s CSModule pack has a new release. The new package is called Cinnabar, and is targeted for CS 2007. So if you want to use your favorite CSModule pack on your new upgraded to CS 2007 site this is the package to download. It also has a new CSModule made by Gary McPherson and Keyvan Nayyeri called LinkManager. For more details, hop over to http://csmvps.com/blogs/news/archive/2007/05/13/community-server-mvps-cinnabar-csmodule-package...(&lt;a href="http://communityserver.se/blogs/jo/archive/2007/05/14/brand-new-csmodule-pack-for-cs-2007-cinnabar.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://communityserver.se/aggbug.aspx?PostID=8358" width="1" height="1"&gt;</description><category domain="http://communityserver.se/blogs/jo/archive/tags/CSModules/default.aspx">CSModules</category><category domain="http://communityserver.se/blogs/jo/archive/tags/ASP+.NET+2.0/default.aspx">ASP .NET 2.0</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CS+API/default.aspx">CS API</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CS+2007/default.aspx">CS 2007</category></item><item><title>Showcase: Smartson goes Community Server</title><link>http://communityserver.se/blogs/jo/archive/2007/05/05/showcase-smartson-goes-community-server.aspx</link><pubDate>Sat, 05 May 2007 07:37:00 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:8356</guid><dc:creator>J-O Eriksson's blog</dc:creator><slash:comments>0</slash:comments><description>So, again I managed to keep quite for almost 2 months. Sometimes the energy for writing is just not there. No writing doesn&amp;#39;t mean that nothing has happened though. The content of this article was meant to be published on the 18th of April. So here I&amp;#39;ll quote myself on an article that never was published! How about that? Last Tuesday ( read 10 of April) , a brand new Swedish Community Server site came to life. The site is a place where both newbies and experts can discuss, read, and write...(&lt;a href="http://communityserver.se/blogs/jo/archive/2007/05/05/showcase-smartson-goes-community-server.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://communityserver.se/aggbug.aspx?PostID=8356" width="1" height="1"&gt;</description><category domain="http://communityserver.se/blogs/jo/archive/tags/CS+2.1/default.aspx">CS 2.1</category><category domain="http://communityserver.se/blogs/jo/archive/tags/Showcase/default.aspx">Showcase</category></item><item><title>How to add new users to different roles on the fly</title><link>http://communityserver.se/blogs/jo/archive/2007/03/12/how-to-add-new-users-to-different-roles-on-the-fly.aspx</link><pubDate>Tue, 13 Mar 2007 01:53:00 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:7445</guid><dc:creator>J-O Eriksson's blog</dc:creator><slash:comments>0</slash:comments><description>Sometimes there might be a need to add your users to different roles, depending on certain invitations, at registration time. Is that possible in Community Server (CS)? Well, in this case CSModules can be your friend as in many other situations. The other day there was a request for this functionality in the CSOrg Forums . I thought it would be an interesting case to do some sample code for a CSModule that did this by reading an argument from the query string. You might think that this could be done...(&lt;a href="http://communityserver.se/blogs/jo/archive/2007/03/12/how-to-add-new-users-to-different-roles-on-the-fly.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://communityserver.se/aggbug.aspx?PostID=7445" width="1" height="1"&gt;</description><category domain="http://communityserver.se/blogs/jo/archive/tags/CSModules/default.aspx">CSModules</category><category domain="http://communityserver.se/blogs/jo/archive/tags/ASP+.NET+2.0/default.aspx">ASP .NET 2.0</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CS+2.1/default.aspx">CS 2.1</category><category domain="http://communityserver.se/blogs/jo/archive/tags/HowTo/default.aspx">HowTo</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CS+API/default.aspx">CS API</category></item><item><title>Using Localizable E-mail Templates</title><link>http://communityserver.se/blogs/jo/archive/2007/03/07/using-localizable-e-mail-templates.aspx</link><pubDate>Wed, 07 Mar 2007 08:39:00 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:7388</guid><dc:creator>J-O Eriksson's blog</dc:creator><slash:comments>1</slash:comments><description>Wouldn't it be great to be able to standardize how mails sent from your Community Server site looks, and to be able to change them on demand without having to re-compile anything? As you might know Community Server (CS) already has a built-in system for this. This localizable template system is used for example when a new user registers and an e-mail with login information is sent to that user. In this article I want to show you how you can hook yourself into and use this system in your own Community...(&lt;a href="http://communityserver.se/blogs/jo/archive/2007/03/07/using-localizable-e-mail-templates.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://communityserver.se/aggbug.aspx?PostID=7388" width="1" height="1"&gt;</description><category domain="http://communityserver.se/blogs/jo/archive/tags/ASP+.NET+2.0/default.aspx">ASP .NET 2.0</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CS+2.1/default.aspx">CS 2.1</category><category domain="http://communityserver.se/blogs/jo/archive/tags/HowTo/default.aspx">HowTo</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CS+API/default.aspx">CS API</category></item><item><title>UK MVP Meet-up pictures</title><link>http://communityserver.se/blogs/jo/archive/2007/03/06/uk-mvp-meet-up-pictures.aspx</link><pubDate>Tue, 06 Mar 2007 12:13:58 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:7377</guid><dc:creator>J-O Eriksson's blog</dc:creator><slash:comments>0</slash:comments><description>It's been almost exactly one week now, since I've met up with some of the UK Community Server MVP guys in London. I promised there'll be some pictures from it, and here goes. Click on picture to see it in original size This is the mandatory group picture of all of us that was there. Rob Nash , me, Rich Mercer , Nick Brown , and Gary McPherson . Rob is almost falling out of the picture. I think the waitress that we asked to take the picture was a bit nervous. I mean, standing there in front of all...(&lt;a href="http://communityserver.se/blogs/jo/archive/2007/03/06/uk-mvp-meet-up-pictures.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://communityserver.se/aggbug.aspx?PostID=7377" width="1" height="1"&gt;</description></item><item><title>At the end of CS MVP Beer night</title><link>http://communityserver.se/blogs/jo/archive/2007/02/27/at-the-end-of-cs-mvp-beer-night.aspx</link><pubDate>Tue, 27 Feb 2007 23:21:00 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:6411</guid><dc:creator>J-O Eriksson's blog</dc:creator><slash:comments>0</slash:comments><description>Rich and Nick waiting for the tube, pulling up a laptop to put the final rows on a new exiting CSModule. More pictures coming later on. Me, I am on the tube to Hammersmith, blogging on my PDA. Read More......(&lt;a href="http://communityserver.se/blogs/jo/archive/2007/02/27/at-the-end-of-cs-mvp-beer-night.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://communityserver.se/aggbug.aspx?PostID=6411" width="1" height="1"&gt;</description><category domain="http://communityserver.se/blogs/jo/archive/tags/Misc_2E00_/default.aspx">Misc.</category><category domain="http://communityserver.se/blogs/jo/archive/tags/In+My+Life/default.aspx">In My Life</category></item><item><title>UK Community Server MVP Beer</title><link>http://communityserver.se/blogs/jo/archive/2007/02/26/uk-community-server-mvp-beer.aspx</link><pubDate>Mon, 26 Feb 2007 21:54:00 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:6345</guid><dc:creator>J-O Eriksson's blog</dc:creator><slash:comments>0</slash:comments><description>So this week I will be in London attending a course in developing on SharePoint 2007. In fact I am in London right now, came here last night. I probably (but you'll never know) won't have the time to write any CS article this week due to this. But it won't be a CS-less week for me. I am meeting up with a couple of CS MVP's that lives in UK for a bite and a drink. Right now it looks like it's going to be Gary McPherson , Nick (Aero Man) Brown , Rich Mercer and me. It'll be fun to meet in real life...(&lt;a href="http://communityserver.se/blogs/jo/archive/2007/02/26/uk-community-server-mvp-beer.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://communityserver.se/aggbug.aspx?PostID=6345" width="1" height="1"&gt;</description><category domain="http://communityserver.se/blogs/jo/archive/tags/Misc_2E00_/default.aspx">Misc.</category><category domain="http://communityserver.se/blogs/jo/archive/tags/In+My+Life/default.aspx">In My Life</category></item><item><title>Correction of one of my old posts</title><link>http://communityserver.se/blogs/jo/archive/2007/02/20/correction-of-one-of-my-old-posts.aspx</link><pubDate>Tue, 20 Feb 2007 08:37:00 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:6252</guid><dc:creator>J-O Eriksson's blog</dc:creator><slash:comments>0</slash:comments><description>Previously on J-O Erikssons blog: A long, long time ago. At least in Internet Time. At J-O Eriksson's old blog there was an article about a solution to handle sending Newsletters to your Community Server users with the help of CS Roles . As time went by, new articles was written, other areas of Community Server was examined, and the solution was forgotten. Until one day when J-O needed to use this solution on one of his sites. He discovered that it no longer worked! It was broken, kaputt! After much...(&lt;a href="http://communityserver.se/blogs/jo/archive/2007/02/20/correction-of-one-of-my-old-posts.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://communityserver.se/aggbug.aspx?PostID=6252" width="1" height="1"&gt;</description><category domain="http://communityserver.se/blogs/jo/archive/tags/ASP+.NET+1.1/default.aspx">ASP .NET 1.1</category><category domain="http://communityserver.se/blogs/jo/archive/tags/ASP+.NET+2.0/default.aspx">ASP .NET 2.0</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CS+2.1/default.aspx">CS 2.1</category><category domain="http://communityserver.se/blogs/jo/archive/tags/HowTo/default.aspx">HowTo</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CSDatabase/default.aspx">CSDatabase</category></item><item><title>CS 2007 New Feature: File Storage in blogs</title><link>http://communityserver.se/blogs/jo/archive/2007/02/19/cs-2007-new-feature-file-storage-in-blogs.aspx</link><pubDate>Mon, 19 Feb 2007 08:04:00 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:6244</guid><dc:creator>J-O Eriksson's blog</dc:creator><slash:comments>0</slash:comments><description>One of the new features in Community Server 2007 is being able to store files on a per blog and/or a per site basis. This article gives you a walk through of how it is currently implemented in CS 2007 Beta 1. I assume most of you have read about the new file storage capabilities (code name Zion) before, and many of you have probably also already tried it out. But for those that yet haven't had the time to take a look at this feature, I thought I'd give an walk through together with some screen shots...(&lt;a href="http://communityserver.se/blogs/jo/archive/2007/02/19/cs-2007-new-feature-file-storage-in-blogs.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://communityserver.se/aggbug.aspx?PostID=6244" width="1" height="1"&gt;</description><category domain="http://communityserver.se/blogs/jo/archive/tags/ASP+.NET+2.0/default.aspx">ASP .NET 2.0</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CSBlogs/default.aspx">CSBlogs</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CS+2007/default.aspx">CS 2007</category></item><item><title>The forgotten notifications (a new CSModule)</title><link>http://communityserver.se/blogs/jo/archive/2007/02/12/the-forgotten-notifications-a-new-csmodule.aspx</link><pubDate>Mon, 12 Feb 2007 07:47:00 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:6193</guid><dc:creator>J-O Eriksson's blog</dc:creator><slash:comments>0</slash:comments><description>Do you have any forums posts that have been caught by a spam rule? Or do you have any forums posts that haven't been approved for other reasons? It's not easy to know unless you frequently visit your Control Panel -&amp;gt; Forums to Moderate . I have had sites where I discovered posts that were several months old. On one of my sites someone complained that his post didn't show up after posting. Going to forums moderation, of course there it was. During the autumn of 2006 I therefore started to build...(&lt;a href="http://communityserver.se/blogs/jo/archive/2007/02/12/the-forgotten-notifications-a-new-csmodule.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://communityserver.se/aggbug.aspx?PostID=6193" width="1" height="1"&gt;</description><category domain="http://communityserver.se/blogs/jo/archive/tags/CSModules/default.aspx">CSModules</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CSForums/default.aspx">CSForums</category><category domain="http://communityserver.se/blogs/jo/archive/tags/ASP+.NET+2.0/default.aspx">ASP .NET 2.0</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CS+2.1/default.aspx">CS 2.1</category><category domain="http://communityserver.se/blogs/jo/archive/tags/HowTo/default.aspx">HowTo</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CS+API/default.aspx">CS API</category></item><item><title>SoapBox CSModule - the source code online</title><link>http://communityserver.se/blogs/jo/archive/2007/02/09/soapbox-csmodule-the-source-code-online.aspx</link><pubDate>Fri, 09 Feb 2007 07:19:00 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:6165</guid><dc:creator>J-O Eriksson's blog</dc:creator><slash:comments>0</slash:comments><description>I happened to browse to CodePlex today. Haven't been there for ages. They have updated their interface in many areas. One cool thing that caught my interest was that I now can browse the source code of a project without having to download and load it in Visual Studio. Great! For example, here's a look at the source code of my SoapBox CSModule . Isn't it beautiful? Could we get that with color coding? Another good thing is that you now can create projects automatically. But you need to publish the...(&lt;a href="http://communityserver.se/blogs/jo/archive/2007/02/09/soapbox-csmodule-the-source-code-online.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://communityserver.se/aggbug.aspx?PostID=6165" width="1" height="1"&gt;</description><category domain="http://communityserver.se/blogs/jo/archive/tags/CSModules/default.aspx">CSModules</category><category domain="http://communityserver.se/blogs/jo/archive/tags/Misc_2E00_/default.aspx">Misc.</category><category domain="http://communityserver.se/blogs/jo/archive/tags/ASP+.NET+2.0/default.aspx">ASP .NET 2.0</category><category domain="http://communityserver.se/blogs/jo/archive/tags/Soapbox/default.aspx">Soapbox</category></item><item><title>I'll be back!</title><link>http://communityserver.se/blogs/jo/archive/2007/02/06/i-ll-be-back.aspx</link><pubDate>Tue, 06 Feb 2007 19:29:00 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:6159</guid><dc:creator>J-O Eriksson's blog</dc:creator><slash:comments>0</slash:comments><description>It's been about 2 months now since I wrote any posts here. There are a number of reasons why I stopped writing.....for a while. I guess the main reason was, that I just had too much to do at work, combined with things I had to do outside of work. When Christmas vacation came I was just out of energy, and had to just do nothing for a while. There have been few things happening in the Community Server world the last 2 months. I am not sure I have managed to follow them all. I know Dave Burke was moved...(&lt;a href="http://communityserver.se/blogs/jo/archive/2007/02/06/i-ll-be-back.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://communityserver.se/aggbug.aspx?PostID=6159" width="1" height="1"&gt;</description><category domain="http://communityserver.se/blogs/jo/archive/tags/Misc_2E00_/default.aspx">Misc.</category><category domain="http://communityserver.se/blogs/jo/archive/tags/In+My+Life/default.aspx">In My Life</category></item><item><title>Ny svensk spelcommunity byggd på CS</title><link>http://communityserver.se/blogs/jo/archive/2007/01/08/Ny-svensk-spelcommunity-byggd-p_E500_-CS.aspx</link><pubDate>Mon, 08 Jan 2007 10:46:00 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:5924</guid><dc:creator>Jan-Olov Eriksson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Strax f&amp;ouml;re julafton &amp;aring;r 2006, k&amp;ouml;rdes en spelcommunity ig&amp;aring;ng som &amp;auml;r byggd p&amp;aring; Community Server. Jag har f&amp;aring;tt uppfattningen att communityn har funnits f&amp;ouml;rut men nu migrerats &amp;ouml;ver till CS 2.1.&lt;/p&gt;&lt;p&gt;Sajten &amp;auml;r ganska kraftigt skinnad och f&amp;ouml;r&amp;auml;ndrad i utseende jmfrt med grund utseendet p&amp;aring; CS. Hoppa &amp;ouml;ver och ta en titt p&amp;aring; &lt;a href="http://superplay.se" target="_blank"&gt;http://superplay.se&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://communityserver.se/aggbug.aspx?PostID=5924" width="1" height="1"&gt;</description><category domain="http://communityserver.se/blogs/jo/archive/tags/Community+Server/default.aspx">Community Server</category><category domain="http://communityserver.se/blogs/jo/archive/tags/Skinning/default.aspx">Skinning</category><category domain="http://communityserver.se/blogs/jo/archive/tags/Andra+CS+sajter/default.aspx">Andra CS sajter</category></item><item><title>Set your Reader Posts to expire automatically</title><link>http://communityserver.se/blogs/jo/archive/2006/12/11/Set-your-Reader-Posts-to-expire-automatically.aspx</link><pubDate>Mon, 11 Dec 2006 07:47:00 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:5779</guid><dc:creator>J-O Eriksson's blog</dc:creator><slash:comments>0</slash:comments><description>If you're using the Reader application in Community Server , did you know that the posts never expire and will over time add to the size of your database? Last Friday I wrote an article about how you can create a CSJob that lets you run a SQL Stored Procedure on your CS Database on a scheduled basis. After that, it has been rather quiet in my blog for a little over a week. It has been one of those weeks again, which seems to come every now and then, where I almost had no time to even breath. [:-...(&lt;a href="http://communityserver.se/blogs/jo/archive/2006/12/11/Set-your-Reader-Posts-to-expire-automatically.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://communityserver.se/aggbug.aspx?PostID=5779" width="1" height="1"&gt;</description><category domain="http://communityserver.se/blogs/jo/archive/tags/CS+2.1/default.aspx">CS 2.1</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CSJobs/default.aspx">CSJobs</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CSDatabase/default.aspx">CSDatabase</category></item><item><title>Do you have problems with Community Server Database size?</title><link>http://communityserver.se/blogs/jo/archive/2006/11/29/do-you-have-problems-with-community-server-database-size.aspx</link><pubDate>Wed, 29 Nov 2006 19:48:54 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:6136</guid><dc:creator>J-O Eriksson's blog</dc:creator><slash:comments>0</slash:comments><description>If you have your Community Server web site at a hoster, have you been confronted with the issue of a growing CS Database? In a conversation with Keyvan the other day, he pointed me to a forum thread at communityserver.org, and hinted that this might be a good idea for a CSJob. In that thread a user wants to delete certain posts in the CS Database at certain intervals (although the question from the beginning is more like if mirrored blog posts does expire or if they have to be deleted manually)....(&lt;a href="http://communityserver.se/blogs/jo/archive/2006/11/29/do-you-have-problems-with-community-server-database-size.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://communityserver.se/aggbug.aspx?PostID=6136" width="1" height="1"&gt;</description><category domain="http://communityserver.se/blogs/jo/archive/tags/ASP+.NET+2.0/default.aspx">ASP .NET 2.0</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CS+2.1/default.aspx">CS 2.1</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CS+API/default.aspx">CS API</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CSJobs/default.aspx">CSJobs</category></item><item><title>Do you have problems with Community Server Database size?</title><link>http://communityserver.se/blogs/jo/archive/2006/11/29/Do-you-have-problems-with-Community-Server-Database-size_3F00_.aspx</link><pubDate>Wed, 29 Nov 2006 19:48:54 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:5677</guid><dc:creator>J-O Eriksson's blog</dc:creator><slash:comments>0</slash:comments><description>If you have your Community Server web site at a hoster, have you been confronted with the issue of a growing CS Database? In a conversation with Keyvan the other day, he pointed me to a forum thread at communityserver.org, and hinted that this might be a good idea for a CSJob. In that thread a user wants to delete certain posts in the CS Database at certain intervals (although the question from the beginning is more like if mirrored blog posts does expire or if they have to be deleted manually)....(&lt;a href="http://communityserver.se/blogs/jo/archive/2006/11/29/Do-you-have-problems-with-Community-Server-Database-size_3F00_.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://communityserver.se/aggbug.aspx?PostID=5677" width="1" height="1"&gt;</description><category domain="http://communityserver.se/blogs/jo/archive/tags/ASP+.NET+2.0/default.aspx">ASP .NET 2.0</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CS+2.1/default.aspx">CS 2.1</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CS+API/default.aspx">CS API</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CSJobs/default.aspx">CSJobs</category></item><item><title>A less painful way to upgrade to a Service Pack</title><link>http://communityserver.se/blogs/jo/archive/2006/11/27/A-less-painful-way-to-upgrade-to-a-Service-Pack.aspx</link><pubDate>Mon, 27 Nov 2006 07:22:00 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:5654</guid><dc:creator>J-O Eriksson's blog</dc:creator><slash:comments>0</slash:comments><description>Have you not yet upgraded your Community Server sites to Community Server 2.1 SP 1, because it seems to be to much work, and you don't want it to go wrong and just haven't got the time right now to do I properly? Service Packs are an important way to get security fixes, bug fixes, and more into an existing version of a product. Sometimes it can also contain fixes for better performance etc. And when it comes to web applications that are configurable in so many ways, it's not always an easy task....(&lt;a href="http://communityserver.se/blogs/jo/archive/2006/11/27/A-less-painful-way-to-upgrade-to-a-Service-Pack.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://communityserver.se/aggbug.aspx?PostID=5654" width="1" height="1"&gt;</description><category domain="http://communityserver.se/blogs/jo/archive/tags/Community+Server/default.aspx">Community Server</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CS+2.1/default.aspx">CS 2.1</category><category domain="http://communityserver.se/blogs/jo/archive/tags/HowTo/default.aspx">HowTo</category><category domain="http://communityserver.se/blogs/jo/archive/tags/Upgrade_2F00_Installation/default.aspx">Upgrade/Installation</category></item><item><title>Announcing Forums 2.0</title><link>http://communityserver.se/blogs/jo/archive/2006/11/24/Announcing-Forums-2.0.aspx</link><pubDate>Fri, 24 Nov 2006 09:54:00 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:5623</guid><dc:creator>J-O Eriksson's blog</dc:creator><slash:comments>0</slash:comments><description>Wondering what I am talking about? Understandable! It's the announcement from Rob Howard regarding the availability of Telligent's Community Server :: Forums 2.0 just added to the Community Server Museum . Also in the announcement talking about future integration of the 2 products '.Text' and 'nGallery'. The post is from july of 2004. The Community Server Museum now also has it's own button on my top menu. I recently found an older version of the Forums on an old backup of mine. If I get the time...(&lt;a href="http://communityserver.se/blogs/jo/archive/2006/11/24/Announcing-Forums-2.0.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://communityserver.se/aggbug.aspx?PostID=5623" width="1" height="1"&gt;</description></item><item><title>Announcing Forums 2.0</title><link>http://communityserver.se/blogs/jo/archive/2006/11/24/announcing-forums-2-0.aspx</link><pubDate>Fri, 24 Nov 2006 09:54:00 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:6137</guid><dc:creator>J-O Eriksson's blog</dc:creator><slash:comments>0</slash:comments><description>Wondering what I am talking about? Understandable! It's the announcement from Rob Howard regarding the availability of Telligent's Community Server :: Forums 2.0 just added to the Community Server Museum . Also in the announcement talking about future integration of the 2 products '.Text' and 'nGallery'. The post is from july of 2004. The Community Server Museum now also has it's own button on my top menu. I recently found an older version of the Forums on an old backup of mine. If I get the time...(&lt;a href="http://communityserver.se/blogs/jo/archive/2006/11/24/announcing-forums-2-0.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://communityserver.se/aggbug.aspx?PostID=6137" width="1" height="1"&gt;</description></item><item><title>How to learn where your users click</title><link>http://communityserver.se/blogs/jo/archive/2006/11/22/How-to-learn-where-your-users-click.aspx</link><pubDate>Wed, 22 Nov 2006 08:02:00 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:5606</guid><dc:creator>J-O Eriksson's blog</dc:creator><slash:comments>0</slash:comments><description>Implementing a more clear menu, like I did the other day, and do other changes to you blog, might be of no meaning at all if you're not aware of how/if they are used. Assuming your blog is for you readers, and not just a personal journal for yourself, you'd want to know if the features you add to you blog are used at all. If they're not, it might mean that either they fill no meaning to your readers, or they can't find it. Of course there are a 3rd alternative that is very easy to miss. Today many...(&lt;a href="http://communityserver.se/blogs/jo/archive/2006/11/22/How-to-learn-where-your-users-click.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://communityserver.se/aggbug.aspx?PostID=5606" width="1" height="1"&gt;</description><category domain="http://communityserver.se/blogs/jo/archive/tags/ASP+.NET+1.1/default.aspx">ASP .NET 1.1</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CS+2.0/default.aspx">CS 2.0</category><category domain="http://communityserver.se/blogs/jo/archive/tags/ASP+.NET+2.0/default.aspx">ASP .NET 2.0</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CS+2.1/default.aspx">CS 2.1</category><category domain="http://communityserver.se/blogs/jo/archive/tags/HowTo/default.aspx">HowTo</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CSBlogs/default.aspx">CSBlogs</category><category domain="http://communityserver.se/blogs/jo/archive/tags/Skinning/default.aspx">Skinning</category></item><item><title>Grand Opening of Community Server Museum</title><link>http://communityserver.se/blogs/jo/archive/2006/11/20/Grand-Opening-of-Community-Server-Museum.aspx</link><pubDate>Mon, 20 Nov 2006 08:59:00 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:5593</guid><dc:creator>J-O Eriksson's blog</dc:creator><slash:comments>0</slash:comments><description>Listen to this article Cicero , a roman author and politician, once said: "History is the witness that testifies to the passing of time; it illumines reality, vitalizes memory, provides guidance in daily life and brings us tidings of antiquity." In the IT Business, and many other business as well for that matter, things spins faster and faster. New technology, inventions and innovations comes in faster cycles, and it sometimes becomes hard to be up to date with the latest. It is not unusual that...(&lt;a href="http://communityserver.se/blogs/jo/archive/2006/11/20/Grand-Opening-of-Community-Server-Museum.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://communityserver.se/aggbug.aspx?PostID=5593" width="1" height="1"&gt;</description></item><item><title>Improving the Community Server Blog</title><link>http://communityserver.se/blogs/jo/archive/2006/11/19/Improving-the-Community-Server-Blog.aspx</link><pubDate>Sun, 19 Nov 2006 21:38:07 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:5590</guid><dc:creator>J-O Eriksson's blog</dc:creator><slash:comments>0</slash:comments><description>For those of you reading my posts from the web page, rather than through RSS, might notice that I have done some small changes to my blog. First I've tried to make the top menu a bit clearer. So for instance I renamed the item 'E-mail', which could be seen as 'E-mail subscription', especially when it is next to the menu item 'RSS 2.0'. The 'RSS 2.0' is also renamed to subscribe, and behind it a whole new page describing the different subscription methods available. I know most people knows what RSS...(&lt;a href="http://communityserver.se/blogs/jo/archive/2006/11/19/Improving-the-Community-Server-Blog.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://communityserver.se/aggbug.aspx?PostID=5590" width="1" height="1"&gt;</description><category domain="http://communityserver.se/blogs/jo/archive/tags/HowTo/default.aspx">HowTo</category><category domain="http://communityserver.se/blogs/jo/archive/tags/CSBlogs/default.aspx">CSBlogs</category></item><item><title>A small vacation</title><link>http://communityserver.se/blogs/jo/archive/2006/11/13/A-small-vacation.aspx</link><pubDate>Mon, 13 Nov 2006 14:04:41 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:5525</guid><dc:creator>J-O Eriksson's blog</dc:creator><slash:comments>0</slash:comments><description>I am taking this week off from blogging. There's some things I need to attend to. But I'll be back in the beginning of next week at the latest with more articles and tips/tricks about Community Server. There is already one or two in the works that I think will be of interest. Read More......(&lt;a href="http://communityserver.se/blogs/jo/archive/2006/11/13/A-small-vacation.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://communityserver.se/aggbug.aspx?PostID=5525" width="1" height="1"&gt;</description><category domain="http://communityserver.se/blogs/jo/archive/tags/Misc_2E00_/default.aspx">Misc.</category></item><item><title>Find that article more easily</title><link>http://communityserver.se/blogs/jo/archive/2006/11/11/Find-that-article-more-easily.aspx</link><pubDate>Sat, 11 Nov 2006 23:37:00 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:5506</guid><dc:creator>J-O Eriksson's blog</dc:creator><slash:comments>0</slash:comments><description>Just powered up this blog with Live Search Box ! As you can see in the top right corner of this blog, there is a search box that looks a bit different than the standard search box for this blog skin. It's a custom Live Search Box that by default just searches through joeriksson.com with the help of the Live Search engine. The results of the search is shown in a "drop-down window" (floating &amp;lt; DIV &amp;gt;) without navigating away from the page you are currently on. Click on the picture to view it in...(&lt;a href="http://communityserver.se/blogs/jo/archive/2006/11/11/Find-that-article-more-easily.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://communityserver.se/aggbug.aspx?PostID=5506" width="1" height="1"&gt;</description><category domain="http://communityserver.se/blogs/jo/archive/tags/Misc_2E00_/default.aspx">Misc.</category></item><item><title>Att använda bilder när du bloggar via BlogMailr</title><link>http://communityserver.se/blogs/jo/archive/2006/11/09/Att-anv_E400_nda-bilder-n_E400_r-du-bloggar-via-BlogMailr.aspx</link><pubDate>Thu, 09 Nov 2006 16:03:00 GMT</pubDate><guid isPermaLink="false">6e6f6170-097e-4ec4-badc-59c40555d8e0:5487</guid><dc:creator>Jan-Olov Eriksson</dc:creator><slash:comments>0</slash:comments><description>Som ni kan se i f&amp;ouml;reg&amp;aring;ende post s&amp;aring; lyckades jag blogga via BlogMailr och f&amp;aring; med en bild. Om du k&amp;ouml;r en Community Server blog beh&amp;ouml;ver du dock en uppdatering som precis sl&amp;auml;pptes.&lt;br /&gt;Det &amp;auml;r en uppdatering av CS&amp;#39;s MetaBlog API som du kan ladda hem &lt;a href="http://communityserver.org/files/folders/cs_service_packs/entry555672.aspx"&gt;h&amp;auml;r&lt;/a&gt;.&lt;br /&gt;I princip &amp;auml;r det en .ASHX fil som du kopierar ned till din blogs folder och ers&amp;auml;tter den som redan finns d&amp;auml;r.&lt;br /&gt;&lt;p&gt;Published with &lt;a href="http://www.blogmailr.com/"&gt;BlogMailr&lt;/a&gt;&lt;/p&gt;&lt;img src="http://communityserver.se/aggbug.aspx?PostID=5487" width="1" height="1"&gt;</description></item></channel></rss>