<?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>Random thoughts about things</title>
	<atom:link href="http://derdocsblog.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://derdocsblog.wordpress.com</link>
	<description>About things that interest me at the moment...</description>
	<lastBuildDate>Mon, 12 Sep 2011 20:24:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='derdocsblog.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Random thoughts about things</title>
		<link>http://derdocsblog.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://derdocsblog.wordpress.com/osd.xml" title="Random thoughts about things" />
	<atom:link rel='hub' href='http://derdocsblog.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to write a decent pref-manager for mozilla extensions</title>
		<link>http://derdocsblog.wordpress.com/2011/09/12/how-to-write-a-decent-pref-manager-for-mozilla-extensions/</link>
		<comments>http://derdocsblog.wordpress.com/2011/09/12/how-to-write-a-decent-pref-manager-for-mozilla-extensions/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 20:24:11 +0000</pubDate>
		<dc:creator>Vitus</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[mozilla add-ons]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[TBTracer]]></category>
		<category><![CDATA[add-ons]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[prefs]]></category>
		<category><![CDATA[TBT]]></category>

		<guid isPermaLink="false">http://derdocsblog.wordpress.com/?p=489</guid>
		<description><![CDATA[Today, I want to share with you my experiences in writing code to use mozilla&#8217;s pref system, that is if you write an add-on for any of mozilla&#8217;s apps (firefox, thunderbird&#8230;). After I got my feet wet with the Thundersomething addon a while back, I recently gained some more experience rewriting TBTracer&#8217;s pref system from [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derdocsblog.wordpress.com&amp;blog=6472951&amp;post=489&amp;subd=derdocsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://derdocsblog.wordpress.com/2011/09/12/how-to-write-a-decent-pref-manager-for-mozilla-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf0f13642f2914c7d96352b4c1b490a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">derdoc</media:title>
		</media:content>
	</item>
		<item>
		<title>Mozilla&#8217;s add-on review process and evil eval</title>
		<link>http://derdocsblog.wordpress.com/2011/03/05/mozillas-add-on-review-process-and-evil-eval/</link>
		<comments>http://derdocsblog.wordpress.com/2011/03/05/mozillas-add-on-review-process-and-evil-eval/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 02:59:59 +0000</pubDate>
		<dc:creator>Vitus</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[eval]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[TB]]></category>
		<category><![CDATA[TBT]]></category>

		<guid isPermaLink="false">http://derdocsblog.wordpress.com/?p=463</guid>
		<description><![CDATA[A little while ago, I submitted a new version of TBTracer (0.5.1) to addons.mozilla.org. To get through the review process I had to change my javascript data formatting and parsing code, because it uses eval &#8211; which is apparently evil As I had already mentioned in the last post, I found three different scripts for date formatting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derdocsblog.wordpress.com&amp;blog=6472951&amp;post=463&amp;subd=derdocsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://derdocsblog.wordpress.com/2011/03/05/mozillas-add-on-review-process-and-evil-eval/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf0f13642f2914c7d96352b4c1b490a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">derdoc</media:title>
		</media:content>
	</item>
		<item>
		<title>Javascript Date formatting</title>
		<link>http://derdocsblog.wordpress.com/2010/09/10/javascript-date-formatting/</link>
		<comments>http://derdocsblog.wordpress.com/2010/09/10/javascript-date-formatting/#comments</comments>
		<pubDate>Sat, 11 Sep 2010 07:17:31 +0000</pubDate>
		<dc:creator>Vitus</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[date formatting]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[profiling]]></category>

		<guid isPermaLink="false">http://derdocsblog.wordpress.com/?p=443</guid>
		<description><![CDATA[Today I was working on my TBtracer plugin, which is humming along nicely BTW, some of the new features recently included  are: full response for HTTP requests in log, CSS rules for both HTTP head and body, better organization of high-resolution timestamps in conjunction with HTTP lines (timestamps for both request and response are recorded [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derdocsblog.wordpress.com&amp;blog=6472951&amp;post=443&amp;subd=derdocsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://derdocsblog.wordpress.com/2010/09/10/javascript-date-formatting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf0f13642f2914c7d96352b4c1b490a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">derdoc</media:title>
		</media:content>
	</item>
		<item>
		<title>Issues with my Web 4.0 design</title>
		<link>http://derdocsblog.wordpress.com/2010/02/22/issues-with-my-web-4-0-design/</link>
		<comments>http://derdocsblog.wordpress.com/2010/02/22/issues-with-my-web-4-0-design/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 19:01:51 +0000</pubDate>
		<dc:creator>Vitus</dc:creator>
				<category><![CDATA[Web4.0]]></category>
		<category><![CDATA[UWE]]></category>
		<category><![CDATA[web 4.0]]></category>
		<category><![CDATA[web apps]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://derdocsblog.wordpress.com/?p=215</guid>
		<description><![CDATA[So, I have been thinking some more about my design and been reading some interesting papers the nice people at UCI gave me when I visited the other day to seed my literature review. I realized, there is a huge issue which I have overlooked so far: delay and asynchronicity. On a side note, it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derdocsblog.wordpress.com&amp;blog=6472951&amp;post=215&amp;subd=derdocsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://derdocsblog.wordpress.com/2010/02/22/issues-with-my-web-4-0-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf0f13642f2914c7d96352b4c1b490a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">derdoc</media:title>
		</media:content>
	</item>
		<item>
		<title>FS vs. DBMS</title>
		<link>http://derdocsblog.wordpress.com/2010/02/19/fs-vs-dbms/</link>
		<comments>http://derdocsblog.wordpress.com/2010/02/19/fs-vs-dbms/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 02:13:06 +0000</pubDate>
		<dc:creator>Vitus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web4.0]]></category>
		<category><![CDATA[DBMS]]></category>
		<category><![CDATA[FS]]></category>
		<category><![CDATA[HFS+]]></category>
		<category><![CDATA[Spotlight]]></category>
		<category><![CDATA[transactions]]></category>
		<category><![CDATA[WinFS]]></category>

		<guid isPermaLink="false">http://derdocsblog.wordpress.com/?p=161</guid>
		<description><![CDATA[The other day I was attending a talk by UCSD Professor Charles Elkan about the Netflix competition, who was incidentally one of two external judges of it, which was really insightful and started getting me interested in Data Mining. So after thinking about storage requirements for my pet-&#8217;Web 4.0 monolithic web-application&#8217; I decided to dig [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derdocsblog.wordpress.com&amp;blog=6472951&amp;post=161&amp;subd=derdocsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://derdocsblog.wordpress.com/2010/02/19/fs-vs-dbms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf0f13642f2914c7d96352b4c1b490a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">derdoc</media:title>
		</media:content>
	</item>
		<item>
		<title>Future of the web happening now!</title>
		<link>http://derdocsblog.wordpress.com/2010/02/12/future-of-the-web-happening-now/</link>
		<comments>http://derdocsblog.wordpress.com/2010/02/12/future-of-the-web-happening-now/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 08:27:42 +0000</pubDate>
		<dc:creator>Vitus</dc:creator>
				<category><![CDATA[Web4.0]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[scripting language]]></category>
		<category><![CDATA[web 3.0]]></category>
		<category><![CDATA[web apps]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://derdocsblog.wordpress.com/?p=203</guid>
		<description><![CDATA[As it turns out, I am not the only one to notice (obviously) the apparent complexity of writing large-scale applications for the web today. Moreover I am also not the only one trying to do something about it. There are at least 3 different projects that I got aware of recently. The first is an [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derdocsblog.wordpress.com&amp;blog=6472951&amp;post=203&amp;subd=derdocsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://derdocsblog.wordpress.com/2010/02/12/future-of-the-web-happening-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf0f13642f2914c7d96352b4c1b490a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">derdoc</media:title>
		</media:content>
	</item>
		<item>
		<title>Processing.js Seismometer Dashboard widget</title>
		<link>http://derdocsblog.wordpress.com/2009/12/29/processing-js-seismometer-dashboard-widget/</link>
		<comments>http://derdocsblog.wordpress.com/2009/12/29/processing-js-seismometer-dashboard-widget/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 04:35:14 +0000</pubDate>
		<dc:creator>Vitus</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[Apple SMS]]></category>
		<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[GUI widget]]></category>
		<category><![CDATA[P5]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[processing.js]]></category>
		<category><![CDATA[sketch]]></category>
		<category><![CDATA[SMS]]></category>
		<category><![CDATA[sudden motion sensor]]></category>

		<guid isPermaLink="false">http://derdocsblog.wordpress.com/?p=188</guid>
		<description><![CDATA[I just finished the promised 2d Seismometer Dashboard widget that uses processing.js. It is based on the excellent, albeit simple, Seismometer widget from Matt Haynes and uses its Unimotion plugin library as well. Somebody has been asking for a version that graphs all 3 axis in the comments, so here it is! One could use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derdocsblog.wordpress.com&amp;blog=6472951&amp;post=188&amp;subd=derdocsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://derdocsblog.wordpress.com/2009/12/29/processing-js-seismometer-dashboard-widget/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf0f13642f2914c7d96352b4c1b490a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">derdoc</media:title>
		</media:content>

		<media:content url="http://derdocsblog.files.wordpress.com/2009/12/p5seismo.png" medium="image">
			<media:title type="html">P5seismo screenshot</media:title>
		</media:content>

		<media:content url="http://derdocsblog.files.wordpress.com/2009/12/p5seismo-simpleframe.png" medium="image">
			<media:title type="html">P5seismo-simpleframe</media:title>
		</media:content>

		<media:content url="http://derdocsblog.files.wordpress.com/2009/12/p5seismo-frame.png" medium="image">
			<media:title type="html">P5seismo-frame</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/reblog_e.png?x-id=5be33cfb-f0b8-4285-869b-57d6c87c86b7" medium="image">
			<media:title type="html">Reblog this post [with Zemanta]</media:title>
		</media:content>
	</item>
		<item>
		<title>Processing</title>
		<link>http://derdocsblog.wordpress.com/2009/11/08/processing/</link>
		<comments>http://derdocsblog.wordpress.com/2009/11/08/processing/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 00:09:57 +0000</pubDate>
		<dc:creator>Vitus</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[Apple SMS]]></category>
		<category><![CDATA[P5]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[sketch]]></category>
		<category><![CDATA[SMS]]></category>
		<category><![CDATA[sudden motion sensor]]></category>

		<guid isPermaLink="false">http://derdocsblog.wordpress.com/?p=173</guid>
		<description><![CDATA[About a year-and-a-half ago I was toying with Processing, which is sort of like a scripting language for graphical applications &#8211; for those of you who don&#8217;t know, and wrote some plugins for it. I started tinkering with it because I was interested in doing something interesting with the SuddenMotionSensor (SMS) that&#8217;s built into every [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derdocsblog.wordpress.com&amp;blog=6472951&amp;post=173&amp;subd=derdocsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://derdocsblog.wordpress.com/2009/11/08/processing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf0f13642f2914c7d96352b4c1b490a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">derdoc</media:title>
		</media:content>

		<media:content url="http://derdocsblog.files.wordpress.com/2009/11/pic.png?w=300" medium="image">
			<media:title type="html">SMS sketch</media:title>
		</media:content>

		<media:content url="http://derdocsblog.files.wordpress.com/2009/11/pic2.png" medium="image">
			<media:title type="html">SMS Sketch2</media:title>
		</media:content>

		<media:content url="http://derdocsblog.files.wordpress.com/2009/11/screencap2.png" medium="image">
			<media:title type="html">screencap2</media:title>
		</media:content>

		<media:content url="http://web.mac.com/derDoc/pub/screencap1-thumb.png" medium="image">
			<media:title type="html">Fullscreen</media:title>
		</media:content>
	</item>
		<item>
		<title>The next-generation Web or Web 4.0</title>
		<link>http://derdocsblog.wordpress.com/2009/08/23/the-next-generation-web-or-web-4-0/</link>
		<comments>http://derdocsblog.wordpress.com/2009/08/23/the-next-generation-web-or-web-4-0/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 03:33:53 +0000</pubDate>
		<dc:creator>Vitus</dc:creator>
				<category><![CDATA[Web4.0]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[web 3.0]]></category>
		<category><![CDATA[web 4.0]]></category>
		<category><![CDATA[web apps]]></category>

		<guid isPermaLink="false">http://derdocsblog.wordpress.com/?p=120</guid>
		<description><![CDATA[Last night I was thinking about the future of the web (again) and what points I might have missed during my SOFEA series. In this post I am going to fill those gaps. In the traditional client/server paradigm, the standard most of the time only defines a &#8216;protocol&#8217; and how the software (both client and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derdocsblog.wordpress.com&amp;blog=6472951&amp;post=120&amp;subd=derdocsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://derdocsblog.wordpress.com/2009/08/23/the-next-generation-web-or-web-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf0f13642f2914c7d96352b4c1b490a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">derdoc</media:title>
		</media:content>
	</item>
		<item>
		<title>StudiVZ plugin for Adium issues</title>
		<link>http://derdocsblog.wordpress.com/2009/03/04/studivz-plugin-for-adium-issues/</link>
		<comments>http://derdocsblog.wordpress.com/2009/03/04/studivz-plugin-for-adium-issues/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 02:17:07 +0000</pubDate>
		<dc:creator>Vitus</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[Adium]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[StudiVZ]]></category>

		<guid isPermaLink="false">http://derdocsblog.wordpress.com/?p=110</guid>
		<description><![CDATA[Image by momentimedia via Flickr So I just finished the first version of my StudiVZ plugin for AdiumX. It uses the XMPP&#60;-&#62;SVZ gateway run by nimbuzz.com so an account for nimbuzz is needed as well to use the plugin. It can be found on the Adium Xtras page under plugins once it is cleared/reviewed. While [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derdocsblog.wordpress.com&amp;blog=6472951&amp;post=110&amp;subd=derdocsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://derdocsblog.wordpress.com/2009/03/04/studivz-plugin-for-adium-issues/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf0f13642f2914c7d96352b4c1b490a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">derdoc</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3281/2938346515_4d87c7fa43_m.jpg" medium="image">
			<media:title type="html">studiVZ screenshot</media:title>
		</media:content>
	</item>
		<item>
		<title>Conclusion of the SOFEA series: Future of web-development/RIA</title>
		<link>http://derdocsblog.wordpress.com/2009/03/04/conclusion-of-the-sofea-series-future-of-web-developmentria/</link>
		<comments>http://derdocsblog.wordpress.com/2009/03/04/conclusion-of-the-sofea-series-future-of-web-developmentria/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 22:49:11 +0000</pubDate>
		<dc:creator>Vitus</dc:creator>
				<category><![CDATA[SOFEA]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[SOUI]]></category>
		<category><![CDATA[UWE]]></category>

		<guid isPermaLink="false">http://derdocsblog.wordpress.com/?p=100</guid>
		<description><![CDATA[To summarize this series, I will shine the light on some of the more important points from the series. I really believe, that at some point in the future, there will be an unified web-development environment (UWE) for the web which allow the developing of a whole, single application in one language which will then [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derdocsblog.wordpress.com&amp;blog=6472951&amp;post=100&amp;subd=derdocsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://derdocsblog.wordpress.com/2009/03/04/conclusion-of-the-sofea-series-future-of-web-developmentria/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf0f13642f2914c7d96352b4c1b490a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">derdoc</media:title>
		</media:content>
	</item>
		<item>
		<title>On scripting</title>
		<link>http://derdocsblog.wordpress.com/2009/02/20/on-scripting/</link>
		<comments>http://derdocsblog.wordpress.com/2009/02/20/on-scripting/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 21:52:05 +0000</pubDate>
		<dc:creator>Vitus</dc:creator>
				<category><![CDATA[scripting]]></category>
		<category><![CDATA[Dynamic programming language]]></category>
		<category><![CDATA[scripting language]]></category>

		<guid isPermaLink="false">http://derdocsblog.wordpress.com/?p=91</guid>
		<description><![CDATA[About one-and-a-half years ago (wow &#8211; it&#8217;s been that long?) I was working on a semester project for the institute of signal communication at the university of Braunschweig, Germany (http://www.ifn.ing.tu-bs.de/) about scripting languages. While the details of the work do not matter, the more interesting part of this work is my evaluation of high-level versus [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derdocsblog.wordpress.com&amp;blog=6472951&amp;post=91&amp;subd=derdocsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://derdocsblog.wordpress.com/2009/02/20/on-scripting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf0f13642f2914c7d96352b4c1b490a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">derdoc</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/reblog_e.png?x-id=a8707f39-26d7-4477-9c64-e9587fb6851e" medium="image">
			<media:title type="html">Reblog this post [with Zemanta]</media:title>
		</media:content>
	</item>
		<item>
		<title>Adium/Pidgin skype plugin</title>
		<link>http://derdocsblog.wordpress.com/2009/02/18/adiumpidgin-skype-plugin/</link>
		<comments>http://derdocsblog.wordpress.com/2009/02/18/adiumpidgin-skype-plugin/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 23:35:23 +0000</pubDate>
		<dc:creator>Vitus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Adium]]></category>
		<category><![CDATA[Nimbuzz]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://derdocsblog.wordpress.com/?p=85</guid>
		<description><![CDATA[Image via Wikipedia Some time ago I installed Nimbuzz on my iPhone and found it very cool. It allows connection to the chat systems of MySpace and Facebook and even StudiVZ &#8211; the german FB copycat that is being sued for stealing from FB &#8211; and I didn&#8217;t even know they had a chat system. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derdocsblog.wordpress.com&amp;blog=6472951&amp;post=85&amp;subd=derdocsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://derdocsblog.wordpress.com/2009/02/18/adiumpidgin-skype-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf0f13642f2914c7d96352b4c1b490a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">derdoc</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Adium.png/202px-Adium.png" medium="image">
			<media:title type="html">Adium</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/reblog_e.png?x-id=668edefe-3a8a-4f54-91cf-bbef83198207" medium="image">
			<media:title type="html">Reblog this post [with Zemanta]</media:title>
		</media:content>
	</item>
		<item>
		<title>MVC applied to web-apps</title>
		<link>http://derdocsblog.wordpress.com/2009/02/18/mvc-applied-to-web-apps/</link>
		<comments>http://derdocsblog.wordpress.com/2009/02/18/mvc-applied-to-web-apps/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 22:49:23 +0000</pubDate>
		<dc:creator>Vitus</dc:creator>
				<category><![CDATA[SOFEA]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[web apps]]></category>

		<guid isPermaLink="false">http://derdocsblog.wordpress.com/?p=62</guid>
		<description><![CDATA[The MVC pattern also fits a client-server application. The only difference is that there are now two pieces that both have their own MVC parts. Let&#8217;s start by defining the two extreme ends of the spectrum (the corner cases): Everything runs on the server, and only a static rendering of the model is transmitted to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derdocsblog.wordpress.com&amp;blog=6472951&amp;post=62&amp;subd=derdocsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://derdocsblog.wordpress.com/2009/02/18/mvc-applied-to-web-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf0f13642f2914c7d96352b4c1b490a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">derdoc</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3386/3288222164_17b393eebc.jpg" medium="image">
			<media:title type="html">MVC server</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3298/3288222150_1dbbd44d8f.jpg" medium="image">
			<media:title type="html">MVC client</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3285/3288427278_baa2bec5ec.jpg" medium="image">
			<media:title type="html">MVC web-app</media:title>
		</media:content>
	</item>
		<item>
		<title>MVC</title>
		<link>http://derdocsblog.wordpress.com/2009/02/15/mvc/</link>
		<comments>http://derdocsblog.wordpress.com/2009/02/15/mvc/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 03:43:24 +0000</pubDate>
		<dc:creator>Vitus</dc:creator>
				<category><![CDATA[SOFEA]]></category>
		<category><![CDATA[language mix]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://derdocsblog.wordpress.com/?p=57</guid>
		<description><![CDATA[The MVC model is a very handy and very well accepted model for traditional desktop applications that let the user manipulate some kind of data. Even web-applications (mostly) fit this model nicely. In a desktop app this normally involves three distinct parts which are like services: they need to work together, but (should) have a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derdocsblog.wordpress.com&amp;blog=6472951&amp;post=57&amp;subd=derdocsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://derdocsblog.wordpress.com/2009/02/15/mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf0f13642f2914c7d96352b4c1b490a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">derdoc</media:title>
		</media:content>
	</item>
		<item>
		<title>Frameworks</title>
		<link>http://derdocsblog.wordpress.com/2009/02/15/frameworks/</link>
		<comments>http://derdocsblog.wordpress.com/2009/02/15/frameworks/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 23:37:54 +0000</pubDate>
		<dc:creator>Vitus</dc:creator>
				<category><![CDATA[SOFEA]]></category>
		<category><![CDATA[client-side]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[server-side]]></category>

		<guid isPermaLink="false">http://derdocsblog.wordpress.com/?p=35</guid>
		<description><![CDATA[There are two most common types of frameworks: server-side and client-side. Server-side frameworks (SSF) run, as their name suggests &#8211; on the server, and are there to help with the business logic and data of your web application. They do database abstraction &#8211; ie. persistance, help with presentation &#8211; ie. templating and also with caching, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derdocsblog.wordpress.com&amp;blog=6472951&amp;post=35&amp;subd=derdocsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://derdocsblog.wordpress.com/2009/02/15/frameworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf0f13642f2914c7d96352b4c1b490a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">derdoc</media:title>
		</media:content>
	</item>
		<item>
		<title>SOA/SOUI/SOFIA or was it SOFEA?</title>
		<link>http://derdocsblog.wordpress.com/2009/02/12/soasouisofia-or-was-it-sofea/</link>
		<comments>http://derdocsblog.wordpress.com/2009/02/12/soasouisofia-or-was-it-sofea/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 08:13:11 +0000</pubDate>
		<dc:creator>Vitus</dc:creator>
				<category><![CDATA[SOFEA]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[SOUI]]></category>
		<category><![CDATA[three letter acronyms]]></category>

		<guid isPermaLink="false">http://derdocsblog.wordpress.com/?p=30</guid>
		<description><![CDATA[Seems to me like CS people like to invent new names for the same concept, doesn&#8217;t it? Don&#8217;t they all mean the same anyway &#8211; Service Oriented Architecture? They do. The idea behind those terms is to decouple the business logic (BL) or the actual application code providing a service, from the front-end consuming that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derdocsblog.wordpress.com&amp;blog=6472951&amp;post=30&amp;subd=derdocsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://derdocsblog.wordpress.com/2009/02/12/soasouisofia-or-was-it-sofea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf0f13642f2914c7d96352b4c1b490a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">derdoc</media:title>
		</media:content>
	</item>
		<item>
		<title>Thoughts about RIAs</title>
		<link>http://derdocsblog.wordpress.com/2009/02/11/thoughts-about-rias/</link>
		<comments>http://derdocsblog.wordpress.com/2009/02/11/thoughts-about-rias/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 00:21:56 +0000</pubDate>
		<dc:creator>Vitus</dc:creator>
				<category><![CDATA[SOFEA]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[server-side]]></category>

		<guid isPermaLink="false">http://derdocsblog.wordpress.com/?p=27</guid>
		<description><![CDATA[In response to the non-homogeneous landscape of implementations during the time of the browser-wars, developers started implenting client-side virtual machines to deliver &#8220;richer&#8221; interfaces to the customer. Among these VMs, also known as RIAs, are such notables as Adobe Flex/Flash/AIR, MS Silverlight and Java Applets. I do not see the point of running another VM [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derdocsblog.wordpress.com&amp;blog=6472951&amp;post=27&amp;subd=derdocsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://derdocsblog.wordpress.com/2009/02/11/thoughts-about-rias/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf0f13642f2914c7d96352b4c1b490a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">derdoc</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/reblog_e.png?x-id=f2a6deb8-5eff-40b7-a765-7c8000833349" medium="image">
			<media:title type="html">Reblog this post [with Zemanta]</media:title>
		</media:content>
	</item>
		<item>
		<title>Useful addition to newsreaders</title>
		<link>http://derdocsblog.wordpress.com/2009/02/08/useful-addition-to-newsreaders/</link>
		<comments>http://derdocsblog.wordpress.com/2009/02/08/useful-addition-to-newsreaders/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 06:30:35 +0000</pubDate>
		<dc:creator>Vitus</dc:creator>
				<category><![CDATA[coding ideas]]></category>
		<category><![CDATA[coding projects]]></category>
		<category><![CDATA[newsreader]]></category>
		<category><![CDATA[NLP]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://derdocsblog.wordpress.com/?p=25</guid>
		<description><![CDATA[The other day, while sifting through his thousands of new messages while getting annoyed that everybody seems to be blogging about the exact same thing, my buddy had a pretty nifty idea. Wouldn&#8217;t it be great if your newsreader could somehow read and &#8220;understand&#8221; the news you are just reading and then mark all those [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derdocsblog.wordpress.com&amp;blog=6472951&amp;post=25&amp;subd=derdocsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://derdocsblog.wordpress.com/2009/02/08/useful-addition-to-newsreaders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf0f13642f2914c7d96352b4c1b490a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">derdoc</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/reblog_e.png?x-id=1f50c9d4-d96e-4b1b-91f2-94c925f41a3f" medium="image">
			<media:title type="html">Reblog this post [with Zemanta]</media:title>
		</media:content>
	</item>
		<item>
		<title>Mamaaaa, what are Sessions?</title>
		<link>http://derdocsblog.wordpress.com/2009/02/08/mamaaaa-what-are-sessions/</link>
		<comments>http://derdocsblog.wordpress.com/2009/02/08/mamaaaa-what-are-sessions/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 17:20:29 +0000</pubDate>
		<dc:creator>Vitus</dc:creator>
				<category><![CDATA[SOFEA]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[server-side framework]]></category>
		<category><![CDATA[sessions]]></category>
		<category><![CDATA[Web server]]></category>

		<guid isPermaLink="false">http://derdocsblog.wordpress.com/?p=15</guid>
		<description><![CDATA[The HTTP protocol is defined to be stateless. For a protocol that allows an essentially non-linear look into a linear, static, &#8220;book-like&#8221;, hierarchical structure called web page, that makes sense. All the serving application needs to know can be encoded in a single request, which was also done to prevent DoS attacks since the server [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derdocsblog.wordpress.com&amp;blog=6472951&amp;post=15&amp;subd=derdocsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://derdocsblog.wordpress.com/2009/02/08/mamaaaa-what-are-sessions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf0f13642f2914c7d96352b4c1b490a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">derdoc</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/reblog_e.png?x-id=4ed0bf52-6e2f-43d1-85bb-5497842df873" medium="image">
			<media:title type="html">Reblog this post [with Zemanta]</media:title>
		</media:content>
	</item>
	</channel>
</rss>
