LizzardJs Quick Talk
29 January 2024 by erwan | Leave a Comment
Everybody has their own work brest practise : in my case I rely on arrays for lots of algorithmic trick, an dI often get confused when I use theme in both PHP and Javascript if like me you work on full stack development on a mix javascript frontend and PHP backend, then you switch from […]
Read more »
Quick Talk
Well it sounds official now : we cannot rely on PHP mail's function (or its wordpress extension wp_mail ) to send emails. That's good news because in the case of WordPress like other applications (Prestashop has native SMTP), we can now configure SMTP email sending via free plugins. Most popular is https://wpmailsmtp.com/. It comes free […]
25 January 2024 by erwan | Leave a Comment
Dealing with large datasets is easy for a professionnal programmer, lots of solutions exist for database systems like Mysql and its famous phpmyadmin self hosted suite. But working with non technical colleagues involves creating smart interfaces, and you can start with pre defined CRUD (Create, Read, Update, Delete) systems, also called BREAD (Browse, Read, Edit, […]
18 January 2024 by erwan | Leave a Comment
in the 70s , the MAD acronym stood for Mutually Assured Destruction, a sign of times when nuclear weapons on both sides of antagonist empires of the COLD WAR where in numbers that guaranteed total destruction of life on the planet if fired together in reciprocal strikes. Today, the MAD Acronym resurfaces with a similar […]
16 January 2024 by erwan | Leave a Comment
In a NUXT3 multi component application, some elements might not be available instantly with the document.querySelector API. This behaviour has been identified as a resolved issue since 2022 (and that was about nuxt2) and the only way to solve it seems to activate the selector after setTimeout in the mounted event of the component. I […]
15 January 2024 by erwan | Leave a Comment
Default Gunteberg editor comes with basic layout features, allowing management of blocks within predefined column width, that can be adjusted via the Block options. this is very handy to start with advanced image/ text alignement issues, one thing missing though is the ability to work with responsivness customization. The example below demonstrates the column block, […]
4 January 2024 by erwan | Leave a Comment
WordPress has two functions that you can use to create links to a series or articles sorted by tag (cloud style with wp_tag_cloud ) or category (hierarchical style via wp_list_categories) add a description to your category list using simple walker via wonderful stackexchange threads providing wordpress category list shortcode and walker to add description to category list
2 January 2024 by erwan | Leave a Comment
Founded by Imran Chaudhri and Bethany Bongiorno, a couple of ex APPLE engineers, HUMANE is a new SANFRANCISCO company that markets AI PIN, a new device, mix of credit card and golf ball, supposed to replace your Iphone. Obviously a master of technology, the small 700$ object is a voice powered computer that has replaced […]