<?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>spielwiese. &#187; programming</title>
	<atom:link href="http://spielwiese.fontein.de/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://spielwiese.fontein.de</link>
	<description>my playground. without sand though.</description>
	<lastBuildDate>Thu, 29 Jul 2010 20:04:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>one step closer&#8230;</title>
		<link>http://spielwiese.fontein.de/2010/06/14/one-step-closer/</link>
		<comments>http://spielwiese.fontein.de/2010/06/14/one-step-closer/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 20:04:52 +0000</pubDate>
		<dc:creator>felix</dc:creator>
				<category><![CDATA[www]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[spielwiese]]></category>

		<guid isPermaLink="false">http://spielwiese.fontein.de/?p=2173</guid>
		<description><![CDATA[i programmed a bit to create a mechanism which feeds the photos to the user without giving direct access to the files; now, all photos are stored outside the range of the web server, and retrieved by a php script. this brings me one step closer to my goal of making parts of this blog [...]]]></description>
			<content:encoded><![CDATA[<p>i programmed a bit to create a mechanism which feeds the photos to the user without giving direct access to the files; now, all photos are stored outside the range of the web server, and retrieved by a php script. this brings me one step closer to my <a href="http://spielwiese.fontein.de/forward.php?r=http://spielwiese.fontein.de/2008/09/28/conclusion-so-far/">goal</a> of making parts of this blog really private. before, photos appearing in hidden posts were somewhat public in case you knew their url. now, you can only access these photos if you are logged in and have the rights to see the corresponding post. the current authentication solution is kind of a hack, but it works. if you just use the blog, you will note no difference &ndash; except that photos in old posts which your feed reader did not update are broken. i&#8217;m sorry for that. google reader, for instance, should update at least the more current posts sooner or later.</p>
]]></content:encoded>
			<wfw:commentRss>http://spielwiese.fontein.de/2010/06/14/one-step-closer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>learning programming.</title>
		<link>http://spielwiese.fontein.de/2009/08/28/learning-programming/</link>
		<comments>http://spielwiese.fontein.de/2009/08/28/learning-programming/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 20:13:03 +0000</pubDate>
		<dc:creator>felix</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://spielwiese.fontein.de/?p=1832</guid>
		<description><![CDATA[while talking with a friend about learning programming, i searched for course material for the best programming course i ever had so far, namely dibo&#8216;s &#8220;programmierkurs java&#8221; (which i praised so often when it comes to this topic). while looking, i found a new website by dibo, called programmierkurs java, which features the lectures (both [...]]]></description>
			<content:encoded><![CDATA[<p>while talking with a friend about learning programming, i searched for course material for the best programming course i ever had so far, namely <a href="http://spielwiese.fontein.de/forward.php?r=http://www-is.informatik.uni-oldenburg.de/~dibo/">dibo</a>&#8216;s &ldquo;programmierkurs java&rdquo; (which i praised so often when it comes to this topic). while looking, i found a new website by dibo, called <a href="http://spielwiese.fontein.de/forward.php?r=http://www.programmierkurs-java.de/">programmierkurs java</a>, which features the lectures (both slides and video recordings!) and exercises. in case you want to learn programming and understand german well enough, take a look there!<br />
ok, so much for advertising. when taking to the friend, another topic was &ldquo;what is the right programming language to begin with?&rdquo; in this case, the canidates java and c++ were named. i would definitely go for java, even though i prefer to use c++ myself for most things i program, as java is more allergic to programming errors: if you try to access an array out of the boundaries, it will throw an exception and will not result in unexpected behaviour. moreover, it is widely available (for free!) and easy to set up, there is a huge amount of (good and bad) literature about it, it is not too far off from the real world programming languages which one might use later (in case one wants to learn more than one language, it might also be a good idea to start with something more esoteric, like functional programming). moreover, it can be used both imperatively (which is in particular useful in the beginning) and object oriented (which one shouldn&#8217;t touch too early, in my opinion).</p>
]]></content:encoded>
			<wfw:commentRss>http://spielwiese.fontein.de/2009/08/28/learning-programming/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>clean-up.</title>
		<link>http://spielwiese.fontein.de/2008/10/30/clean-up/</link>
		<comments>http://spielwiese.fontein.de/2008/10/30/clean-up/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 20:52:17 +0000</pubDate>
		<dc:creator>felix</dc:creator>
				<category><![CDATA[daily life]]></category>
		<category><![CDATA[www]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://spielwiese.fontein.de/?p=1162</guid>
		<description><![CDATA[today i cleaned up my blog a bit &#8211; at least on the technical side. i wrote a plug-in which encapsulates all my changes to wordpress, so the underlying wordpress is now a standard installation, making upgrading way easier. moreover, as you might have noticed, i added a login box to the right margin. after [...]]]></description>
			<content:encoded><![CDATA[<p>today i cleaned up my blog a bit &ndash; at least on the technical side. i wrote a plug-in which encapsulates all my changes to wordpress, so the underlying wordpress is now a standard installation, making upgrading way easier.<br />
moreover, as you might have noticed, i added a login box to the right margin. after playing around in the last days a bit, it seems that <a href="http://spielwiese.fontein.de/forward.php?r=http://spielwiese.fontein.de/2008/09/28/conclusion-so-far/">my goals</a> can be partially resolved using <a href="http://spielwiese.fontein.de/forward.php?r=http://agapetry.net/news/introducing-role-scoper/">role scoper</a>. well, not perfectly, but at least to some extend. (so there&#8217;s still the need to write the <a href="http://spielwiese.fontein.de/forward.php?r=http://spielwiese.fontein.de/2008/10/11/the-optimal-blog-software/">optimal blog software</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://spielwiese.fontein.de/2008/10/30/clean-up/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>the optimal blog software.</title>
		<link>http://spielwiese.fontein.de/2008/10/11/the-optimal-blog-software/</link>
		<comments>http://spielwiese.fontein.de/2008/10/11/the-optimal-blog-software/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 19:28:50 +0000</pubDate>
		<dc:creator>felix</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[www]]></category>
		<category><![CDATA[do it yourself]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ranting]]></category>
		<category><![CDATA[vision]]></category>

		<guid isPermaLink="false">http://spielwiese.fontein.de/?p=1093</guid>
		<description><![CDATA[while i was searching for a plug-in which allows access control to posts based on users and/or user groups, i stumbled about many different plug-ins, some of them very promising, but either dead, not updated for a long time, or simply not exactly usable by producing a long list of php error messages already in [...]]]></description>
			<content:encoded><![CDATA[<p>while i was searching for a plug-in which allows access control to posts based on users and/or user groups, i stumbled about many different plug-ins, some of them very promising, but either dead, not updated for a long time, or simply not exactly usable by producing a long list of php error messages already in the admin screen after activating them. grrreat. well, of course, i could also try to <a href="http://spielwiese.fontein.de/forward.php?r=http://spielwiese.fontein.de/2007/10/30/do-it-yourself/">do it myself</a>, as usual. but hey, that sucks: i&#8217;d be better of writing my own blog software.<br />
well, i talked about the problem a bit with <a href="http://spielwiese.fontein.de/forward.php?r=http://www.kornels-welt.de/blog/">kornel</a>, and we concluded that an optimal blog system would be a very slim piece of software, just providing the very basic features, i.e. managing posts, comments and pages, users and user groups/roles/whatever, and access privileges, while everything else&mdash;such as galleries, embedding videos, gadgets, comfortable post editors, &#8230;&mdash;is implemented as plugins.<br />
anyone want&#8217;s to do this, and produce a well-documented, slim, bug-free blog system with a good plugin interface, together with a few standard plugins? :)</p>
]]></content:encoded>
			<wfw:commentRss>http://spielwiese.fontein.de/2008/10/11/the-optimal-blog-software/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>finally, &#8230;</title>
		<link>http://spielwiese.fontein.de/2008/02/24/finally/</link>
		<comments>http://spielwiese.fontein.de/2008/02/24/finally/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 20:11:39 +0000</pubDate>
		<dc:creator>felix</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[www]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://spielwiese.fontein.de/2008/02/24/finally/</guid>
		<description><![CDATA[&#8230; my blog really has 100% valid xhtml 1.0 transitional code. until now, there were some exceptions: a wordpress bug which generated invalid xhtml code if you have more than one blogroll category (which will be fixed in the next version; i wrote a quick hack to fix the one i&#8217;m using); the youtube code [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230; my blog really has 100% valid <a href="http://spielwiese.fontein.de/forward.php?r=http://www.w3.org/TR/xhtml1/">xhtml 1.0</a> transitional code. </p>
<p class="center"><a href="http://spielwiese.fontein.de/forward.php?r=http://validator.w3.org/check%3Furi=referer"><img src="http://spielwiese.fontein.de/photos/2008/02/valid-xhtml10.png" alt="valid xhtml 1.0 transitional" height="31" width="88" /></a></p>
<p>until now, there were some exceptions:</p>
<ul>
<li>a wordpress <a href="http://spielwiese.fontein.de/forward.php?r=http://trac.wordpress.org/ticket/5971">bug</a> which generated invalid xhtml code if you have more than one blogroll category (which will be fixed in the next version; i wrote a quick hack to fix the one i&#8217;m using);</li>
<li>the <a href="http://spielwiese.fontein.de/forward.php?r=http://spielwiese.fontein.de/2008/02/19/vivaldi-played-by-two-e-guitars/">youtube code snippet</a> was quite a mess, i fixed it using some hints from the <a href="http://spielwiese.fontein.de/forward.php?r=http://validator.w3.org/">w3c validator</a> page and by some tipps by <a href="http://spielwiese.fontein.de/forward.php?r=http://www.kornels-welt.de/blog/">kornel</a>, as wordpress tended to screw up my code by inserting tags and, thus, rendering it invalid; i fixed that by using installing a <a href="http://spielwiese.fontein.de/forward.php?r=http://alexking.org/projects/wordpress/readme%3Fproject=wp-unformatted">plugin</a> which allows to format specific posts completely yourself;</li>
<li>certain small bugs in my posts which were completely my faults (these will probably show up from time to time, but i&#8217;m trying to eliminate them asap).</li>
</ul>
<p>maybe i&#8217;ll once try to force wordpress to generate xhtml 1.0 strict code, but that&#8217;s probably too much work; probably i can hack something together myself in less time which fits better to my needs and which generates such code :)</p>
]]></content:encoded>
			<wfw:commentRss>http://spielwiese.fontein.de/2008/02/24/finally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>even more done.</title>
		<link>http://spielwiese.fontein.de/2007/11/22/even-more-done/</link>
		<comments>http://spielwiese.fontein.de/2007/11/22/even-more-done/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 22:16:02 +0000</pubDate>
		<dc:creator>felix</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[daily life]]></category>
		<category><![CDATA[www]]></category>
		<category><![CDATA[blackness]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://spielwiese.fontein.de/2007/11/22/even-more-done/</guid>
		<description><![CDATA[my project took a step forward during the last week: i added an rss feed, a category system and a comment system. so everything i planned is done. i guess that i&#8217;ll stop programming now and continue to produce more content. well, if i get some good ideas, that is. or at least more realizable [...]]]></description>
			<content:encoded><![CDATA[<p>my <a href="http://spielwiese.fontein.de/forward.php?r=http://blackness.fontein.de/">project</a> took a step forward during the last week: i added an rss feed, a category system and a comment system. so everything i <a href="http://spielwiese.fontein.de/forward.php?r=http://spielwiese.fontein.de/2007/10/30/do-it-yourself/">planned</a> is <a href="http://spielwiese.fontein.de/forward.php?r=http://spielwiese.fontein.de/2007/11/11/done-for-now/">done</a>. i guess that i&#8217;ll stop programming now and continue to produce more content. well, if i get some good ideas, that is. or at least more realizable ideas&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://spielwiese.fontein.de/2007/11/22/even-more-done/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>do it yourself.</title>
		<link>http://spielwiese.fontein.de/2007/10/30/do-it-yourself/</link>
		<comments>http://spielwiese.fontein.de/2007/10/30/do-it-yourself/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 22:58:10 +0000</pubDate>
		<dc:creator>felix</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[daily life]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[www]]></category>
		<category><![CDATA[blackness]]></category>
		<category><![CDATA[do it yourself]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://spielwiese.fontein.de/2007/10/30/do-it-yourself/</guid>
		<description><![CDATA[every time i plan to start a new project, let it be a web project, a programming job, a latex document (or a combination of those), i&#8217;m thinking hard on whether to use something already existing as a base or whether to do everything myself, from the scratch. for latex documents, i usually reuse macros [...]]]></description>
			<content:encoded><![CDATA[<p>every time i plan to start a new project, let it be a web project, a programming job, a latex document (or a combination of those), i&#8217;m thinking hard on whether to use something already existing as a base or whether to do everything myself, from the scratch. for latex documents, i usually reuse macros i&#8217;ve written myself. for programs, i use libraries like <a href="http://spielwiese.fontein.de/forward.php?r=http://en.wikipedia.org/wiki/OpenGL">opengl</a> and <a href="http://spielwiese.fontein.de/forward.php?r=http://www.zlib.net/">zlib</a> (two random names coming to my mind, there are of course a lot more), i reuse my own code, and write the rest from scratch. for this blog, i used <a href="http://spielwiese.fontein.de/forward.php?r=http://wordpress.org/">wordpress</a>, for usage statistics i use <a href="http://spielwiese.fontein.de/forward.php?r=http://www.phpopentracker.de/">phpopentracker</a>. and, of course, i use <a href="http://spielwiese.fontein.de/forward.php?r=http://en.wikipedia.org/wiki/PHP">php</a> and <a href="http://spielwiese.fontein.de/forward.php?r=http://en.wikipedia.org/wiki/MySQL">mysql</a> as backends. even though i could implement the whole stuff myself. if i just would have enough time&#8230; but i don&#8217;t, and so i have to cope with all the restrictions, specialities, whatever these programs and libraries are throwing at me.<br />
the reason why i&#8217;m thinking about this at the moment is a new project of mine i&#8217;m thinking about, which i&#8217;m planning to code more or less from the scratch (using, of course, some backend stuff like <i>php</i>, <i>mysql</i>, <i>phpopentracker</i>, you name it). i just started drawing some sketches, like its logical structure with hints on the physical implementation. sometimes i wonder whether i should spend more time on such things. despite there probably already exists a system which does exactly what i want, making one yourself is way more fun. although its also way more work.<br />
let&#8217;s see if i manage to pull this one through&#8230; wish me luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://spielwiese.fontein.de/2007/10/30/do-it-yourself/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
