Eric Brookfield

Results 16 issues of Eric Brookfield

I was trying to create a simple show/hide effect for pp on the project I'm working on. I merely added this after the $('body').polypage() call: ``` $('#pp_options').css({ opacity: 0 }).hover(function(){...

Other than API changes introduced from package updates, do you still endorse this method? I've been building a small site in react that _really_ should be compiled to flat HTML...

Hpricot is dead so I popped in Nokogiri and updated all instances where Hpricot is used. I ran 'rake' and made sure the tests wouldn't error, but I don't see...

Hpricot is deprecated and no longer being supported: https://github.com/hpricot/hpricot

It seems that simply the presence of this plugin in my webpack config prevents exposed variables from getting to the browser. In my setup below, I should have window.$ and...

Since the name of the project assumes a dependency on compass, why not cut down on some code by using pre-existing mixins for things like box-shadow instead of emulating twitter's...

Thanks for this. It's working out nicely for me so far. I've modified it a little to trigger more events rather than explicitly determine the outcome of behaviors like focus/blur....

Perhaps I don't do compass imports enough, but it wasn't obvious to me that I needed to first import the base Zocial stylesheet before attempting to use the mixins. I...

Mixins are going away eventually. Would the right way to use this for ES6 be to make it some sort of higher-order component? Something like: `class FormDataComponent extends React.Component` And...

Couldn't start padrino so I got rid of the version dependencies in the gemfile. I got it to run but quickly errored: /Users/efields/Development/web/a-g/lib/parser.rb in parse string.gsub(/{block:([\w:]+)}(._?){\/block:\1}|{([\w-:]+)}/m) do |match| # TODO:add...