Hi there 👋 I’m danpros, the founder and maintainer of HTMLy, an open source databaseless PHP blogging platform.
| CARVIEW |
Welcome
Recent posts
08 Jul 2025
How to Upgrade PHP in XAMPP to PHP 8.4
Until this article was written, Apache Friends only ships XAMPP with PHP 8.2 and there is no XAMPP version with PHP 8.4. If you want to upgrade PHP [...]
14 May 2025
Create Your First HTMLy Theme
Creating an HTMLy theme is not as difficult as you might think. To make this process faster, I asked Copilot to create an HTML template using [...]
28 Apr 2025
How to Load Disqus Comments on Click
Loading Disqus comments by default can impact page speed. A smart solution is to load Disqus comments dynamically only when users click a button or link [...]
27 Apr 2025
Add a Copy-to-Clipboard Button to Code Blocks
I was looking for a way to add a copy to clipboard button in a code block and this is the the easiest and simplest way solution. [...]
26 Apr 2025
Add Syntax Highlighting to Our Blog with Highlight.js
Syntax highlighting enhances the readability of code snippets on our blog by adding visually distinct styles for keywords, variables, and other [...]