This repository has been archived by the owner on Apr 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sydney-meetups.html
707 lines (426 loc) · 20.2 KB
/
sydney-meetups.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Ruby on Rails Oceania Meet, Share, Learn </title>
<meta name="generator" content="Mephisto" />
<link href="stylesheets/main.css" rel="stylesheet" type="text/css" />
<link href="http://feeds.feedburner.com/RoRo" rel="alternate" title="RoRo articles" type="application/atom+xml" />
</head>
<body>
<div id="wrap">
<div id="bar">
<div id="bar_width">
<span>Meet, Share, Learn.</span>
<a class="selected" href="sydney-meetups.html">Sydney Meetups</a>
</div>
</div>
<div id="header"><a href="index.html"><h1>Ruby on Rails Oceania</h1></a>
</div>
<div id="content">
<div class="entry entry-6967">
<div class="entrytitle">
<h2><a href="2011/7/10/sydney-meetup-july-2011.html">Sydney Meetup July 2011</a></h2>
</div>
<div class="entrybody">
<p>Tuesday July 12, at the <a href="http://tinyurl.com/6emfna">Trinity Bar – 505 Crown St, Surry Hills, <span class="caps">NSW 2010</span></a> (upstairs)
6:30 for a 7pm start!</p>
<p>Three presentations:</p>
<ul>
<li>Dave Bolton – Sneak peek into Westfield and Ruby in the enterprise</li>
<li>Andrew Harvey – Test Driven Search Development</li>
<li>Mikel Lindsaar – There be magic in Rails (multiple dynamic per instance database connections)</li>
</ul>
<p>One lightning talk:</p>
<ul>
<li>Richard Heycock – Unicorn</li>
</ul>
<p>See you there!</p>
</div>
<div class="entrymeta">
<div class="postinfo">
<span class="postedby">Posted by keithpitty on July 10th, 2011</span>
</div>
<a href="2011/7/10/sydney-meetup-july-2011.html#comments" class="commentslink">0 comments »</a>
</div>
</div>
<div class="entry entry-6963">
<div class="entrytitle">
<h2><a href="2011/6/20/sydney-meetup-june-2011.html">Sydney Meetup June 2011</a></h2>
</div>
<div class="entrybody">
<p>Tuesday June 21, at the <a href="http://tinyurl.com/6emfna">Trinity Bar – 505 Crown St, Surry Hills, <span class="caps">NSW 2010</span></a> (upstairs)
6:30 for a 7pm start!</p>
<p>Five lightning talks:</p>
<ul>
<li>Damien Le Berrigaud – Presenting somanyfeeds</li>
<li>Luke Chadwick – Flynn & Offline</li>
<li>Andrew Grimm – Ruby 1.8.8 head with <span class="caps">RVM</span>, and Professor</li>
<li>Steve Ringo – Faster Rails loading hotness with the 1.9.2 patch</li>
<li>Keith Pitty – Railscamp 9, hominid and prawn</li>
</ul>
<p>See you there!</p>
</div>
<div class="entrymeta">
<div class="postinfo">
<span class="postedby">Posted by keithpitty on June 20th, 2011</span>
</div>
<a href="2011/6/20/sydney-meetup-june-2011.html#comments" class="commentslink">0 comments »</a>
</div>
</div>
<div class="entry entry-6946">
<div class="entrytitle">
<h2><a href="2011/5/9/sydney-meetup-may-2011.html">Sydney Meetup May 2011</a></h2>
</div>
<div class="entrybody">
<p>Tuesday May 10, at the <a href="http://tinyurl.com/6emfna">Trinity Bar – 505 Crown St, Surry Hills, <span class="caps">NSW 2010</span></a> (upstairs)
6:30 for a 7pm start!</p>
<p>Three 15 minute talks:</p>
<ul>
<li>Khoa Nguyen – MacRuby – reading pad (live coding)</li>
<li>Andrew Boag – katoomba – open source <span class="caps">ROR</span> sms gateway</li>
<li>Steven Ringo and Ryan (radar love) Bigg – Rails 3.1 stuff</li>
</ul>
<p>One lightning talk:</p>
<ul>
<li>Mark Wotton – Instigator</li>
</ul>
<p>See you there!</p>
</div>
<div class="entrymeta">
<div class="postinfo">
<span class="postedby">Posted by keithpitty on May 9th, 2011</span>
</div>
</div>
</div>
<div class="entry entry-6937">
<div class="entrytitle">
<h2><a href="2011/4/6/sydney-meetup-april-2011.html">Sydney Meetup April 2011</a></h2>
</div>
<div class="entrybody">
<p>Tuesday April 12, at the <a href="http://tinyurl.com/6emfna">Trinity Bar – 505 Crown St, Surry Hills, <span class="caps">NSW 2010</span></a> (upstairs)
6:30 for a 7pm start!</p>
<p>Three 15 minute talks:</p>
<ul>
<li>The Heroku guys – Technical context behind the Heroku acquisition by Salesforce.com and what it means for Ruby devs in AU</li>
<li>Luke Chadwick – Simpleworker for Heroku</li>
<li>Mikel Lindsaar – StillAlive addon for Heroku</li>
</ul>
<p>Q & A</p>
<ul>
<li>Come prepared to talk Heroku. Questions, war stories, whatever</li>
</ul>
<p>Salesforce.com/Heroku is also sponsoring our bar for the evening and bringing some schwag along to give away.</p>
<p>See you there!</p>
</div>
<div class="entrymeta">
<div class="postinfo">
<span class="postedby">Posted by Matt Allen on April 6th, 2011</span>
</div>
</div>
</div>
<div class="entry entry-6934">
<div class="entrytitle">
<h2><a href="2011/3/6/sydney-meetup-march-2011.html">Sydney Meetup March 2011</a></h2>
</div>
<div class="entrybody">
<p>Tuesday March 8, at the <a href="http://tinyurl.com/6emfna">Trinity Bar – 505 Crown St, Surry Hills, <span class="caps">NSW 2010</span></a> (upstairs)
6:30 for a 7pm start!</p>
<p>One 15 minute talk:</p>
<ul>
<li>Chris Lloyd (<a href="http://twitter.com/chrislloyd">@chrislloyd</a>) – Macruby</li>
</ul>
<p>One lightning talk:</p>
<ul>
<li>Tim McEwan (<a href="http://twitter.com/tjmcewan">@tjmcewan</a>) – Rectal Set</li>
</ul>
<p>See you there!</p>
</div>
<div class="entrymeta">
<div class="postinfo">
<span class="postedby">Posted by keithpitty on March 6th, 2011</span>
</div>
</div>
</div>
<div class="entry entry-6931">
<div class="entrytitle">
<h2><a href="2011/2/6/sydney-meetup-february-2011.html">Sydney Meetup February 2011</a></h2>
</div>
<div class="entrybody">
<p>Tuesday February 8, at the <a href="http://tinyurl.com/6emfna">Trinity Bar – 505 Crown St, Surry Hills, <span class="caps">NSW 2010</span></a> (upstairs)
6:30 for a 7pm start!</p>
<p>Two 15 minute talks:</p>
<ul>
<li>Ivan Vanderbyl – Distributing long running tasks to the cloud with Cloudist (gem)</li>
<li>Leonardo Borges (@leonardo_borges) – Case study: Clouds against the Floods, or how Ruby on Rails saved the Day in Australia</li>
</ul>
<p>Two lightning talks:</p>
<ul>
<li>James Crisp (@jtcrisp) and Ryan Bigg (@ryanbigg) – Rails Refactor: a command line tool to make refactoring Rails apps much more fun</li>
<li>Tim Lucas (@toolmantim) – Backbone.js & <span class="caps">CSS3</span> flexbox</li>
</ul>
<p>See you there!</p>
</div>
<div class="entrymeta">
<div class="postinfo">
<span class="postedby">Posted by keithpitty on February 6th, 2011</span>
</div>
</div>
</div>
<div class="entry entry-6928">
<div class="entrytitle">
<h2><a href="2011/1/9/sydney-meetup-january-2011.html">Sydney Meetup January 2011</a></h2>
</div>
<div class="entrybody">
<p>First rorosyd for the year!</p>
<p>Tuesday January 11, at the <a href="http://tinyurl.com/6emfna">Trinity Bar – 505 Crown St, Surry Hills, <span class="caps">NSW 2010</span></a> (upstairs)
6:30 for a 7pm start!</p>
<p>One 15 minute talk:</p>
<ul>
<li>Julio Cesar Ody (<a href="http://twitter.com/@julio_ody">@julio_ody</a>) – rack-pagespeed</li>
</ul>
<p>One lightning talk:</p>
<ul>
<li>James Sadler (<a href="http://twitter.com/freshtonic">@freshtonic</a>) – Time Travel With Git</li>
</ul>
<p>See you there!</p>
</div>
<div class="entrymeta">
<div class="postinfo">
<span class="postedby">Posted by keithpitty on January 9th, 2011</span>
</div>
</div>
</div>
<div class="entry entry-6921">
<div class="entrytitle">
<h2><a href="2010/12/10/sydney-meetup-december-2010.html">Sydney Meetup December 2010</a></h2>
</div>
<div class="entrybody">
<p>Last rorosyd for the year!</p>
<p>Tuesday December 14, at the <a href="http://tinyurl.com/6emfna">Trinity Bar – 505 Crown St, Surry Hills, <span class="caps">NSW 2010</span></a> (upstairs)
6:30 for a 7pm start!</p>
<p>Two talks:</p>
<ul>
<li>Luke Chadwick (<a href="http://twitter.com/vertis">@vertis</a>) will give an a talk on: scaling and optimising MongoDB</li>
<li>Jason Crane (<a href="http://twitter.com/snapperwolf">@snapperwolf</a>) will give an a talk on: UX Eye for the Code Guy (a look into why UX is important in coding)</li>
</ul>
<p>See you there!</p>
</div>
<div class="entrymeta">
<div class="postinfo">
<span class="postedby">Posted by jason on December 11th, 2010</span>
</div>
</div>
</div>
<div class="entry entry-6912">
<div class="entrytitle">
<h2><a href="2010/11/8/sydney-meetup-november-2010.html">Sydney Meetup November 2010</a></h2>
</div>
<div class="entrybody">
<p>Back to regularly scheduled planning this month.</p>
<p>Tuesday November 9, at the <a href="http://tinyurl.com/6emfna">Trinity Bar – 505 Crown St, Surry Hills, <span class="caps">NSW 2010</span></a> (upstairs)
6:30 for a 7pm start!</p>
<p>Three talks:</p>
<ul>
<li>Luke Chadwick (<a href="http://twitter.com/vertis">@vertis</a>) will give an a talk on: mongoid</li>
<li>Andrew Grimm (<a href="http://twitter.com/andrewjgrimm">@andrewjgrimm</a>) will give an a talk on: Small Eigen Collider – Producing random ruby programs</li>
<li>Mikel Lindsaar (<a href="http://twitter.com/raasdnil">@raasdnil</a>) will give a talk on: StillAlive after 48 hour.</li>
</ul>
<p>See you there!</p>
</div>
<div class="entrymeta">
<div class="postinfo">
<span class="postedby">Posted by jason on November 8th, 2010</span>
</div>
</div>
</div>
<div class="entry entry-6898">
<div class="entrytitle">
<h2><a href="2010/10/7/sydney-meetup-october-2010.html">Sydney Meetup October 2010</a></h2>
</div>
<div class="entrybody">
<p>In conjunction with <a href="http://www.webweek.com.au/">Australian Web Week</a> we have an evening planned around introductory topics of Ruby and Rails.</p>
<p>Tuesday October 12, at the <a href="http://tinyurl.com/6emfna">Trinity Bar – 505 Crown St, Surry Hills, <span class="caps">NSW 2010</span></a> (upstairs)
6:30 for a 7pm start!</p>
<ul>
<li>Ryan Bigg (<a href="http://twitter.com/ryanbigg">@ryanbigg</a>) will give an introduction to Ruby the language.</li>
<li>Mikel Lindsaar (<a href="http://twitter.com/raasdnil">@raasdnil</a>) will give an introduction to Rails3, what is new, and what has changed.</li>
<li>Open Panel: Ryan Bigg (<a href="http://twitter.com/ryanbigg">@ryanbigg</a>), Mikel Lindsaar (<a href="http://twitter.com/raasdnil">@raasdnil</a>), and Gabe Hollombe (<a href="http://twitter.com/gabehollombe">@gabehollombe</a>) will sit on a panel to answer any questions you have about ruby, rails or even some of your coding problems/questions. Feel free to bring along your laptop and have your code looked at, optimised and discussed.</li>
</ul>
<p>Invite your friend, or people new to Ruby and Rails – looking forward to seeing you there.</p>
</div>
<div class="entrymeta">
<div class="postinfo">
<span class="postedby">Posted by jason on October 7th, 2010</span>
</div>
</div>
</div>
<div class="entry entry-6895">
<div class="entrytitle">
<h2><a href="2010/9/12/sydney-meetup-september-2010.html">Sydney Meetup September 2010</a></h2>
</div>
<div class="entrybody">
<p>Announcing the September meetup for Sydney aka rorosyd.</p>
<p>Tuesday September 13, at the <a href="http://tinyurl.com/6emfna">Trinity Bar – 505 Crown St, Surry Hills, <span class="caps">NSW 2010</span></a> (upstairs)
6:30 for a 7pm start!</p>
We have 3 presentation length (15min) talks:
<ul>
<li>Julio Cesar Ody – (<a href="http://twitter.com/julio_ody">@julio_ody</a>) – <span class="caps">CSS</span> progressive enhancement</li>
<li>Mikel Lindsaar – (<a href="http://twitter.com/raasdnil">@raasdnil</a>) – CDNing, deploying and coding a new Rails 3 app</li>
<li>Taylor Luk – (<a href="http://twitter.com/taylor_luk">@taylor_luk</a>) – pairjour – gitjour + git hackery + pair programming</li>
</ul>
and 3 lightning talks (5min):
<ul>
<li>Josh Price – (<a href="http://twitter.com/joshprice">@joshprice</a>) – RubyKaigi 2010 experience report</li>
<li>Rufus Post – (<a href="http://twitter.com/rufuspost">@rufuspost</a>) – Learnings from gem building</li>
<li>Andrew Grimm – (<a href="http://twitter.com/andrewjgrimm">@andrewjgrimm</a>) – Using web scraping to make easyroommate.com easy</li>
</ul>
</div>
<div class="entrymeta">
<div class="postinfo">
<span class="postedby">Posted by jason on September 13th, 2010</span>
</div>
</div>
</div>
<div class="entry entry-6891">
<div class="entrytitle">
<h2><a href="2010/8/3/sydney-meetup-august-2010.html">Sydney Meetup August 2010</a></h2>
</div>
<div class="entrybody">
<p>Announcing the August meetup for Sydney aka rorosyd.</p>
<p>Tuesday August 10, at the <a href="http://tinyurl.com/6emfna">Trinity Bar – 505 Crown St, Surry Hills, <span class="caps">NSW 2010</span></a> (upstairs)
6:30 for a 7pm start!</p>
We have 2 presentation length (15min) talks:
<ul>
<li>Ian Grant – (<a href="http://twitter.com/MrFlungabunga">@MrFlungabunga</a>) – Varnish</li>
<li>Richard Heycock – (<a href="http://twitter.com/filterfish">@filterfish</a>) – Smith</li>
</ul>
and 2 lightning talks (5min):
<ul>
<li>Keith Pitty – (<a href="http://twitter.com/keithpitty">@keithpitty</a>) – <span class="caps">RVM</span>, Bundler and Ruby Tracker</li>
<li>Nick Sewell – (<a href="http://twitter.com/nicsewell">@nicsewell</a>) – A whirlwind tour of Bayesian analysis</li>
</ul>
<p>I’ve started going through the talks from earlier on this year that have been recorded and trying to make head and tail with the audio.</p>
</div>
<div class="entrymeta">
<div class="postinfo">
<span class="postedby">Posted by jason on August 4th, 2010</span>
</div>
</div>
</div>
<div class="entry entry-6890">
<div class="entrytitle">
<h2><a href="2010/7/7/sydney-meetup-july-2010.html">Sydney Meetup July 2010</a></h2>
</div>
<div class="entrybody">
<p>Announcing the July meetup for Sydney aka rorosyd.</p>
<p>Tuesday July 13, at the <a href="http://tinyurl.com/6emfna">Trinity Bar – 505 Crown St, Surry Hills, <span class="caps">NSW 2010</span></a> (upstairs)
6:30 for a 7pm start!</p>
We have 2 presentation length (15min) talks:
<ul>
<li>Mikel Lindsaar – RubyX (<a href="http://twitter.com/raasdnil">@raasdnil</a>) – RailsConf and Rails 3</li>
<li>Chris Hulbert – Libraries, schmibraries: Roll your own cryptography in ruby</li>
</ul>
.. and four lightning talks (5min):
<ul>
<li>Julio Cesar Ody (<a href="http://twitter.com/julio_ody">@julio_ody</a>) – rack-bundle</li>
<li>Luke Chadwick (<a href="http://twitter.com/vertis">@vertis</a>) – Deploying Ruby Applications with Git</li>
<li>David Lee (<a href="http://twitter.com/david_m_lee">@david_m_lee</a>) – Emacs 101: Emacs is not an editor</li>
<li>Steven Ringo (<a href="http://twitter.com/stevenringo">@stevenringo</a>) – LiveReload – live editing of JS/CSS using Chrome/Safari and your favourite editor</li>
</ul>
<p>I promise to start processing some of the older talks we have recorded and post them up somewhere.</p>
</div>
<div class="entrymeta">
<div class="postinfo">
<span class="postedby">Posted by jason on July 8th, 2010</span>
</div>
</div>
</div>
<div class="entry entry-6880">
<div class="entrytitle">
<h2><a href="2010/6/3/sydney-meetup-june-2010.html">Sydney Meetup June 2010</a></h2>
</div>
<div class="entrybody">
<p>Announcing the June meetup for Sydney aka rorosyd.</p>
<p>Tuesday June 8, at the <a href="http://tinyurl.com/6emfna">Trinity Bar – 505 Crown St, Surry Hills, <span class="caps">NSW 2010</span></a> (upstairs)
6:30 for a 7pm start!</p>
<p>We have 3 presentation length (15min) talks:</p>
<ul>
<li>Ryan – Using ARel with Rails 2</li>
<li>Andrew Grimm – I went to Railscamp, and all I got was a lousy t-shirt</li>
<li>Luke Chadwick – Ruby and Content Management</li>
</ul>
<p>If you’re interested in showcasing a demo of something you’ve built recently, or a plugin or gem or code you think is cool – <a href="http://bit.ly/Wut7s">head on over to the wiki</a> and put yourself down for a 5min lightning demo (5min is a very short period of time)</p>
<p>Looking forward to seeing you there!</p>
</div>
<div class="entrymeta">
<div class="postinfo">
<span class="postedby">Posted by jason on June 4th, 2010</span>
</div>
</div>
</div>
<div class="entry entry-6877">
<div class="entrytitle">
<h2><a href="2010/5/5/sydney-meetup-may-2010.html">Sydney Meetup May 2010</a></h2>
</div>
<div class="entrybody">
<p>Announcing the May meetup for Sydney aka rorosyd.</p>
<p>Tuesday May 11, at the <a href="http://tinyurl.com/6emfna">Trinity Bar – 505 Crown St, Surry Hills, <span class="caps">NSW 2010</span></a> (upstairs)
6:30 for a 7pm start!</p>
<p>We have 3 presentation length (15min) talks:</p>
<ul>
<li>Lachie Cox – AngryMob (a real talk to a real mob)</li>
<li>Mikel Lindsaar – ActiveRecord Relation Model in Rails 3</li>
<li>Chis Lloyd – Failing Exams: The definitive guide</li>
</ul>
We also have three lightning talks (5min) on:
<ul>
<li>Navin Keswani – A flickr notifier app</li>
<li>Andrew Grimm – Only you can prevent Cthulhu</li>
<li>Tim Riley – Authenticating to Facebook using OAuth2 and the new Graph <span class="caps">API</span></li>
</ul>
<p>Looking forward to seeing you there!</p>
</div>
<div class="entrymeta">
<div class="postinfo">
<span class="postedby">Posted by jason on May 5th, 2010</span>
</div>
</div>
</div>
</div>
<div id="sidebar">
<h2>Search</h2>
<form method="get" id="sform" action="http://rubyonrails.com.au/search">
<input type="text" id="q" value="" name="q" size="15" />
</form>
<h2>Supported By</h2>
<ul>
<li><a href="http://www.trinitybar.com.au"><img src="images/trinity-bar_170x31.jpg" alt="Trinity Bar, Surry Hills" border="0" /></a></li>
</ul>
<h2>Categories</h2>
<ul>
<li><a href="index.html">Home</a></li><li><a class="selected" href="sydney-meetups.html">Sydney Meetups</a></li><li><a href="melbourne-meetups.html">Melbourne Meetups</a></li><li><a href="adelaide-meetups.html">Adelaide Meetups</a></li><li><a href="perth-meetups.html">Perth Meetups</a></li><li><a href="brisbane-meetups.html">Brisbane Meetups</a></li><li><a href="canberra-meetups.html">Canberra Meetups</a></li><li><a href="new-zealand-meetups.html">New Zealand Meetups</a></li><li><a href="railscamp.html">RailsCamp</a></li>
</ul>
<h2>Resources</h2>
<ul>
<li><a href="http://wiki.rubyonrails.com.au">wiki</a></li>
<li><a href="http://faces.rubyonrails.com.au">RoRo People</a></li>
<li><a href="http://groups.google.com/group/rails-oceania/">Google Group</a></li>
<li><a href="http://code.google.com/p/rails-oceania/">Google Code<a></li>
<li><a href="http://rubyforge.org/projects/rails-oceania/">Community Code</a></li>
<li><a href="irc://freenode.net/roro">#roro on irc</a></li>
</ul>
<h2>Events</h2>
<ul>
<li><a target="_blank" href="http://www.google.com/calendar/[email protected]"><img src="http://www.google.com/calendar/images/ext/gc_button1_en.gif" border=0></a></li>
</ul>
<div id="beer">
Code Rails,<br/>
Drink Beer,<br/>
Be Happy.<br/>
</div>
</div>
</div>
<div id="footer">Rails™ trademark property of David™ Heinemeier™ Hansson™. RoRo™ is not affiliated with the trademark owner. Powered by <a href="http://mephistoblog.com/">Mephisto</a>. Hosted lovingly by <a href="http://segpub.net">SegPub</a></div>
</body>
</html>