<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

	<channel>
		<title>Bastiaan en Lily's blog</title>
	    <link>http://www.basenlily.me/</link>
	    <description>Our new blog, still work in progress.</description>
	    <pubDate>Mon, 06 Feb 2012 01:40:01 +0100</pubDate>
	    <language>English</language>
	    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	
	    <dc:rights>Copyright 2012</dc:rights>
	    
	    		    		    <item>
				<title>Joining the fight against internet censorship</title>
				<link>http://www.basenlily.me/blog/post/2012/02/03/joining-the-fight-against-internet-censorship/</link>
				<guid>http://www.basenlily.me/blog/post/2012/02/03/joining-the-fight-against-internet-censorship/</guid>
				<description><![CDATA[
				<p>After the overwhelming uprising against SOPA/PIPA only a week or so ago on the 31st of January 2012 a judge in the Netherlands ruled in favour of <a href="http://www.anti-piracy.nl/">Stichting Brein</a> (the dutch MPAA) and ordered these ISP to start blocking 3 IP addresses belonging to the Pirate Bay. The ruling included a provision for Stichting Brein to expand on the list of IP addresses as they see fit, they do not first need to take action in court but have been pretty much given a carte blanche.</p>		      	]]>
		      	</description>
				<pubDate>Fri, 03 Feb 2012 00:00:00 +0100</pubDate>
		     </item>
		    		    <item>
				<title>Blog blog blog....</title>
				<link>http://www.basenlily.me/blog/post/2011/11/21/blog-blog-blog/</link>
				<guid>http://www.basenlily.me/blog/post/2011/11/21/blog-blog-blog/</guid>
				<description><![CDATA[
				<p>Its been awhile since I looked at my own site. i need better blogging software that lets me know when there are reactions.. Openblog seems to be pretty dead:(</p>
<p>So sorry if I haven't reacted to your posts, I'll add a few reactions here as it seems that the comment system has a few issues as well..</p>		      	]]>
		      	</description>
				<pubDate>Mon, 21 Nov 2011 00:00:00 +0100</pubDate>
		     </item>
		    		    <item>
				<title>Download of old tutorial file</title>
				<link>http://www.basenlily.me/blog/post/2011/07/04/download-of-old-tutorial-file/</link>
				<guid>http://www.basenlily.me/blog/post/2011/07/04/download-of-old-tutorial-file/</guid>
				<description><![CDATA[
				<p>I forgot to put this on ages ago. The file for part 5 of the tutorial contains the end result. I made this so long ago I'm crossing my fingers that is still works:) but back by popular demand:</p>
<p><a title="www.basenlily.me/downloads/part_5.zip" href="http://www.basenlily.me/downloads/part_5.zip">www.basenlily.me/downloads/part_5.zip</a></p>		      	]]>
		      	</description>
				<pubDate>Mon, 04 Jul 2011 00:00:00 +0200</pubDate>
		     </item>
		    		    <item>
				<title>What an adventure today!</title>
				<link>http://www.basenlily.me/blog/post/2011/03/27/what-an-adventure-today/</link>
				<guid>http://www.basenlily.me/blog/post/2011/03/27/what-an-adventure-today/</guid>
				<description><![CDATA[
				<p>Damn, it has been so long since I wrote anything here. Live has just been to busy and I hardly find the spare time to write anything. I am attempting to find the time to learn Ruby so who knows, that might be a reason to revamp this site.</p>
<p>Today was an adventure though, the Dutch festival was on, a yearly get together for Dutch migrants here in Sydney with traditional Dutch food and Dutch entertainment. The festival itself is a 3 day event and today was the last day. The festival was a lot of fun, getting to the festival proved an adventure...</p>		      	]]>
		      	</description>
				<pubDate>Sun, 27 Mar 2011 00:00:00 +0100</pubDate>
		     </item>
		    		    <item>
				<title>BasenLily.ME</title>
				<link>http://www.basenlily.me/blog/post/2010/07/11/basenlily.me/</link>
				<guid>http://www.basenlily.me/blog/post/2010/07/11/basenlily.me/</guid>
				<description><![CDATA[
				<p>I'm running ahead of myself here but since I haven't posted anything here for awhile now but our site address is going to be amended with BasenLily.me.</p>		      	]]>
		      	</description>
				<pubDate>Sun, 11 Jul 2010 00:00:00 +0200</pubDate>
		     </item>
		    		    <item>
				<title>Omnis and subwindows</title>
				<link>http://www.basenlily.me/blog/post/2010/03/07/omnis-and-subwindows/</link>
				<guid>http://www.basenlily.me/blog/post/2010/03/07/omnis-and-subwindows/</guid>
				<description><![CDATA[
				<p>I've been way to busy lately to do any personal posts however today there was a topic on the Omnis discussion list about subwindows and communication between them and their parent windows that made me want to write a little something about it. The topic has come up many times in the past and since it is something I've done a lot with it seemed like a good idea to do a little sample library and add some explanation.</p>
<p>Subwindows are basically windows that are contained within another window. They are Omnis Studio's answer to be able to reuse visual components in multiple places in your application. This can be anything from a subwindow containing a single component/field to a subwindow that allows you to enter an entire record consisting of a dozen entry fields.</p>
<p>The problem herein is how to properly communicate between the subwindow and its parent window. <br />Object Orientation states that any object should not assume or directly influence another object that contains/uses it. That is the only way to guarantee an object can be reused in multiple places without any restrictions in the behavior of the object that uses it. A subwindow and it's parent however always have a symbiotic relationship in one form or another and some measure of communication between them is required. The parent window communicating with the subwindow is easy as this is simply done through public methods, but the subwindow (as it interacts directly with the user) communicating back to the parent, now their lies the problem.</p>		      	]]>
		      	</description>
				<pubDate>Sun, 07 Mar 2010 00:00:00 +0100</pubDate>
		     </item>
		    		    <item>
				<title>Hacked...</title>
				<link>http://www.basenlily.me/blog/post/2010/01/21/hacked/</link>
				<guid>http://www.basenlily.me/blog/post/2010/01/21/hacked/</guid>
				<description><![CDATA[
				<p>Yet again it's proved what a weird and wonderful place the internet is. We're not sure yet what happened but it seemed that someone installed some malicous tunneling software on our server, god only knows what sortah trouble these guys where up to.</p>
<p>We had to shut some parts of the server down in order to clean up the mess and change some things hopefully to prevent a repeat. Unfortunately that meant my site and some others where down for a while.</p>
<p>Looks like we're back up :)</p>		      	]]>
		      	</description>
				<pubDate>Thu, 21 Jan 2010 00:00:00 +0100</pubDate>
		     </item>
		    		    <item>
				<title>Happy newyear everyone!</title>
				<link>http://www.basenlily.me/blog/post/2010/01/03/happy-newyear-everyone/</link>
				<guid>http://www.basenlily.me/blog/post/2010/01/03/happy-newyear-everyone/</guid>
				<description><![CDATA[
				<p>Couple of days late but I still want to wish everyone a Happy Newyear! We've had a busy couple of days and I have many more busy days ahead of me... Hope to have time for my little blog again soon...</p>		      	]]>
		      	</description>
				<pubDate>Sun, 03 Jan 2010 00:00:00 +0100</pubDate>
		     </item>
		    		    <item>
				<title>Family photoshoot</title>
				<link>http://www.basenlily.me/blog/post/2009/12/24/family-photoshoot/</link>
				<guid>http://www.basenlily.me/blog/post/2009/12/24/family-photoshoot/</guid>
				<description><![CDATA[
				<p>Last weekend we were walking around the Lane Cove Plaza and there was a little fair going on. One of the expositions was <a title="Chris Tudor" href="http://www.tudorphotography.com.au/">Chris Tudor's</a> Christmas photoshoot stand. We had him take a few pictures of Blake and talked to him that we've wanted to do a small family photoshoot for a little while. From one thing came another and on Monday we were at his home taking pictures which turned out to be a very pleasant experience.</p>		      	]]>
		      	</description>
				<pubDate>Thu, 24 Dec 2009 00:00:00 +0100</pubDate>
		     </item>
		    		    <item>
				<title>Tax troubles part #3</title>
				<link>http://www.basenlily.me/blog/post/2009/12/04/tax-troubles-part-3/</link>
				<guid>http://www.basenlily.me/blog/post/2009/12/04/tax-troubles-part-3/</guid>
				<description><![CDATA[
				<p>Whow, this was a hefty week on the subject of Dutch Tax. My heart sank to an absolute low in the middle of the week but the end result seems to be a positive conclusion after all.</p>		      	]]>
		      	</description>
				<pubDate>Fri, 04 Dec 2009 00:00:00 +0100</pubDate>
		     </item>
		    	    	    
	</channel>
</rss> 
