<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kilobyte.se | Kilobyte.se</title>
	<atom:link href="http://kilobyte.se/feed/" rel="self" type="application/rss+xml" />
	<link>http://kilobyte.se</link>
	<description>Magnus Eriksson, Developer at Vaimo, a web agency heavily into Magento. Doing alot of coding in my spare time.</description>
	<lastBuildDate>Sat, 26 Nov 2011 23:10:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3-aortic-dissection</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Woorank.com</title>
		<link>http://kilobyte.se/2011/07/woorank-com/</link>
		<comments>http://kilobyte.se/2011/07/woorank-com/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 06:40:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://blog.kilobyte.se/?p=44</guid>
		<description><![CDATA[Have used woorank.com a lot. It&#8217;s a pretty good tool to find out why a site or blog dont manage to get particularly high in search engine rankings. It goes through site content and ranks it with their SEO algorithm, it also provides help with other types of information like visitors, in-site SEO, off-site SEO, usability and website information. It provides a basic SEO information for  [...]]]></description>
			<content:encoded><![CDATA[<p>Have used woorank.com a lot. It&#8217;s a pretty good tool to find out why a site or blog dont manage to get particularly high in search engine rankings.</p>
<p>It goes through site content and ranks it with their SEO algorithm, it also provides help with other types of information like visitors, in-site SEO, off-site SEO, usability and website information. It provides a basic SEO information for  you to fix se basics of your site.</p>
<p><a title="Woorank - SEO ranking" href="http://www.woorank.com" target="_blank">woorank.com</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://kilobyte.se/2011/07/woorank-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bug &#8211; Episerver CMS 6R2 &#8211; Html5 doctype</title>
		<link>http://kilobyte.se/2011/07/bug-episerver-cms-6r2-html5-doctype/</link>
		<comments>http://kilobyte.se/2011/07/bug-episerver-cms-6r2-html5-doctype/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 06:38:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Episerver]]></category>

		<guid isPermaLink="false">http://blog.kilobyte.se/?p=42</guid>
		<description><![CDATA[We had trouble using the HTML5 with EPiServer CMS, it proved to be a bug. The bug is that you have to write html 5 doctype in uppercase, ie &#60;! DOCTYPEhtml&#62;, to write doctype in lowercase makes EPiServer html parser removes thedoctype. The actual bug is that the doctype should be case-insensitive - that you can see if you read the documentation for the doctype. so use the &#60;! DOCTYPE html&#62; until the bug is resolved.]]></description>
			<content:encoded><![CDATA[<p>We had trouble using the HTML5 with EPiServer CMS, it proved to be a bug.</p>
<p>The bug is that you have to write html 5 doctype in uppercase, ie &lt;! DOCTYPEhtml&gt;, to write doctype in lowercase makes EPiServer html parser removes thedoctype.</p>
<p>The actual bug is that the doctype should be case-insensitive - that you can see if you read the documentation for the doctype.</p>
<p>so use the &lt;! DOCTYPE html&gt; until the bug is resolved.</p>
]]></content:encoded>
			<wfw:commentRss>http://kilobyte.se/2011/07/bug-episerver-cms-6r2-html5-doctype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iphone &#8211; .a file extension and svn</title>
		<link>http://kilobyte.se/2011/07/iphone-a-file-extension-and-svn/</link>
		<comments>http://kilobyte.se/2011/07/iphone-a-file-extension-and-svn/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 06:33:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Iphone]]></category>
		<category><![CDATA[Source code]]></category>

		<guid isPermaLink="false">http://blog.kilobyte.se/?p=34</guid>
		<description><![CDATA[There is a problem with adding files with extension .a to subversion. extension .a is compilated code in objective-c and there for useful to add to svn, mostly if you are group of developers so they can compile the checked out code. The reason it cant be added is because it exists in the global [...]]]></description>
			<content:encoded><![CDATA[<p>There is a problem with adding files with extension .a to subversion. extension .a is compilated code in objective-c and there for useful to add to svn, mostly if you are group of developers so they can compile the checked out code. The reason it cant be added is because it exists in the global ignore list. You can change it if you want through the terminal, i guess it exist there for a reason so i have not done this.</p>
<p>The way i do it is by renaming it prior to adding, like codeexample.rename, add it, commiting, then use the svn rename and rename it back to .a. Now you can commit the changes and voilá, it exist in your repository.</p>
]]></content:encoded>
			<wfw:commentRss>http://kilobyte.se/2011/07/iphone-a-file-extension-and-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iphone &#8211; Helpful commands in Xcode</title>
		<link>http://kilobyte.se/2011/07/iphone-helpful-commands-in-xcode/</link>
		<comments>http://kilobyte.se/2011/07/iphone-helpful-commands-in-xcode/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 06:30:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Iphone]]></category>

		<guid isPermaLink="false">http://blog.kilobyte.se/?p=31</guid>
		<description><![CDATA[Commands are from the swedish keyboard layout. Auto Indent: ctrl + I Comment on mouse selects: apple + shift + 7 (/) Kalle Persson came up with these tips in the comments. Switching between. M and. H file: ctrl + cmd + arrow up Force autocompletion: esc Switching focus between the panels: cmd + j Thanks to Kalle, if you want to tell about more great commands, add a comment. &#160;]]></description>
			<content:encoded><![CDATA[<p>Commands are from the swedish keyboard layout.</p>
<p>Auto Indent: <strong>ctrl + I</strong><br />
Comment on mouse selects: <strong>apple + shift + 7 (/)</strong></p>
<p>Kalle Persson came up with these tips in the comments.</p>
<p>Switching between. M and. H file: <strong>ctrl + cmd + arrow up</strong><br />
Force autocompletion: <strong>esc</strong><br />
Switching focus between the panels: <strong>cmd + j</strong></p>
<p>Thanks to Kalle, if you want to tell about more great commands, add a comment.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://kilobyte.se/2011/07/iphone-helpful-commands-in-xcode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iphone &#8211; Horizontal view</title>
		<link>http://kilobyte.se/2011/07/iphone-horizontal-view/</link>
		<comments>http://kilobyte.se/2011/07/iphone-horizontal-view/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 23:17:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Iphone]]></category>

		<guid isPermaLink="false">http://blog.kilobyte.se/?p=27</guid>
		<description><![CDATA[Here are two suggestions how to solve a horizontal view, that is, a view that differs from the vertical. Either make it a modal with a risk that it takes &#8221;time&#8221; until it appears, the transition can be a bit slow. .h @interface XXXX : UIViewController {     BOOL isShowingLandscapeController; } @property (nonatomic) BOOL isShowingLandscapeController; .m - (void)viewDidLoad {     [[UIDevice currentDevice] beginGeneratingDeviceOrientationNotifications];     [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(orientationChanged:)  name:UIDeviceOrientationDidChangeNotification object:nil]; [...]]]></description>
			<content:encoded><![CDATA[<p>Here are two suggestions how to solve a horizontal view, that is, a view that differs from the vertical.</p>
<p>Either make it a modal with a risk that it takes &#8221;time&#8221; until it appears, the transition can be a bit slow.</p>
<p>.h</p>
<pre>@interface XXXX : UIViewController
{
    BOOL isShowingLandscapeController;
}

@property (nonatomic) BOOL isShowingLandscapeController;</pre>
<p>.m</p>
<pre>- (void)viewDidLoad
{
    [[UIDevice currentDevice] beginGeneratingDeviceOrientationNotifications];
    [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(orientationChanged:)  name:UIDeviceOrientationDidChangeNotification object:nil];  
}

-
(BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) orientation {
    return (orientation == UIInterfaceOrientationPortrait);
}

- (void)dealloc
{
    [[NSNotificationCenter defaultCenter] removeObserver:self];
    [[UIDevice currentDevice] endGeneratingDeviceOrientationNotifications];
    [super dealloc];  
}

- (void)orientationChanged:(NSNotification
*)notification
{
    [self performSelector:@selector(updateLandscapeView) withObject:nil afterDelay:0];
}

- (void)updateLandscapeView
{
    UIDeviceOrientation deviceOrientation = [UIDevice currentDevice].orientation;
    if (UIDeviceOrientationIsLandscape(deviceOrientation) &amp;&amp; !isShowingLandscapeController)
    {
         UIViewController viewController = [[UIViewController alloc] initWithNibName:nil bundle:nil];
         [self presentModalViewController:viewController animated:YES];
     [[UIApplication sharedApplication] setStatusBarOrientation: deviceOrientation];
         isShowingLandscapeController = YES;
     [viewController release];
   } else if (UIDeviceOrientationIsPortrait(deviceOrientation) &amp;&amp; isShowingLandscapeController) {
         [self dismissModalViewControllerAnimated:YES];
         isShowingLandscapeController = NO;
   }
}</pre>
<p>You can also choose to do in a different way and it is to use dual views, a tip is to only load what is visible but the code is not included in the example.</p>
<p>.h</p>
<pre>@interface XXXX : UIViewController
{
    UIViewController *viewPortrait;
    UIViewController *viewLandscape;
}

@property (nonatomic,assign) UIViewController *viewPortrait;
@property (nonatomic,assign) UIViewController *viewLandscape;</pre>
<p>.m</p>
<pre>- (void)loadView {
    viewPortrait = [[UIViewController alloc] initWithNibName:nil bundle:nil];
    viewLandscape = [[UIViewController alloc] initWithNibName:nil bundle:nil];
    viewPortrait.hidden = NO;
    viewLandscape.hidden = YES;
}

- (void)viewDidLoad
{
    [[UIDevice currentDevice] beginGeneratingDeviceOrientationNotifications];
    [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(orientationChanged:) name:UIDeviceOrientationDidChangeNotification object:nil];

}

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) orientation {
     return (orientation == UIInterfaceOrientationPortrait);
}

- (void)dealloc
{
     [[NSNotificationCenter defaultCenter] removeObserver:self];
     [[UIDevice currentDevice] endGeneratingDeviceOrientationNotifications];
     [super dealloc];
}

- (void)orientationChanged:(NSNotification *)notification
{
     [self performSelector:@selector(updateLandscapeView) withObject:nil afterDelay:0];
}

- (void)updateLandscapeView
{
    UIDeviceOrientation deviceOrientation = [UIDevice currentDevice].orientation;

    if (UIDeviceOrientationIsLandscape(deviceOrientation) )
    {
    viewPortrait.hidden = YES;
        viewLandscape.hidden = NO;
    } else if (UIDeviceOrientationIsPortrait(deviceOrientation) ) {
        viewPortrait.hidden = NO;
        viewLandscape.hidden = YES;
    }
}</pre>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://kilobyte.se/2011/07/iphone-horizontal-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android &#8211; Units</title>
		<link>http://kilobyte.se/2011/07/android-units/</link>
		<comments>http://kilobyte.se/2011/07/android-units/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 23:13:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://blog.kilobyte.se/?p=25</guid>
		<description><![CDATA[For measurements in the layouts px number of real pixels. 100px is the same regardless of screen size. In Inches - based on screen size. That is, it increases or decreases depending on the screen. mm Millimeters - based on screen size. same as above. pt points - 1 / 72 part of the above inch. It also increases or decreases depending on the  size of the screen. dp Density Independent pixel - based on the physical density of the screen. Assumes that a pixel is a pixel at 160dpi. However, it does not always make the size proportionally correct. You can also use dip. sp Works like the dp but also takes into [...]]]></description>
			<content:encoded><![CDATA[<p>For measurements in the layouts</p>
<p><strong>px</strong> number of real pixels. 100px is the same regardless of screen size.</p>
<p><strong>In</strong> Inches - based on screen size. That is, it increases or decreases depending on the screen.</p>
<p><strong>mm</strong> Millimeters - based on screen size. same as above.</p>
<p><strong>pt </strong>points - 1 / 72 part of the above inch. It also increases or decreases depending on the  size of the screen.</p>
<p><strong>dp</strong> Density Independent pixel - based on the physical density of the screen.<br />
Assumes that a pixel is a pixel at 160dpi. However, it does not always make the size proportionally correct. You can also use <em>dip</em>.</p>
<p><strong>sp</strong> Works like the dp but also takes into account the user&#8217;s font settings. This is recommended only to use on fonts.</p>
]]></content:encoded>
			<wfw:commentRss>http://kilobyte.se/2011/07/android-units/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android &#8211; Layouts</title>
		<link>http://kilobyte.se/2011/07/android-layouts/</link>
		<comments>http://kilobyte.se/2011/07/android-layouts/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 23:07:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://blog.kilobyte.se/?p=23</guid>
		<description><![CDATA[A walkthrough to layout views in Android FrameLayout Its an layout for a single object an image for example. Children of an FrameLayout get automatically positioned at the top-left of the layout. This is not possible to change. If there are more than one child there will be only one visible, the first. LinearLayout The most [...]]]></description>
			<content:encoded><![CDATA[<p>A walkthrough to layout views in <strong>Android</strong></p>
<p><strong>FrameLayout</strong></p>
<p>Its an layout for a single object an image for example. Children of an FrameLayout get automatically positioned at the top-left of the layout. This is not possible to change.<br />
If there are more than one child there will be only one visible, the first.</p>
<p><strong>LinearLayout</strong></p>
<p>The most common view. This view has two modes to display its children &#8211; horizontal or vertical, one child per row or column if you think like a list (1 row)</p>
<p><strong>TableLayout</strong></p>
<p>As it sounds its a table of cell that you split the children into rows and columns. TableRow descripes the row and the biggest amount of children in a row sets the amount of total columns.</p>
<p><strong>RelativeLayout</strong></p>
<p>RelativeLayout lets the children be relative to each other, by declaring layoutabove=&#8221;id&#8221; or layoutbelow=&#8221;id&#8221; can you decide the position of the child, if you use both it will ly in between those two elements</p>
<p><strong>Some attributes to consider that one can enter the on children</strong><br />
Note! Some layouts do not take into account all of the attributes.</p>
<p><em>Weight</em> - the degree of importance as regards the filling of the parent. The higher the weight the more the right to place. Several children at the same weight are equally important. Logical but to consider is that if a child has two in weight and two children have a weight as a child entitled to 50% of the excess surface and two children will share the rest. Can be a little math if there are many children.</p>
<p><em>Margin</em> - The distance between the child and nothing else.</p>
<p><em>Gravity</em> - What the child should be adjusted to the row / column. Up, down, left, right, or a combination.</p>
<p><em>Padding</em> - the distance between the child&#8217;s contents and the outer edge of the baby.<em><br />
</em></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://kilobyte.se/2011/07/android-layouts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NoSql libraries for .NET</title>
		<link>http://kilobyte.se/2011/07/nosql-libraries-for-net/</link>
		<comments>http://kilobyte.se/2011/07/nosql-libraries-for-net/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 22:52:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[asp.net]]></category>

		<guid isPermaLink="false">http://blog.kilobyte.se/?p=21</guid>
		<description><![CDATA[Here are some NoSql libraries/databases that you can use with .NET Redis (key-value) redis-sharp servicestack Redis client MongoDB (document-oriented) mongo-c-driver mongodb-csharp mongodb-net MongoSerializer simple-mongodb CouchDB (document-oriented) couchdb-dot-net Divan functionaldivan ottoman Cassandra (key-value, grouped) FluentCassandra Aquiles RavenDB (document-oriented) http://ravendb.net/]]></description>
			<content:encoded><![CDATA[<p>Here are some NoSql libraries/databases that you can use with .NET</p>
<p><strong>Redis</strong> (key-value)</p>
<ul>
<li><a href="http://www.kilobyte.se/github.com/migueldeicaza/redis-sharp" rel="external">redis-sharp</a></li>
<li><a href="http://www.kilobyte.se/code.google.com/p/servicestack/wiki/ServiceStackRedis" rel="external">servicestack Redis client</a></li>
</ul>
<p><strong>MongoDB</strong> (document-oriented)</p>
<ul>
<li><a href="http://www.kilobyte.se/github.com/mongodb/mongo-c-driver" rel="external">mongo-c-driver</a></li>
<li><a href="http://www.kilobyte.se/github.com/samus/mongodb-csharp" rel="external">mongodb-csharp</a></li>
<li><a href="http://www.kilobyte.se/code.google.com/p/mongodb-net/" rel="external">mongodb-net</a></li>
<li><a href="http://www.kilobyte.se/www.dead-trickster.com/post/How-to-serialize-an-object-to-MongoDB-Document-in-C.aspx" rel="external">MongoSerializer</a></li>
<li><a href="http://www.kilobyte.se/code.google.com/p/simple-mongodb/" rel="external">simple-mongodb</a></li>
</ul>
<p><strong>CouchDB</strong> (document-oriented)</p>
<ul>
<li><a href="http://www.kilobyte.se/code.google.com/p/couchdb-dot-net/" rel="external">couchdb-dot-net</a></li>
<li><a href="http://www.kilobyte.se/github.com/foretagsplatsen/Divan" rel="external">Divan</a></li>
<li><a href="http://www.kilobyte.se/github.com/kolosy/FunctionalDivan" rel="external">functionaldivan</a></li>
<li><a href="http://www.kilobyte.se/github.com/sinesignal/ottoman" rel="external">ottoman</a></li>
</ul>
<p><strong>Cassandra</strong> (key-value, grouped)</p>
<ul>
<li><a href="http://www.kilobyte.se/github.com/managedfusion/fluentcassandra">FluentCassandra</a></li>
<li><a href="http://www.kilobyte.se/aquiles.codeplex.com/">Aquiles</a></li>
</ul>
<p><strong>RavenDB</strong> (document-oriented)</p>
<ul>
<li><a href="http://ravendb.net/">http://ravendb.net/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://kilobyte.se/2011/07/nosql-libraries-for-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iphone &#8211; Multiline UILabel height</title>
		<link>http://kilobyte.se/2011/07/multiline-uilabel-height/</link>
		<comments>http://kilobyte.se/2011/07/multiline-uilabel-height/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 22:50:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Iphone]]></category>

		<guid isPermaLink="false">http://blog.kilobyte.se/?p=19</guid>
		<description><![CDATA[An easy way of setting the height of a multiline uilabel (for dynamic height). Set the width interface builder or by code. myUILabel.numberOfLines = 0; [myUILabel sizeToFit];]]></description>
			<content:encoded><![CDATA[<p>An easy way of setting the height of a multiline uilabel (for dynamic height). Set the width interface builder or by code.</p>
<pre>myUILabel.numberOfLines = 0;
[myUILabel sizeToFit];</pre>
]]></content:encoded>
			<wfw:commentRss>http://kilobyte.se/2011/07/multiline-uilabel-height/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Surftown discount / Surftown rabatt</title>
		<link>http://kilobyte.se/2011/07/surftown-discount-surftown-rabatt/</link>
		<comments>http://kilobyte.se/2011/07/surftown-discount-surftown-rabatt/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 22:47:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://blog.kilobyte.se/?p=14</guid>
		<description><![CDATA[15% off on Surftown I use surftown for some of my websites, now i can give you a deal when purchasing their hosting for the first time. 15% rabatt på Surftown Jag använder surftown till några av mina webbar, nu kan jag ger er en deal när ni skaffar surftown hosting för första gången. (This [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.surftown.se/HostingAccount.aspx?reseller=cust87552\%22">15% off on Surftown</a></p>
<p>I use surftown for some of my websites, now i can give you a deal when purchasing their hosting for the first time.</p>
<p><a href="http://www.surftown.se/HostingAccount.aspx?reseller=cust87552\%22">15% rabatt på Surftown</a></p>
<p>Jag använder surftown till några av mina webbar, nu kan jag ger er en deal när ni skaffar surftown hosting för första gången.</p>
<p>(This can have changed since the post was written / Detta kan ha ändras sedan detta skrevs)</p>
]]></content:encoded>
			<wfw:commentRss>http://kilobyte.se/2011/07/surftown-discount-surftown-rabatt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

