<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Show #2: JQuery, when to quit your day job and more.</title>
	<atom:link href="http://startuppodcast.wordpress.com/2008/10/23/show-2-jquery-when-to-quit-your-day-job-and-more/feed/" rel="self" type="application/rss+xml" />
	<link>http://startuppodcast.wordpress.com/2008/10/23/show-2-jquery-when-to-quit-your-day-job-and-more/</link>
	<description>Information you need as a startup, indie or microISV.</description>
	<lastBuildDate>Wed, 02 Dec 2009 13:21:21 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bob Walsh</title>
		<link>http://startuppodcast.wordpress.com/2008/10/23/show-2-jquery-when-to-quit-your-day-job-and-more/#comment-19</link>
		<dc:creator>Bob Walsh</dc:creator>
		<pubDate>Thu, 30 Oct 2008 21:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://startuppodcast.wordpress.com/?p=43#comment-19</guid>
		<description>Hi Peldi - thanks! You&#039;ll find our pics on the About page. I&#039;d point you to a video I did a year ago for the extended version of me, but it&#039;s not Halloween yet! :)</description>
		<content:encoded><![CDATA[<p>Hi Peldi &#8211; thanks! You&#8217;ll find our pics on the About page. I&#8217;d point you to a video I did a year ago for the extended version of me, but it&#8217;s not Halloween yet! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peldi Guilizzoni</title>
		<link>http://startuppodcast.wordpress.com/2008/10/23/show-2-jquery-when-to-quit-your-day-job-and-more/#comment-18</link>
		<dc:creator>Peldi Guilizzoni</dc:creator>
		<pubDate>Wed, 29 Oct 2008 21:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://startuppodcast.wordpress.com/?p=43#comment-18</guid>
		<description>Bob, Patrick. I just finished listening to this and I REALLY ENJOYED IT! I like the shorter, more structured format, I LOVED the interview, and the Microsoft tip at the end was framed in a way that made me want to listen to it. Congrats on such huge improvements in just one session, and thanks again for putting this together. I&#039;ll be sure to subscribe on iTunes for the future podcasts.

One request: can we see a picture of your faces, perhaps on this site? I keep trying to imagine what you guys look like as I listen to you! Is that weird? :)</description>
		<content:encoded><![CDATA[<p>Bob, Patrick. I just finished listening to this and I REALLY ENJOYED IT! I like the shorter, more structured format, I LOVED the interview, and the Microsoft tip at the end was framed in a way that made me want to listen to it. Congrats on such huge improvements in just one session, and thanks again for putting this together. I&#8217;ll be sure to subscribe on iTunes for the future podcasts.</p>
<p>One request: can we see a picture of your faces, perhaps on this site? I keep trying to imagine what you guys look like as I listen to you! Is that weird? <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 47 Hats - MicroISV Digest</title>
		<link>http://startuppodcast.wordpress.com/2008/10/23/show-2-jquery-when-to-quit-your-day-job-and-more/#comment-17</link>
		<dc:creator>47 Hats - MicroISV Digest</dc:creator>
		<pubDate>Tue, 28 Oct 2008 03:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://startuppodcast.wordpress.com/?p=43#comment-17</guid>
		<description>[...] #2 of the Startup Success Podcast is up: you can find it here or subscribe via Apple iTunes [...]</description>
		<content:encoded><![CDATA[<p>[...] #2 of the Startup Success Podcast is up: you can find it here or subscribe via Apple iTunes [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tonyt11</title>
		<link>http://startuppodcast.wordpress.com/2008/10/23/show-2-jquery-when-to-quit-your-day-job-and-more/#comment-16</link>
		<dc:creator>tonyt11</dc:creator>
		<pubDate>Mon, 27 Oct 2008 21:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://startuppodcast.wordpress.com/?p=43#comment-16</guid>
		<description>Be sure to check out mootools.net if you&#039;re looking at javascript framework.  It does everything that jquery does, but takes the nicer approach of keeping the dom elements default behavior and just extending it.  For example, once you run an element through jquery, like var myBody=$(&#039;#myBody&#039;), you can&#039;t treat it like a normal javascript dom manipulation, like with myBody.innerHTML=&#039;My Body Content&#039;.  I don&#039;t think this is too cool.  Mootools doesn&#039;t have this problem, plus it seems a lot snappier.  I&#039;ve been using both frameworks for different project for about 2-3 years now, and mootools is definitely my favorite.</description>
		<content:encoded><![CDATA[<p>Be sure to check out mootools.net if you&#8217;re looking at javascript framework.  It does everything that jquery does, but takes the nicer approach of keeping the dom elements default behavior and just extending it.  For example, once you run an element through jquery, like var myBody=$(&#8216;#myBody&#8217;), you can&#8217;t treat it like a normal javascript dom manipulation, like with myBody.innerHTML=&#8217;My Body Content&#8217;.  I don&#8217;t think this is too cool.  Mootools doesn&#8217;t have this problem, plus it seems a lot snappier.  I&#8217;ve been using both frameworks for different project for about 2-3 years now, and mootools is definitely my favorite.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
