<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Helium: a package server for JavaScript</title>
	<atom:link href="http://blog.jcoglan.com/2009/11/02/helium-a-package-server-for-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jcoglan.com/2009/11/02/helium-a-package-server-for-javascript/</link>
	<description>This dirt was a building before</description>
	<lastBuildDate>Thu, 29 Jul 2010 06:08:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1-alpha-15443</generator>
	<item>
		<title>By: Paul</title>
		<link>http://blog.jcoglan.com/2009/11/02/helium-a-package-server-for-javascript/comment-page-1/#comment-4123</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 29 Jan 2010 06:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/?p=435#comment-4123</guid>
		<description>Ok. Clearly, the simple tabs aren&#039;t meant for how I&#039;m using them.  I should be using the Ajax tabs and lazy loading individual pages. 

When I tried the ajax tabs along with the this:
 tabs.on(&#039;pageload&#039;, function(tabs, url, response) {
                      response.evalScripts();
                  });
I still get the same strange behavior.  What am I doing wrong?</description>
		<content:encoded><![CDATA[<p>Ok. Clearly, the simple tabs aren&#8217;t meant for how I&#8217;m using them.  I should be using the Ajax tabs and lazy loading individual pages. </p>
<p>When I tried the ajax tabs along with the this:<br />
 tabs.on(&#8216;pageload&#8217;, function(tabs, url, response) {<br />
                      response.evalScripts();<br />
                  });<br />
I still get the same strange behavior.  What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.jcoglan.com/2009/11/02/helium-a-package-server-for-javascript/comment-page-1/#comment-4122</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 29 Jan 2010 00:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/?p=435#comment-4122</guid>
		<description>James: First, thanks for all the good work.  I&#039;ve used Ojay on two charity projects, and I really like it.  

Here&#039;s where I&#039;m stuck: 
http://gist.github.com/289291

I have a project in 1 HTML file. Basically, I nested a slider / Paginator in a Tab. When I click on the tab with the nested slider, I get the last item listed as the first item.  The slide and paginator controls are both set to the beginning, even though the last item is displayed.  The paginator has additional links for the correct number of pages, but those additional pages are blank.  If I navigate to the tab and then reload the page, it works as expected.  I tried everything I could think of, including using AJAX and this hook[ tabs.on(&#039;pagechange&#039;, callback, scope) ] with the offending items and code put into separate HTML file.  Same bizarre result.

Any ideas?
Thanks</description>
		<content:encoded><![CDATA[<p>James: First, thanks for all the good work.  I&#8217;ve used Ojay on two charity projects, and I really like it.  </p>
<p>Here&#8217;s where I&#8217;m stuck:<br />
<a href="http://gist.github.com/289291" rel="nofollow">http://gist.github.com/289291</a></p>
<p>I have a project in 1 HTML file. Basically, I nested a slider / Paginator in a Tab. When I click on the tab with the nested slider, I get the last item listed as the first item.  The slide and paginator controls are both set to the beginning, even though the last item is displayed.  The paginator has additional links for the correct number of pages, but those additional pages are blank.  If I navigate to the tab and then reload the page, it works as expected.  I tried everything I could think of, including using AJAX and this hook[ tabs.on('pagechange', callback, scope) ] with the offending items and code put into separate HTML file.  Same bizarre result.</p>
<p>Any ideas?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Coglan</title>
		<link>http://blog.jcoglan.com/2009/11/02/helium-a-package-server-for-javascript/comment-page-1/#comment-3805</link>
		<dc:creator>James Coglan</dc:creator>
		<pubDate>Sun, 08 Nov 2009 13:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/?p=435#comment-3805</guid>
		<description>Paul, if you want to take a look at some real codebases then check out &lt;a href=&quot;http://github.com/othermedia/ojay&quot; rel=&quot;nofollow&quot;&gt;Ojay&lt;/a&gt; and &lt;a href=&quot;http://github.com/jcoglan/bluff&quot; rel=&quot;nofollow&quot;&gt;Bluff&lt;/a&gt;, two mid-sized libraries that are built on JS.Class.</description>
		<content:encoded><![CDATA[<p>Paul, if you want to take a look at some real codebases then check out <a href="http://github.com/othermedia/ojay" rel="nofollow">Ojay</a> and <a href="http://github.com/jcoglan/bluff" rel="nofollow">Bluff</a>, two mid-sized libraries that are built on JS.Class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.jcoglan.com/2009/11/02/helium-a-package-server-for-javascript/comment-page-1/#comment-3803</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sat, 07 Nov 2009 02:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/?p=435#comment-3803</guid>
		<description>It&#039;s coming a little better.  At the same time,  a tutorial based on a real problem would make this code accessible to an infinitely wider audience.  BTW, the LinkedList.Doubly is genius.</description>
		<content:encoded><![CDATA[<p>It&#8217;s coming a little better.  At the same time,  a tutorial based on a real problem would make this code accessible to an infinitely wider audience.  BTW, the LinkedList.Doubly is genius.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.jcoglan.com/2009/11/02/helium-a-package-server-for-javascript/comment-page-1/#comment-3802</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 06 Nov 2009 20:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/?p=435#comment-3802</guid>
		<description>Are there any code examples for JS.Class that come from a problem domain?  The docs are a bit too abstract.  I&#039;m trying to use it as part of an OO javascript course that I&#039;m taking.  Sadly, I&#039;ve spent a day on it with little progress.  Real code examples always make a huge difference. Thanks!</description>
		<content:encoded><![CDATA[<p>Are there any code examples for JS.Class that come from a problem domain?  The docs are a bit too abstract.  I&#8217;m trying to use it as part of an OO javascript course that I&#8217;m taking.  Sadly, I&#8217;ve spent a day on it with little progress.  Real code examples always make a huge difference. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-11-03 - paulcarvill.com</title>
		<link>http://blog.jcoglan.com/2009/11/02/helium-a-package-server-for-javascript/comment-page-1/#comment-3799</link>
		<dc:creator>links for 2009-11-03 - paulcarvill.com</dc:creator>
		<pubDate>Tue, 03 Nov 2009 23:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/?p=435#comment-3799</guid>
		<description>[...] Helium: a package server for JavaScript : The If Works &quot;It’s a web application that lets you deploy JavaScript packages from Git and load them on-demand into any website by including a single script tag. There’s been a lot of innovation in JavaScript deployment recently, and Helium fits a particular set of needs that I think most web agencies will be all too used to struggling with.&quot; (tags: javascript git deployment) [...]</description>
		<content:encoded><![CDATA[<p>[...] Helium: a package server for JavaScript : The If Works &quot;It’s a web application that lets you deploy JavaScript packages from Git and load them on-demand into any website by including a single script tag. There’s been a lot of innovation in JavaScript deployment recently, and Helium fits a particular set of needs that I think most web agencies will be all too used to struggling with.&quot; (tags: javascript git deployment) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick (mitechie) 's status on Tuesday, 03-Nov-09 00:09:12 UTC - Identi.ca</title>
		<link>http://blog.jcoglan.com/2009/11/02/helium-a-package-server-for-javascript/comment-page-1/#comment-3797</link>
		<dc:creator>Rick (mitechie) 's status on Tuesday, 03-Nov-09 00:09:12 UTC - Identi.ca</dc:creator>
		<pubDate>Tue, 03 Nov 2009 00:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/?p=435#comment-3797</guid>
		<description>[...] Man, I REALLY want to use this at work: http://blog.jcoglan.com/2009/11/02/helium-a-package-server-for-javascript/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Man, I REALLY want to use this at work: <a href="http://blog.jcoglan.com/2009/11/02/helium-a-package-server-for-javascript/" rel="nofollow">http://blog.jcoglan.com/2009/11/02/helium-a-package-server-for-javascript/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
