Jump to content

benbyf

Members
  • Posts

    802
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by benbyf

  1. RT @PatrickHeneise: Thanks @aral for the Little Snitch recommendation. DENY - @AtomEditor logging to Google https://t.co/iiPiVrpjAd

  2. interested in co-working in #Bristol? please let us know what your values are: https://t.co/hiiuCUJlyr

  3. HELLO! Anyone happen to be using Atom the open source IDE from github? I've been using it for about a year now and other than the occassional crash it's been great. I was wondering if anyone out there has proccesswire specific snippets, syntax hightlighting or autocomplete package they've created to add their PW work? If not would anyone be interested if I made one, and what would be most useful?
  4. in case you missed it yesterday, here’s my article on working with HTTPS/2 for web designers. #HTTP2 #HTTPS https://t.co/8O0mfoZOuF

  5. Module in development and this solved the current issue https://github.com/adrianbj/ProcessMigrator/issues/4
  6. ARTICLE: Working with HTTPS/2 for web designers. site tested @Samhofman - using @ServerPilot & @digitalocean https://t.co/8O0mfoZOuF #HTTP2

  7. I've just run some tests using HTTPS/2 and added the results and more information in an article here: http://benbyford.com/articles/https-2-for-web-designers/
  8. starting to move my sites to #https and #http2 using @processwire, @ServerPilot and @digitalocean

  9. can we change the economy already please, thanks. #machinesAreComing https://t.co/mczSyXtprv

  10. crisps my spelling and typing is bad, me no spell good

  11. Hello, Been trying to import some data from wordpress and the migration tool with MigratorWordpress installed finishes but then there isn't any content added to my install. I've selected home or /News as parent pages to import to with no avail either time. Import select set to everything. The import xml file is in excess of 17mb if that makes a difference?
  12. Tutorial now available on Tuts+ here: http://webdesign.tutsplus.com/tutorials/how-to-create-an-ajax-driven-theme-for-processwire--cms-26579 for Ajax site temp laying in PW.
  13. Tutorial now available on Tuts+ here: http://webdesign.tutsplus.com/tutorials/how-to-create-an-ajax-driven-theme-for-processwire--cms-26579
  14. My new tutorial on @wdtuts - How to Create an AJAX Driven Theme for #ProcessWire https://t.co/Orac6NdRlS @processwire

  15. where can this be changed in the template settings? I couldn't see anything that refers to output formating.
  16. this seemed to fixed it, as the field was already set to single item. $page->of(true); $logo = $homepage->site_logo; $page->of(false); any reason for this, not really needed to use outputformating() before
  17. Thanks, not sure theres anything going on much in the templates. The file is being uploaded into the "file" field on the homepage. It seems to work fine on Firefox but anything else I can the url without file name and extension.
  18. indeed. but like I said my code hasn't changed and is contained in the _main.php so should be the same for all... :/
  19. strange thing keeps happening to me when accessing an image on the homepage. The logo for this site appears on all pages in chrome and safari except for the homepage even though the code doesnt change: $logo = $homepage->site_logo; echo $logo->url; http://betaville.nicegrp.com/
  20. q: is #coffeescript for people who like whitespace, and #typescript for those who hate functional programming (& life) / and love classes?

×
×
  • Create New...