Skip to content

Instantly share code, notes, and snippets.

View melissakeizer's full-sized avatar

Melissa Keizer melissakeizer

View GitHub Profile

New Belfast Ruby Format

At our last meetup (Tuesday 6th May) we introduced a potential new format for some future Belfast Ruby meetings.

The new format is known as "Lean Coffee" and outlines a method for having structured but agenda-less meetings.

The Process

The general idea is that instead of talks, we'll spend the evening discussing various (dev-related) topics that interest us.

#IE Problems & Solutions

Internet Explorer is a bitch. But hopefully this list of fixes for common problems we experience will make life a little easier when dealing with it. Note that these fixes are aimed towards IE8 and IE9.

Javascript Workarounds

Most commonly used javacript files to fix many issues for IE are HTML5 Shiv and IE9.js.

Include these in your layout file, for browsers older than IE10. Add them to head section, before any other javascript links or code.

@melissakeizer
melissakeizer / git-demo-notes.md
Last active August 29, 2015 13:56
Git'n Started Demo Notes

#Belfast Ruby Talk - 4th Feb 2014

##Demo Notes - Git'n Started with Version Control

Notes accompanying the practical demo I gave at Belfast Ruby about getting started with Git and Github.

###1. Creating Remote Repo

  • Create account/Sign in to Github.com
  • Create New Repo