Changes

Changes feed

Show: All | Calagator::Events | Calagator::Sources | Calagator::Venues

Time Attribute with previous and current values
Change #32315
2015-02-04
11:13:10

destroy Calagator::Event 1250467713 Code 'n' Splode Monthly Meeting Roll back

Change #32314
2015-02-04
10:57:03

update Calagator::Event 1250467780 Tell a Better Story: Ignite Change Roll back

locked nil false
venue_details 1345 SW Burlington Drive Beaverton, OR 97006 Conference Room: RG2 Windrunner Conference Room: RG2 Windrunner Take Jay Street from either 158th or Jenkins. Turn onto Burlington, then take the first left. Building is on the right facing 158th.
Change #32312
2015-02-04
10:52:27

create Calagator::Event 1250467780 Tell a Better Story: Ignite Change Roll back

description nil The DAMA Portland Chapter is dedicated to delivering thought provoking, data-centric presentations that will make you more successful in your job. If you want to be remembered when you leave the room, tell a story. Gone are the days when people will willingly do something just because you put together a PowerPoint presentation with great facts and logic. This month’s session will teach you how to unite an idea (often your facts and logic) with emotion to help influence others to take on change. Through a series of fun, engaging exercises, learn how to more easily influence stakeholders, peers, and others. No previous storytelling skills required. <h3>About the Presenter</h3> As Founder and CEO of Positive Disruption, Kim LaFever specializes in working with teams in transition. By leveraging the power of team performance tools, the latest research on the science of change, and her leadership experience within Fortune 100 companies, she helps teams navigate change faster, with less stress, more resilience, and better results. Kim founded Positive Disruption to provide clients with tools and training to help teams improve their quality and speed of delivery, communicate better, move through change more quickly, and stop the madness of “Groundhog Day” where teams seem to have the same meetings over and over again without really getting anywhere. As a motivational and keynote speaker, Kim delivers presentations and training workshops on communication, leadership, transition and change to large corporations, professional organizations, athletic teams, and community groups. <h3>Registration Required</h3> Please register at the DAMA PDX site (continental breakfast served) <p> Free for members and employees of corporate members. </p><p> $15 for guests to help cover speaker costs and refreshments. See the DAMA PDX site for a list of corporate members. </p>
end_time nil 2015-02-17 11:00:00 -0800
id nil 1250467780
start_time nil 2015-02-17 08:00:00 -0800
title nil Tell a Better Story: Ignite Change
url nil http://www.damapdx.org/
venue_details nil 1345 SW Burlington Drive Beaverton, OR 97006 Conference Room: RG2 Windrunner
venue_id nil 202394826
Change #32310
2015-02-03
21:47:05

update Calagator::Event 1250467779 Learning Go(lang) Workshop Roll back

end_time 2015-02-03 23:00:00 -0800 2015-02-12 20:30:00 -0800
locked nil false
start_time 2015-02-03 22:00:00 -0800 2015-02-12 18:00:00 -0800
Change #32308
2015-02-03
21:44:08

create Calagator::Event 1250467779 Learning Go(lang) Workshop Roll back

