Jump to content

Beluga

Members
  • Posts

    528
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Beluga

  1. To make a table become responsive, you have to use something like FooTable and think which kind of presentation on smaller screens will make sense.
  2. https://github.com/jdittrich/quickMockup It is HTML based and javascript-enhanced Found via this discussion: https://github.com/opensourcedesign/resources/issues/16
  3. The polyfill for native css grid module still needs work, but luckily it is quite complete: https://github.com/FremyCompany/css-grid-polyfill/
  4. Nice to see! Reflexie development stalled before it got useful so it is good to have something.
  5. Arrows: http://codepen.io/chrissp26/pen/QwOpbO http://apps.eky.hk/css-triangle-generator/
  6. Hmm.. he didn't mean you should use mithril, but to be inspired by it See http://lhorie.github.io/mithril/getting-started.html todo.view = function() { return m("html", [ m("body", [ m("input"), m("button", "Add"), m("table", [ m("tr", [ m("td", [ m("input[type=checkbox]") ]), m("td", "task description"), ]) ]) ]) ]); };
  7. I once found this tutorial for using Latte with PW, it doesn't seem to have been posted to the forums yet: http://blog.rolandtoth.hu/post/115654747977/double-delight-processwire-with-latte
  8. How to name the adaptation? I guess "Trollish" is out of the question
  9. Jonathan: you should write an article about your observation.
  10. Adding this relevant discussion: Help me defend PW
  11. You will enjoy reading the thread One at a time (PW Vs WP)
  12. I'm using it in a low-traffic site since summer 2015 and no reports of problems so far from users.
  13. An alternate LDAP solution is coming.
  14. Choosing the Right Cryptography Library for your PHP Project: A Guide What do you think? I understand the consensus is that you should not try to roll your own crypto.
  15. Beluga

    paradiesli.net

    Just goes to show, how PW is eco-friendly and sustainable 1. less electricity used keeping the computer on while agonizing over problems 2. less anxiety medication used so they won't pollute our precious waters
  16. From http://directory.processwire.com/developers/pigtail-pundits/
  17. That feature list nearly made me faint.. impressive. Are you going to release the CRM module as well or is it too specific to the use case?
  18. So which of you wise guys was this high guy on #processwire just now:
  19. Better to use an open protocol like IRC. We hang out at #processwire. If you are new to IRC and want to get going fast: https://kiwiirc.com/client/irc.freenode.net/processwire For convincing yourself to avoid closed proprietary platforms you can read this article by the Mattermost guys: http://www.mattermost.org/why-we-made-mattermost-an-open-source-slack-alternative/
  20. From the intro post: "The module is clearly not complete" As you can see from my post in the thread, I could not get it to work..
  21. For an IRC-based solution you can try WeeChat + Glowing Bear https://github.com/glowing-bear/glowing-bear or http://shout-irc.com/ or Quassel web server https://github.com/magne4000/quassel-webserver
  22. But Opauth is abandoned and now PHP-people are using HybridAuth. There is already a module, Social Login, which makes use of it.
×
×
  • Create New...