Tutorials
Practical exercises for beginner and intermediate users. Also for designers who want to implement their creations. Learn html, css, js and php step by step.
10 Reasons why you should stop using Elementor, DIVI, WP Bakery or any other builder in your WordPress in 2024
We enter 2024, and the WordPress block editor, aka Gutenberg, has been with us for no less than 5 years. The evolution has been spectacular in all aspects, there is NOTHING that cannot already be done with it, faster and better than with any other visual builder.
Advanced Custom Fields with super speed
Is your WordPress website using a lot of ACF and is your backend slow? Do you want it to work faster, and save queries in your database? Pay attention, as I will tell you some keys to keep in mind because your site may run as if you did not even have ACF installed. Custom fields get fat and…
You will be lucky if you spend 5 seconds on your website
Your website visitors will decide in just over 1 and a half seconds if what they see has anything to do with what they were looking for. It is a proven fact. The science and techniques applied in this regard are more than demonstrated. And it is more than verified what does NOT work. Serve as…
The importance of !important in your css, for dummies
The most used and sucked CSS add-on instruction. The most controversial and easiest to use. Doesn't that link turn red? Pam! You add a color: red!important and "shell" it. Easy. Fast. Exponentially problematic especially in large projects with more than one "participant". The tortilla, with !important or without !important? I don't know...
Easily modify and tinker with your WordPress database without fear
I start with the intro for beginners or foolish users of Elementor and similar: The database of your WordPress is where the posts and pages and all the options of the theme, the plugins and each little box that you fill out and then click on are stored. "keep". The BD (Hey, did you know that in…
Create your own block for the Gutenberg editor in minutes with hardly any code
I'm going to teach you how to create your own reusable blocks for the WordPress block editor, with just four clicks and a little bit of html and css. Without JS, PHP or REACT. In a few minutes, Pim pam. And with DEMO! If you have not yet made the leap to using visual editors like Divi, Elementor...
Layout a web article with html and css, so that it fits perfectly
In this tutorial, I am going to teach you how to layout an article or post, using HTML and CSS from scratch. We are going to start from the "raw" text, and we are going to format and design it so that it is irresistibly attractive to read. We'll add a couple of illustrations, and reuse some parts to make standout sentences. In…