<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Arild's SuperBlog</title>
	<atom:link href="http://arildssuperblog.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://arildssuperblog.wordpress.com</link>
	<description>Blog about my developer experience with SuperOffice</description>
	<lastBuildDate>Thu, 19 Mar 2009 09:44:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='arildssuperblog.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Arild's SuperBlog</title>
		<link>http://arildssuperblog.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://arildssuperblog.wordpress.com/osd.xml" title="Arild&#039;s SuperBlog" />
	<atom:link rel='hub' href='http://arildssuperblog.wordpress.com/?pushpress=hub'/>
		<item>
		<title>My own client side messagebox</title>
		<link>http://arildssuperblog.wordpress.com/2009/03/08/my-own-client-side-messagebox/</link>
		<comments>http://arildssuperblog.wordpress.com/2009/03/08/my-own-client-side-messagebox/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 10:23:14 +0000</pubDate>
		<dc:creator>eikari</dc:creator>
				<category><![CDATA[6.web]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://arildssuperblog.wordpress.com/?p=144</guid>
		<description><![CDATA[As you may already know, there are a few JavaScript methods available to the SIX Web developers. Most, if not all of them, are placed in the Scripts folder, and there are methods for almost every need. In this post I&#8217;m going to look at the messagebox functions and round it all off making my [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arildssuperblog.wordpress.com&amp;blog=6238771&amp;post=144&amp;subd=arildssuperblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://arildssuperblog.wordpress.com/2009/03/08/my-own-client-side-messagebox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/23a69a51356b9db5b6d09d9948921ffb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eikari</media:title>
		</media:content>

		<media:content url="http://arildssuperblog.files.wordpress.com/2009/02/my-yesno-messagebox.jpg" medium="image">
			<media:title type="html">my-yesno-messagebox</media:title>
		</media:content>

		<media:content url="http://arildssuperblog.files.wordpress.com/2009/02/myownmessagebox1.jpg" medium="image">
			<media:title type="html">My Own MessageBox</media:title>
		</media:content>
	</item>
		<item>
		<title>NetServer and hardcoded values in Select statements</title>
		<link>http://arildssuperblog.wordpress.com/2009/01/31/netserver-and-hardcoded-values-in-select-statements/</link>
		<comments>http://arildssuperblog.wordpress.com/2009/01/31/netserver-and-hardcoded-values-in-select-statements/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 15:47:17 +0000</pubDate>
		<dc:creator>eikari</dc:creator>
				<category><![CDATA[6.web]]></category>
		<category><![CDATA[NetServer]]></category>

		<guid isPermaLink="false">http://arildssuperblog.wordpress.com/?p=125</guid>
		<description><![CDATA[Have you ever needed to add a hardcoded value into one of your Select statements? To make it easy, let us say we have the following more-or-less lame SQL Union statement SELECT id, name FROM crm5.contact WHERE name LIKE 'a%' UNION SELECT id, lastname FROM crm5.person WHERE lastname LIKE 'a%' Re-creating this in NetServer should [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arildssuperblog.wordpress.com&amp;blog=6238771&amp;post=125&amp;subd=arildssuperblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://arildssuperblog.wordpress.com/2009/01/31/netserver-and-hardcoded-values-in-select-statements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/23a69a51356b9db5b6d09d9948921ffb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eikari</media:title>
		</media:content>
	</item>
		<item>
		<title>The not so buggy SoButton control</title>
		<link>http://arildssuperblog.wordpress.com/2009/01/24/the-not-so-buggy-sobutton-control/</link>
		<comments>http://arildssuperblog.wordpress.com/2009/01/24/the-not-so-buggy-sobutton-control/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 10:16:16 +0000</pubDate>
		<dc:creator>eikari</dc:creator>
				<category><![CDATA[6.web]]></category>
		<category><![CDATA[SoControls]]></category>

		<guid isPermaLink="false">http://arildssuperblog.wordpress.com/?p=90</guid>
		<description><![CDATA[Yesterday, I had one of those &#8220;is it possible!?&#8221; moments followed by &#8220;how stupid can I be?&#8221; It all started when I wanted to test out the ImageSrc property on the SoButton control. I needed a search button and instead of setting caption to Search or something similar, I visioned that a button with a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arildssuperblog.wordpress.com&amp;blog=6238771&amp;post=90&amp;subd=arildssuperblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://arildssuperblog.wordpress.com/2009/01/24/the-not-so-buggy-sobutton-control/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/23a69a51356b9db5b6d09d9948921ffb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eikari</media:title>
		</media:content>

		<media:content url="http://arildssuperblog.files.wordpress.com/2009/01/sobuttonimage12.jpg" medium="image">
			<media:title type="html">SoButton.ImageSrc='/Images/toolicons/btn-find-passive.png'</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating an ArchiveProvider from scratch, Part I</title>
		<link>http://arildssuperblog.wordpress.com/2009/01/21/creating-an-archiveprovider-from-scratch-part-i/</link>
		<comments>http://arildssuperblog.wordpress.com/2009/01/21/creating-an-archiveprovider-from-scratch-part-i/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 10:13:09 +0000</pubDate>
		<dc:creator>eikari</dc:creator>
				<category><![CDATA[6.web]]></category>
		<category><![CDATA[ArchiveProvider]]></category>

		<guid isPermaLink="false">http://arildssuperblog.wordpress.com/?p=10</guid>
		<description><![CDATA[For the last couple of weeks I have been trying to figure out how to create an ArchiveProvider from scratch, implementing the IArchiveProvider interface. The difficult part was actually not coding the archive provider itself, but to get the combination of my archive provider and a SoArchiveControl to agree that the functionality and data I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arildssuperblog.wordpress.com&amp;blog=6238771&amp;post=10&amp;subd=arildssuperblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://arildssuperblog.wordpress.com/2009/01/21/creating-an-archiveprovider-from-scratch-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/23a69a51356b9db5b6d09d9948921ffb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eikari</media:title>
		</media:content>
	</item>
		<item>
		<title>Welcome</title>
		<link>http://arildssuperblog.wordpress.com/2009/01/19/welcome/</link>
		<comments>http://arildssuperblog.wordpress.com/2009/01/19/welcome/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 21:31:14 +0000</pubDate>
		<dc:creator>eikari</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://arildssuperblog.wordpress.com/?p=6</guid>
		<description><![CDATA[Hi, and welcome to my SuperBlog! This blog is mainly going to be about my experience developing in .Net for SuperOffice Web and Windows. Since most of the project I&#8217;m working with are involving SuperOffice 6.web, I assume most of my posts are going to be about the web platform. Anyway, tips &#38; tricks I&#8217;m picking up in my [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arildssuperblog.wordpress.com&amp;blog=6238771&amp;post=6&amp;subd=arildssuperblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://arildssuperblog.wordpress.com/2009/01/19/welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/23a69a51356b9db5b6d09d9948921ffb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eikari</media:title>
		</media:content>
	</item>
	</channel>
</rss>
