All Posts

Insert Facebook Like Button With Current Page's URL

· 1 min read

javascript // '$' is prototype library (function(){ // use location for facebook like button var $pg = { url : unescape(document.location.href), social : $('social') // id to place like butto...

Import a URL With Ruby

· 1 min read

ruby def importHTML require 'open-uri' @source = open("http://domain.com/some.html").read end

Showing 41-50 of 76 posts