Skip to content

Commit cbbb89e

Browse files
committed
New Entry.
1 parent 0b1f900 commit cbbb89e

7 files changed

Lines changed: 50 additions & 3 deletions

File tree

Assets/BaseFiles/Page/Footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<h5 id="Fooder_Border">###DATE_TEXT###&nbsp;&nbsp;|&nbsp;&nbsp;©️ CatWithCode&nbsp;&nbsp;|&nbsp;&nbsp;###LICENSE###<br>&nbsp;&nbsp;Latest Build:<b>2025.10.13 - 00:28</b></h5>
1+
<h5 id="Fooder_Border">###DATE_TEXT###&nbsp;&nbsp;|&nbsp;&nbsp;©️ CatWithCode&nbsp;&nbsp;|&nbsp;&nbsp;###LICENSE###<br>&nbsp;&nbsp;Latest Build:<b>2025.10.13 - 11:35</b></h5>

Assets/MainFunctions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const header_STATIC_HTML_INSERT = '<h2 id="Header_Border" align="center"> <a hr
3333
// ### HARD_CODE_TRIGGER ###
3434
// footer
3535
// Assets/BaseFiles/Page/Footer.html
36-
const footer_STATIC_HTML_INSERT = '<h5 id="Fooder_Border">###DATE_TEXT###&nbsp;&nbsp;|&nbsp;&nbsp;©️ CatWithCode&nbsp;&nbsp;|&nbsp;&nbsp;###LICENSE###<br>&nbsp;&nbsp;Latest Build:<b>2025.10.13 - 00:28</b></h5>';
36+
const footer_STATIC_HTML_INSERT = '<h5 id="Fooder_Border">###DATE_TEXT###&nbsp;&nbsp;|&nbsp;&nbsp;©️ CatWithCode&nbsp;&nbsp;|&nbsp;&nbsp;###LICENSE###<br>&nbsp;&nbsp;Latest Build:<b>2025.10.13 - 11:35</b></h5>';
3737

