Jump to content

qtguru

Members
  • Posts

    356
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by qtguru

  1. View at: https://okeowoaderemi.com

    I switched to Processwire 10 years ago and it's being my goto framework for maintaining my website and also developing for clients. 

    Development

    I used the moduleTemplateEngineFactory and TemplateEngineTwig, Twig has always been my favourite templating engine, because of how easy it is, to use reusable code and have an easy way to inject content into the layout, it's almost like MasterPages in .NET (For the Oldies)
     

    image.thumb.png.f84a04ed924c277045a4687e0e6a67e1.pngimage.thumb.png.d1c6221c81211a33eed476db83aef5bf.pngimage.thumb.png.37e6c35a776d165aa51c7197e1af7bf2.pngimage.thumb.png.d4a7bbc08da7e44df6ff115f315d99f1.pngimage.thumb.png.735633b986dca4027be50ee330bb928f.png

     

     

    • Like 12
    • Thanks 1
  2. Progress is going on well, as usual my choice for Development:

     

    TemplateEngineFactory + Twig 

    image.thumb.png.94361163f77af760c26022fdef152448.pngimage.thumb.png.8cd3e17fedcc74b6d1953aa4d2fec4d8.png

          {% 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 %}

     

    • Like 3
  3. 1 minute ago, apeisa said:

    Sound quality is strange ?

    But your English and articulation is very good, clear and easy to understand! Keep up with the videos!

    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. 

    • Like 1
  4. On 6/6/2020 at 5:57 PM, jonatan said:

    @teppo Really great to get a lot of different perspectives on it! ? 

    Really nice and well-argumented opinion! It's always funny to once again discover how differently we all perceive the world and how aesthetics comes down to being something so very subjective, as you also write yourself! ? I will agree with you in fact on a lot of things that you point out about the Kirby UI, but I still think it could be really interesting to have the discussion here on the forum about the PW UI. Maybe some cool redesign ideas could pop up? And maybe it could be really interesting to hear some feedback on the UI from clients of PW designers / developers ? 

    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. 

  5. On 6/29/2020 at 10:30 AM, davisan said:

    I like both Marvels and DC movies

    I prefer DC, they tend to be darker, Marvel movies seem too comedic for my liking. 

  6. 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

     

    • Like 8
×
×
  • Create New...