<?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; Bug</title>
	<atom:link href="http://www.nulldevice.de/tag/bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nulldevice.de</link>
	<description>Elite is stupid. Back to the roots.</description>
	<lastBuildDate>Thu, 15 Jul 2010 09:39:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</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>Update on object property reordering in Google Chrome</title>
		<link>http://www.nulldevice.de/2008/10/update-on-object-property-reordering-in-google-chrome/</link>
		<comments>http://www.nulldevice.de/2008/10/update-on-object-property-reordering-in-google-chrome/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 12:26:24 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.nulldevice.de/?p=946</guid>
		<description><![CDATA[Iterating over an objects properties can result in a seemingly random order, it&#8217;s always the same order in Chrome, but in a different order for other browsers. I posted this as bug #223 a couple of weeks ago. John Resig posted the same issue as ticket #883 a day later. It was confirmed in the [...]]]></description>
			<content:encoded><![CDATA[<p>Iterating over an objects properties can result in a seemingly random order, it&#8217;s always the same order in Chrome, but in a different order for other browsers. I posted this as bug <a href="http://code.google.com/p/chromium/issues/detail?id=223">#223</a> a couple of weeks ago. <a href="http://ejohn.org/">John Resig</a> posted the same issue as ticket <a href="http://code.google.com/p/chromium/issues/detail?id=883">#883</a> a day later. It was confirmed in the meantime by the chromium developers and described as an expected behavior. Very funny.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nulldevice.de/2008/10/update-on-object-property-reordering-in-google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Google Chrome bug found</title>
		<link>http://www.nulldevice.de/2008/09/first-google-chrome-bug-found/</link>
		<comments>http://www.nulldevice.de/2008/09/first-google-chrome-bug-found/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 23:30:19 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Bug]]></category>

		<guid isPermaLink="false">http://www.nulldevice.de/?p=867</guid>
		<description><![CDATA[I just found my first bug in Chrome: If you iterate over object properties (using jQuery&#8217;s $.each()) and insert HTML generated inside that loop into the DOM, then that HTML appears in random order. Very funny. Might be a problem with threads or Chrome changes the order of object properties by itself: http://code.google.com/p/chromium/issues/detail?id=223]]></description>
			<content:encoded><![CDATA[<p>I just found my first bug in Chrome: If you iterate over object properties (using jQuery&#8217;s $.each()) and insert HTML generated inside that loop into the DOM, then that HTML appears in random order. Very funny. Might be a problem with threads or Chrome changes the order of object properties by itself:</p>
<p><a href="http://code.google.com/p/chromium/issues/detail?id=223">http://code.google.com/p/chromium/issues/detail?id=223</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nulldevice.de/2008/09/first-google-chrome-bug-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memory wasting Zend_Mail</title>
		<link>http://www.nulldevice.de/2008/08/memory-wasting-zend_mail/</link>
		<comments>http://www.nulldevice.de/2008/08/memory-wasting-zend_mail/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 00:54:51 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.nulldevice.de/?p=813</guid>
		<description><![CDATA[I just wrote a small script to manage my mails&#8230; turns out that Zend_Mail uses some special trick that causes a fatal error: Reading 3274 messages&#8230; Fatal error: Out of memory (allocated 11534336) (tried to allocate 18446744073709551615 bytes) in /usr/share/php/libzend-framework-php/Zend/Mail/Storage/Mbox.php on line 198 That&#8217;s around 17179869183 TB of memory&#8230; to read 3274 mails&#8230; makes 5247363 [...]]]></description>
			<content:encoded><![CDATA[<p>I just wrote a small script to manage my mails&#8230; turns out that Zend_Mail uses some special trick that causes a fatal error:</p>
<blockquote><p>Reading 3274 messages&#8230;</p>
<p>Fatal error: Out of memory (allocated 11534336) (tried to allocate 18446744073709551615 bytes) in /usr/share/php/libzend-framework-php/Zend/Mail/Storage/Mbox.php on line 198</p></blockquote>
<p>That&#8217;s around 17179869183 TB of memory&#8230; to read 3274 mails&#8230; makes 5247363 TB per message&#8230; not bad <img src='http://www.nulldevice.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nulldevice.de/2008/08/memory-wasting-zend_mail/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
