Jump to content

qtguru

Members
  • Posts

    346
  • Joined

  • Last visited

  • Days Won

    4

qtguru last won the day on July 14 2020

qtguru had the most liked content!

About qtguru

  • Birthday 02/19/1986

Contact Methods

  • Website URL
    http://okeowoaderemi.com
  • Skype
    okeowo.aderemi

Profile Information

  • Gender
    Male
  • Location
    Nigeria
  • Interests
    I have interest in Sports ( Physical Combats & Ju-jitsu ) , Computer Architecture and Emulation and Software Engineering, Gaming, CMS and Small and Medium Businesses. I love building solutions and having fun,

Recent Profile Visitors

8,098 profile views

qtguru's Achievements

Sr. Member

Sr. Member (5/6)

387

Reputation

1

Community Answers

  1. Progress is going on well, as usual my choice for Development: TemplateEngineFactory + Twig {% for article in articles %} {% set divisor = 10 %} {% if loop.index0 == 0 %} <div class="flex-center flex-col aa-list"> <h4>Articles</h4> <ul> {% else %} <li> <a href="{{ article.url }}" target="_blank" >{{ article.title }}</a > <span> {{ article.publishedStr }}</span> </li> {% endif %} {% if loop.index % (divisor + 1) == 0 %} </ul> </div> <div class="flex-center flex-col aa-list"> <h4>Articles</h4> <ul> {% elseif loop.last %} </ul> </div> {% endif %} {% endfor %}
  2. It's been a while currently trying to rewrite my website in processwire
  3. Are the 3 forms independent or you must fill one to access the other, I think it's not bad if contained within a switcher. We've created an app which required multi-forms prob 20 fields, Banking Apps forms depending on the Account type.
  4. It will be nice to have CI for Module, so it can be test against any new PHP Versions. Not a bad idea right ?
  5. I guess a curious question will be for Modules developers any of your modules breaking with PHP 8 and great to be back to this forum.
  6. If you really want to get into JavaScript, I will also advise Nicholas Zakas book Advanced Javascript for Advanced Developers, it teaches about ES6 , classical approach and the true nature of JavaScript, most teach ES6 from the beginning which is wrong to me.
  7. Finally gotten a proper Microphone, will drop some multiple videos this week.
  8. Yes, I am using a CandySkull Headset as mic, but I have a Lapel mic, I am looking to get those professional mics and also understand Adobe Premiere audio better, the next video will have a much better sound quality.
  9. Thanks Mustapha, I really appreciate the support, I am working on more content and also working on making the transitions and effect more jazzing. I'll update this thread as I push more contents
  10. Personally when it comes to UI as much as I am a fan of that, I am more interested in the code, because of my past experience in Enterprise Companies, I have seen ugly code slapped with an amazing UI. However one thing that irks me off from Kirby is the flat file concept. I am not sold on that, as @teppo mentioned I can't imagine the insane logic adopted to pull such complexities over using files. Seems unnecessarily when RDBMS works. At the end of the day Processwire is Headless, so nothing stops us from getting someone from Dribbble to design a new Admin UI, However I find AdminReno Theme perfect. I also don't think Devs can be easily swayed by UI however the Kirby codes looks interesting , plus so much similar to PW at the same time.
  11. qtguru

    Movie Talk

    I prefer DC, they tend to be darker, Marvel movies seem too comedic for my liking.
  12. I didn't want to create a topic for this, so I decided to use my existing thread , as mentioned, I am creating some Youtube tutorials around Processwire, I feel a video is much more easier to help people getting started with Processwire. So I did a first video introduction, However I quickly realized my dilemma with self expression skills when talking, so I am working on that but here is the first video and I hope to drop a Video per week or more depending on how fast I can get things out but I am also open to covering other complex topics too around Processwire. Thanks and I hope this helps out a lot of people. NOTE: LOL Working on how I sound too ?, bear with me Love from Nigeria
  13. If you want to make some style editing then it is overkill extending the main core php files, why not alter the CSS for the field comments, that is the approach i do for the FieldComments.
  14. You should create a Frontend Admin for your users, I think there is a Module for that, but I wrote something years ago doing exactly what you want but here it is incase you are looking for different angles to look at it.
  15. @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
×
×
  • Create New...