<?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: Unobtrusive JavaScript Presentation with Sinatra</title>
	<atom:link href="http://wildbit.com/blog/2008/11/04/wildbit-university-unobtrusive-javascript-and-sinatra/feed/" rel="self" type="application/rss+xml" />
	<link>http://wildbit.com/blog/2008/11/04/wildbit-university-unobtrusive-javascript-and-sinatra/</link>
	<description>Thoughts on building web apps, businesses, and virtual teams</description>
	<lastBuildDate>Fri, 12 Mar 2010 00:01:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gilbert Gutmann</title>
		<link>http://wildbit.com/blog/2008/11/04/wildbit-university-unobtrusive-javascript-and-sinatra/comment-page-1/#comment-2576</link>
		<dc:creator>Gilbert Gutmann</dc:creator>
		<pubDate>Wed, 05 Nov 2008 12:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/?p=281#comment-2576</guid>
		<description>Andrew, I always prefer my own approach for show/hide: Element.addClass(&#039;hide&#039;), Element.removeClass(&#039;hide&#039;). I don&#039;t like the &#039;style=&quot;display: none&quot;&#039; stuff everyone is doing.

Let&#039;s don&#039;t start a war on this ;) - but I like this comparison:

http://mootools.net/slickspeed/</description>
		<content:encoded><![CDATA[<p>Andrew, I always prefer my own approach for show/hide: Element.addClass(&#8216;hide&#8217;), Element.removeClass(&#8216;hide&#8217;). I don&#8217;t like the &#8217;style=&#8221;display: none&#8221;&#8216; stuff everyone is doing.</p>
<p>Let&#8217;s don&#8217;t start a war on this ;) &#8211; but I like this comparison:</p>
<p><a href="http://mootools.net/slickspeed/" rel="nofollow">http://mootools.net/slickspeed/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Okonetchnikov</title>
		<link>http://wildbit.com/blog/2008/11/04/wildbit-university-unobtrusive-javascript-and-sinatra/comment-page-1/#comment-2575</link>
		<dc:creator>Andrew Okonetchnikov</dc:creator>
		<pubDate>Wed, 05 Nov 2008 11:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/?p=281#comment-2575</guid>
		<description>Heh, I&#039;m working closely with mootools right now and I really miss lots of features prototype has. Of course you can always extend it to fit your needs, but why the fuck should I think about such things like Element.show and hide methods? 

My opinion is that frameworks are here to help developers build apps faster with less effort. Each of these frameworks has some unique features and might fit different needs. For some neat animations only I&#039;d go with Mootools, but for complex apps with lots of client-side logic I&#039;d stick with Prototype for sure.

http://blog.reindel.com/2007/10/30/how-to-choose-a-javascript-framework/</description>
		<content:encoded><![CDATA[<p>Heh, I&#8217;m working closely with mootools right now and I really miss lots of features prototype has. Of course you can always extend it to fit your needs, but why the fuck should I think about such things like Element.show and hide methods? </p>
<p>My opinion is that frameworks are here to help developers build apps faster with less effort. Each of these frameworks has some unique features and might fit different needs. For some neat animations only I&#8217;d go with Mootools, but for complex apps with lots of client-side logic I&#8217;d stick with Prototype for sure.</p>
<p><a href="http://blog.reindel.com/2007/10/30/how-to-choose-a-javascript-framework/" rel="nofollow">http://blog.reindel.com/2007/10/30/how-to-choose-a-javascript-framework/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gilbert</title>
		<link>http://wildbit.com/blog/2008/11/04/wildbit-university-unobtrusive-javascript-and-sinatra/comment-page-1/#comment-2574</link>
		<dc:creator>Gilbert</dc:creator>
		<pubDate>Wed, 05 Nov 2008 11:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/?p=281#comment-2574</guid>
		<description>Andrew, agree. It&#039;s always about personal preferences. But if you have a look at jQuery and MooTools, you will agree that both have &quot;something&quot; that Prototype is missing.</description>
		<content:encoded><![CDATA[<p>Andrew, agree. It&#8217;s always about personal preferences. But if you have a look at jQuery and MooTools, you will agree that both have &#8220;something&#8221; that Prototype is missing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Okonetchnikov</title>
		<link>http://wildbit.com/blog/2008/11/04/wildbit-university-unobtrusive-javascript-and-sinatra/comment-page-1/#comment-2573</link>
		<dc:creator>Andrew Okonetchnikov</dc:creator>
		<pubDate>Wed, 05 Nov 2008 09:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/?p=281#comment-2573</guid>
		<description>Gilbert, I think it&#039;s a matter of taste. Scriptaculous is a kind of addition to the Prototype, like all of these plugins Mootools and jQuery has.

Regarding filesize: consider compression of Prototype and you&#039;ll come almost to mootools size. The difference in several KB isn&#039;t that valuable these days also.</description>
		<content:encoded><![CDATA[<p>Gilbert, I think it&#8217;s a matter of taste. Scriptaculous is a kind of addition to the Prototype, like all of these plugins Mootools and jQuery has.</p>
<p>Regarding filesize: consider compression of Prototype and you&#8217;ll come almost to mootools size. The difference in several KB isn&#8217;t that valuable these days also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoffrey Grosenbach</title>
		<link>http://wildbit.com/blog/2008/11/04/wildbit-university-unobtrusive-javascript-and-sinatra/comment-page-1/#comment-2568</link>
		<dc:creator>Geoffrey Grosenbach</dc:creator>
		<pubDate>Tue, 04 Nov 2008 17:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/?p=281#comment-2568</guid>
		<description>Also, I like the shared presentation idea! 

I&#039;d love to design a system where the viewers would be prompted to type into a text box and could interact with the content of the slides.

For example, in one of John Resig&#039;s Javascript tutorials you can run the code interactively:

&lt;a href=&quot;http://ejohn.org/apps/learn/&quot; rel=&quot;nofollow&quot;&gt;http://ejohn.org/apps/learn/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Also, I like the shared presentation idea! </p>
<p>I&#8217;d love to design a system where the viewers would be prompted to type into a text box and could interact with the content of the slides.</p>
<p>For example, in one of John Resig&#8217;s Javascript tutorials you can run the code interactively:</p>
<p><a href="http://ejohn.org/apps/learn/" rel="nofollow">http://ejohn.org/apps/learn/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoffrey Grosenbach</title>
		<link>http://wildbit.com/blog/2008/11/04/wildbit-university-unobtrusive-javascript-and-sinatra/comment-page-1/#comment-2567</link>
		<dc:creator>Geoffrey Grosenbach</dc:creator>
		<pubDate>Tue, 04 Nov 2008 17:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/?p=281#comment-2567</guid>
		<description>Unobtrusive Javascripting is definitely the way to go.

For the record, there&#039;s a great add-on for Prototype that makes it dead simple.

&lt;a href=&quot;http://www.danwebb.net/lowpro&quot; rel=&quot;nofollow&quot;&gt;http://www.danwebb.net/lowpro&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Unobtrusive Javascripting is definitely the way to go.</p>
<p>For the record, there&#8217;s a great add-on for Prototype that makes it dead simple.</p>
<p><a href="http://www.danwebb.net/lowpro" rel="nofollow">http://www.danwebb.net/lowpro</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gilbert Guttmann</title>
		<link>http://wildbit.com/blog/2008/11/04/wildbit-university-unobtrusive-javascript-and-sinatra/comment-page-1/#comment-2566</link>
		<dc:creator>Gilbert Guttmann</dc:creator>
		<pubDate>Tue, 04 Nov 2008 16:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/?p=281#comment-2566</guid>
		<description>Andrew: Oh there is stuff like filesize, inconsistent API, poor documentation etc. Relying on two frameworks is really not a good idea. MooTools and jQuery are much better options. They don&#039;t just want to create a good JS framework, they also introduce new cool and clever stuff which make your life with JS a lot easier.</description>
		<content:encoded><![CDATA[<p>Andrew: Oh there is stuff like filesize, inconsistent API, poor documentation etc. Relying on two frameworks is really not a good idea. MooTools and jQuery are much better options. They don&#8217;t just want to create a good JS framework, they also introduce new cool and clever stuff which make your life with JS a lot easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael Souza</title>
		<link>http://wildbit.com/blog/2008/11/04/wildbit-university-unobtrusive-javascript-and-sinatra/comment-page-1/#comment-2565</link>
		<dc:creator>Rafael Souza</dc:creator>
		<pubDate>Tue, 04 Nov 2008 16:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/?p=281#comment-2565</guid>
		<description>&lt;blockquote&gt;
I can’t wait to use Sinatra for production purposes. Sometimes, you don’t need all that stuff Rails provides. Less means more.
&lt;/blockquote&gt;

Me too! I&#039;m waiting for Heroku to support Sinatra ;)</description>
		<content:encoded><![CDATA[<blockquote><p>
I can’t wait to use Sinatra for production purposes. Sometimes, you don’t need all that stuff Rails provides. Less means more.
</p></blockquote>
<p>Me too! I&#8217;m waiting for Heroku to support Sinatra ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Okonetchnikov</title>
		<link>http://wildbit.com/blog/2008/11/04/wildbit-university-unobtrusive-javascript-and-sinatra/comment-page-1/#comment-2564</link>
		<dc:creator>Andrew Okonetchnikov</dc:creator>
		<pubDate>Tue, 04 Nov 2008 16:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/?p=281#comment-2564</guid>
		<description>Hey Gilbert!

Great presentation. One question: why do you hate prototype+scriptaculous so much?</description>
		<content:encoded><![CDATA[<p>Hey Gilbert!</p>
<p>Great presentation. One question: why do you hate prototype+scriptaculous so much?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
