Dropplets - A simple database-less CMS
71–80 of 103 posts
Re: Dropplets - A simple database-less CMS
#72The concept and simplicity make me think of Ghost's ( http://ghost.org/features/ ): free, open source, near-minimalist, and self-hosted. The seemingly only advantage is that Dropplets doesn't require a database, and its landing page is amazingly beautiful, clear, and to the point (though Ghost's "features" page is slick as well). On a more technical note, click events seem to be propagated up the player on the landin…
But Ghost uses node.js which almost nobody can actually host themselves, because the hosting that people already pay for doesn't (and perhaps wont) support it. Node may be hip and all, but PHP still seems like the right choice for something as simple as blogging software to me.
Re: Dropplets - A simple database-less CMS
#73A small rant: I think it is bad practice to hide content below the page height. I just wanted to close the website because I thought 'nothing to see here' before I accidentally scrolled and more content was revealed.
I rarely complain about design issues on websites but this a case where things should really be changed.
Re: Dropplets - A simple database-less CMS
#74This project its architecture would benefit greatly when leveraged by a framework like Laravel.
Re: Dropplets - A simple database-less CMS
#75Earlier quoted context omitted.
But Ghost uses node.js which almost nobody can actually host themselves, because the hosting that people already pay for doesn't (and perhaps wont) support it. Node may be hip and all, but PHP still seems like the right choice for something as simple as blogging software to me.
Almost nobody? A $5 virtual host can run Node.js.
The abysmal HN crowd, no problem. But I bet most people running a WP installation on their shared hosting are not as proficient as you believe.
Re: Dropplets - A simple database-less CMS
#76Earlier quoted context omitted.
Perhaps not, but PHP certainly makes it unusually easy.
I know this is a popular idea, but it's pretty easy to write terrible code in any language. See: most code.
This results in bool(true)
bool(true)
bool(true)Re: Dropplets - A simple database-less CMS
#77Earlier quoted context omitted.
I know this is a popular idea, but it's pretty easy to write terrible code in any language. See: most code.
Yes, but, in most langauges, this doesn't work This results in bool(true) bool(true) bool(true)
Re: Dropplets - A simple database-less CMS
#78Earlier quoted context omitted.
I know this is a popular idea, but it's pretty easy to write terrible code in any language. See: most code.
Yes, but, in most langauges, this doesn't work This results in bool(true) bool(true) bool(true)
Though I suppose you could use === but it's still crazy.
Re: Dropplets - A simple database-less CMS
#79I love the design, concept and copy, but will someone please explain what Dropplets uses in lieu of a database? (I may have missed something, but I don't think that was explained in detail.)