$ cat ~/writing/* — notes on web dev, games, and the small tools I build.
-
How to Implement Lazy Load in CodeIgniter 4 (CI4)
Lazy loading is a technique to make your website faster by loading images or content only when it’s needed, like when it’s visible on the screen. This...
read -
How to Create SEO-Friendly Slugs in PHP
This page serves as a test to ensure that my PHP code correctly generates slugs from post titles. Previously, I created a slug but neglected to use hy...
read -
Install Summernote Without Bootstrap
While developing a shop website for my first client, I needed a WYSIWYG editor for creating detailed journal posts. I chose Summernote because of its ...
read -
How to Easily Integrate CKEditor into Your Web Page: A Step-by-Step Guide
I dont know why, i just edited my modal's function, its now work. but, my summernote editor is gone. so, the reason why its gone is because i accident...
read