Jump to content

Beluga

Members
  • Posts

    528
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Beluga

  1. If you copy and paste the email address, does it paste as reversed text?
  2. @teppo: how about testing Quill? There is a discussion thread about it.
  3. Beluga

    At a crossroads

    €1 000 for an ecommerce site is simply exploitation. I did some research a while ago on average cost of websites - can't find the same results right now (there was a nice survey), but found some others. From executionists.com: http://www.howmuchdoesawebsitecost.com/averageweb-design-pricing/ The "Web Design Calculator" of webpagefx.com gave $3 000 as the minimum price for a basic ecommerce site with nothing else, even styling. With moderate styling, standard CMS features and advanced level ecommerce the price range went to $10-21k.
  4. Kongondo once made a CRUD demo with diogo's admin custom pages module: https://processwire.com/talk/topic/3474-admin-custom-pages-module/?p=34425 More CRUD talk in this thread.
  5. Here's a module by Roope: Email Obfuscation module for plaintext emails and email links with 64 base crypting. Here's an interesting method that would be cool to see as a module: http://johnhaller.com/useful-stuff/obfuscate-mailto http://johnhaller.com/useful-stuff/obfuscate-mailto/code-php
  6. Maybe a little off-topic/semantics, but I found this enlightening: PHP and Model View Controller: impossible! So yeah, it is a bit muddling to use MVC in the context of PHP, while at the same time we have JavaScript frameworks that employ the original Smalltalk MVC concept. Here's a talk from European Smalltalk User Group Conference called "MVC Revival on the Web". There is even a Smalltalk web application framework called AIDAweb.
  7. This thread just keeps saving bacons. Just applied this solution to sort images by their aspect ratio so the layout looks better (client request): foreach ($koneet as $kone) { $kone->aspectratio = $kone->images->first()->width / $kone->images->first()->height; } The field aspectratio is type float, hidden in the form so the client won't even know it's there.
  8. http://kapeli.com/dash#docsets http://zealdocs.org/ Could the API docs be handed to Dash easily; http://kapeli.com/docsets I know there's the apigen docs for PW, but Dash doesn't support it. Doxygen?
  9. Noticed it probably in Joss's signature on SEBLOD forums. Now I see gebeer has been dropping PW links on them even in 2014
  10. For vector animation, you could consider Synfig. It supports frame-by-frame these days, too.
  11. This module is "alpha" all right.. as in "alpha wolf"!
  12. Maybe these will help, Comments module is in the core: http://processwire.com/api/fieldtypes/comments/ http://modules.processwire.com/modules/process-latest-comments/
  13. Cartalyst builds framework agnostic composer packages for developers. They recently released a shopping cart package featuring multiple instances, item attributes and Conditions (it has optional Laravel support). Demo: http://demo.cartalyst.com/cart/ They are supposed to release more ecommerce packages. Btw., found a recently compiled massive list of ecommerce platforms: http://www.reddit.com/r/ecommerce/comments/21i2af/lets_create_a_massive_list_of_all_ecommerce/
  14. Can someone test with MariaDB 10?
  15. Virtualmin is a free web control panel that has helped me greatly on a non-managed server. Just have a checkbox ticked and you will get a fully working mail server. You can use the web interface to update PHP, MySQL (or MariaDB for me) and your Linux server in general. Roundcube and phpMyAdmin can be installed with a couple of clicks. You do have to take care of securing your Linux server yourself. Disable root login, change the ssh port, set up iptables & fail2ban and stuff like that. So it's not a walk in the park, but if you take notes, you can do it all again from scratch quite fast, if something goes wrong in the process.
  16. I think it would make sense to build the components of a forum in such a way that as many of them as possible could be used in other applications. Designing them in a way that you can use them to build a forum, but also other things. This would mean a broader developer audience and more contributors. I am repeating myself from another thread I have the feeling that actually starting from strong spam prevention (Akismet + SFS etc) might be good, because then you could do public experiments and add more functionality without having to fight spam fires.
  17. I'm under the impression that the Processwire license now requires you to narrate screencasts like a pirate so you might want to check that little detail.
  18. Processwire - the only cult where the love bombing phase never ends! If the WebsiteBaker devs decide to move on, it would be cool to officially recommend PW as a "spiritual successor". This type of recommendation has actually been done recently: Sigil ebook creator stopped being actively developed and its developer recommended looking at Calibre's new ebook editing functionality.
  19. http://www.hipsterdomainfinder.com/
  20. I mentioned Prestashop yesterday and I have to come back and say we just discovered some pretty crazy behavior with Presta's Advanced stock management feature. Quantity imports resulting in negative quantities, some random products causing errors when trying to decrease quantities. It just screams "not ready for production" so we are switching to the "classic" quantity management. Product packs also don't work with the Advanced stock system yet. Likewise their carrier handling code is crazy with changing the ID everytime you change something (a lot of cruft in the DB at the very least, imagine having a 100 price rules and they are left behind and created anew in the DB every time you make some change).
  21. Streamlined API, developer-centric design, customize with ease.. I like what I'm hearing! As a PHP newbie, developing for PrestaShop has been quite tiring because of how it is designed. Endlessly digging inside classes and database tables trying to figure out what does what. Oh how I have yearned for a PW-like design where I don't have to juggle 5 different db tables to achieve some small thing.
  22. Rivalry: http://codedicks.com/
  23. In Finland we have three different taxes. Do you mind sharing your hacks?
  24. http://quilljs.com/ It's all about the API, just like PW
  25. So there's a person who has built a project management system in PW: https://news.ycombinator.com/item?id=7658253 I wonder if they are on the forum
×
×
  • Create New...