<?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; jQuery</title>
	<atom:link href="http://www.nulldevice.de/tag/jquery/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>Update on &#8220;Script error leaving page with applet tag&#8221; (jQuery)</title>
		<link>http://www.nulldevice.de/2008/10/update-on-script-error-leaving-page-with-applet-tag-jquery/</link>
		<comments>http://www.nulldevice.de/2008/10/update-on-script-error-leaving-page-with-applet-tag-jquery/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 21:10:25 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.nulldevice.de/?p=956</guid>
		<description><![CDATA[After 9 months of waiting, there finally might be a fix for jQuery bug #2349: When you hide or remove a Java applet, you get a script error in Firefox. The impact was, that you could not really use jQuery together with Java applets. I&#8217;m really looking forward to jQuery 1.3.0!]]></description>
			<content:encoded><![CDATA[<p>After 9 months of waiting, there finally might be a fix for jQuery bug <a href="http://dev.jquery.com/ticket/2349">#2349</a>: When you hide or remove a Java applet, you get a script error in Firefox. The impact was, that you could not really use jQuery together with Java applets. I&#8217;m really looking forward to jQuery 1.3.0! <img src='http://www.nulldevice.de/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nulldevice.de/2008/10/update-on-script-error-leaving-page-with-applet-tag-jquery/feed/</wfw:commentRss>
		<slash:comments>2</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>

