-
Posts
528 -
Joined
-
Last visited
-
Days Won
4
Everything posted by Beluga
-
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.
-
The polyfill for native css grid module still needs work, but luckily it is quite complete: https://github.com/FremyCompany/css-grid-polyfill/
-
Nice to see! Reflexie development stalled before it got useful so it is good to have something.
-
Arrows: http://codepen.io/chrissp26/pen/QwOpbO http://apps.eky.hk/css-triangle-generator/
-
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"), ]) ]) ]) ]); };
-
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
-
How to name the adaptation? I guess "Trollish" is out of the question
- 30 replies
-
- 1
-
- deployment
- tools
-
(and 1 more)
Tagged with:
-
Jonathan: you should write an article about your observation.
-
Adding this relevant discussion: Help me defend PW
-
You will enjoy reading the thread One at a time (PW Vs WP)
-
Module FrontendUser: login, logout and register users / members
Beluga replied to pwFoo's topic in Modules/Plugins
I'm using it in a low-traffic site since summer 2015 and no reports of problems so far from users. -
https://tldrlegal.com/
-
An alternate LDAP solution is coming.
-
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.
-
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
-
From http://directory.processwire.com/developers/pigtail-pundits/
-
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?
-
Keep Portland WeirdWired
-
So which of you wise guys was this high guy on #processwire just now:
-
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/
-
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..
-
Looking for a simple way to chat with my kid online.
Beluga replied to OrganizedFellow's topic in Pub
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 -
But Opauth is abandoned and now PHP-people are using HybridAuth. There is already a module, Social Login, which makes use of it.