//devnodes

#computer, #software, #programming, #electronics

Invoice Creator Web App | devnodes.in

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 | devnodes.in

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 | devnodes.in

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 | devnodes.in

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) | devnodes.in

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 Shortcode to include a markdown file | devnodes.in

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 partial code to add class to table | devnodes.in

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: How to generate Webp images for your websites & blog | devnodes.in

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 | devnodes.in

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

Wordpress: Using wp_remote_get() to fetch remote REST json API | devnodes.in

Wordpress: Using wp_remote_get() to fetch remote REST json API

Learn how to use wp_remote_get() a wordpress builtin api to fetch any REST apis. wp_remote_get() is useful if you want to integrate data from another web service into your WordPress site, or if you want to consume data from an external API for some other purpose. For explanation we will use github REST api and pull git commits and print them.