Ruud

Results 7 comments of Ruud

Depends how you define faster. Some things are definitely faster, but others are somewhat slower. MariaDB is supposed to be a MySQL drop-in as well, however, as far as I...

I think this is a duplicate of [#205](https://github.com/haltu/muuri/issues/205). See @niklasramo answer here: [#205 (comment)](https://github.com/haltu/muuri/issues/205#issuecomment-417049799). > Hmmm.. If by locked you mean item that can't be dragged or sorted then this...

In regards to this, there seems to be an inconsistency with how the date is initially stored when a task is created. And how the date is stored after a...

For one who wants to stay with jQuery UI. Include the progress bar: ``` HTML ``` Initialize the progress bar: ``` Javascript //Progress bar $( "#progressbar" ).progressbar({ value: , max:...

Thank you! I was thinking about using WP_Query, but doesn't WP_Query pull the entire post? If true, this seem a bit unnecessary?

Possible connection here: [Issue 82](https://github.com/WebDevStudios/CollabPress/issues/82)?

We recently switched back to Collabpress. But in the past, we implemented DataTable which created a nice sortable, and searchable, table. This, in our opinion, added to the user experience...