<?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>Softcore software development &#187; opera</title>
	<atom:link href="http://tea.cesaroliveira.net/archives/tag/opera/feed" rel="self" type="application/rss+xml" />
	<link>http://tea.cesaroliveira.net</link>
	<description>It&#039;s all about the cycles</description>
	<lastBuildDate>Sun, 01 Aug 2010 02:04:06 +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>Cross browser tidbits</title>
		<link>http://tea.cesaroliveira.net/archives/50</link>
		<comments>http://tea.cesaroliveira.net/archives/50#comments</comments>
		<pubDate>Thu, 01 Jan 2009 21:25:05 +0000</pubDate>
		<dc:creator>Cesar</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[browser compatibility]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[opera]]></category>

		<guid isPermaLink="false">http://www.cesaroliveira.net/?p=49</guid>
		<description><![CDATA[for each&#8230;in doesn&#8217;t work in Opera/IE/Safari. So avoid it when creating web pages and use for loops instead. In fact, you shouldn&#8217;t even be using it in arrays. oops. (Javascript is special in this way) While location is defined by most browsers, most let you redefine it in a local scope. Not Opera $(&#8216;&#60;a&#62;&#8217;) may [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li><a href="https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Statements/for_each...in" onclick="pageTracker._trackPageview('/outgoing/developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Statements/for_each...in?referer=');">for each&#8230;in</a> doesn&#8217;t work in Opera/IE/Safari. So avoid it when creating web pages and use for loops instead. In fact, you shouldn&#8217;t even be using it in arrays. oops. (Javascript is special in this way)</li>
<li>While location is defined by most browsers, most let you redefine it in a local scope. Not Opera</li>
<li>$(&#8216;&lt;a&gt;&#8217;) may look correct in jQuery, but it will not work properly in IE. You must close the element tag. So it is $(&#8216;&lt;a /&gt;&#8217;)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://tea.cesaroliveira.net/archives/50/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
