Skip to content

Instantly share code, notes, and snippets.

// behat.yml
default:
context:
paths:
features: 'features'
extensions:
Behat\MinkExtension\Extension:
goutte: ~
selenium2: ~
GROUP A
Go to: http://iasc.ch
GROUP B
Go to: http://iasc.ch/principals/news/resilience-why-does-it-matter-humanitarian-community-sahel-case-study
(If you want to navigate rather than copy & paste the URL above):
1. Navigate to http://iasc.ch/principals
2. Click on the first item in “News” (near bottom): Resilience: Why does it matter to the humanitarian community? Sahel as a case study.
@mirie
mirie / Content Editors Workshop
Created January 22, 2015 14:04
Content Editors Workshop
We anticipate the following types of workflows. Each of these scenarios covers a range of different tasks that you need to be able to accomplish.
A new meeting is being hosted to discuss a number of different documents.
http://www.interagencystandingcommittee.org/secretariat/website-documentation/case-study-new-meeting
The draft of a document has been prepared, but now needs to be reviewed, and discussed internally before it is ready for a wider audience.
3. Embedding Media
There are many ways to embed media when creating a node. Let’s explore some different ways:
Add a new Meeting or a Document
<YOUR SITE URL>/node/add/oa-wiki-page or <YOUR SITE URL>/node/add/oa-event

Configure

xdebug.ini

xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_port=9000
xdebug.remote_autostart=1
xdebug.remote_connect_back=1
@mirie
mirie / Example Yelp API Configuration Keys
Created March 19, 2015 02:10
Example Yelp API Configuration Keys
/**
* Yelp Client Configuration options.
*
* Sets up the necessary values needed to instantiate the Yelp client.
*
* server/config/yelpConfig.js
*/
/* -----------------------------------------------------------------------------
* Configuration values
@mirie
mirie / index.html
Last active August 29, 2015 14:28 — forked from anonymous/index.html
JS Bin // source https://jsbin.com/zocoza
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<p>Whassup.</p>
@mirie
mirie / index.html
Created October 14, 2015 02:43 — forked from anonymous/index.html
Do Now Activity Do Now Activity // source http://jsbin.com/voziwun
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Do Now Activity" />
<meta charset=utf-8 />
<title>Do Now Activity</title>
<style id="jsbin-css">
/* Add your CSS! */
.challenge1 {
@mirie
mirie / 0_reuse_code.js
Created January 18, 2016 17:55
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@mirie
mirie / gist:0176ce6c09dc37cd4751
Created March 18, 2016 18:58
delete all merged branches
git branch --merged | grep -v "\*" | xargs -n 1 git branch -d
@mirie
mirie / pr_template.md
Last active August 15, 2016 19:17 — forked from crittermike/pr_template.md
Pull request template

Erase this section when you submit a PR. This is your checklist:

Definition of Done:

  • DID YOU RUN GRUNT VALIDATE?!?!?!
  • Has this passed the Definition of Done/Completeness -- tech approach signoff, screenshot signoff, etc.
  • Has any required automated testing been written/updated?
  • Has the documentation been added/updated?
  • Is there appropriate logging included?
  • Does this add new modules/themes? If so:
    • Has the make file been updated?
  • Has moduleList been updated?