ConoHa

【ConoHa】Add a subdomain

The purpose  Adding a subdomain in ConoHa Wing. (I rarely do this and always hesitate, so I'm making a note of it...
JavaScript

(with solution code)How to Display Local Files in Canvas

The purpose  I'm trying to display a local image file on an HTML canvas. I found a few examples online, but none...
ConoHa

The binaries uploaded to ConoHa cannot be read correctly.

The purpose  A binary file uploaded to a ConoHa server via the file manager failed to load correctly. What ac...
PR
JavaScript

Add a “Post to X” button to the website. 

The purpose  We'll place a button on the website to post (tweet) to X (formerly Twitter) with a hashtag. Get a Co...
Synfig Studio

The imported Sif object is read-only. 【Synfig Studio】

The purpose  nfig Studio sometimes prevents me from editing objects in imported .sif files, displaying an error mess...
Synfig Studio

Preserving Inkscape group information in Synfig Studio

The purpose  As shown in the article below, group information is lost when a .sif file saved in Inkscape is opened i...
Inkscape

Fixing arcs instead of circles in Inkscape

The purpose  In Inkscape, dragging the right handle of a circle transforms it into an arc (a sector of an ellips...
JavaScript

Creating an image recognition web app using Teachable Machine. 

The purpose This article describes the creation of a web application using Teachable Machine, Google's AI model crea...
Phaser3

Prevent page scrolling when the spacebar is pressed(Phaser3)

The purpose  When creating games with Phaser 3, pressing the up and down arrow keys can sometimes unintentionally ca...
nodejs

Passing JSON data from a client to a Node.js server

The purpose  Passing JSON data from client-side JavaScript to a Node.js server. Implementation Client-side imp...
Copied title and URL