<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>DojoCampus</title>
	<atom:link href="http://dojocampus.org/content/feed/" rel="self" type="application/rss+xml" />
	<link>http://dojocampus.org/content</link>
	<description>The definitive resource for all things Dojo: past, present, future.</description>
	<lastBuildDate>Mon, 19 Apr 2010 19:52:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" -->
		<copyright>&#xA9;DojoCampusFolks </copyright>
		<managingEditor>nonken@dojotoolkit.org (DojoCampusFolks)</managingEditor>
		<webMaster>nonken@dojotoolkit.org(DojoCampusFolks)</webMaster>
		<category></category>
		<ttl>1440</ttl>
		<itunes:keywords>Dojo Toolkit, Dojo, Ajax, JavaScript, Web 2.0</itunes:keywords>
		<itunes:subtitle>Everything Dojo from the people making Dojo</itunes:subtitle>
		<itunes:summary>Dojo Toolkit Developers share their insights on anything JavaScript, Dojo, or Ajax.  </itunes:summary>
		<itunes:author>DojoCampusFolks</itunes:author>
		<itunes:category text="Technology">
  <itunes:category text="Tech News"/>
</itunes:category>
<itunes:category text="Technology">
  <itunes:category text="Software How-To"/>
</itunes:category>
<itunes:category text="Technology">
  <itunes:category text="Podcasting"/>