3838
// >>> SUB <<<
3939
// ### HARD_CODE_TRIGGER ###
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!DOCTYPE html>
2+
<html lang="en" style="background-color: black;">
3+
<head>
4+
<script type="text/javascript" src="/Assets/MainFunctions.js"></script>
5+
<script type="text/javascript">WriteHead();</script>
6+
<title>CatWithCode - Design Made even more Worst</title>
7+
</head>
8+
<body align="left">
9+
<div id="viewerChecker"> <p><a href="https://catwithcode.moe/Blog/2024.10.02_F_Search_Engines/F_Search_Engines.html">THIS IS A MIRROR OR ARCHIVE. CLICK HERE TO GET TO THE OFFICIAL CATWITHCODE.MOE PAGE! IF YOU ARE ALREADY ON CATWITHCODE.MOE, IGNORE THIS. BLOCKING JAVASCRIPT IS COOL.</a></p> <script type="text/javascript">creatCheckViewer();</script></div>
10+
11+
<div id="Header"> <a href="/archive.html">NoJS-Header</a> <script type="text/javascript">WriteHeader();</script></div>
12+
<script type="text/javascript">CreateSpeechBubble("Now I have a kitten myself. Wait... what?");</script>
13+
14+
<h1>Design Made even more Worst</h1>
15+
<p>I added Oneko like many other tech blog and project pages to my website :D. I did adjust OnekoJS a good amount to fit my workflow and be more readable for me. After that I adjusted A LOT of stuff on how the dynamic elements on my website work so they don't break in edge cases like google translate pages or in the Internet Archive. I little time ago I also adjusted the DNS redirect for the GitHub pages version for search engines so it also not cause issues in Mirrors or Archives but added detection and notice if it is viewed that way. The redirect is now domain specific.</p>
16+
<p>I like aSync stuff but the issue is that it breaks in many scenarios and I don't want that anymore. But making all dynamic HTML elements into strings in JS is way to error prone when done by hand... well now I have a script that dose that automatically. I adjust my elements and updated the static copy's in JS with one click (or even remove them). Is this bad practices and extremely jank? YES. Dose it work better then aSync and thanks to be loaded already dose not cause load freezes? YES. There is a reason why these scripts are rights reserved, they are very specific and not really good to work with if not self written no to long ago... . And sadly this is also a very JS heavy adjustment (like the transparency, the background, the rain, Cat or the new Oneko) so making is static for Archiving the new Design is not really possible without making a lot of changes I don't want to make. Here the Internet Archive and git history to some extend are the replacement.</p>
17+
<p>So am I done with the design changes already? No. I will fix a few CSS things that broke thanks to the static HTML in JS and then when I find time and motivation, re-color Oneko to look like Coffee and better fit into the color pallet of my page (right now Oneko looks a little out of place).</p>
18+
<p>And yes, I know, the "Design even worst"-Title joke was not funny the first time ether.</p>
19+
<br>
20+
<h2>Sources:</h2>
21+
<ul>
22+
<li><a href="https://adryd.com/">https://adryd.com/</a></li>
23+
<li><a href="https://github.com/adryd325/oneko.js">https://github.com/adryd325/oneko.js</a></li>
24+
<li><a href="https://en.wikipedia.org/wiki/Neko_(software)">https://en.wikipedia.org/wiki/Neko_(software)</a></li>
25+
<li><a href="https://en.wikipedia.org/wiki/Keiji_Gotoh">https://en.wikipedia.org/wiki/Keiji_Gotoh</a></li>
26+
<li><a href="/Assets/SubScripts/OnekoJS/LICENSE/LICENSE">/Assets/SubScripts/OnekoJS/LICENSE/LICENSE</a></li>
27+
<li><a href="https://github.com/CatWithCode/oneko.js.cwc">https://github.com/CatWithCode/oneko.js.cwc</a></li>
28+
</ul>
29+
<div id="Footer"> <p><b><u>NoJS-Footer (COULD NOT LOAD LICENSE JS-CODE FOR FOOTER! THE LICENSE IS IN THE HTML CODE!)</u></b></p><script type="text/javascript">WriteFooter('2025.10.13 - 11:33');</script></div>
30+
</body>
31+
</html>

Feed/RSS.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
<link>https://catwithcode.moe/</link>
66
<description>Blog for random computer stuff from my daily life. Girl from Germany. Work as a Software Developer. Programming, Linux, Hacking, Modding and tinkering.</description>
77
<!-- RSS ENTRYS - START -->
8+
<item>
9+
<title>CatWithCode - Design Made even more Worst</title>
10+
<link>https://catwithcode.moe/Blog/2025.10.13_Design_Made_even_Worst/Design_Made_even_Worst.html</link>
11+
<description>I added Oneko like many other tech blog and project pages to my website :D. I did adjust OnekoJS a good amount to fit my workflow and be more readable for me. After that I adjusted A LOT of stuff on how the dynamic elements on my website work so they don't break in edge cases like google translate pages or in the Internet Archive. I little time ago I also adjusted the DNS redirect for the GitHub pages version for search engines so it also not cause issues in Mirrors or Archives but added detection and notice if it is viewed that way. The redirect is now domain specific.
12+
13+
https://catwithcode.moe/Blog/2025.10.13_Design_Made_even_Worst/Design_Made_even_Worst.html
14+
</description>
15+
<pubDate>Mon, 13 Oct 2025 09:35:06 GMT</pubDate>
16+
</item>
817
<item>
918
<title>CatWithCode - My visit(s) at the Restaurant Sa Quadra - Menorca</title>
1019
<link>https://catwithcode.moe/Blog/2025.10.12_Restaurant_Sa_Quadra/Restaurant_Sa_Quadra.html</link>

