<?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>Sentia &#124; Sydney IT Consultancy, Software Development, Ruby on Rails, Web Application Development, Rails Development, Test Driven Development, Microsoft.Net, Asp.Net , Agile, Continuous Integration Training, iPhone development &#187; lowpro</title>
	<atom:link href="http://www.sentia.com.au/category/lowpro/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sentia.com.au</link>
	<description>Sentia company website and blog about all things development, Ruby on Rails, Microsoft .Net, ASP.Net, C#.Net, Agile web development, Test Driven Development</description>
	<lastBuildDate>Fri, 27 Aug 2010 05:10:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Lowpro + prototype and Firefox 3.5</title>
		<link>http://www.sentia.com.au/2009/07/lowpro-prototype-and-firefox-35/</link>
		<comments>http://www.sentia.com.au/2009/07/lowpro-prototype-and-firefox-35/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 01:19:45 +0000</pubDate>
		<dc:creator>Michael Cindric</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[lowpro]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://sentia.com.au/?p=311</guid>
		<description><![CDATA[So it turns out lowpro is broken in the latest Firefox. Anyways DanWebb has released a fix for this which you can read more about here. 
Now this didn&#8217;t solve my issues all together. I ran into an issue as the JavaScript was loading before the page was completely loading and thus the behaviours were [...]]]></description>
			<content:encoded><![CDATA[<p>So it turns out lowpro is broken in the latest Firefox. Anyways DanWebb has released a fix for this which you can read more about <a href="http://www.danwebb.net/2009/7/2/low-pro-for-prototype-and-firefox-3-5">here</a>. </p>
<p>Now this didn&#8217;t solve my issues all together. I ran into an issue as the JavaScript was loading before the page was completely loading and thus the behaviours were not been added.</p>
<p>So the solution is to add the following</p>
<pre class="brush: jscript;">
Event.observe(window, 'load', function() {
  Event.addBehavior({
    // assign behaviors
  });
}
</pre>
<p>That way the behaviours don&#8217;t get added until after the DOM has fully loaded.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sentia.com.au/2009/07/lowpro-prototype-and-firefox-35/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
