Jump to content

benbyf

Members
  • Posts

    818
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by benbyf

  1. Check out "Silicon Drinkabout at Tech City (TCIO)" http://t.co/jn1mx9xwBV via @eventbrite

  2. native jquery in javascript http://t.co/uh85YjZzLT know when you need the power of libraries and when to go native #verbosecoding

  3. anywhere good to work near soho with laptop and coffee? working on @eulergy

  4. RT @beanoleary: Bloody amazing site about #DaftPunk http://t.co/gG2NpIh3er @benbyford: although don't hit the 'return to beginning' button

  5. HootSuite enjoy your new t's at virgin https://t.co/IN0m3Tti1v

  6. Circle etc fucked from kings cross this morning http://t.co/wBOGTjWo3A

  7. having problems giving users rights to add pages. Am i missing some documentation somewhere on how permissions work?
  8. Video: The History of Typography | HUH. http://t.co/q3WVdy77Xc via @huhmagazine

  9. any london new coders interested in learning from @Codecademy with other people in a room with session leaders? trying to find a venue

  10. Accordion fixed and ready to fight another day http://t.co/ekaUB51IAf

  11. my js choreograph-content tests are going well, one column working. now making it work access x number of columns #js #jquery #jsplugin

  12. I m updating an old install of PW onto a new server with latest version of PW. Have changed alot of stuff but am still looking to retain some pages: e.g. all the news children pages. Been trying to use the import from CSV module for this by exporting using mySQL but im not really sure what im doing and I've managed to get an CSV with the page titles but not any content - Is there an easy way to do this? Or does any one have a module or mySQL script to select all the pages with child of id=x in a form they can be imported? Thanks!
  13. anyone be interested in me making a content Choreography js plugin to adjust flows at break points? #responsive #web #jquery

  14. "Responsive Layouts: How To Maintain Hierarchy Through Content Choreography" • good read http://t.co/FroxoiaXhI

  15. ok, sorry totally worked it out and was easier than expected (like most things in processwire). $widgets = $page->side_bar_widgets; foreach ($widgets as $widget) { $name = $widget->name; echo $widget->render(); }
  16. having issue with Page field and asmSelect input rendering a page template: $widgets = $page->side_bar_widgets; foreach ($widgets as $widget) { $name = $widget->name; $widegtRender = $pages->get('name=$name'); // this is where im having trouble. it errors even thought the variable echos a name value echo $widegtRender->render(); } i've tried get('name='$name); and get('name=\$name'); but errors everytime - Unknown Selector operator: '=$' Any help would be great, thank you.
  17. Using everything you’ve got http://t.co/8VZCVoSepX via @virgin

  18. 'Direct and well-mannered' government website named design of the year http://t.co/Smtv3BuM47 via @guardian

  19. sometimes adobe you really annoy me!!! can't work as software broke itself :(#creativecloud #adobefail http://t.co/ZJyTNB76jK

  20. this is going to be awesome for my project folders https://t.co/ewEsiVBRpp - like dropbox but without a central server

  21. really interesting new look at music notation http://t.co/e4Tk8xMZeQ

  22. very proud of @hannahmahony who's looking to learn Ruby with @railsgirls_ldn after starting to code with @Codecademy lessons :)

×
×
  • Create New...