Invoice Creator Web App
A fully web-based invoicing application is a web based application, (only uses html, css & js) that allows users to create, preview, and download invoice PNG format. The application is designed to be easy to use and can be accessed from any device with an internet connection.
How to Download a Google Sheet as a CSV using Python
Learn how to create a URL that will automatically download the Google Sheets data as a CSV file. This will save you time and make it easier to share your data with others.
Make Your Large Horizontal HTML Tables Mobile-Friendly
In this article, we’ll show you how to make tables horizontally scrollable to make tables readable and accessible on mobile devices
Create html webapps using handlebars.js
Learn how to use HandlebarsJs and create powerful webapps and shorten the time to develop website and application
How to post array in an HTML form (posting array)
Learn how to post array in an HTML form, for this example we create a simple shop manger php app and post table data
Hugo partial code to add class to table
There is no straight direct way to add a css class to hugo tables for styling. We use a workaround to add class to hugo marked-down tables
Hugo Shortcode to include a markdown file
Here is how you can use shortcode’s to include a another markdown file in hugo. Including markdown will help you reuse contents from another blog markdown post/article
Hugo: How to generate Webp images for your websites & blog
Learn how to use Hugo’s builtin Image processing feature to generate Webp Image and boost your website speed & SEO ranking.
Use Hugo image processing to convert Images to any formats
Use this hugo partial code for automating Images format conversion to other formats like webp, bmp, gif, jpeg, jpg, png, tif and tiff
PHP: using php cURL to fetch remote REST json API
Learn how to use PHP cURL. PHP cURL is a great tool for interacting with web services and APIs, and it provides a lot of control over the requests and responses.