archive.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h3><b><u>How to Update Archive / Update Website</u>:</b></h3>
1919
<p>My website is FULLY path-relative and uses JS in a very unconventional way for the Header and Footer. Great for static hosting, bad for web crawlers. This page is a collection of all the links and files on my website, statically linked, as little code as possible and fully without relative links or js-code for easier crawling, archiving and viewing without any JS-Code. This SHOULD(TM) be always up-to-date and working(TM).</p>
2020
<p>Also: The footer contains the licence for each page! If you block JS or are viewing an JS-INCOMPATIBLE-Archive, you may not be able to see the licence text. It is still in the HTML code!</p>
2121
<!-- TIMESTAMP - START -->
22-
<p>2025.10.13 - 00:28 | CC BY-NC-ND 4.0</p>
22+
<p>2025.10.13 - 11:35 | CC BY-NC-ND 4.0</p>
2323
<!-- TIMESTAMP - END -->
2424
<hr>
2525
<!-- ARCHIVE - START -->
@@ -276,6 +276,7 @@ <h3><b><u>How to Update Archive / Update Website</u>:</b></h3>
276276
<a href="https://catwithcode.moe/Blog/2025.10.12_Restaurant_Sa_Quadra/DATA/FOOD/04.jpg">https://catwithcode.moe/Blog/2025.10.12_Restaurant_Sa_Quadra/DATA/FOOD/04.jpg</a> <br>
277277
<a href="https://catwithcode.moe/Blog/2025.10.12_Restaurant_Sa_Quadra/DATA/FOOD/05.jpg">https://catwithcode.moe/Blog/2025.10.12_Restaurant_Sa_Quadra/DATA/FOOD/05.jpg</a> <br>
278278
<a href="https://catwithcode.moe/Blog/2025.10.12_Restaurant_Sa_Quadra/Restaurant_Sa_Quadra.html">https://catwithcode.moe/Blog/2025.10.12_Restaurant_Sa_Quadra/Restaurant_Sa_Quadra.html</a> <br>
279+
<a href="https://catwithcode.moe/Blog/2025.10.13_Design_Made_even_Worst/Design_Made_even_Worst.html">https://catwithcode.moe/Blog/2025.10.13_Design_Made_even_Worst/Design_Made_even_Worst.html</a> <br>
279280
<a href="https://catwithcode.moe/blog.html">https://catwithcode.moe/blog.html</a> <br>
280281
<a href="https://catwithcode.moe/contact.html">https://catwithcode.moe/contact.html</a> <br>
281282
<a href="https://catwithcode.moe/Feed/RSS.xml">https://catwithcode.moe/Feed/RSS.xml</a> <br>

blog.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ <h1>Blog-Entries:</h1>
1616
<!-- <li><a href="LINK">TEXT</a><br><br></li> -->
1717
<ul>
1818
<!-- BLOG ENTRYS - START -->
19+
<li><a href="Blog/2025.10.13_Design_Made_even_Worst/Design_Made_even_Worst.html">2025.10.13 - Design Made even more Worst</a><br><br></li>
20+
1921
<li><a href="Blog/2025.10.12_Restaurant_Sa_Quadra/Restaurant_Sa_Quadra.html">2025.10.12 - My visit(s) at the Restaurant Sa Quadra - Menorca</a><br><br></li>
2022

2123
<li><a href="Blog/2025.09.26_Dont_Use_Joilt_Extention_Version/Dont_Use_Joilt_Extention_Version.html">2025.09.26 - Don't use Jolt extension, use the Godot Build in Jolt version!</a><br><br></li>

sitemap.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@
200200
<loc>https://catwithcode.moe/Blog/2024.05.01_Expecting_Software_is_wrong/Expecting_Software_is_wrong.html</loc>
201201
<lastmod>2025-10-12</lastmod>
202202
</url>
203+
<url>
204+
<loc>https://catwithcode.moe/Blog/2025.10.13_Design_Made_even_Worst/Design_Made_even_Worst.html</loc>
205+
<lastmod>2025-10-13</lastmod>
206+
</url>
203207
<url>
204208
<loc>https://catwithcode.moe/Blog/2022.08.07_Unihertz_Titan_GSI_UFS/Unihertz_Titan_GSI_UFS.html</loc>
205209
<lastmod>2025-10-12</lastmod>

0 commit comments

Comments
 (0)