<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Vancouver Ruby &#38; Rails Central</title>
	<atom:link href="http://vanrb.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://vanrb.wordpress.com</link>
	<description>One Stop Source For Ruby &#38; Rails News, Events &#38; Jobs In &#38; Around Vancouver</description>
	<pubDate>Sat, 14 Jun 2008 23:27:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Vancouver.rb Q&#38;A with Adam Palmblad on Startup TeamPages.com, Ruby on Rails, Tips and Tricks on Getting Started, and More</title>
		<link>http://vanrb.wordpress.com/2008/06/12/adampalmblad/</link>
		<comments>http://vanrb.wordpress.com/2008/06/12/adampalmblad/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 03:33:18 +0000</pubDate>
		<dc:creator>Gerald</dc:creator>
		
		<category><![CDATA[Rails]]></category>

		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[Vancouver]]></category>

		<category><![CDATA[adampalmblad]]></category>

		<category><![CDATA[ar_sendmail]]></category>

		<category><![CDATA[attachement_fu]]></category>

		<category><![CDATA[interview]]></category>

		<category><![CDATA[teampages]]></category>

		<guid isPermaLink="false">http://vanrb.wordpress.com/?p=56</guid>
		<description><![CDATA[Welcome back to the Vancouver.rb Q&#38;A series. Today let&#8217;s welcome Victorian and soon Vancouverite Adam Palmblad - the cofounder and dev lead of startup TeamPages.com.
Our photos and uploads are handled with Rick Olson&#8217;s attachment_fu. Emails were initially problematic, but between ar_sendmail and some improvements I’ve made to it (maybe open-sourced one day), that problem is [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Welcome back to the Vancouver.rb Q&amp;A series. Today let&#8217;s welcome Victorian and soon Vancouverite Adam Palmblad - the cofounder and dev lead of startup TeamPages.com.</p>
<blockquote><p>Our photos and uploads are handled with Rick Olson&#8217;s <code>attachment_fu</code>. Emails were initially problematic, but between <code>ar_sendmail</code> and some improvements I’ve made to it (maybe open-sourced one day), that problem is solved.</p>
<p>We run Mongrel and Nginx, and I’m happy with that setup, despite knowing some people who are quite happy with LiteSpeed.  </p>
<p>On a big development branch we’ve just switched to Rails 2.1 and I’m pretty happy with that – <code>named_scope</code> has been good fun to work with.</p></blockquote>
<p><span id="more-56"></span></p>
<p><b>Q</b>: Can you tell us a little bit about yourself?</p>
<p><b>Adam Palmblad</b>: I&#8217;m a cofounder and the lead developer at TeamPages, and I’ve been with them since the beginning, 18 months ago.</p>
<p>I’ve been developing websites since high school – first with Perl back when 5.004 was new, and later with PHP.  I think I remember a project using both MySQL and PHP 3.</p>
<p>I&#8217;ve got a degree in computer science from the University of Victoria.</p>
<p>In my spare time, I love to get outside.  I enjoy rockclimbing and mountaineering – one of the things I’m looking forward to, with respect to moving to Vancouver, is being closer to Squamish.</p>
<p><b>Q</b>: How did you get start with Ruby on Rails? Any commentary what makes Ruby or Ruby on Rails a great choice for developing web applications?</p>
<p><b>Adam Palmblad</b>: I kind of jumped into Ruby on Rails with TeamPages.  Initially, when we were starting TeamPages, we weren&#8217;t sure what language to implement it in.  Rails was getting a lot of hype back then, and I played around with it a bit, and it felt good.  Scaling was a bit of a concern, but we figured we&#8217;d be okay.  There were blog posts going either way, and scaling is one of those things where you need a working application and users to figure out the hotspots.</p>
<p>I loved how fast it was to get going in it. The Rails Domain Specific Language (DSL) bits were easy to pick up and made a lot of sense.  Ruby, once I got used to it, was a lot of fun, and made a lot of sense.  Ruby&#8217;s definitely replacing Perl as my quick hack language of choice.</p>
<p><b>Q</b>: Can you tell us a little bit about TeamPages.com?</p>
<p><b>Adam Palmblad</b>: TeamPages is the brain child of our CEO, Mike Tan.  Mike was finishing up school at University of Victoria (UVic) and playing intramural sports.  His team had a really tough time getting players to show up, and ended up forfeiting a playoff game because no one on his team knew to show up.  Solving that problem is a foundation of our business.</p>
<p>Fast forward a little bit, and we&#8217;re a venture backed corporation moving to Vancouver.  We&#8217;ve been going strong for the past year and a half.  Watch for exciting new developments at the end of the summer (August-September).</p>
<p><b>Q</b>: Inside TeamPages.com - Can you tell us a little bit about the architecture of TeamPages.com and highlight some libraries (gems), plugins or other (open source) building blocks that get used for TeamPages.com?</p>
<p><b>Adam Palmblad</b>: I have to give a shout out to Engine Yard.  I love having a solid IT team on hand to deal with things like that – be it power, equipment failure, network connectivity, poorly configured system software (other hosting companies have done unexpected upgrades causing breakages), even the occasional late night software glitch.</p>
<p>As far as gems go, I don&#8217;t think we&#8217;re running anything really interesting.  Our photos and uploads are handled with Rick Olson&#8217;s <code>attachment_fu</code>.  Emails were initially problematic, but between <code>ar_sendmail</code> and some improvements I’ve made to it (maybe open-sourced one day), that problem is solved.</p>
<p>We run Mongrel and Nginx, and I’m happy with that setup, despite knowing some people who are quite happy with LiteSpeed.  </p>
<p>On a big development branch we’ve just switched to Rails 2.1 and I’m pretty happy with that – <code>named_scope</code> has been good fun to work with.</p>
<p><b>Q</b>: Can you tell us some challenges you faced while developing TeamPages.com using Ruby on Rails?</p>
<p><b>Adam Palmblad</b>: My biggest problem is rendering time. I’ve got around that by trying to be really careful with the code, doing more with JavaScript, and cutting down on queries and object initialization with fancier queries.</p>
<p>I kind of like tossing custom stuff into a <code>:select</code> on an <code>active_record</code> find – we have some complex relationships in our data and sometimes that’s the fastest way to do it.</p>
<p><b>Q</b>: Any tips, tricks or advice for developers getting started with Ruby or Ruby on Rails?</p>
<p><b>Adam Palmblad</b>: Just dive in. That’s basically what I did.  Started with an example app, and then played around with a domain I had some experience with.  Early on, I found the PeepCode Screencasts really helpful.  I’ve got &#8220;Agile Development with Rails&#8221;, but I’ve never finished it.  I’ve hacked around a bit, and played with different plugins, read some of the source code.</p>
<p>I found the local Victoria Ruby User Group helpful as well.  Especially starting out, they recommended a lot of gems, blogs, and all-round good stuff.  Why’s guide is a classic, although apparently not for everyone.</p>
<p>I still keep a browser tab open to <code>www.gotapi.com</code> as well – face it, the Rails API docs aren’t that great, especially for searching, and gotapi just makes it easy to search the Rails API, the Ruby standard libraries, DOM methods, Prototype, and JavaScript.</p>
<p>Thanks Adam Palmblad for your time and insight and welcome to Vancouver. TeamPages.com is hiring! See the <a href="http://vanbeta.com/jobs">Joint Vancouver Job &amp; Gigs Board</a> (running on Ruby on Rails and Passenger) for postings.</p>
<p>Questions? Comments? Send them along to the <a href="http://forum.vanrb.com">Vancouver.rb Forum/Mailing List</a>. Thanks!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vanrb.wordpress.com/56/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vanrb.wordpress.com/56/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vanrb.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vanrb.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vanrb.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vanrb.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vanrb.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vanrb.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vanrb.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vanrb.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vanrb.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vanrb.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanrb.wordpress.com&blog=1432829&post=56&subd=vanrb&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vanrb.wordpress.com/2008/06/12/adampalmblad/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geraldbauer-128.jpg" medium="image">
			<media:title type="html">Gerald</media:title>
		</media:content>
	</item>
		<item>
		<title>Vancouver.rb - Open Ruby Hack Night - Every Monday 7pm - Whenever (9ish) - Join Us</title>
		<link>http://vanrb.wordpress.com/2008/06/04/openrubyhacknight/</link>
		<comments>http://vanrb.wordpress.com/2008/06/04/openrubyhacknight/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 01:20:59 +0000</pubDate>
		<dc:creator>Gerald</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[Meetup]]></category>

		<category><![CDATA[Rails]]></category>

		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[Vancouver]]></category>

		<guid isPermaLink="false">http://vanrb.wordpress.com/?p=54</guid>
		<description><![CDATA[Let&#8217;s follow the example of the Seattle Ruby Brigade (Seattle.rb) and let&#8217;s start a weekly Vancouver Open Ruby Hack Night every Monday (unless we have a monthly meeting).
Interested? Let us know on the Vancouver.rb mailing list/forum and join us for the 1st Open Ruby Hack Night at Waves Coffee at the Hastings and Richards corner [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Let&#8217;s follow the example of the Seattle Ruby Brigade (Seattle.rb) and let&#8217;s start a weekly Vancouver Open Ruby Hack Night every Monday (unless we have a monthly meeting).</p>
<p>Interested? Let us know on the <a href="http://forum.vanrb.com">Vancouver.rb mailing list/forum</a> and join us for the 1st Open Ruby Hack Night at Waves Coffee at the Hastings and Richards corner (offering free wireless) in downtown Vancouver one block from the Harbour Centre.  </p>
<p>When: Monday, June 9th, 2008  - 7pm - Whenever (9ish)<br />
Where: Waves Coffee, 492 West Hastings St.</p>
<p>Comments? Suggestions? Send them along to the <a href="http://forum.vanrb.com">Vancouver.rb forum/mailing list</a>. Thanks!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vanrb.wordpress.com/54/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vanrb.wordpress.com/54/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vanrb.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vanrb.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vanrb.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vanrb.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vanrb.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vanrb.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vanrb.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vanrb.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vanrb.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vanrb.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanrb.wordpress.com&blog=1432829&post=54&subd=vanrb&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vanrb.wordpress.com/2008/06/04/openrubyhacknight/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geraldbauer-128.jpg" medium="image">
			<media:title type="html">Gerald</media:title>
		</media:content>
	</item>
		<item>
		<title>Ruby/Rails Meetup - Inside DogOnRails - A Wifidog Auth Server w/ Joe Bowser - Jun/2 @ The Network Hub</title>
		<link>http://vanrb.wordpress.com/2008/05/08/june-meetup/</link>
		<comments>http://vanrb.wordpress.com/2008/05/08/june-meetup/#comments</comments>
		<pubDate>Thu, 08 May 2008 03:11:12 +0000</pubDate>
		<dc:creator>Gerald</dc:creator>
		
		<category><![CDATA[Meetup]]></category>

		<category><![CDATA[Rails]]></category>

		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[Vancouver]]></category>

		<category><![CDATA[dogonrails]]></category>

		<category><![CDATA[freethenet]]></category>

		<category><![CDATA[joebowser]]></category>

		<category><![CDATA[vonic]]></category>

		<category><![CDATA[wifidog]]></category>

		<guid isPermaLink="false">http://vanrb.wordpress.com/?p=53</guid>
		<description><![CDATA[Join us for the Vancouver Ruby/Rails meetup on Monday, Jun/2nd at 7pm at the Network Hub. Vancouverite Joe Bowser will talk about &#8220;Inside DogOnRails - A Wifidog Auth Server - and the FreeTheNet.ca Project&#8221;.
Summary: Learn more about DogOnRails from the project lead. What&#8217;s DogOnRails? DogOnRails is an open source Ruby on Rails implementation of the [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Join us for the Vancouver Ruby/Rails meetup on Monday, Jun/2nd at 7pm at the Network Hub. Vancouverite <a href="http://www.infil00p.org/blog/">Joe Bowser</a> will talk about &#8220;Inside DogOnRails - A Wifidog Auth Server - and the FreeTheNet.ca Project&#8221;.</p>
<p>Summary: Learn more about <a href="http://dogonrails.net">DogOnRails</a> from the project lead. What&#8217;s DogOnRails? DogOnRails is an open source Ruby on Rails implementation of the WifiDog 1.0 protocol designed to be used with a customized version of the ROBIN software. DogOnRails acts as the dashboard for <a href="http://freethenet.ca">FreeTheNet.ca</a>  - a Vancouver Open Network Initiative Cooperative (<a href="http://vonic.ca">VONIC</a>) project connecting Canada one block at a time using Open-Mesh enabled wireless routers.</p>
<p>About Joe Bowser:<br />
Joe Bowser is one of the co-founders of the Vancouver Open Network Initiatives Cooperative (VONIC), and FreeTheNet.ca, a Community Wireless Mesh Network in Vancouver, BC. Joe&#8217;s current day job is working at Nitobi Software, where he works with Javascript, Ruby on Rails, and other open source technologies. Joe has also taken very active roles in other not-for-profits, such as volunteering at Free Geek Vancouver, and Spartacus Books, and is committed to Open Access to information and the Free Software movement. </p>
<p>&#8212;<br />
Volunteer as a speaker for upcoming meetups. <a href="http://groups.google.com/group/vanrb/web/talks">Add your talk to the wiki</a>. Thanks!</p>
<p>Looking for Ruby/Rails talent? Interested in pitching your startup? We can help!</p>
<p>Here is how it works: Pay everyone a beer/drink at the Ruby Pub Nite (usually 10-20) and in return step on a chair and get your 3-5 minutes of fame to tell us all about your startup, job openings, etc. Win-Win for everybody! Cheers!<br />
&#8212;<br />
More info and sign-up at the <a href="http://ruby.meetup.com/112/calendar/7881378">Vancouver Ruby/Rails June meetup event page</a>.<br />
&#8212;<br />
Questions? Comments? Send them along to the <a href="http://forum.vanrb.com">Vancouver.rb Mailing List/Forum</a>. Thanks!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vanrb.wordpress.com/53/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vanrb.wordpress.com/53/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vanrb.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vanrb.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vanrb.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vanrb.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vanrb.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vanrb.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vanrb.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vanrb.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vanrb.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vanrb.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanrb.wordpress.com&blog=1432829&post=53&subd=vanrb&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vanrb.wordpress.com/2008/05/08/june-meetup/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geraldbauer-128.jpg" medium="image">
			<media:title type="html">Gerald</media:title>
		</media:content>
	</item>
		<item>
		<title>Ruby/Rails Meetup - Merb - Off the Rails w/ Brock Whitten - May/5 @ The Network Hub</title>
		<link>http://vanrb.wordpress.com/2008/05/01/may-meetup/</link>
		<comments>http://vanrb.wordpress.com/2008/05/01/may-meetup/#comments</comments>
		<pubDate>Thu, 01 May 2008 20:29:45 +0000</pubDate>
		<dc:creator>Gerald</dc:creator>
		
		<category><![CDATA[Meetup]]></category>

		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[Vancouver]]></category>

		<category><![CDATA[merb]]></category>

		<category><![CDATA[merbman]]></category>

		<guid isPermaLink="false">http://vanrb.wordpress.com/?p=52</guid>
		<description><![CDATA[Join us for the Vancouver Ruby/Rails meetup on Monday, May/5th at 7pm at the Network Hub. Vancouverite Brock Whitten who published an &#8220;Open Break-Up Letter to Rails&#8221; will talk about &#8220;Off the Rails - Why You Should Use Merb for Your Next Project&#8221;
Summary: I feel that &#8216;web services&#8217; is the future of the web and [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Join us for the Vancouver Ruby/Rails meetup on Monday, May/5th at 7pm at the Network Hub. Vancouverite Brock Whitten who published an &#8220;<a href="http://merbman.com/articles/open-break-up-letter-to-rails">Open Break-Up Letter to Rails</a>&#8221; will talk about &#8220;Off the Rails - Why You Should Use Merb for Your Next Project&#8221;</p>
<p>Summary: I feel that &#8216;web services&#8217; is the future of the web and Merb is more suited for this due to its speed and flexibility (it&#8217;s perfect for building an API). This talk is a quick primer on Merb: what its benefits are and why these benefits are important for a developer that is thinking about the web of tomorrow.</p>
<p>Demonstrates building a basic RESTful API from scratch using Merb. This took about 10 min. Once we were done, we had an &#8216;Articles&#8217; resource that had the 7 golden(REST) methods. All the methods for accessing the resource understood HTTP, XML, JSON and YAML. What this does for us is gives us many ways to access our resource.</p>
<p>About Brock Whitten:<br />
I write applications using Ruby frameworks such as Ruby on Rails and Merb. I am intimate with RESTful principals and am known as an AJAX junkie. I think in terms of &#8216;resources&#8217; and &#8216;web services&#8217;. I believe whole heartedly in open-source software and have a passion for furthering my local community.</p>
<p>&#8212;<br />
Volunteer as a speaker for upcoming meetups. <a href="http://groups.google.com/group/vanrb/web/talks">Add your talk to the wiki</a>. Thanks!</p>
<p>Looking for Ruby/Rails talent? Interested in pitching your startup? We can help!</p>
<p>Here is how it works: Pay everyone a beer/drink at the Ruby Pub Nite (usually 10-20) and in return step on a chair and get your 3-5 minutes of fame to tell us all about your startup, job openings, etc. Win-Win for everybody! Cheers!<br />
&#8212;<br />
More info and sign-up at the <a href="http://ruby.meetup.com/112/calendar/7696626">Vancouver Ruby/Rails May meetup event page</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vanrb.wordpress.com/52/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vanrb.wordpress.com/52/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vanrb.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vanrb.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vanrb.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vanrb.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vanrb.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vanrb.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vanrb.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vanrb.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vanrb.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vanrb.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanrb.wordpress.com&blog=1432829&post=52&subd=vanrb&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vanrb.wordpress.com/2008/05/01/may-meetup/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geraldbauer-128.jpg" medium="image">
			<media:title type="html">Gerald</media:title>
		</media:content>
	</item>
		<item>
		<title>Planet Vancouver.rb - Get Your Ruby/Rails Blog Stories Included in the &#8220;River of News&#8221;</title>
		<link>http://vanrb.wordpress.com/2008/04/08/planetvanrb/</link>
		<comments>http://vanrb.wordpress.com/2008/04/08/planetvanrb/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 05:40:11 +0000</pubDate>
		<dc:creator>Gerald</dc:creator>
		
		<category><![CDATA[JRuby]]></category>

		<category><![CDATA[Vancouver]]></category>

		<category><![CDATA[avibryant]]></category>

		<category><![CDATA[ericpromislow]]></category>

		<category><![CDATA[geoffreymeredith]]></category>

		<category><![CDATA[joebowser]]></category>

		<category><![CDATA[planetvanrb]]></category>

		<category><![CDATA[timbray]]></category>

		<guid isPermaLink="false">http://vanrb.wordpress.com/?p=51</guid>
		<description><![CDATA[The Planet Vancouver.rb (planet.vanrb.com) publishes Ruby/Rails stories from in and around Vancouver for easy reading or subscription in a single &#8220;river of news&#8221;. Latest stories include:

JRuby 1.1 Goodness - Important, Why? - by Tim Bray
Typo by Geoffrey Meredith
Ruby and other Gems by Avi Bryant
Presentation Tip: Haml Rocks! by Eric Promislow
Be Less Stupid and Ugly - [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The Planet Vancouver.rb (<a href="http://planet.vanrb.com">planet.vanrb.com</a>) publishes Ruby/Rails stories from in and around Vancouver for easy reading or subscription in a single &#8220;river of news&#8221;. Latest stories include:</p>
<ul>
<li>JRuby 1.1 Goodness - Important, Why? - by Tim Bray</li>
<li>Typo by Geoffrey Meredith</li>
<li>Ruby and other Gems by Avi Bryant</li>
<li>Presentation Tip: Haml Rocks! by Eric Promislow</li>
<li>Be Less Stupid and Ugly - Using git with vlad by Joe Bowser</li>
</ul>
<p>  Interested in getting your blog included? Send a blurb about your blog highlighting some Ruby/Rails stories to the <a href="http://forum.vanrb.com">Vancouver.rb Forum/Mailing List</a>. Thanks!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vanrb.wordpress.com/51/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vanrb.wordpress.com/51/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vanrb.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vanrb.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vanrb.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vanrb.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vanrb.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vanrb.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vanrb.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vanrb.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vanrb.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vanrb.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanrb.wordpress.com&blog=1432829&post=51&subd=vanrb&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vanrb.wordpress.com/2008/04/08/planetvanrb/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geraldbauer-128.jpg" medium="image">
			<media:title type="html">Gerald</media:title>
		</media:content>
	</item>
		<item>
		<title>Vancouver.rb Q&#38;A with Brock Whitten on Git (GitHub, Gitorious), Getting Off Rails (Merb) @ Open Web 2008, JQuery, and More (Part II)</title>
		<link>http://vanrb.wordpress.com/2008/03/25/merbman/</link>
		<comments>http://vanrb.wordpress.com/2008/03/25/merbman/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 18:48:50 +0000</pubDate>
		<dc:creator>Gerald</dc:creator>
		
		<category><![CDATA[Ajax]]></category>

		<category><![CDATA[Vancouver]]></category>

		<category><![CDATA[brockwhitten]]></category>

		<category><![CDATA[git]]></category>

		<category><![CDATA[github]]></category>

		<category><![CDATA[gitorious]]></category>

		<category><![CDATA[interview]]></category>

		<category><![CDATA[jquery]]></category>

		<category><![CDATA[merb]]></category>

		<category><![CDATA[merbman]]></category>

		<category><![CDATA[openweb]]></category>

		<category><![CDATA[openwebvancouver]]></category>

		<category><![CDATA[openwebvancouver2008]]></category>

		<category><![CDATA[pmpknpi]]></category>

		<category><![CDATA[rails2]]></category>

		<category><![CDATA[railsisaghetto]]></category>

		<category><![CDATA[sintaxi]]></category>

		<guid isPermaLink="false">http://vanrb.wordpress.com/?p=50</guid>
		<description><![CDATA[Welcome back to episode two of the Q&#38;A with Vancouverite Brock Whitten. 
Q: What&#8217;s Git? What has been your experience using Git for PmpknPi? Any pros or cons versus subversion? Any comments on (free) Git hosting services?
Brock Whitten: Well you don&#8217;t have to go far to see the excitement around Git. I am hosting PmpknPi [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Welcome back to episode two of the Q&amp;A with Vancouverite <a href="http://merbman.com">Brock Whitten</a>. </p>
<p><b>Q</b>: What&#8217;s Git? What has been your experience using Git for PmpknPi? Any pros or cons versus subversion? Any comments on (free) Git hosting services?</p>
<p><b>Brock Whitten</b>: Well you don&#8217;t have to go far to <a href="http://drnicwilliams.com/2008/02/03/using-git-within-a-team/">see the excitement</a> around <a href="http://git.or.cz">Git</a>. I am hosting PmpknPi in two Git repositories (<a href="http://github.com">GitHub</a> and <a href="http://gitorious.org">Gitorious</a>) and one Subversion repository at <a href="http://code.google.com">Google Code</a>. Git has made this super easy. Subversion can do most of what Git can do. The big difference for me is that with Git I actually use the tools. I find myself creating, merging and using branches all the time where as with subversion I tread lightly around those tools. Git is also setup in away that allows for people to fork and contribute to your project with ease. As for free Git hosting, Gitorious is fantastic. It seems to be constantly improving in both features and speed. Only downfall is you can currently only do open repositories. For private ones you will have to go to GitHub which is the &#8216;golden standard&#8217; of Git hosting. It is currently beta-by-invite but I have some invites kicking around so I&#8217;m open to anyone emailing me for one if they feel they will use it.</p>
<p><b>Q</b>: Any commentary on jQuery? How is it better or worse than the &#8220;classic&#8221; standard Rails JavaScript library Prototype? How does jQuery fit into the Rails or Merb universe?</p>
<p><span id="more-50"></span><br />
<b>Brock Whitten</b>: I wanted to see the Prototype/Scriptaculus extracted from Rails 2.0 to level the playing field for other JavaScript libraries such as <a href="http://mootools.net">Moo-tools</a> and <a href="http://jquery.com">JQuery</a> to make its way onto Rails. Seriously, it&#8217;s time we separate our JavaScript from our content! <a href="http://www.danwebb.net">Dan Webb</a> has been telling it right for some time now but he is still ignored by the Rails community. It should be noted that you can program unobtrusively with Prototype but Rails/Prototype persuades us to do otherwise. That&#8217;s why I have switched to JQuery for both my Rails and Merb projects.</p>
<p><b>Q</b>: Can you tell us a bit about your upcoming Open Web Vancouver &#8220;Off the Rails&#8221; talk? What&#8217;s it all about?</p>
<p><b>Brock Whitten</b>: I&#8217;m very excited about being the person who gets to speak about Merb at the Open Web conference. <a href="http://www.openwebvancouver.ca/node/229">The plan</a> is to give a quick rundown of Merb and where it fits into the &#8216;framework&#8217; landscape. I will then demonstrate some code (perhaps whip up a quick blog from scratch). I will certainly leave some time to answer questions. Be warned, there is a very good chance you will leave my talk wanting to port many of your projects to Merb.</p>
<p><b>Q</b>: Any commentary on Zed Shaw&#8217;s &#8220;Rails is a Ghetto&#8221; essay/rant?</p>
<p><b>Brock Whitten</b>: I like Zed a lot. I think he is very genuine and cares greatly about his work. That doesn&#8217;t mean that I agree with everything he says but none of that matters. What matters is Zed is willing to let it be known when something is not right even if that may come at a high cost to him. That&#8217;s the kind of person I want in my community. </p>
<p>Thanks Brock Whitten. For more join us at the upcoming <a href="http://www.openwebvancouver.ca">Open Web Vancouver 2008</a> conference at Canada Place on April 14+15th.</p>
<p>Questions? Comments? Send them along to the <a href="http://forum.vanrb.com">Vancouver.rb Forum/Mailing List</a>. Thanks!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vanrb.wordpress.com/50/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vanrb.wordpress.com/50/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vanrb.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vanrb.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vanrb.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vanrb.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vanrb.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vanrb.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vanrb.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vanrb.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vanrb.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vanrb.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanrb.wordpress.com&blog=1432829&post=50&subd=vanrb&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vanrb.wordpress.com/2008/03/25/merbman/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geraldbauer-128.jpg" medium="image">
			<media:title type="html">Gerald</media:title>
		</media:content>
	</item>
		<item>
		<title>Vancouver.rb Q&#38;A with Brock Whitten on Rails, Getting Off Rails (Merb), PmpknPi (Blog in Merb) and More (Part I)</title>
		<link>http://vanrb.wordpress.com/2008/03/10/brockwhitten/</link>
		<comments>http://vanrb.wordpress.com/2008/03/10/brockwhitten/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 21:04:18 +0000</pubDate>
		<dc:creator>Gerald</dc:creator>
		
		<category><![CDATA[Rails]]></category>

		<category><![CDATA[Vancouver]]></category>

		<category><![CDATA[brockwhitten]]></category>

		<category><![CDATA[git]]></category>

		<category><![CDATA[interview]]></category>

		<category><![CDATA[merb]]></category>

		<category><![CDATA[merbman]]></category>

		<category><![CDATA[openwebvancouver]]></category>

		<category><![CDATA[pmpknpi]]></category>

		<category><![CDATA[rails2]]></category>

		<category><![CDATA[rest]]></category>

		<category><![CDATA[sintaxi]]></category>

		<guid isPermaLink="false">http://vanrb.wordpress.com/?p=49</guid>
		<description><![CDATA[Welcome back to the Vancouver.rb Q&#38;A series. Today let&#8217;s welcome Vancouverite Brock Whitten.
Rails is awesome. I try my very best not to say things like Merb is &#8220;better&#8221; than Rails but it is. Let&#8217;s keep in mind that part of the reason it&#8217;s great is because it is a lot like Rails and Merb was [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Welcome back to the Vancouver.rb Q&amp;A series. Today let&#8217;s welcome Vancouverite <a href="http://sintaxi.com">Brock Whitten</a>.</p>
<blockquote><p>Rails is awesome. I try my very best not to say things like Merb is &#8220;better&#8221; than Rails but it is. Let&#8217;s keep in mind that part of the reason it&#8217;s great is because it is a lot like Rails and Merb was able to learn from the mistakes Rails learned the hard way. The most obvious advantage that Merb has is for writing APIs. If you were to build an API with Rails you are loading this entire (kitchen sink) framework for something very simple. Think alone of all those view helpers you won&#8217;t be using yet they are being loaded for every instance of Mongrel. This is like driving a motor home to the cornerstone to buy milk. Merb on the other hand is broken into chunks (<code>merb-core</code>, <code>merb-more</code>, <code>plugins</code>) so you only load what you need. This makes Merb multiple times faster than Rails.</p></blockquote>
<p><span id="more-49"></span></p>
<p><b>Q</b>: Can you tell us a little bit about yourself? How did you get started with Ruby on Rails? What makes Ruby on Rails a great choice for developing web applications/sites?</p>
<p><b>Brock Whitten</b>: By day I&#8217;m a Rails Developer for the Vancouver animation studio, Bardel Entertainment(seen Viva Pinata?). My job there is focused on building tools that help our animators build cartoons better and faster. By night, If I&#8217;m not sharing a pint or watching a film with one of my chums, I am at home working on one of my many side projects (almost all Merb related). </p>
<p>Actually I fell in love with Ruby on Rails while studying PHP at BCIT. As soon as I graduated, I bought every Ruby book I could get my hands on and have not looked back. I&#8217;m very happy as a Ruby/Rails developer.</p>
<p>Rails is a great way to build web apps because it allows you to focus your efforts on creativity rather than mundane tasks. It saddens me to see how many people have lost touch with this point.</p>
<p><b>Q</b>: Can you tell us some challenges you&#8217;ve faced developing using Ruby on Rails?</p>
<p><b>Brock Whitten</b>: I was still fairly novice programmer when I got onto Rails, and Rails itself was still young and working out its kinks. This was frustrating for me at times because I could see the framework was in need of plugins, documentation bloggers and speakers but I was not mature enough as a developer to contribute on this level. Ironic enough, now that I am capable, Rails is solid and the community is thriving.</p>
<p>I have benefited greatly from the Ruby community and thus have always felt a debt to it. I have been waiting for the right opportunity to give back and Merb has opened that door. Currently Merb has many of the same needs as Rails did a couple of years ago and I will be contributing as much as I can to this community.</p>
<p><b>Q</b>: Off the Rails - Can you tell us a little bit about Merb? How did you get started? Any insight on how Merb compares with Rails and how it&#8217;s better or worse?</p>
<p><b>Brock Whitten</b>: Rails has received a lot of criticism lately, mostly regarding speed and scalability. I think this is because people are using Rails for things they shouldn&#8217;t. Can you blame them? Rails is awesome. I try my very best not to say things like <a href="http://www.merbivore.com">Merb</a> is &#8220;better&#8221; than Rails but it is. Let&#8217;s keep in mind that part of the reason it&#8217;s great is because it is a lot like Rails and Merb was able to learn from the mistakes Rails learned the hard way. The transition to Merb is very natural, Rails developers should have much of a problem. The most obvious advantage that Merb has is for writing APIs. If you were to build an API with Rails you are loading this entire (kitchen sink) framework for something very simple. Think alone of all those view helpers you won&#8217;t be using yet they are being loaded for every instance of Mongrel. This is like driving a motor home to the cornerstone to buy milk. Merb on the other hand is broken into chunks (<code>merb-core</code>, <code>merb-more</code>, <code>plugins</code>) so you only load what you need. This makes Merb multiple times faster than Rails. The trade off is polish, Rails has really evolved into a solid system. Expect some craziness with Merb, for a while at least.</p>
<p><b>Q</b>: What&#8217;s PmpknPi? Tell us more about PmpknPi? What are your future plans?</p>
<p><b>Brock Whitten</b>: For the right people <a href="http://pmpknpi.com">PmpknPi</a> is going to be a godsend. It is a very lean, fast, RESTful API for blogging (caching optional kind of fast). This is a blog engine for Ruby developers, not for your clients. The system assumes you are competent. It is very straight forward and is easy to modify. It intentionally does not have a user model or tempting, or a plugin system. Simply edit the settings.yml file and away you go. Comments have a voting mechanism (digg/reddit style) that does not require your users registering which I think should be standard on all blogs. Oh and did I mention the JavaScript is completely unobtrusive and degradable. I just tagged the <a href="http://pmpknpi.googlecode.com/svn/tags/0.1.0/">0.1 release</a>. Give it a go and don&#8217;t be afraid to fork the git repo at <a href="http://github.com/sintaxi/pmpknpi/tree/master">GitHub</a> or <a href="http://gitorious.org/projects/pmpknpi/repos/mainline">Gitorious</a>. Who knows? perhaps I&#8217;ll pull some of your changes.</p>
<p>Future plans are to add asset uploading with thumbnailing and a tagging system (that&#8217;s 4 models total!). That&#8217;s it. I plan to always keep it very basic. I&#8217;m hoping people will customize it to their liking and then write a tutorial on how to apply those changes such as adding your twitter feeds or adding multiple users using the <code>merbful_authentication</code> plugin.</p>
<p>It should also be noted that PmpknPi will be used for <a href="http://merbman.com">merbman.com</a> which is days away from launch. I will mostly be me writing about my experiences with writing Pmpknpi and talking about Merb.</p>
<p>Thanks Brock Whitten. Check back later this week for the second part in the interview discussing  &#8220;What&#8217;s Git?&#8221; and pros or cons versus subversion plus some comments on (free) Git hosting services and more about the upcoming &#8220;Off the Rails&#8221; talk at <a href="http://openwebvancouver.ca">Open Web Vancouver 2008</a> and more.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vanrb.wordpress.com/49/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vanrb.wordpress.com/49/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vanrb.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vanrb.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vanrb.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vanrb.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vanrb.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vanrb.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vanrb.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vanrb.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vanrb.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vanrb.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanrb.wordpress.com&blog=1432829&post=49&subd=vanrb&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vanrb.wordpress.com/2008/03/10/brockwhitten/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geraldbauer-128.jpg" medium="image">
			<media:title type="html">Gerald</media:title>
		</media:content>
	</item>
		<item>
		<title>Vancouver.rb Project Spotlight: Slide Show (S9) - A Free Web Alternative to PowerPoint and KeyNote in Ruby</title>
		<link>http://vanrb.wordpress.com/2008/02/29/s9/</link>
		<comments>http://vanrb.wordpress.com/2008/02/29/s9/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 03:24:48 +0000</pubDate>
		<dc:creator>Gerald</dc:creator>
		
		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[Vancouver]]></category>

		<category><![CDATA[fullerscreen]]></category>

		<category><![CDATA[geraldbauer]]></category>

		<category><![CDATA[operashow]]></category>

		<category><![CDATA[s5]]></category>

		<category><![CDATA[s9]]></category>

		<category><![CDATA[slideshow]]></category>

		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://vanrb.wordpress.com/?p=48</guid>
		<description><![CDATA[In a new monthly series I will spotlight Ruby projects from Vancouver.rb members starting off with a little Ruby gem - Slide Show (S9) - by yours truly  
What&#8217;s Slide Show (S9)?
Slide Show (S9) is a free web alternative to PowerPoint and KeyNote in Ruby that lets you create slide shows and author slides [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In a new monthly series I will spotlight Ruby projects from Vancouver.rb members starting off with a little Ruby gem - Slide Show (S9) - by yours truly <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>What&#8217;s Slide Show (S9)?</p>
<p>Slide Show (S9) is a free web alternative to PowerPoint and KeyNote in Ruby that lets you create slide shows and author slides in plain text using a wiki-style markup language that&#8217;s easy-to-write and easy-to-read. </p>
<p>New in v0.2 are &#8220;loss-free&#8221; vector grahpics gradient themes. See some <a href="http://slideshow.rubyforge.org/themes.html">samples online</a> using the &#8220;classic&#8221; sixteen web colors plus nine gradient styles such as &#8220;Diagonal&#8221;, &#8220;Radial Off Center&#8221;, &#8220;Top Bottom&#8221; and more. Try the &#8220;Radial Repeat&#8221; theme for some <a href="http://slideshow.rubyforge.org/gradient-radial-repeat.svg">free psychodelia</a>. (Note: Built-in SVG browser support required - e.g. use Firefox or Opera). Or try the <a href="http://slideshow.rubyforge.org/microformats.html">Microformats slide show</a> live on your very own desktop.</p>
<p>Find out more at the <a href="http://slideshow.rubyforge.org">Slide Show (S9)</a> project site. Questions? Comments? Send them along to the <a href="http://groups.google.com/group/webslideshow">Free Web Slide Show Alternatives (S5, S9 And Friends) Forum/Mailing List</a>. Thanks!</p>
<p>Interested in getting your Ruby project spotlighted in the new Vancouver.rb series? Send a blurb to the <a href="http://groups.google.com/group/vanrb">Vancouver.rb Forum/Mailing List</a> and tell us about your Ruby project to get it all started.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vanrb.wordpress.com/48/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vanrb.wordpress.com/48/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vanrb.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vanrb.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vanrb.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vanrb.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vanrb.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vanrb.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vanrb.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vanrb.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vanrb.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vanrb.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanrb.wordpress.com&blog=1432829&post=48&subd=vanrb&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vanrb.wordpress.com/2008/02/29/s9/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geraldbauer-128.jpg" medium="image">
			<media:title type="html">Gerald</media:title>
		</media:content>
	</item>
		<item>
		<title>Vancouver Rails / AIR (Flex/Flash) / Joomla Meetup - Mar/19 @ The Network Hub - Free Doughnuts</title>
		<link>http://vanrb.wordpress.com/2008/02/29/rails-air-joomla-meetup/</link>
		<comments>http://vanrb.wordpress.com/2008/02/29/rails-air-joomla-meetup/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 02:58:41 +0000</pubDate>
		<dc:creator>Gerald</dc:creator>
		
		<category><![CDATA[Air]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[FlexibleRails]]></category>

		<category><![CDATA[Joomla]]></category>

		<category><![CDATA[arashsanieyan]]></category>

		<category><![CDATA[atulnagpal]]></category>

		<category><![CDATA[peterarmstrong]]></category>

		<category><![CDATA[rastinmehr]]></category>

		<guid isPermaLink="false">http://vanrb.wordpress.com/?p=47</guid>
		<description><![CDATA[Arash Sanieyan (Peerglobe) posts on the Vancouver.rb Forum/Mailing List:
Come and Drop by for a casual and friendly get-together. We are arranging another AIR/Flex/Rails workshop event on Wednesday March 19th. We&#8217;ve invited a few people to discuss their insights working with these technologies. Peter Armstrong will join us and talk about his new book &#8220;Flexible Rails&#8221;. [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Arash Sanieyan (<a href="http://peerglobe.com">Peerglobe</a>) posts on the <a href="http://groups.google.com/group/vanrb/browse_thread/thread/08be166e98563202/30e5647d145bc86f#30e5647d145bc86f">Vancouver.rb Forum/Mailing List</a>:</p>
<p><em>Come and Drop by for a casual and friendly get-together. We are arranging another AIR/Flex/Rails workshop event on Wednesday March 19th. We&#8217;ve invited a few people to discuss their insights working with these technologies. Peter Armstrong will join us and talk about his new book &#8220;Flexible Rails&#8221;. Flexible Rails is the term Peter uses to describe the integration of Adobe Flex with Ruby on Rails as the back-end. Flex supports building powerful graphic user interfaces while Rails simplifies database integration.</p>
<p>Atul Nagpal, an AIR presenter in the last event, will be joining us again to talk about his fascination with Adobe AIR and Flex. He will be showing some of his application that he&#8217;s developed using AIR. Finally Rastin Mehr and I will be doing a comparison between Ruby on Rails and the new MVC Architecture in the Joomla! 1.5 Content Management System.</p>
<p>This is a small get together not a classroom. You don&#8217;t have to be a Ruby, AIR or Joomla expert to enjoy this event. Our goals is to get together and learn something new in a friendly environment.</p>
<p>If you have made an application and would like to demonstrate to others, let us know we will post it on the blog and we can discuss it at the event.</p>
<p>We will be providing coffee and doughnuts and going to the Steamworks for a round of beer afterwards.</em> <a href="http://groups.google.com/group/vanrb/browse_thread/thread/08be166e98563202/30e5647d145bc86f#30e5647d145bc86f">Read more&#8230;</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vanrb.wordpress.com/47/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vanrb.wordpress.com/47/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vanrb.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vanrb.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vanrb.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vanrb.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vanrb.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vanrb.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vanrb.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vanrb.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vanrb.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vanrb.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanrb.wordpress.com&blog=1432829&post=47&subd=vanrb&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vanrb.wordpress.com/2008/02/29/rails-air-joomla-meetup/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geraldbauer-128.jpg" medium="image">
			<media:title type="html">Gerald</media:title>
		</media:content>
	</item>
		<item>
		<title>Ruby/Rails Meetup - Resource Oriented Architecture (ROA) w/ Rails by Alex Bunardzic - Mar/3 @ The Network Hub</title>
		<link>http://vanrb.wordpress.com/2008/02/20/meetup-march/</link>
		<comments>http://vanrb.wordpress.com/2008/02/20/meetup-march/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 23:12:33 +0000</pubDate>
		<dc:creator>Gerald</dc:creator>
		
		<category><![CDATA[Rails]]></category>

		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[Vancouver]]></category>

		<category><![CDATA[alexbunardzic]]></category>

		<category><![CDATA[rails2]]></category>

		<category><![CDATA[railsisaghetto]]></category>

		<category><![CDATA[rest]]></category>

		<category><![CDATA[roa]]></category>

		<guid isPermaLink="false">http://vanrb.wordpress.com/?p=46</guid>
		<description><![CDATA[Peter Armstrong - the Ruby/Rails meetup organizer - posted the agenda for the upcoming March Ruby/Rails meetup. Peter writes:
Title: Resource Oriented Architecture (ROA) with Rails by Alex Bunardzic (Raymond James)
Summary: World wide web is an ever growing collection of resources published by the humanity at large. These resources get to be produced and consumed by [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Peter Armstrong - the Ruby/Rails meetup organizer - posted the agenda for the upcoming March Ruby/Rails meetup. Peter writes:</p>
<p><em>Title: Resource Oriented Architecture (ROA) with Rails by Alex Bunardzic (Raymond James)</em></p>
<p><em>Summary: World wide web is an ever growing collection of resources published by the humanity at large. These resources get to be produced and consumed by utilizing the underlying Resource Oriented Architecture (ROA). ROA differs from the garden variety of legacy computing infrastructures by not elaborating on extensible protocols.</p>
<p>The presentation will focus on explaining the working of ROA, as well as on exposing the benefits of adopting this architecture. Following that, we will discuss some perceived drawbacks inherent in ROA, and will conclude the presentation by describing how can Ruby on Rails framework help us build web sites using the principles of ROA.</em> </p>
<p>More info and sign-up at the <a href="http://ruby.meetup.com/112/calendar/7200471/">Vancouver Ruby/Rails March meetup event page</a>.</p>
<p>PS: Zed Shaw in the infamous &#8220;Rails Is A Ghetto&#8221; rant has a section on Alex titled &#8220;<a href="http://www.zedshaw.com/rants/rails_is_a_ghetto.html">Revenge Of The Zen Prick&#8221;.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vanrb.wordpress.com/46/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vanrb.wordpress.com/46/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vanrb.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vanrb.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vanrb.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vanrb.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vanrb.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vanrb.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vanrb.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vanrb.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vanrb.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vanrb.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vanrb.wordpress.com&blog=1432829&post=46&subd=vanrb&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vanrb.wordpress.com/2008/02/20/meetup-march/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geraldbauer-128.jpg" medium="image">
			<media:title type="html">Gerald</media:title>
		</media:content>
	</item>
	</channel>
</rss>