JavaScriptAdd 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...2024.11.262024.11.29JavaScript
Synfig StudioThe 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...2024.11.212024.11.29Synfig Studio
Synfig StudioPreserving 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...2024.11.192024.11.29Synfig Studio
InkscapeFixing 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...2024.11.182024.11.29Inkscape
JavaScriptCreating 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...2024.11.132024.11.29JavaScript
Phaser3Prevent 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...2024.11.092024.11.29Phaser3
nodejsPassing 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...2024.11.012024.11.29nodejs
nodejsDebugging Node.js server code in Visual Studio Code The purpose Debug an HTTP server implemented in Node.js using Visual Studio Code. environment Node.js v20.16...2024.10.312024.11.29nodejs
nodejsUsing port 80 with Node.js on Windows The purpose The following article launched an HTTP server using Node.js. I read that using Node.js on a Unix-li...2024.10.312024.11.29nodejs
nodejsCreating a server (module) in Node.js(module) The purpose I will create an HTTP server using Node.js. The implementation will use ESM (import) instead of CJS...2024.10.312024.11.29nodejs