Awilum Posted December 9, 2015 Share Posted December 9, 2015 Hello) I created Morfy and site for it: http://morfy.org Website homepage screenshot: Quote Link to comment https://forums.phpfreaks.com/topic/299682-morfy-website/ Share on other sites More sharing options...
benanamen Posted December 9, 2015 Share Posted December 9, 2015 Flat files for content management? Really? Quote Link to comment https://forums.phpfreaks.com/topic/299682-morfy-website/#findComment-1527735 Share on other sites More sharing options...
gizmola Posted December 9, 2015 Share Posted December 9, 2015 Hi Sergey, This looks like an amazing project. Your site is really slick and modern, and I see that you've made it responsive. While it looks great there are a few small concerns I have: Check this 403 I got, not sure why: https://sidecar.gitter.im/dist/sidecar.js.map When you first hit the site, it's not immediately obvious that you can scroll down to see the real meat of the site. While the universe and subtle animation is cool, I'd be worried about the marketing aspect of it more. At the bottom I'd really want to have some visual clue that was less subtle that insured the user will scroll down to see the other sections. I would also suggest a couple of additions: A section that lists features of the CMS that are focused on end-user functionality rather than the nicely done list of design and technology features you already have. A screenshot gallery of administration and basic screens A gallery of sample templates/sites using morfy. Overall, the site is already a great representation of the project and your github integration is nicely done. Just out of curiosity, why did you integrate the fenom templating engine rather than twig or blade? 1 Quote Link to comment https://forums.phpfreaks.com/topic/299682-morfy-website/#findComment-1527736 Share on other sites More sharing options...
gizmola Posted December 9, 2015 Share Posted December 9, 2015 Flat files for content management? Really? For a lot of mostly static sites, this could be a great solution that removes the need for databases and subsequently caching etc. There are also small footprint embedded systems and kiosks that might make use of this. At the end of the day, if the CMS is well done, other storage engines could be added using plugins I suppose. 1 Quote Link to comment https://forums.phpfreaks.com/topic/299682-morfy-website/#findComment-1527737 Share on other sites More sharing options...
benanamen Posted December 9, 2015 Share Posted December 9, 2015 On the review side, your site/server has numerous security issues and you are vulnerable to click-jacking. Quote Link to comment https://forums.phpfreaks.com/topic/299682-morfy-website/#findComment-1527738 Share on other sites More sharing options...
Awilum Posted December 10, 2015 Author Share Posted December 10, 2015 (edited) Hi ! Hi Sergey, This looks like an amazing project. Your site is really slick and modern, and I see that you've made it responsive. While it looks great there are a few small concerns I have: Check this 403 I got, not sure why: https://sidecar.gitter.im/dist/sidecar.js.map When you first hit the site, it's not immediately obvious that you can scroll down to see the real meat of the site. While the universe and subtle animation is cool, I'd be worried about the marketing aspect of it more. At the bottom I'd really want to have some visual clue that was less subtle that insured the user will scroll down to see the other sections. I would also suggest a couple of additions: A section that lists features of the CMS that are focused on end-user functionality rather than the nicely done list of design and technology features you already have. A screenshot gallery of administration and basic screens A gallery of sample templates/sites using morfy. Overall, the site is already a great representation of the project and your github integration is nicely done. Just out of curiosity, why did you integrate the fenom templating engine rather than twig or blade? Thanks for your feedback! I will check all your mentioned points and will fix them. About template engine. Fenom is not very popular now, but it has big potential, I think. Fenom is super fast and lightweight, its syntax is similar to Smarty and they have a fallback class for smarty templates.Fenom Repository: https://github.com/fenom-template/fenom Fenom Benchmark: https://github.com/fenom-template/fenom/blob/master/docs/en/benchmark.md Edited December 10, 2015 by Awilum Quote Link to comment https://forums.phpfreaks.com/topic/299682-morfy-website/#findComment-1527770 Share on other sites More sharing options...
gizmola Posted December 10, 2015 Share Posted December 10, 2015 I guess that the Smarty syntax is a selling point for people who already are familiar with Smarty. These days there are many more people using Blade and Twig, so just a thought -- it might be good to consider adding modules that will support those other template systems at some point. Quote Link to comment https://forums.phpfreaks.com/topic/299682-morfy-website/#findComment-1527792 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.