description nil Gather with fellow Gophers for an evening of Talks and discussion around Golang! All experience levels welcome, but night will focus on learning Go! If you're interested in something more advanced and less hands on come to our [Talk night](http://www.meetup.com/PDX-Go/events/219844299/) and learn about CoreOS's Rocket on February 10th. This February gets the extra fortune of having a second night thanks to a special guest being in town. So there will be two nights; advanced and beginner oriented! The advanced night will be the standard time Second Tuesday Feb 10th, and special beginner night on Thursday the 12th. Workshop night for Beginners: [Francesc Campoy Flores](https://twitter.com/francesc) from Google will be in town for advocacy events and will run a beginner Go workshop! The topic has yet to be finalized, but the workshop will take someone unfamiliar with Go and work through a fun project as a group in around two hours. An example project for the curious(not necessarily the actual project): [Simple link sharing app](http://go-talks.appspot.com/github.com/sourcegraph/gophurls/talk/talk.slide#1) More details will be announced once topics are finalized! PS: Check the meetup page for the latest updates.
end_time nil 2015-02-03 23:00:00 -0800
id nil 1250467779
start_time nil 2015-02-03 22:00:00 -0800
title nil Learning Go(lang) Workshop
url nil http://www.meetup.com/PDX-Go/events/220245889/
venue_details nil We'll have someone opening the door, and letting people up to our fourth floor office.
venue_id nil 202394825
Change #32306
2015-02-03
19:47:08

update Calagator::Event 1250467546 Code 'n' Splode Monthly Meeting Roll back

Change #32305
2015-02-03
19:46:43

update Calagator::Event 1250467530 Women Who Hack Roll back

Change #32304
2015-02-03
19:21:07

update Calagator::Event 1250467713 Code 'n' Splode Monthly Meeting Roll back

Change #32303
2015-02-03
19:20:59

create Calagator::Event 1250467598 Nike Women's Hackathon: Hack Like a Girl Roll back

description nil Hack Like a Girl! Web designers and developers of all levels are invited to attend the first Nike Women's Hackathon. Work on a fun project in small teams for a day with other women in tech. T-shirts, prizes and food will be provided. Feb 21st 10-3pm. RSVP today at http://nikehackathon.splashthat.com
end_time nil 2015-02-21 15:00:00 -0800
id nil 1250467598
start_time nil 2015-02-21 10:00:00 -0800
title nil Nike Women's Hackathon: Hack Like a Girl
url nil http://nikehackathon.splashthat.com
venue_id nil 202394784
Change #32302
2015-02-03
19:20:33

create Calagator::Event 1250467710 Introduction To Object-Oriented Programming With PHP Roll back

description nil <p>For many programmers, object-oriented programming is a frightening concept, full of complicated syntax and other roadblocks. We'll be learning the concepts behind object-oriented programming (OOP), a style of coding in which related actions are grouped into classes to aid in creating more-compact, effective code.</p> <p>Understanding Object-Oriented Programming</p> <p>Object-oriented programming is a style of coding that allows developers to group similar tasks into classes. This helps keep code following the tenet "don't repeat yourself" (DRY)and easy-to-maintain.</p> <p>"Object-oriented programming is a style of coding that allows developers to group similar tasks into classes."</p> <p>One of the major benefits of DRY programming is that, if a piece of information changes in your program, usually only one change is required to update the code. One of the biggest nightmares for developers is maintaining code where data is declared over and over again, meaning any changes to the program become an infinitely more frustrating game of Where's Waldo? as they hunt for duplicated data and functionality.</p> <p>OOP is intimidating to a lot of developers because it introduces new syntax and, at a glance, appears to be far more complex than simple procedural, or inline, code. However, upon closer inspection, OOP is actually a very straightforward and ultimately simpler approach to programming</p> <p><br>Why PHP?</p> <p>Besides the fact that it is my programming language of choice, there are two reasons to start with PHP.</p> <p>PHP is widely used</p> <p>PHP is likely the most widely used server-side programming language (see this article, for example). It’s used on millions of servers world wide.</p> <p>PHP is very popular in the open source world, where applications like WordPress and Drupal live. One reason is that PHP is itself open source.</p> <p>This means that your PHP skills will have value to many different people (including you!).</p> <p>PHP is (relatively) easy to learn</p> <p>Make no mistake: programming is hard. For most people, anyway.</p> <p>What people have trouble with is not the programming languages, but the way of thinking about program design. This only comes with practice, practice, and more practice.</p> <p>But still, some languages are easier to learn than others. Java is one of the more difficult. It’s a good language, but it’s very structured, and hard for beginners to get started with.</p> <p>Two of the easiest languages to learn are JavaScript and PHP. Even a few lines of JavaScript and PHP can do useful things. You can start writing programs quickly, without having to learn of lot of stuff first.</p> <p>What you will need:</p> <p>1. A computer<br>2. A development environment for PHP.</p> <p><br>If you don't have a anything yet, never fear.</p> <p>Download the latest version of VirtualBox from here <a href="https://www.virtualbox.org/wiki/Downloads" class="linkified">https://www.virtualbox.org/wiki/Downloads</a><br>Download the latest version of Vagrant from here. <a href="http://www.vagrantup.com/downloads.html" class="linkified">http://www.vagrantup.com/downloads.html</a></p> <p>I will be posting a setup file shortly so with simple instructions to get you development environment up and running. If you want to play around with it yourself, check out <a href="https://puphpet.com" class="linkified">https://puphpet.com</a></p> <p>Finally</p> <p>I'm excited to work with you all and building our skills together. If you have any questions or concerns, please let me know :-)</p> <p>Alena</p>
id nil 1250467710
source_id nil 996335239
start_time nil 2015-02-10 18:00:00 -0800
title nil Introduction To Object-Oriented Programming With PHP
url nil http://www.meetup.com/Women-Who-Code-Portland/events/219973247/
venue_id nil 202394313
Change #32301
2015-02-03
19:20:28

create Calagator::Event 1250467713 Code 'n' Splode Monthly Meeting Roll back

description nil Topic: TBD Speaker: All? **Note: Code-n-Splode (CnS) is a women-focused group. All self-identified women and genderqueer persons are invited to attend and participate, and men are welcome as the guest of a female participant. For more information, visit our website, or send an email to <a href="http://groups.google.com/group/code-n-splode">our list</a>.
end_time nil 2015-03-24 20:30:00 -0700
id nil 1250467547
start_time nil 2015-03-24 19:00:00 -0700
title nil Code 'n' Splode Monthly Meeting
url nil http://codeandsplode.org/
venue_id nil 202393905
Change #32300
2015-02-03
19:20:24

create Calagator::Event 1250467713 Javascript Study Group and Hack Night (now with more than intro fun!) Roll back

description nil <p>We will be meeting up for a JavaScript Study Group.</p> <p>An intro to JavaScript class will be taught for anyone who is looking to get into programming.</p> <p>There will also be an intermediate group project to work on to hone your skills together. The intermediate group will work on Conway's Game of Life and or Fiz Buzz to tackle some classic coding problems together.<br>Game of Life: <a href="http://www.devblogrbmz.com/writing-conways-game-of-life-in-javascript-using-tdd-pt-1/" class="linkified">http://www.devblogrbmz.com/writing-conways-game-of-life-in-javascript-using-tdd-pt-1/</a><br>FizzBuzz: <a href="http://www.codecademy.com/courses/fizzbuzz/2/1" class="linkified">http://www.codecademy.com/courses/fizzbuzz/2/1</a></p> <p>Finger food will be provided. Please bring your own laptop or tablet if you would like to come to the JavaScript class. Come for some good company and bring a project to work on. We'll be here to bounce ideas off each other and continue to work out what we would like to run as a community.</p> <p>For those of your interested in getting started in programming, feel free to check out the resources below. Bring your questions and confusion and we'll help you clear things up! JavaScript Getting Started Resources:</p> <p><a href="https://www.codeschool.com/courses/javascript-road-trip-part-1" class="linkified">https://www.codeschool.com/courses/javascript-road-trip-part-1</a></p> <p><a href="http://www.codecademy.com/en/tracks/javascript" class="linkified">http://www.codecademy.com/en/tracks/javascript</a></p> <p> Advanced Beginners can start in on some Coder Projects:</p> <p><a href="http://googlecreativelab.github.io/coder-projects/projects/night_and_day/"></a><a href="http://googlecreativelab.github.io/coder-projects/projects/night_and_day/" class="linkified">http://googlecreativelab.github.io/coder-projects/projects/night_and_day/</a></p> <p><br>and</p> <p><a href="http://googlecreativelab.github.io/coder-projects/projects/music_boxes/"></a><a href="http://googlecreativelab.github.io/coder-projects/projects/music_boxes/" class="linkified">http://googlecreativelab.github.io/coder-projects/projects/music_boxes/</a></p>
id nil 1250467713
locked nil true
source_id nil 996335243
start_time nil 2015-03-04 18:00:00 -0800
title nil Javascript Study Group and Hack Night (now with more than intro fun!)
url nil http://www.meetup.com/Women-Who-Code-Portland/events/219760397/
venue_id nil 202395100
Change #32299
2015-02-03
19:20:15

create Calagator::Event 1250467712 Javascript Study Group and Hack Night (now with more than intro fun!) Roll back

description nil <p>We will be meeting up for a JavaScript Study Group.</p> <p>An intro to JavaScript class will be taught for anyone who is looking to get into programming.</p> <p>There will also be an intermediate group project to work on to hone your skills together. The intermediate group will work on Conway's Game of Life and or Fiz Buzz to tackle some classic coding problems together.<br>Game of Life: <a href="http://www.devblogrbmz.com/writing-conways-game-of-life-in-javascript-using-tdd-pt-1/" class="linkified">http://www.devblogrbmz.com/writing-conways-game-of-life-in-javascript-using-tdd-pt-1/</a><br>FizzBuzz: <a href="http://www.codecademy.com/courses/fizzbuzz/2/1" class="linkified">http://www.codecademy.com/courses/fizzbuzz/2/1</a></p> <p>Finger food will be provided. Please bring your own laptop or tablet if you would like to come to the JavaScript class. Come for some good company and bring a project to work on. We'll be here to bounce ideas off each other and continue to work out what we would like to run as a community.</p> <p>For those of your interested in getting started in programming, feel free to check out the resources below. Bring your questions and confusion and we'll help you clear things up! JavaScript Getting Started Resources:</p> <p><a href="https://www.codeschool.com/courses/javascript-road-trip-part-1" class="linkified">https://www.codeschool.com/courses/javascript-road-trip-part-1</a></p> <p><a href="http://www.codecademy.com/en/tracks/javascript" class="linkified">http://www.codecademy.com/en/tracks/javascript</a></p> <p> Advanced Beginners can start in on some Coder Projects:</p> <p><a href="http://googlecreativelab.github.io/coder-projects/projects/night_and_day/"></a><a href="http://googlecreativelab.github.io/coder-projects/projects/night_and_day/" class="linkified">http://googlecreativelab.github.io/coder-projects/projects/night_and_day/</a></p> <p><br>and</p> <p><a href="http://googlecreativelab.github.io/coder-projects/projects/music_boxes/"></a><a href="http://googlecreativelab.github.io/coder-projects/projects/music_boxes/" class="linkified">http://googlecreativelab.github.io/coder-projects/projects/music_boxes/</a></p>
id nil 1250467712
source_id nil 996335242
start_time nil 2015-02-18 18:00:00 -0800
title nil Javascript Study Group and Hack Night (now with more than intro fun!)
url nil http://www.meetup.com/Women-Who-Code-Portland/events/219716528/
venue_id nil 202394792
Change #32298
2015-02-03
19:20:10

create Calagator::Event 1250467546 Code 'n' Splode Monthly Meeting Roll back

description nil Topic: TBD Speaker: All? **Note: Code-n-Splode (CnS) is a women-focused group. All self-identified women and genderqueer persons are invited to attend and participate, and men are welcome as the guest of a female participant. For more information, visit our website, or send an email to <a href="http://groups.google.com/group/code-n-splode">our list</a>.
end_time nil 2015-02-24 20:30:00 -0800
id nil 1250467546
start_time nil 2015-02-24 19:00:00 -0800
title nil Code 'n' Splode Monthly Meeting
url nil http://codeandsplode.org/
venue_id nil 202393905
Change #32297
2015-02-03
19:19:26

create Calagator::Event 1250467713 Javascript Study Group and Hack Night (now with more than intro fun!) Roll back

description nil <p>We will be meeting up for a JavaScript Study Group.</p> <p>An intro to JavaScript class will be taught for anyone who is looking to get into programming.</p> <p>There will also be an intermediate group project to work on to hone your skills together. The intermediate group will work on Conway's Game of Life and or Fiz Buzz to tackle some classic coding problems together.<br>Game of Life: <a href="http://www.devblogrbmz.com/writing-conways-game-of-life-in-javascript-using-tdd-pt-1/" class="linkified">http://www.devblogrbmz.com/writing-conways-game-of-life-in-javascript-using-tdd-pt-1/</a><br>FizzBuzz: <a href="http://www.codecademy.com/courses/fizzbuzz/2/1" class="linkified">http://www.codecademy.com/courses/fizzbuzz/2/1</a></p> <p>Finger food will be provided. Please bring your own laptop or tablet if you would like to come to the JavaScript class. Come for some good company and bring a project to work on. We'll be here to bounce ideas off each other and continue to work out what we would like to run as a community.</p> <p>For those of your interested in getting started in programming, feel free to check out the resources below. Bring your questions and confusion and we'll help you clear things up! JavaScript Getting Started Resources:</p> <p><a href="https://www.codeschool.com/courses/javascript-road-trip-part-1" class="linkified">https://www.codeschool.com/courses/javascript-road-trip-part-1</a></p> <p><a href="http://www.codecademy.com/en/tracks/javascript" class="linkified">http://www.codecademy.com/en/tracks/javascript</a></p> <p> Advanced Beginners can start in on some Coder Projects:</p> <p><a href="http://googlecreativelab.github.io/coder-projects/projects/night_and_day/"></a><a href="http://googlecreativelab.github.io/coder-projects/projects/night_and_day/" class="linkified">http://googlecreativelab.github.io/coder-projects/projects/night_and_day/</a></p> <p><br>and</p> <p><a href="http://googlecreativelab.github.io/coder-projects/projects/music_boxes/"></a><a href="http://googlecreativelab.github.io/coder-projects/projects/music_boxes/" class="linkified">http://googlecreativelab.github.io/coder-projects/projects/music_boxes/</a></p>
id nil 1250467713
locked nil true
source_id nil 996335243
start_time nil 2015-03-04 18:00:00 -0800
title nil Javascript Study Group and Hack Night (now with more than intro fun!)
url nil http://www.meetup.com/Women-Who-Code-Portland/events/219760397/
venue_id nil 202395100
Change #32296
2015-02-03
19:18:12

create Calagator::Event 1250467711 Javascript Study Group and Hack Night (now with more than intro fun!) Roll back

description nil <p>We will be meeting up for a JavaScript Study Group.</p> <p>An intro to JavaScript class will be taught for anyone who is looking to get into programming.</p> <p>There will also be an intermediate group project to work on to hone your skills together. The intermediate group will work on Conway's Game of Life and or Fiz Buzz to tackle some classic coding problems together.<br>Game of Life: <a href="http://www.devblogrbmz.com/writing-conways-game-of-life-in-javascript-using-tdd-pt-1/" class="linkified">http://www.devblogrbmz.com/writing-conways-game-of-life-in-javascript-using-tdd-pt-1/</a><br>FizzBuzz: <a href="http://www.codecademy.com/courses/fizzbuzz/2/1" class="linkified">http://www.codecademy.com/courses/fizzbuzz/2/1</a></p> <p>Finger food will be provided. Please bring your own laptop or tablet if you would like to come to the JavaScript class. Come for some good company and bring a project to work on. We'll be here to bounce ideas off each other and continue to work out what we would like to run as a community.</p> <p>For those of your interested in getting started in programming, feel free to check out the resources below. Bring your questions and confusion and we'll help you clear things up! JavaScript Getting Started Resources:</p> <p><a href="https://www.codeschool.com/courses/javascript-road-trip-part-1" class="linkified">https://www.codeschool.com/courses/javascript-road-trip-part-1</a></p> <p><a href="http://www.codecademy.com/en/tracks/javascript" class="linkified">http://www.codecademy.com/en/tracks/javascript</a></p> <p> Advanced Beginners can start in on some Coder Projects:</p> <p><a href="http://googlecreativelab.github.io/coder-projects/projects/night_and_day/"></a><a href="http://googlecreativelab.github.io/coder-projects/projects/night_and_day/" class="linkified">http://googlecreativelab.github.io/coder-projects/projects/night_and_day/</a></p> <p><br>and</p> <p><a href="http://googlecreativelab.github.io/coder-projects/projects/music_boxes/"></a><a href="http://googlecreativelab.github.io/coder-projects/projects/music_boxes/" class="linkified">http://googlecreativelab.github.io/coder-projects/projects/music_boxes/</a></p>
id nil 1250467711
source_id nil 996335241
start_time nil 2015-02-04 18:00:00 -0800
title nil Javascript Study Group and Hack Night (now with more than intro fun!)
url nil http://www.meetup.com/Women-Who-Code-Portland/events/219711365/
venue_id nil 202394792
Change #32295
2015-02-03
19:17:52

create Calagator::Event 1250467530 Women Who Hack Roll back

description nil This will be a casual get together for women who want to hack on projects with or around other women. All types of projects (software and hardware), languages, platforms and experience levels are welcome. Remember, no experience is an experience level! Don't have anything to work on? Come, and we'll help you find a project! What you should bring: * Your laptop or other equipment * Yourself! We'll provide: * the space, including lots of seating and tables * internet * some snacks, including gluten-free and vegan options. Our goal is to support local women hackers (and aspiring hackers) by providing a safe, welcoming environment in which you can connect with and learn from each other. We're kid-friendly, too, so feel free to bring your children with you. Women Who Hack is open to all self-identified women and genderqueer persons, as well as accompanied children of all genders. All participants of Women Who Hack agree to follow the <a href="http://citizencodeofconduct.org/">Citizen Code of Conduct</a>. Questions? Get in touch: [email protected]. Our Google Group is <a href="https://groups.google.com/forum/#!forum/women-who-hack">https://groups.google.com/forum/#!forum/women-who-hack</a>.
end_time nil 2015-02-22 17:00:00 -0800
id nil 1250467530
start_time nil 2015-02-22 13:00:00 -0800
title nil Women Who Hack
url nil http://womenwhohack.org
venue_details nil The building entrance is on Couch, in the middle of the block next to Peet's Coffee. External doors and elevators will be locked, so you'll need to call/text a number that will be posted on the door.
venue_id nil 202394724
Change #32294
2015-02-03
19:15:47

create Calagator::Event 1250467713 Javascript Study Group and Hack Night (now with more than intro fun!) Roll back

description nil <p>We will be meeting up for a JavaScript Study Group.</p> <p>An intro to JavaScript class will be taught for anyone who is looking to get into programming.</p> <p>There will also be an intermediate group project to work on to hone your skills together. The intermediate group will work on Conway's Game of Life and or Fiz Buzz to tackle some classic coding problems together.<br>Game of Life: <a href="http://www.devblogrbmz.com/writing-conways-game-of-life-in-javascript-using-tdd-pt-1/" class="linkified">http://www.devblogrbmz.com/writing-conways-game-of-life-in-javascript-using-tdd-pt-1/</a><br>FizzBuzz: <a href="http://www.codecademy.com/courses/fizzbuzz/2/1" class="linkified">http://www.codecademy.com/courses/fizzbuzz/2/1</a></p> <p>Finger food will be provided. Please bring your own laptop or tablet if you would like to come to the JavaScript class. Come for some good company and bring a project to work on. We'll be here to bounce ideas off each other and continue to work out what we would like to run as a community.</p> <p>For those of your interested in getting started in programming, feel free to check out the resources below. Bring your questions and confusion and we'll help you clear things up! JavaScript Getting Started Resources:</p> <p><a href="https://www.codeschool.com/courses/javascript-road-trip-part-1" class="linkified">https://www.codeschool.com/courses/javascript-road-trip-part-1</a></p> <p><a href="http://www.codecademy.com/en/tracks/javascript" class="linkified">http://www.codecademy.com/en/tracks/javascript</a></p> <p> Advanced Beginners can start in on some Coder Projects:</p> <p><a href="http://googlecreativelab.github.io/coder-projects/projects/night_and_day/"></a><a href="http://googlecreativelab.github.io/coder-projects/projects/night_and_day/" class="linkified">http://googlecreativelab.github.io/coder-projects/projects/night_and_day/</a></p> <p><br>and</p> <p><a href="http://googlecreativelab.github.io/coder-projects/projects/music_boxes/"></a><a href="http://googlecreativelab.github.io/coder-projects/projects/music_boxes/" class="linkified">http://googlecreativelab.github.io/coder-projects/projects/music_boxes/</a></p>
id nil 1250467713
locked nil true
source_id nil 996335243
start_time nil 2015-03-04 18:00:00 -0800
title nil Javascript Study Group and Hack Night (now with more than intro fun!)
url nil http://www.meetup.com/Women-Who-Code-Portland/events/219760397/
venue_id nil 202395100
Change #32293
2015-02-03
18:16:37

create Calagator::Event 1250467778 AgilePDX Westside (morning) - Agile is Everywhere - Lightning Talks Roll back

description nil Are you ready for a new fast-paced format idea? We are bringing in 6 speakers with fantastic stories around the use of Agile in non-traditional projects. Each speaker will offer a fast-paced 5 minute presentation, with another 3-5 minutes allocated for questions. Please join us for a rousing round of lightning talks on the following topics: <b>Agile stories from the underground (sewers, that is)</b> - <i>Mark Liebe</i><br><b>Process Design using the 'Agile Periodic Table' Approach</b> – <i>Megan Miller</i><br><b>Agile Civil Engineering</b> – <i>Alicia Lanier</i><br><b>Family Activity Planning Wall </b>- <i>Sarah Francaviglia</i><br><b>The Agile Attorney </b>– <i>John Grant III</i><br><b>Home Remodeling, On Track with Agile </b>– <i>Diane Bradley</i><br> We'll begin at 7:45 with "The Buzz". Bring your recent links, books, or other tibits to share and txt them to the facilitator. We will present them on screen and collect to send to the AgilePDX mailer.
end_time nil 2015-02-10 09:00:00 -0800
id nil 1250467778
start_time nil 2015-02-10 07:45:00 -0800
title nil AgilePDX Westside (morning) - Agile is Everywhere - Lightning Talks
url nil http://agilepdx.org
venue_details nil PLEASE NOTE NEW LOCATION (Intel Hawthorne Farms Bldg 3 Auditorium). From Cornell take Elam Young Parkway using the WEST intersection, not the EAST (Elam Young intersects with Cornell on both sides of the Intel campus). Turn in to the first driveway into the Intel parking lot off of Elam Young Parkway. Straight ahead is the entrance for HF3 and the auditorium. Guest parking will be near the entrance.
venue_id nil 202393774
Change #32292
2015-02-03
16:13:02

update Calagator::Event 1250467774 Learn Ruby PDX Meetup Roll back

end_time 2015-02-05 13:00:00 -0800 2015-02-05 20:30:00 -0800
locked nil false
start_time 2015-02-05 12:00:00 -0800 2015-02-05 18:30:00 -0800
Change #32291
2015-02-03
15:52:28

destroy Calagator::Event 1250467713 Code 'n' Splode Monthly Meeting Roll back

Change #32290
2015-02-03
15:52:07

update Calagator::Event 1250467713 Code 'n' Splode Monthly Meeting Roll back

Change #32289
2015-02-03
15:51:48

create Calagator::Event 1250467713 Code 'n' Splode Monthly Meeting Roll back

description nil Topic: TBD Speaker: All? **Note: Code-n-Splode (CnS) is a women-focused group. All self-identified women and genderqueer persons are invited to attend and participate, and men are welcome as the guest of a female participant. For more information, visit our website, or send an email to <a href="http://groups.google.com/group/code-n-splode">our list</a>.
end_time nil 2015-03-24 20:30:00 -0700
id nil 1250467547
start_time nil 2015-03-24 19:00:00 -0700
title nil Code 'n' Splode Monthly Meeting
url nil http://codeandsplode.org/
venue_id nil 202393905
Change #32288
2015-02-03
15:09:02

destroy Calagator::Event 1250467713 Code 'n' Splode Monthly Meeting Roll back

Change #32287
2015-02-03
15:08:24

destroy Calagator::Event 1250467598 Nike Women's Hackathon: Hack Like a Girl Roll back

Change #32286
2015-02-03
15:07:18

destroy Calagator::Event 1250467710 Introduction To Object-Oriented Programming With PHP Roll back

Change #32285
2015-02-03
15:05:50

destroy Calagator::Event 1250467713 Javascript Study Group and Hack Night (now with more than intro fun!) Roll back

Change #32284
2015-02-03
15:05:30

destroy Calagator::Event 1250467713 Javascript Study Group and Hack Night (now with more than intro fun!) Roll back

Change #32283
2015-02-03
15:05:09

destroy Calagator::Event 1250467712 Javascript Study Group and Hack Night (now with more than intro fun!) Roll back

Change #32282
2015-02-03
15:04:35

destroy Calagator::Event 1250467546 Code 'n' Splode Monthly Meeting Roll back

Change #32281
2015-02-03
15:03:17

destroy Calagator::Event 1250467713 Women Who Hack Roll back

Change #32280
2015-02-03
15:02:55

destroy Calagator::Event 1250467711 Javascript Study Group and Hack Night (now with more than intro fun!) Roll back

Change #32279
2015-02-03
14:57:55

destroy Calagator::Event 1250467530 Women Who Hack Roll back

Change #32276
2015-02-03
14:00:58

create Calagator::Event 1250467777 AngularJS Coding Night Roll back

description nil <p>Let's get together and code something. New for 2015 we will be providing coding examples and projects. This is a chance to get help or help others.</p>
id nil 1250467777
source_id nil 996335251
start_time nil 2015-02-04 17:00:00 -0800
title nil AngularJS Coding Night
url nil http://www.meetup.com/AngularJS-Portland/events/219643763/
venue_id nil 202394824
Change #32273
2015-02-03
13:29:14

update Calagator::Event 1250467776 Tour of the SE Sharing Communities Roll back

description Sharing Economy is here. Learn about it. Together we will explore PORTLAND SE TOOL LIBRARY and KITCHEN SHARE. Both or nonprofit organization dedicated to creating a more sustainable and accessible ways of sharing things within the your local community. Event is FREE. Sharing Economy is here. Learn about it. Together we will explore PORTLAND SE TOOL LIBRARY and KITCHEN SHARE. Both are nonprofit organization dedicated to creating a more sustainable and accessible ways of sharing things within the your local community. Event is FREE.
url http://www.koin.be
Change #32272
2015-02-03
13:22:26

create Calagator::Event 1250467776 Tour of the SE Sharing Communities Roll back

description nil Sharing Economy is here. Learn about it. Together we will explore PORTLAND SE TOOL LIBRARY and KITCHEN SHARE. Both or nonprofit organization dedicated to creating a more sustainable and accessible ways of sharing things within the your local community. Event is FREE.
end_time nil 2015-02-07 12:00:00 -0800
id nil 1250467776
start_time nil 2015-02-07 10:30:00 -0800
title nil Tour of the SE Sharing Communities
url nil http://www.koin.be
venue_id nil 202394823
Change #32270
2015-02-03
12:27:06

update Calagator::Event 1250467775 TiE Oregon Pitch Club Roll back

description Join us for another edition of TiE Oregon Pitch Club! Pitch Club offers an open, supportive environment for entrepreneurs to practice their pitches and get actionable and constructive feedback. Bring you presentation and plug into the A/V system, or pitch without a slide deck. Or, come check out new companies and ideas, and provide feedback to the presenters! All kinds of pitches are welcome: elevator-, concept-, sales-, co-founder-, or investor pitches. Watch this space for registration info! Join us for another edition of TiE Oregon Pitch Club! Pitch Club offers an open, supportive environment for entrepreneurs to practice their pitches and get actionable and constructive feedback. Bring your presentation and plug into the A/V system, or pitch without a slide deck. Or, come check out new companies and ideas, and provide feedback to the presenters! All kinds of pitches are welcome: elevator-, concept-, sales-, co-founder-, or investor pitches. Watch this space for registration info!
locked nil false
Change #32269
2015-02-03
12:26:22

update Calagator::Event 1250467775 TiE Oregon Pitch Club Roll back

description Join us for TiE Oregon Pitch Club! Pitch Club offers an open, supportive environment for entrepreneurs to practice their pitches and get actionable and constructive feedback. Bring you presentation and plug into the A/V system, or pitch without a slide deck. Or, come check out new companies and ideas, and provide feedback to the presenters! All kinds of pitches are welcome: elevator-, concept-, sales-, co-founder-, or investor pitches. Join us for another edition of TiE Oregon Pitch Club! Pitch Club offers an open, supportive environment for entrepreneurs to practice their pitches and get actionable and constructive feedback. Bring you presentation and plug into the A/V system, or pitch without a slide deck. Or, come check out new companies and ideas, and provide feedback to the presenters! All kinds of pitches are welcome: elevator-, concept-, sales-, co-founder-, or investor pitches. Watch this space for registration info!
Change #32268
2015-02-03
12:25:10

create Calagator::Event 1250467775 TiE Oregon Pitch Club Roll back

description nil Join us for TiE Oregon Pitch Club! Pitch Club offers an open, supportive environment for entrepreneurs to practice their pitches and get actionable and constructive feedback. Bring you presentation and plug into the A/V system, or pitch without a slide deck. Or, come check out new companies and ideas, and provide feedback to the presenters! All kinds of pitches are welcome: elevator-, concept-, sales-, co-founder-, or investor pitches.
end_time nil 2015-03-26 20:30:00 -0700
id nil 1250467775
start_time nil 2015-03-26 17:30:00 -0700
title nil TiE Oregon Pitch Club
venue_id nil 202393394
Change #32267
2015-02-03
12:00:14

create Calagator::Event 1250467774 Learn Ruby PDX Meetup Roll back

description nil Second in a series: Learn Ruby PDX meetup. The format has one hour following a curriculum, and one hour of discussion on concepts that apply to more advanced students, and then we will be retiring to Baily's taproom for beers afterwards. If you haven't been to the first one, we are still just getting started so we'd love to have you. You can find more information here: http://www.meetup.com/Learn-RUBY-PDX/ We will be meeting at Renewable Funding (400 SW 6th Ave, Ste. 902) this Thursday (Feb 5th). Bring your projects, bring your self. -c.g. http://www.meetup.com/Learn-RUBY-PDX/events/219709618/
end_time nil 2015-02-05 13:00:00 -0800
id nil 1250467774
start_time nil 2015-02-05 12:00:00 -0800
title nil Learn Ruby PDX Meetup
url nil http://www.meetup.com/Learn-RUBY-PDX/
venue_details nil Parking is always problematic downtown. Arrive early for better parking, or take mass transit. After 7:15 you will need to send an email to [email protected] for entry.
venue_id nil 202392990
Change #32266
2015-02-03
11:59:10

create Calagator::Event 1250467773 Crowdfunding 101 Roll back

description nil Want to launch your idea,startup and need the support of your community? Crowdfunding might be the solution. Join us for a discussion around crowdfunding. Lets explore what crowdfunding is and what it is not. We will explore the good and the bad of crowdfunding. We ask for a 15$ donation to cover venue and refreshments.
end_time nil 2015-02-04 21:00:00 -0800
id nil 1250467773
start_time nil 2015-02-04 19:00:00 -0800
title nil Crowdfunding 101
url nil http://www.startupgenesis.com
venue_details nil The Old Historic Church. tel. 5037662205.
venue_id nil 202394822
Change #32264
2015-02-03
11:22:07

update Calagator::Event 1250467772 Portland Ruby Brigade monthly meeting Roll back

description We'll have pizza & beer starting at 6pm, so stop by early if you want to have dinner and socialize before the presentations. # PRESENTATIONS at 7pm # After presentations we'll have more socializing time. # Thanks to New Relic for providing the venue and beer, pizza & snacks this month! # ARRIVING BY BIKE? Cyclists are welcome to park their bikes in the New Relic office. Bikes are not allowed in the building lobby, however, and must use the freight elevator. To get your bike up to the 29th floor, enter the building's parking lot by going down the ramp at 5th and Pine. Go past the booth -- no need to pick up a ticket -- and turn right. Go straight until you almost run into the elevator lobby, then go right again. On the back side of the elevator block you'll see a beat up pair of double doors marked "freight elevator." You can get up by buzzing in with the intercom, and saying you're here for New Relic. Ride on up to the 29th floor, you'll easily find the bike parking. <em>ABOUT THE GROUP: The Portland Ruby Brigade, also known as pdxruby and pdx.rb, is a user group for Ruby programmers in the Portland, Oregon area. The group welcomes all programmers interested in the language and its implementations, tools, libraries and frameworks, such as Ruby on Rails. The group has been meeting since August 2002 for presentations, demos and discussions. Every month 35-75 people come together to share their knowledge, projects and enthusiasm for Ruby. If you'd like to present or have a topic you'd like discussed, please post to the <a href="http://groups.google.com/group/pdxruby">mailing list</a>. The group usually meets on the first Tuesday of the month, "Ruby Tuesday" -- see you there! </em> We'll have pizza & beer starting at 6pm, so stop by early if you want to have dinner and socialize before the presentations. # PRESENTATIONS at 7pm ### Justin Burris Potential topics discussed on the mailing list: https://groups.google.com/forum/#!msg/pdxruby/8lom9q82bMo/cy_DvXAgMS8J # After presentations we'll have more socializing time. # Thanks to New Relic for providing the venue and beer, pizza & snacks this month! # ARRIVING BY BIKE? Cyclists are welcome to park their bikes in the New Relic office. Bikes are not allowed in the building lobby, however, and must use the freight elevator. To get your bike up to the 29th floor, enter the building's parking lot by going down the ramp at 5th and Pine. Go past the booth -- no need to pick up a ticket -- and turn right. Go straight until you almost run into the elevator lobby, then go right again. On the back side of the elevator block you'll see a beat up pair of double doors marked "freight elevator." You can get up by buzzing in with the intercom, and saying you're here for New Relic. Ride on up to the 29th floor, you'll easily find the bike parking. <em>ABOUT THE GROUP: The Portland Ruby Brigade, also known as pdxruby and pdx.rb, is a user group for Ruby programmers in the Portland, Oregon area. The group welcomes all programmers interested in the language and its implementations, tools, libraries and frameworks, such as Ruby on Rails. The group has been meeting since August 2002 for presentations, demos and discussions. Every month 35-75 people come together to share their knowledge, projects and enthusiasm for Ruby. If you'd like to present or have a topic you'd like discussed, please post to the <a href="http://groups.google.com/group/pdxruby">mailing list</a>. The group usually meets on the first Tuesday of the month, "Ruby Tuesday" -- see you there! </em>
locked nil false
Change #32263
2015-02-03
11:20:14

create Calagator::Event 1250467772 Portland Ruby Brigade monthly meeting Roll back

description nil We'll have pizza & beer starting at 6pm, so stop by early if you want to have dinner and socialize before the presentations. # PRESENTATIONS at 7pm # After presentations we'll have more socializing time. # Thanks to New Relic for providing the venue and beer, pizza & snacks this month! # ARRIVING BY BIKE? Cyclists are welcome to park their bikes in the New Relic office. Bikes are not allowed in the building lobby, however, and must use the freight elevator. To get your bike up to the 29th floor, enter the building's parking lot by going down the ramp at 5th and Pine. Go past the booth -- no need to pick up a ticket -- and turn right. Go straight until you almost run into the elevator lobby, then go right again. On the back side of the elevator block you'll see a beat up pair of double doors marked "freight elevator." You can get up by buzzing in with the intercom, and saying you're here for New Relic. Ride on up to the 29th floor, you'll easily find the bike parking. <em>ABOUT THE GROUP: The Portland Ruby Brigade, also known as pdxruby and pdx.rb, is a user group for Ruby programmers in the Portland, Oregon area. The group welcomes all programmers interested in the language and its implementations, tools, libraries and frameworks, such as Ruby on Rails. The group has been meeting since August 2002 for presentations, demos and discussions. Every month 35-75 people come together to share their knowledge, projects and enthusiasm for Ruby. If you'd like to present or have a topic you'd like discussed, please post to the <a href="http://groups.google.com/group/pdxruby">mailing list</a>. The group usually meets on the first Tuesday of the month, "Ruby Tuesday" -- see you there! </em>
end_time nil 2015-05-05 22:00:00 -0700
id nil 1250467772
start_time nil 2015-05-05 18:00:00 -0700
title nil Portland Ruby Brigade monthly meeting
url nil http://pdxruby.org/
venue_details nil This meeting: Come on up to the 29th floor. The elevator will be unlocked after 6:00pm.
venue_id nil 202392091
Change #32262
2015-02-03
11:05:44

create Calagator::Event 1250467771 Toolbox for Learning Design Roll back

description nil This interactive workshop will help you create your own toolbox for making learning experiences of any kind. Learn how to create takeaways (handouts, worksheets), amazing slide decks, emphasis with voice and tone, games, interactive group experiences, and more. Learning experiences aren’t just workshops – they’re panels, talks, demo’s, pitches, your business card and website… you name it. You’ll learn how to pull out the right tool at the right time to create a successful, engaging learning experience for any audience.
end_time nil 2015-02-18 19:30:00 -0800
id nil 1250467771
start_time nil 2015-02-18 17:30:00 -0800
title nil Toolbox for Learning Design
url nil http://edifyedu.com/calendar
venue_details nil We'll be in the back conference room!
venue_id nil 202394337
Change #32260
2015-02-03
11:02:46

create Calagator::Event 1250467770 Drink & Meet: Learn about Education Design Roll back

description nil What the heck is education design? Why should I care? (well, you should care because it can make your life easier, help you retain customers, market better, and make your pitches more perfect!) Edify is education design. So what the heck does Edify do? Come find out at our drink & meet! When: Feb. 26, 6-8pm Where: Behind the Museum Cafe 1229 SW 10th Ave Portland, OR 97205 RSVP at the link!
end_time nil 2015-02-26 20:00:00 -0800
id nil 1250467770
start_time nil 2015-02-26 18:00:00 -0800
title nil Drink & Meet: Learn about Education Design
url nil https://docs.google.com/a/edifyedu.com/forms/d/1mvLXLogZ6fgpDGgStnM-jEY9yjFDLEmgXxx16ZZ9ilY/viewform
venue_id nil 202394821
Change #32258
2015-02-03
10:29:52

update Calagator::Event 1250467767 HackPDX Roll back

url http://TBD https://twitter.com/hackpdx
Change #32257
2015-02-03
09:53:48

update Calagator::Event 1250467540 MaptimePDX Roll back

description Welcome to MaptimePDX, a monthly hack and learn meetup for map nerds, geo-geeks, and the spatially inclined. Beginners are very welcome! Our goal is to be inclusive no matter your tech level, so bring your questions, geoprojects, and mapping curiosities. We also highly encourage bringing a laptop so you can get hands-on! ### Agenda * Intro Git * HTML Basics * CSS Basics We recommend you install a text editor with syntax highlighting. Sublime Text and Notepad++ are two popular choices (of many). Let us know if you have something you'd like to teach, ask, show, or hack: * Twitter [@MaptimePDX](https://twitter.com/maptimepdx) * MaptimePDX [Google Group](https://groups.google.com/forum/?authuser=0#!forum/maptimepdx). Welcome to MaptimePDX, a monthly hack and learn meetup for map nerds, geo-geeks, and the spatially inclined. Beginners are very welcome! Our goal is to be inclusive no matter your tech level, so bring your questions, geoprojects, and mapping curiosities. We also highly encourage bringing a laptop so you can get hands-on! ### Agenda * Intro Git * HTML Basics * CSS Basics We recommend you install a text editor with syntax highlighting. Sublime Text and Notepad++ are two popular choices (of many). --- Let us know if you have something you'd like to teach, ask, show, or hack: * Twitter [@MaptimePDX](https://twitter.com/maptimepdx) * MaptimePDX [Google Group](https://groups.google.com/forum/?authuser=0#!forum/maptimepdx). ---
locked nil false
Change #32256
2015-02-03
09:48:06

update Calagator::Event 1250467540 MaptimePDX Roll back

description Welcome to MaptimePDX, a monthly hack and learn meetup for map nerds, geo-geeks, and the spatially inclined. Beginners are very welcome! Our goal is to be inclusive no matter your tech level, so bring your questions, geoprojects, and mapping curiosities. We also highly encourage bringing a laptop so you can get hands-on! ### Agenda * Intro Git * HTML Basics * CSS Basics Let us know if you have something you'd like to teach, ask, show, or hack: * Twitter [@MaptimePDX](https://twitter.com/maptimepdx) * MaptimePDX [Google Group](https://groups.google.com/forum/?authuser=0#!forum/maptimepdx). Welcome to MaptimePDX, a monthly hack and learn meetup for map nerds, geo-geeks, and the spatially inclined. Beginners are very welcome! Our goal is to be inclusive no matter your tech level, so bring your questions, geoprojects, and mapping curiosities. We also highly encourage bringing a laptop so you can get hands-on! ### Agenda * Intro Git * HTML Basics * CSS Basics We recommend you install a text editor with syntax highlighting. Sublime Text and Notepad++ are two popular choices (of many). Let us know if you have something you'd like to teach, ask, show, or hack: * Twitter [@MaptimePDX](https://twitter.com/maptimepdx) * MaptimePDX [Google Group](https://groups.google.com/forum/?authuser=0#!forum/maptimepdx).
Change #32255
2015-02-02
20:18:54

update Calagator::Event 1250467769 PDXPUG: January meeting Roll back

locked nil false
title PDXPUG: January meeting PDXPUG: February meeting
Change #32254
2015-02-02
20:18:27

create Calagator::Event 1250467769 PDXPUG: January meeting Roll back

description nil See website for details
end_time nil 2015-02-19 20:00:00 -0800
id nil 1250467769
start_time nil 2015-02-19 18:00:00 -0800
title nil PDXPUG: January meeting
url nil http://pdxpug.wordpress.com
venue_details nil Our meeting will be held at Iovation, on the 32nd floor of the US Bancorp Tower at 111 SW 5th (5th & Oak). It’s right on the Green & Yellow Max lines. Underground bike parking is available in the parking garage; outdoors all around the block in the usual spots. No bikes in the office, sorry! Elevators open at 5:45 and building security closes access to the floor at 6:30.
venue_id nil 202392999