Jump to content

qtguru

Members
  • Posts

    357
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by qtguru

  1. @bernhard I am up for it if you can share the knowledge, I can write an article around it as a tutorial since I tend to write tutorials. Ironically this was part of a series I am creating for Processwire, just video editing skills delaying but writing this as a tutorial shouldn't be a problem. Just let me know what you need me to do, I will create time for this. Take care
  2. Hi guys, so this thought came to my head after seeing only a commercial application on Envato Market ( CodeCanyon ), An Hotel application platform using Processwire, because lately as a result of my country, I can't easily do alot of things to get paid via PayPal and there isn't much commercial avenue with Processwire community e.g Marketplace or a store, my question is has anyone ever thought of selling solutions built with Processwire on the themeforest market or experience with that. It is just something I'd figured to raise up here, because it is one of the easiest CMS to have installed and deployed with an application. Hoping to get feedbacks and insights.
  3. Same feeling I felt as a Developer when I stumbled upon Processwire coming from Wordpress, glad you love it
  4. Personally I favour TypeScript, I come from a strong background of static type and one of the things about JavaScript is that it is massively loosely type, a var can be any type, this can be confusing and also allow you make silly mistakes like assigning re-assigning to another type and experiencing strange issues and error. TypeScript compiler takes care of all that, it ensures that all the rules are followed, if you expect a certain type of object in a method, it's interface will assist. There are also some complex TypeScript features. I cannot fathom the use of JavaScript anymore especially if it is a large project, however one of the downsides is that you might often write codes just to satisfy TypeScript compiler, I have so many codes that do not provide business value, they are just there to make TypeScript compile. With TypeScript you will get massive introspection and also the TSC ( TypeScript Compiler ) will massively catch a lot of errors for you, assuming you write 100% typescript code. I have seen developers write JS code in TypeScript which is a shame, as they do not get to utilise the full impact of TS. My personal opinion others might differ
  5. I am working on that trust me, but a little video editing and Kdenlive skill gap which I am working on, I have tons of materials to push for Processwire learning. Processwire is awesome I am coming from Symfony and Spring Boot and Processwire makes alot of things easier and so much you can do. I will let you know.
  6. Way better with Processwire, since all you need to handle is content management.
  7. What does the error in Google Chrome console say, Processwire $config->urls->templates works, there must be an error message and if you are on a unix system, what is your permission level too ?
  8. Not Processwire jacmaes is right, check your php.ini settings max_uploads.
  9. Exactly, however *shameless insert* , I am working on Screencasting and creating Processwire video contents both for beginners till Advanced level, a bit of me is wondering if it is something that will received by the community. I am currently honing my Video editing skills back. Do you think the community might find this useful. I have always wanted to contribute PW resources since I tend to spend alot of time around the code. Thanks
  10. Side comment: Huge Manga / Anime fan here Main Comment: You can get a template that has the similar view and plugin in Processwire easily to do that, however do you have this online or somewhere, I don't mind looking at this if you need a third eye , just give a shout-out if things get out of hand. I tend to peek at codes alot and make sense of them especially Processwire.
  11. I don't see why you can't in Processwire, you have can your Business Logic as you would in any PHP Application, but only using Processwire API to handle the information you collect from the front-end, into it's Admin, or you can build your business logic in a Module and save to your Database. so It is possible very much. The Backend will extremely work in your favour as it has good API to easily have a backend view to see your transactions. Others will reply with their view, but it depends on your processwire knowledge and PHP skills. Sephiroth
  12. I am looking at the Github https://github.com/Mangavj/WireMangaTheme/blob/master/WireMangaTheme.module and I see only 1 argument but another module here https://github.com/oliuz/WireManga/blob/master/WireManga.module accepts 3 arguments so it seems there is a mix up, anyway I can hit you up so I can look at the source code. but yeah a form of programming knowledge is required.
  13. Think of your template as the Presentation view and the fields as properties for a Data Container, the Page gives you all the data you need, then you are in control of the presentation. This is better than how WP works , because the system already exposes the data you need, how you render the template is now up to you. This gives you room to plan the fields and pages and even have shared templates.
  14. When you create a template in the CMS , it creates the templates (virtually) and fields that holds the data in the Database, creating a template file in the folder allows you to tie that template with the data of the template in the CMS that was created. You have to explicitly create the template file and refresh
  15. qtguru

    COVID-19

    My country ( Nigeria ) can't be accurate because there isn't enough testing centres thanks to corruption and bad leadership, those are cases they found, I am pretty confident that it would be much more than that.
  16. It is quite understandable, it's not easy having to share time between surviving and working at the same time, God speed
  17. qtguru

    COVID-19

    I work from home, but now it's more reasons to stay indoors, but Corona virus impact isn't much here in Nigeria, but time will tell
  18. It's Linux for me anyday anytime, there are so much work I get down easily, also the terminal, I can pipe and do crazy stuff, I just installed awesomeWM and looking to play with that, I like i3 but learning C++ to customize my UI is too big of a task to take, with awesomeWM I can pick up Lua and customize my os. Been running Linux since Ubuntu 6 I think and always loved it as my programming environment.
  19. I think the question should be what type of application are you looking to build that requires MVC ? because I find PW appropriate for making proper CMS sites, anything other than that, then you should be using a proper MVC for such, there will be scenarios you will encounter, I doubt you would want to tweak PW to fit uncovered scenario.
  20. @ is not supported in PHP only in comments and sometimes PHPDoc, however your IDE also uses that to resolve $config to a Config class for Intellisense purposes. Check this link for more information https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc.md
  21. The first workflow is the more traditional way for me, I ensure the website is built first, then change them from HTML to Twig, since I am more of a fan of Twig than the default Processwire Engine.
  22. This article just saved me massive hours. exporting fields from local to production with ease.
  23. Made some changes to the navigation, and the weird issue @bernhard picked up, thanks so far everyone. @JeevanisM I am currently working on that now, will share something soon.
  24. Oh I never got to write about that, so I think that would be a starting point. To think that I was brainstorming on what topic to write. I will share a draft and let you know how it goes. This seems like a good starting point, because most people are missing out on the beauty of Processwire.
  25. @Pixrael What's the experience around Laravel, I've seen people love it, but it rubbed me off the wrong way, most of it feels too opinionated , I find myself looking towards Symfony because of my Spring Boot experience
×
×
  • Create New...