<?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>/dev/null &#187; Open Source</title>
	<atom:link href="http://www.nulldevice.de/tag/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nulldevice.de</link>
	<description>Static is evil.</description>
	<lastBuildDate>Fri, 18 Nov 2011 17:28:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>AWF-CMS.org online again</title>
		<link>http://www.nulldevice.de/2010/08/awf-cms-org-online-again/</link>
		<comments>http://www.nulldevice.de/2010/08/awf-cms-org-online-again/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 19:03:46 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.nulldevice.de/?p=1146</guid>
		<description><![CDATA[Ha, after almost 3 years, the home page of my (so far) biggest Open Source project AWF-CMS is online again. When I started working for Zend in 2006/2007, I felt the need to write a version that is based on Zend Framework. Of course I was busy with my customer projects, so that never happened. [...]]]></description>
			<content:encoded><![CDATA[<p>Ha, after almost 3 years, the home page of my (so far) biggest Open Source project <a href="http://www.awf-cms.org/">AWF-CMS</a> is online again. When I started working for Zend in 2006/2007, I felt the need to write a version that is based on Zend Framework. Of course I was busy with my customer projects, so that never happened. Even worse, due to a server upgrade, the configuration for the AWF Web site was broken and I didn&#8217;t even find the time to fix that until today. This is bad, as I still love the software. It was really useful and probably still is, even though not properly maintained anymore. As you can see, I decided to use WordPress as a replacement. But there is no cool image management/gallery, there is no Wiki, there is just a HTML/WYSIWYG editor for content etc. This is way behind what AWF-CMS could deliver. At least it is possible to manage multiple sites since WordPress 3.0 &#8211; a feature that was available in AWF for a very long time.</p>
<p>Anyways, you can not dance on every party, as we say in Germany <img src='http://www.nulldevice.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nulldevice.de/2010/08/awf-cms-org-online-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Components</title>
		<link>http://www.nulldevice.de/2008/07/javascript-components/</link>
		<comments>http://www.nulldevice.de/2008/07/javascript-components/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 20:05:02 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[JavaScriptMVC]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.nulldevice.de/?p=811</guid>
		<description><![CDATA[My blog was a calm place for a while now, because I&#8217;m terribly busy with writing code (like it should be&#8230;). With this posting, I want to present the prototype of JavaScript Components, which are comparable to Swing Components in Java. They make use of the Composite Pattern. That means every Component can act as [...]]]></description>
			<content:encoded><![CDATA[<p>My blog was a calm place for a while now, because I&#8217;m terribly busy with writing code (like it should be&#8230;). With this posting, I want to present the prototype of JavaScript Components, which are comparable to <a href="http://java.sun.com/docs/books/tutorial/ui/features/components.html">Swing Components</a> in Java. They make use of the <a href="http://en.wikipedia.org/wiki/Composite_pattern">Composite Pattern</a>. That means every Component can act as a container for other Components. Together with Models, Views and a Controller (Event Dispatcher), they can form reusable widgets. Other projects did work on similar things (for example <a href="https://ajax.dev.java.net/page-developer.html">jMaki Widgets</a>), but from what I see, they target different audiences. The suggested Components use a client-side only approach. They are tested with <a href="http://javascriptmvc.com/">JavaScriptMVC,</a> but may be useful for other frameworks as well. <a href="http://jquery.com/">jQuery</a> is required for DOM operations.</p>
<p>There already is a LayersComponent, which implements a content stack. Any component can be added as a new layer and only the respective top layer is visible.</p>
<p>Please check out the <a href="/downloads/jmvc/index.html">demo application</a> (<a href="/downloads/jmvc.zip">download as ZIP</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nulldevice.de/2008/07/javascript-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

