Posted in Newsletters
283
12:55 am, October 21, 2022
 

KruXoR - October 2022 - Newsletter

Maybe i should convert this into a monthly newsletter, as this seems to be about the amount of time it takes me to get motivted to write another one of these posts! :) 

Its kind of a anytime news letter. 

Spam is annoying

I have been getting quite a lot of spam lately in the comment system. Its just bots filling in the comments, and its getting quite hard to filter it. I use the google recapture with server side checking of the key, but the spam seems to still get through this somehow. I have disabled the comments for now.

I tried adding it to discus but its just an iframe comment system, which is a bit annoying and not really what im looking for. 

https://kruxor.com/view/content/Sc6I2/more-comment-spam-and-what-to-do-with-it/ 

Sub Spam

Subscriber spam, they (the bots) even seem to submit emails to this so i cant tell if its a real email subscriber or not. I replaced this with a very ugly subscribe form from mail chimp, but its really just annoying. 

I will just have to manually filter these emails i think.  

Boots

My cat died this week, she had a long life for a cat i think 22 years. There is a widget with her gif video on the side of this site. I may do a page as well, but i guess that is a bit weird.

Other Links and Random Things

htmlreference.io

Shows all the new and old html tags, fun to look around and find new elements here. 
https://htmlreference.io/ 

Cider

An open-source, community-oriented Apple Music client for Windows, Linux, macOS, and more. Good if you have apple music and want to access within an app for windows. 
https://cider.sh/ 

View Statistics
This Week
54
This Month
356
This Year
3046

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Articles
Search Articles by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote

The important thing is not to stop questioning. Curiosity has its own reason for existence. One cannot help but be in awe when he contemplates the mysteries of eternity, of life, of the marvelous structure of reality. It is enough if one tries merely to comprehend a little of this mystery each day. Never lose a holy curiosity.


Albert Einstein
Random CSS Property

scroll-margin-left

The scroll-margin-left property defines the left margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
scroll-margin-left css reference