</itunes:category>
		<itunes:owner>
			<itunes:name>DojoCampusFolks</itunes:name>
			<itunes:email>nonken@dojotoolkit.org</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://dojocampus.org/images/podcast/logo300.png" />
		<image>
			<url>http://dojocampus.org/images/podcast/logo144.png</url>
			<title>DojoCampus</title>
			<link>http://dojocampus.org/content</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>NYC Dojo/Js Meetup &#8211; April 20th 2010</title>
		<link>http://dojocampus.org/content/2010/04/19/nyc-dojojs-meetup-april-20th-2010/</link>
		<comments>http://dojocampus.org/content/2010/04/19/nyc-dojojs-meetup-april-20th-2010/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 19:52:30 +0000</pubDate>
		<dc:creator>nonken</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[dojo.beer]]></category>
		<category><![CDATA[NYC]]></category>

		<guid isPermaLink="false">http://dojocampus.org/content/?p=343</guid>
		<description><![CDATA[After an amazing JsConf this weekend we want to announce a last minute Dojo/Js meetup in New York tomorrow, April 20th.
Come by for drinks, food, and guess what&#8230; tons of JavaScript and Dojo
Location: Rebar
Time: 8pm &#8211; 
147 Front Street
Brooklyn, NY 11201
(718) 797-2322
Bring along your fellow js hackers and dojo folks.
Looking forward to seeing you all [...]]]></description>
		<wfw:commentRss>http://dojocampus.org/content/2010/04/19/nyc-dojojs-meetup-april-20th-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skip the mark-up: dojo.body, create and place</title>
		<link>http://dojocampus.org/content/2010/04/08/skip-the-mark-up-dojo-body-create-and-place/</link>
		<comments>http://dojocampus.org/content/2010/04/08/skip-the-mark-up-dojo-body-create-and-place/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 12:36:43 +0000</pubDate>
		<dc:creator>gtducati</dc:creator>
				<category><![CDATA[Dojo Cookies]]></category>
		<category><![CDATA[dojo.body]]></category>
		<category><![CDATA[dojo.create]]></category>
		<category><![CDATA[dojo.place]]></category>

		<guid isPermaLink="false">http://dojocampus.org/content/?p=308</guid>
		<description><![CDATA[For those that have wondered, &#8220;How can I create a design that requires no HTML mark-up within the body?&#8221; The answer lies with 3 essential functions  in the Dojo core: 

dojo.body()
dojo.create()
dojo.place()

For fun, let&#8217;s programmatically create a drag-and-drop (DnD) list on the page:

dojo.require&#40;&#34;dojo.dnd.Source&#34;&#41;;
dojo.addOnLoad&#40;function&#40;&#41;&#123;
&#160;
             [...]]]></description>
		<wfw:commentRss>http://dojocampus.org/content/2010/04/08/skip-the-mark-up-dojo-body-create-and-place/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Selecting the first data store item in a Filtering Select</title>
		<link>http://dojocampus.org/content/2010/04/03/selecting-the-first-data-store-item-in-a-filtering-select/</link>
		<comments>http://dojocampus.org/content/2010/04/03/selecting-the-first-data-store-item-in-a-filtering-select/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 12:33:50 +0000</pubDate>
		<dc:creator>trutwijd</dc:creator>
				<category><![CDATA[Dojo Cookies]]></category>
		<category><![CDATA[dojo.cookie]]></category>
		<category><![CDATA[select]]></category>

		<guid isPermaLink="false">http://dojocampus.org/content/?p=261</guid>
		<description><![CDATA[I had one of my coworkers present me with a problem today that seemed easy but ended up being a little more work than expected.

Anyone who&#8217;s programmed JS and select dropdowns should know how to programatically select an item by its position:

dojo.byId&#40;'foo'&#41;.options&#91;0&#93;.selected = true; // select first item
// for loop to set all the rest [...]]]></description>
		<wfw:commentRss>http://dojocampus.org/content/2010/04/03/selecting-the-first-data-store-item-in-a-filtering-select/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dojo.workshop(&#8221;Haifa&#8221;) &#8211; Israel, April 11th 2010</title>
		<link>http://dojocampus.org/content/2010/03/29/dojo-workshophaifa-israel-april-11th-2010/</link>
		<comments>http://dojocampus.org/content/2010/03/29/dojo-workshophaifa-israel-april-11th-2010/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 18:06:38 +0000</pubDate>
		<dc:creator>nonken</dc:creator>
				<category><![CDATA[Bar Camps]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[dojo.beer]]></category>
		<category><![CDATA[Haifa]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Israel]]></category>

		<guid isPermaLink="false">http://dojocampus.org/content/?p=302</guid>
		<description><![CDATA[After last years Dojo event in Haifa, Israel, Yoav Rubin from IBM Research Labs was so kind to set up another Dojo event on April 11th. This free event will give you the possibility to get insight into the new features of Dojo 1.4, how you already today can build mobile applications with the Dojo [...]]]></description>
		<wfw:commentRss>http://dojocampus.org/content/2010/03/29/dojo-workshophaifa-israel-april-11th-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dojo.beer(&#8221;London&#8221;), march 11th</title>
		<link>http://dojocampus.org/content/2010/03/09/dojo-beerlondon-march-11th/</link>
		<comments>http://dojocampus.org/content/2010/03/09/dojo-beerlondon-march-11th/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 14:32:37 +0000</pubDate>
		<dc:creator>nonken</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[dojo.beer()]]></category>
		<category><![CDATA[London]]></category>

		<guid isPermaLink="false">http://dojocampus.org/content/?p=298</guid>
		<description><![CDATA[It is time again for another dojo.beer in London, march 11th right at the same time as QCon.
Come join us for lots of Dojo, JavaScript, web, mobile and maybe even some beer   at following venue:
Location: Two Chairmen, 39 Dartmouth Street, SW1H 9BP London
Date/Time:  March 11th &#8211; 18:30 &#8211; until the end  [...]]]></description>
		<wfw:commentRss>http://dojocampus.org/content/2010/03/09/dojo-beerlondon-march-11th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dojo.beer(&#8221;Brussels&#8221;) &#8211; FOSDEM &#8211; Feb. 6th 2010</title>
		<link>http://dojocampus.org/content/2010/02/04/dojo-beerbrussels-fosdem-feb-6th-2010/</link>
		<comments>http://dojocampus.org/content/2010/02/04/dojo-beerbrussels-fosdem-feb-6th-2010/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 09:45:17 +0000</pubDate>
		<dc:creator>nonken</dc:creator>
				<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://dojocampus.org/content/?p=290</guid>
		<description><![CDATA[We want to announce another dojo.beer() in Brussels this week, saturday, feb. 6th.
During the FOSDEM and thanks to Tom Mahieu for arranging the details, we will meet at the Cafe Delirium for loads of Dojo, JavaScript, mobile and of course drinks.
If you are in town, drop by and join us for a dojo.beer(&#8221;Brussels&#8221;).
More info
Date / [...]]]></description>
		<wfw:commentRss>http://dojocampus.org/content/2010/02/04/dojo-beerbrussels-fosdem-feb-6th-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dojo.connect online conference &#8211; Feb. 10-12 &amp;&amp; dojo.beer(&#8221;Munich&#8221;) &#8211; Feb. 12</title>
		<link>http://dojocampus.org/content/2010/02/01/dojo-connect-online-conference-feb-10-12-dojo-beermunich-feb-12/</link>
		<comments>http://dojocampus.org/content/2010/02/01/dojo-connect-online-conference-feb-10-12-dojo-beermunich-feb-12/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 06:25:52 +0000</pubDate>
		<dc:creator>nonken</dc:creator>
				<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://dojocampus.org/content/?p=278</guid>
		<description><![CDATA[We want to announce the first online Dojo conference dojo.connect() and a dojo.beer() in Munich during the conference.
The DojoToolkit is a powerful JavaScript Library with an active development community spanning the globe. With large Dojo communities in North America, Europe, and Asia, Dojo Connect is about bringing these global communities together to discuss strategies and [...]]]></description>
		<wfw:commentRss>http://dojocampus.org/content/2010/02/01/dojo-connect-online-conference-feb-10-12-dojo-beermunich-feb-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dojo.beer(&#8221;Antwerpen&#8221;) &#8211; Devoxx 09</title>
		<link>http://dojocampus.org/content/2009/11/16/dojo-beerantwerpen-devoxx-09/</link>
		<comments>http://dojocampus.org/content/2009/11/16/dojo-beerantwerpen-devoxx-09/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 15:15:34 +0000</pubDate>
		<dc:creator>nonken</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dojo.beer()]]></category>

		<guid isPermaLink="false">http://dojocampus.org/content/?p=275</guid>
		<description><![CDATA[For the ones who live around and nearby Antwerpen, there will be a dojo.beer(&#8221;Antwerpen&#8221;) tomorrow November 17th during the Devoxx.
Many thanks to Tom Mahieu who took the time to set the event up and make sure people interested in JavaScript and Dojo can meet, have a few drinks and enjoy the conference.
If you need more [...]]]></description>
		<wfw:commentRss>http://dojocampus.org/content/2009/11/16/dojo-beerantwerpen-devoxx-09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dojo.beer(&#8221;Malmoe&#8221;, &#8220;Nov 5th&#8221;), Dojo.beer(&#8221;Berlin&#8221;, &#8220;Nov 6th&#8221;),</title>
		<link>http://dojocampus.org/content/2009/11/04/dojo-beermalmoe-nov-5th-dojo-beerberlin-nov-6th/</link>
		<comments>http://dojocampus.org/content/2009/11/04/dojo-beermalmoe-nov-5th-dojo-beerberlin-nov-6th/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 16:45:51 +0000</pubDate>
		<dc:creator>nonken</dc:creator>
				<category><![CDATA[Bar Camps]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Dojo]]></category>
		<category><![CDATA[dojo.beer()]]></category>
		<category><![CDATA[jsconf]]></category>
		<category><![CDATA[oredev]]></category>

		<guid isPermaLink="false">http://dojocampus.org/content/?p=254</guid>
		<description><![CDATA[Right from Sweden and on very short notice I want to post two events which are coming up this week.
Thanks to Mark Wubben (@novemberborn) who is living not far from Malmoe, there will be a dojo.beer(&#8221;Malmoe&#8221;) tomorrow, thursday, november 5th at following bar:
Location
http://www.greenlion.se/
The Green Lion Inn,
Skeppsbron 9-11,
211 20 Malmö
040-97 63 63
Time
20.00
And on friday 6th of [...]]]></description>
		<wfw:commentRss>http://dojocampus.org/content/2009/11/04/dojo-beermalmoe-nov-5th-dojo-beerberlin-nov-6th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rate Limiting with JavaScript</title>
		<link>http://dojocampus.org/content/2009/09/28/rate-limiting-with-javascript/</link>
		<comments>http://dojocampus.org/content/2009/09/28/rate-limiting-with-javascript/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 16:36:35 +0000</pubDate>
		<dc:creator>dante</dc:creator>
				<category><![CDATA[Dojo Cookies]]></category>
		<category><![CDATA[dojo.connect]]></category>
		<category><![CDATA[dojo.publish]]></category>
		<category><![CDATA[setTimeout]]></category>

		<guid isPermaLink="false">http://dojocampus.org/content/?p=241</guid>
		<description><![CDATA[Sometimes you need to be alerted when some event or action happens, but the event or action could happen multiple times in quick succession. A perfect example of this is window.onscroll. The window.onscroll event fires entirely too much. Not only that, it fires inconsistently across browsers. This has been talked about before. Here, I offer [...]]]></description>
		<wfw:commentRss>http://dojocampus.org/content/2009/09/28/rate-limiting-with-javascript/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.636 seconds -->
<!-- Cached page served by WP-Cache -->
