Jump to content

benbyf

Members
  • Posts

    818
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by benbyf

  1. searching the apple website for “swift” gives you Goats Rampage app …. https://t.co/W8ipOC4vEb

  2. Site now live at benbyford.com modules used: Admin Save Actions All in one minify images with cropping Page tree add new pages in reverse (think this should be core) Page Delete Redirects
  3. #GlastoGizmos portable hammock which you could also use as a rain shelter..!?

  4. Nice site. A lot going on in it but it still seems to retain its simplicity and i didnt ever get lost. good job
  5. HELLO! My new portfolio website is nearly finished and I would love some feedback and bugs if anyone has a moment. Built with PW using mixup.js, ajax, loaded.js, tons of css transitions and some custom slideshow and canvas bits. currently here http://benbyford.com/dev/new/ but will be moving it soon to replace http://benbyford.com Thank you!
  6. thanks for the peeps at @londonhackspace this eve, great beer and burgers. #londonhack

  7. RT @womenartdealers: American artist Susan Hiller opens exhibition at the Abattoirs Museum in Toulouse http://t.co/pslnT9CzKA http://t.co/z…

  8. RT @tigerchops: @benbyford I have indeed! The ability to have a REPL for xcode projects excites me :)

  9. feel like Apple read my mind with Extensibility - sharing data was the one thing that was keeping the iPhone from being a mobile brain

  10. RT @TechCityNews: £100,000 competition for mobile entertainment startups - http://t.co/FlHAZ3cptK http://t.co/kVz0vFbo5V

  11. RT @gsiegman: Seeking a Swift developer with 5-10 years experience.

  12. spent all afternoon dedicating my body to science, seriously.

  13. just wondering if anyone has any good examples of sites using Shop-for-ProcessWire module? as i was looking of using it. thanks
  14. like this? $randWorks = $works->findRandom(count($works)); doesn't seem to work, still in same (non random) order
  15. Hi, I'm trying to combine two find() arrays in a random order but currently can only make it give me back the same order each time. here's what im working with: $works = $pages->find('template=work'); $articles = $pages->find('template=article'); $works->prepend($articles); $randWorks = $works->getRandom(count($works)); foreach($randWorks as $child) { $class = $child === $page->rootParent ? " class='active'" : ''; echo "<a$class href='{$child->url}'>{$child->title}</a>"; }
  16. RT @PAC_Home: A very interesting PhD currently advertised by @warwickuni and @an_artnews on artist-led practise http://t.co/824oHNrDP1 @Art

  17. RT @BenedictDel: Self-employed are worse off but enjoy greater job satisfaction. http://t.co/odC3EzfUTO @guardian reports on our findings.

  18. great, ill check out the add functions in isotope.js sounds like a great solution. not sure i like the picturefill polyfill, still abit clunky in my mind. would love to hear about any server side solutions.
  19. Thanks for your input. To behonest that site was a fixer upper after another dev stop returning my friends calls so I helped make the site work and look ok. In terms of retina, as far as i can see there still is no good way to do this, you have any experience with any good options? or we still waiting on browser makers? Lazy loading messes with the isotope.js otherwise I would have done it... also i would have shown you something too. :/ Thanks for your feedback!
  20. RT @pokelondon: Amazing freelance Senior Client Leads are hard to find. Fancy proving us wrong? http://t.co/XN3bD78oyi

  21. RT @hannahmahony: Choose your own ending: Vine-venture http://t.co/PXpgFhmzz5 via @mashable

×
×
  • Create New...