Jamie

Results 11 comments of Jamie

Working example JS: ``` js $('.home-volume').toggle(function(){ BV.getPlayer().volume(0); $(this).children('i').removeClass('fa-volume-up'); $(this).children('i').addClass('fa-volume-off'); }, function() { BV.getPlayer().volume(1); $(this).children('i').removeClass('fa-volume-off'); $(this).children('i').addClass('fa-volume-up'); }); ``` HTML: `` CSS: ``` css .home-volume { color: white; position: fixed; bottom:0; padding-bottom:...

You simply create a link with this as the URL (https://support.mozilla.org/en-US/kb/bookmarklets-perform-common-web-page-tasks)

Can be done using wp_set_post_lock 'take over' and heartbeat to check for external changes

Modify the core files :/

Thanks @mxstbr

Give these guys a try: https://www.ctl.io/free-trial/ - $500 credit should last over a year on appfog (PaaS like heroku)

Not sure, this may help: https://github.com/cloudfoundry-community/cf-meteor-buildpack

check out https://www.npmjs.com/package/pdffiller-aws-lambda

Go here: https://nuts.gitbook.com/deploy.html Click Deploy to heroku Nothing happens

Also there are security PR's that are not being acknowledged. Is it possible to appoint a second maintainer?