Skip to content

Instantly share code, notes, and snippets.

@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 / 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

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 / 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
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.
// behat.yml
default:
context:
paths:
features: 'features'
extensions:
Behat\MinkExtension\Extension:
goutte: ~
selenium2: ~