Jump to content

benbyf

Members
  • Posts

    802
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by benbyf

  1. RT @doctorow: Paperback launch for INFO DOESN'T WANT TO BE FREE, LA/Thu! @wilw @neilhimself @amandapalmer https://t.co/HwIxhK3j8z https://…

  2. RT @reacthub: Our friends @MillieMagnitude are hiring a software developer to work with them making accessible games for children https://…

  3. Hi, Having ploblems with this search page code. I'm trying to get all images with tagged with the search query, which works currently. Then get a url and add <a> wrapping the image to a page that references that image in its image_select field - doesnt work. if($input->get->q) { $q = $sanitizer->selectorValue($input->get->q); $input->whitelist('q', $q); } $matches = $pages->find("imageTags.title%=$q, limit=20"); if(count($matches)) { $out .= "<ul class='grid-list'>"; foreach($matches as $m){ // $name = $m->image->name; // $out = $name; // $mWork = $pages->find("image_select=$name, limit=1"); // var_dump($mWork); $out .= "<li>"; // $out .= "<a class='' href='{$mWork->url}'>"; $image = $m->image; $image = $image->width(450); if($image) $out .= "<img src='$image->url'>"; // echo "</a>"; echo "</li>"; } $out .= "</ul>"; }
  4. RT @NightInTheWoods: In case you missed it this morning, there's a redesigned https://t.co/pwsw4Ud41f with new screenshots and gifs! https:…

  5. RT @Adelbadge: It's great to see a female investor at the heart of @TechCityUK @eileentso - we need more women investing in businesses!

  6. RT @MiloWladek: OK GUYS. The mother of all Kickstarter campaigns has landed and it wants to be shared!https://t.co/HXvTM6gBo0

  7. RT @AhBizCriz: .@paulmasonnews suggests that super sized version of Sim City, modelling changes is required to replace 'Planning Organisati…

  8. RT @FestivalofIdeas: Thank you. Impact of AI going to have huge impact on businesses and cities in the future. https://t.co/gTJdC8hCC8

  9. Got my tickets to @FestivalofIdeas What is the Future of Life and Work in an Age of Artificial Intelligence? #AI https://t.co/GkhhRRepzd

  10. I use Serverpilot.io and though I could probably spend the time setting up the stack myself, its time I'm saving and hopefully more useful tweaks in the future that they can build in. (It seems a little fine on functionality currently)
  11. the PSN store #UX is so frustrating and they miss a trick all the time. I just want to buy something and they make it hard and annoying

  12. RT @TorriTaylored: Happy #BackToTheFuture Day! 2015 didn't quite live up to some serious expectations https://t.co/SDVnrGVQyj

  13. Thanks! Modules: all use AIOM, Images with cropping, Batcher, Admin Save Actions, Export Site Profile, Page Delete, Redirects, and Template Notes. Sam's also uses: Select Multiple Transfer, Page List Image Label, Images Manager. I've got into the habit of running peoples new site as a subdomain, then putting it live through adding an A record to their domain, and if it's a bigger client I'll take a copy of the site and have live and dev for future alterations.
  14. Hi, three new sites i've worked on recently going live: Photographer - http://www.samhofman.co.uk/ Photographer - http://www.domeni.co.uk/ Illustrator / 3D artist - http://www.mircopinna.com/
  15. RT @kwcdigital: @intel's itty-bitty Curie CPU for wearables is coming to @arduino early next year http://t.co/REyP5JZ3q7

  16. RT @morten_skaaning: my presentation on physics in @unity3d at Unite Boston https://t.co/DwYVHuapli

  17. sorry i’m missing #bristech2015 today. see you all at the next meetup

  18. I just have a custom php form in the pw templates
  19. though still new, I’m pleased to be a member at @mildbunch and they’ve just got a new website too - http://t.co/pPQJenBJ7v

  20. cpanel and emails supplied by my old shared host LCN.com not sure what they were using, standard stuff i think
  21. RT @PenguinUKBooks: Today we're celebrating #AdaLovelaceDay, with a little illustrative help from @sydneypadua. http://t.co/u4kaYcSoB3

×
×
  • Create New...