A compact collection of websites for performance testing, icons, text utilities, audio editing, and other everyday tasks.
Software notes and practical experiments
This is the English entry point to Nanfeng's development blog. The archive currently contains Chinese-language technical notes; English translations will be published progressively.
Creating a Gradient Progress Bar in Cocos Creator
Preserve a gradient texture by configuring both ProgressBar mode and bar Sprite type as FILLED.
Fixing the Cocos Creator VS Code Chrome Source Map Error
A short troubleshooting note for a Chrome source map error encountered while debugging Cocos Creator from VS Code.
Getting Started with Particle Effects in Cocos Creator 3.7.2
Learn how to create, replace, export, and dynamically switch 2D particle effects in Cocos Creator 3.7.2.
How to Convert Markdown to a Word Document
Practical ways to convert Markdown text into a Microsoft Word document with Pandoc or Python.
WeChat Conversation Generator for Mock Chat Screenshots
An introduction to a detailed WeChat-style conversation screenshot generator.
Adding an “On This Day” Sidebar to a Hexo Blog
A quick guide to adding an “On This Day” card to a Hexo blog sidebar.
Troubleshooting HTTP 404 Errors
Common reasons an HTTP request returns 404 and practical ways to identify the cause.
Validating an Email Address with a TypeScript Regular Expression
A concise TypeScript example for checking whether a string resembles a common email address format.
Listening for EditBox Input Events in Cocos Creator
How to listen for EditBox editing and text-change events in Cocos Creator.