Jump to content

benbyf

Members
  • Posts

    818
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by benbyf

  1. RT @agencyofconey: “Playful and sly and ticklish..” Don't miss scratches of REMOTE by @TassosStevens @JamesBridle ea at @CamdenPT 28-30 ht…

  2. what are you opening times guys? open mondays? @HandOfGloryPub

  3. #1984Now fantastic use of technology as theatre subject and performers: two talkbots talking at each other about philosophy

  4. #1984Now online activism can often be performative - Tim Jordan

  5. #1984now amazing historic examples of surveillance: the typewriter that transmits presses, hacking and changing your book as you write it

  6. Hi! I have a image field with echo image->size(300,300)->url; here: http://nicegrp.co.uk/dev/mpa/ which when a gif is added the animation works fine. however on another page: http://nicegrp.co.uk/dev/mpa/illustrators/melvin-galapon/ im using: echo image->size(300,0)->url; the animation is not retained, cant see any other differences.
  7. I just backed Espruino Pico: JavaScript on a USB Stick on @Kickstarter http://t.co/rNzd3WYB1E

  8. RT @DaisyJCooper: Me and the @MiloWladek had a great time at Beta 3 at @CamdenPT last night. Look out for the next one! http://t.co/XWTX582…

  9. Hi, I was wondering what the DNS settings for the second domain should be as I couldnt see anything obvious here.
  10. Amazing! I've been mostly doing this functionality in my templates as far as I haven't needed any save functionality but I will be defiantly be checking this out when i do.
  11. RT @MirandaPorter: New video from @DontPanicLDN for @Oneorg 'Biggest heist you've heard of'https://t.co/1UcGSpQAWQ

  12. Get enquiry, chat to them about options (and whether they actually need a custom website and not squarespace or the like (I hate making boring websites)) Make quote if accepted: issue invoice and get 20% up front Work on design and build Host myself on a shared server or on clients server. Pay remainder See if they want a service agreement for future tweaks or upgrades
  13. #Taxingtaxadventure nearly over and it’s given me some white hairs. The systems are hard to use, and they simply don’t answer the phone...

  14. benbyf

    How is this made?

    Pretty easy in jquery and I've done it on this site: http://ciaraphelan.com/ Pretty much just add an event listener to scroll and when the scrollY is over a certain amount you trigger something (and trigger it back for less than that number). I wrote this a while ago so you might be able to do something more succinct: $scroll = 0; $(window).on('scroll', function(e) { if(window.innerWidth >= 768){ if(window.pageYOffset >= 300){ // desktop menu collapse // do something }else if(window.pageYOffset <= 299){ // do something back } } });
  15. RT @THECUBELondon: congrats to @benbyford for @eulergy's inclusion in the @theRSAorg City Growth Commission report. #grown #innovation #edu

  16. RT @hermioneway: There is SO much bullshit In tech- Every startup founder should read this - Wow... Just wow... http://t.co/yRBynwnB8s

  17. RT @eulergy: @eulergy has been cited in @theRSAorg research http://t.co/B5CdRVuhyP UNIVERCITIES: THE KNOWLEDGE TO POWER UK METROS #UniCities

  18. RT @FelixRossknecht: I'm hiring! Love coffee and meeting people? Help us bring @pactcoffee to offices all over London! http://t.co/ZFlzLpeI…

  19. RT @hortonstephens: Massive thanks to @benbyford for all his help in creating our new website. What a lovely chap, it's been a pleasure wor…

  20. Tutorial about history / pushstate, soft caching an @processwire for new http://t.co/zOVkZa8t40http://t.co/fjMP3feUdX

  21. article tutorial on some of the logic / js used on the site http://benbyford.com/articles/making-horton-stephens.com/
×
×
  • Create New...