Ramble on.

  • Archive
  • RSS

How to GitHub: Fork, Branch, Track, Squash and Pull Request

  • 1 week ago
  • Permalink
  • Share
    Tweet

Deploy & Edit a Facebook App in 5 Min

  • 3 weeks ago
  • Permalink
  • Share
    Tweet

Sublime Unofficial Documentation

  • 1 month ago
  • Permalink
  • Share
    Tweet

Get SSH Key Fingerprint

Command:

$ ssh-keygen -lf /etc/ssh/ssh_host_rsa_key.pub
  • 1 month ago
  • Permalink
  • Share
    Tweet

Adding tabs to the Facebook timeline.

Working with Facebook - as a dev - is a right royal pain in the butt. Well thanks to this dude’s post he solved the problem of integrating an app as a page tab. There was no obvious way to do this.

The kicker is that you need to post the following link in your browsers address bar once you have created the app

http://www.facebook.com/dialog/pagetab?app_id=YOUR-APP-ID&next=http://www.facebook.com

Yeah… really obvious. I know.

    • #facebook
  • 1 month ago
  • 1
  • Permalink
  • Share
    Tweet

spin.js

  • 2 months ago
  • Permalink
  • Share
    Tweet

Designmodo

Very nice design 

  • 2 months ago
  • Permalink
  • Share
    Tweet

Git: merge all changes from another branch as a single commit

    git checkout master
    git merge —squash WIP
at this point everything is merged, possibly conflicted, but not committed. So I can now:

    git add .
    git commit -m “Merged WIP”

    • #git
  • 2 months ago
  • Permalink
  • Share
    Tweet

How to Use Multiple Formatters in RSpec 2

  • 2 months ago
  • Permalink
  • Share
    Tweet

YouTube Embedded Player Parameters

  • 3 months ago
  • Permalink
  • Share
    Tweet
← Newer • Older →
Page 1 of 6

About

More of a... well, a place for me to keep stuff so I don't forget.
  • RSS
  • Random
  • Archive
  • Mobile

Effector Theme by Carlo Franco.

Powered by Tumblr