-
I have introduced DeepL API to my blog.
We have tried to make our blog multilingual using DeepL, which has a reputation for high translation accuracy.
-
Chart.js for easy charting
I have a project to implement a graph and will blog about it as I go through the selection process.
-
What do you think of Bootstrap?
I use Bootstrap as well, but I feel some resistance to relying on it entirely.With ver5, I don't have to use jQuery anymore, but what about the design aspect of the problem?
-
Do I need Sass?
I have been thinking about Sass.
-
Text box that can also be a pull-down menu
<select>I want to enter an arbitrary value that is not in the list of boxes
-
Generate QRCode in PHP
I used php-qrcode, a PHP QR code library.
-
Super easy! Read CSV files and display them with PHP
Try to read CSV using PHP's SplFileObject class.
-
PHP generation of invoice issuing data for Yamato Transport's B2 Cloud
Export B2 XLSX file using PhpSpreadsheet.
-
View the PDF in your phone's browser without downloading it.
PDF.js developed by Mozilla.
-
Create invoices by writing text in PDF templates in PHP
Generate PDFs using TCPDF and FPDI.