<?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>(function() { &#187; firebug</title>
	<atom:link href="http://maxb.net/blog/tag/firebug/feed/" rel="self" type="application/rss+xml" />
	<link>http://maxb.net/blog</link>
	<description>// MAXB.NET LABS</description>
	<lastBuildDate>Fri, 25 Jun 2010 07:26:01 +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>Js Hash table &#8211; problemi con firebug</title>
		<link>http://maxb.net/blog/2008/06/09/js-hash-table-problemi-con-firebug/</link>
		<comments>http://maxb.net/blog/2008/06/09/js-hash-table-problemi-con-firebug/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 13:50:41 +0000</pubDate>
		<dc:creator>Massimiliano Balestrieri</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[firebug]]></category>

		<guid isPermaLink="false">http://maxb.net/blog/?p=64</guid>
		<description><![CDATA[Stranamente firebug non logga correttamente un hash. Sto sbagliando qualcosa? var _hash = []; _hash["sala-1"] = "test1"; _hash["sala-2"] = "test2"; //no console.log(_hash); //yes for (var i in _hash) { console.log(_hash[i]); }]]></description>
			<content:encoded><![CDATA[<p>Stranamente firebug non logga correttamente un hash.<br />
Sto sbagliando qualcosa?</p>
<pre>
<code class="javascript">
var _hash = [];
_hash["sala-1"] = "test1";
_hash["sala-2"] = "test2";

//no
console.log(_hash);
//yes
for (var i in _hash) {
    console.log(_hash[i]);
}
</code>
</pre>
<img src="http://maxb.net/blog/?ak_action=api_record_view&id=64&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://maxb.net/blog/2008/06/09/js-hash-table-problemi-con-firebug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
