CREATIVE CODING BLOG
Quick Talk
Ever experienced repetitive fine tuning of threeJS scene ? and camera controls revert back to original position, and you end up wasting time finding right position to check the modifications visually ? the localStorage / sessionStorage javascript objects allow you to store this information and restore it at reload time. All you need is to […]
Read more »
Playing with AI generation is showing massive improvement in 1. prompt understanding and 2. proper response. Demo of a single prompt javascript generated shoot them up game
switching back and forth from google search to gemini seems to bring the best fo both worlds. I asked Gemini to code a pure javascript accordion , it answered with alpine js code which is not too bad. Then a simple search query on google for "tailwind plus minus number alpine" led me to penguinui […]
with tailwind css there's nothing like native features. For example native tailwind transition properties provide a range of hover or loop animations. If you need to get animations on scroll, you can use intersect library (demo here). And if you want to get more creative with texts, try letter animations with Fancy Commonents for react […]
Application Development
speaking of database, I've had my share of user interfaces. As far as I can remember, Microsoft as the first big player to democratize database user interfaces with its famous Access software, not to mention Excel which is still today probably the most popular single table manager tool. For Web based database management, phpmytadmin is […]
That's it i've made the big move, like many others. After twenty years of wordpress development, I have to learn it all again. SEO, forms, page building, everything comes free and open source with statamic, unlike wordpress which requires a few hundred bucks to build serious web content management. Of course, on the long run, […]
It took me quite a while to understand that in order to add action to statamic field, you have to read extending the control panel first. Yes read docs. Did you manage to add your first field action ? for myself I will document here the hards steps that took me to a great feature […]
database / nocode Tailwind tools reponsiveness Tailwind components Javascript sliders here we sort best mobile touch enabled sliders + carousels, with last github update. All these sliders share common characteristics Glide : just out ! SWIPER : 2024 SLICKSLIDER : 2017 Splide JS : 2022
Well, have you moved away from twitter ? me, not yet, I have opened a bluesky account, but still find extremely relevant info on twitter, especially reports of amazing apps built with AI. So, having a coming simple web design project to implement, I was trying a few things. Statamic, as a WordPress replacement, is […]
using the now more than famous ACF module, you can a the ACF Leaflet field type that allows to geo code an adress within any post type and easily integrate post map within content. But even better, you can query posts and make an aggregated map, easily !! Yes, Open Street Map ACF field can […]