Search
add a live reloading server with one npm command
I work on a lot of html sites, and usually i go into the editor make a change, go back into the browser and hit reload or clear cache and reload, repeat process. I saw all of these NPM's and other th..
tools i still want to create
This is my inspiration list, or when i have a tool idea, i should add it here so next time i have nothing better to do, create one of these tools. Once created i will move the tool link over to this c..
Tools
Here is a collection of the tools i have created and also a list of the tools i still want to create. SEO Tools SEO Keyword Research This tool allows you to type in a keyword and it w..
site update incoming before and after
dark mode saves state as well, but still flashes light a bit, so need to modify the light background so that the flash is not as blinding. still cant see the text on light mode new card theme ..
creating a button creator in javascript
still working on this. So i have been working on a button creator in javascript, so that i can create html/css buttons on the fly a bit easier and have the button html and css easily exportab..
So my windows 11 task bar decided to disappear (and how to fix it)
I was just happily extracting a zip file when... Boom no more start menu. I thought ah yeah easy ill just restart and it will come back. Nope.. it was gone for good. But i could run task manag..
Creating an NFT - bbyalienyodi
Ok here we go, i am trying a new NFT. what is this? Non Fungable Token, basically its a gif or image that is tradable. Here is my first design... The name is Alien Yodi Code name bbyal..
does google still post back the search term with the link click
i remember a while back when you could actually see what search result words were being used to link back to your pages using the data sent back from the google click. now when i test this i ca..
checking if your windows pc has a TPM
what the heck is a TPM? well now that windows 11 requires one, everyone needs to have one apparently. want to check if you have a TPM, well it will depend on a few things, most of the chatter ..
Quick Links
Just a couple of quick links for things i usually google, will be updating this slowly as i remember things. Font Awesome Icons Remove Background - Make Image Transparent Quick Foundation Gri..
Clean Windows Setup
So i was watching a video today where they went through setting up and cleaning a windows installation, and man i thought i really want to do this. My PC and Laptop just get so cluttered with a..
how to switch chrome to dark and light mode in windows 10
So i was playing around in the settings of chrome, and I could not locate the dark and light mode switch. Well apparently chrome looks at your windows theme and gets its settings from there. I added..
goodbye old grid theme
Yep i have gone back to bootstrap 5 with a dark mode theme. I think its neater, and i liked my old theme, but it had some issues, and no doubt this bootstrap one will also have issues. But yeah..
windows 10 snipping experience
i was thinking just this morning, wouldnt it be nice to have a simple way to capture part of the screen and write notes on it, so i googled a similar phraise. Apparently its already built into window..
chia mining research notes
So i had the great idea yesterday after reading an article on mining chia and how it will be easy and non GPU intensive, to start mining it. I thought oh i have a few spare TB sitting around on ext..
python getting started notes
check your version of python Python python --version if this does not work try Python python3 --version this should show something like: Python 3.8.5 you can run a python script with Py..
Python import into SQLite research
Some examples i found while researching this import from python scripts into sqlite. Example weather import beautiful soup Python def weather_():page = requests.get("https://www.bbc.co.uk/weather/0..
atom editor useful keyboard shortcuts
Delete Current Line Ctrl+Shift+K not sure why but this post seems to be a massive spam posting item.
getting a random cursor in my chrome browser
I noticed this cursor appearing in my browser the other day, very strange as i dont remember enabling it. Example: I kinda forgot about it, but then decided to google it. Apparently its an ..
Factorio Blueprint Books
Here is a couple of blueprint books for factorio that i found, sources included. You can import them using the paste string, and clicking on this button in factorio: Then paste it in here an..
Level 3 to All Capes - Ultimate Runescape Guide
I will be updating this as i go, with additional information and links. File originaly comes from this google sheet. Which i have found to be a bit out of date with certain items. Goal U..
so i guess i will have to re-think my comments strategy
so i wrote a quick and well not that spam free (apparently) comment system for this site. while i was adding it inbetween test comments i found there was already spam being added, before i had even f..
Aligning Images in TinyMCE or Floating them left and right
This might be a bit of a obvious one but i only just discovered that you can do this with images the other day rather than just using it for text content. I'll use this editor as the test one for now..
Google Page Speed Cleanup and Testing
Here we go with some google page speed testing, on the new reduced size kruxor.com Its less impressive than i thought it would be: https://developers.google.com/speed/pagespeed/insights/?url=https%3..
Kruxor Moving from Bootstrap to CSS Grid
This is my notes on upgrading this site from bootstrap to css grid. Mission: Make this look good! and fast :) Mmm… not so good at the moment, removed bootstrap and dark theme. But there..
My Favourite Atom Packages (Plugins) 2020
I did a list for this last year, updating it again for this year, i will add and remove packages as i change them. This is just my personal preferences for atom as i usually code in js css html and ph..
css.kruxor.com mini css code related sub domain
Just created this css sub domain css.kruxor.com, to test out some more detailed css things and store properties. I will keep adding to it until all the properties have demos. Note to self: keep updat..
How to get spreadsheet data into a meaningful/useful format using php and sqlite
I had some data recently that i thought would be very good in a web page format. So i started copy and pasting it into a html editor and then realised that this data is all in the same format as its i..
how to fix - Fatal error: Uncaught Error: Call to undefined function mb_convert_encoding()
I use the php readability library in some of my code, and found on a new server that it was throwing the error. Fatal error: Uncaught Error: Call to undefined function mb_convert_encoding() For me t..
How to do a simple bootstrap landing page from Scratch - Part 3
How to do a simple bootstrap landing page from Scratch - Part 1 How to do a simple bootstrap landing page from Scratch - Part 2 How to do a simple bootstrap landing page from Scratch - Part 3 O..
How to do a simple bootstrap landing page from Scratch - Part 2
This is Part 2 of the Tutorial, Did you already read Part 1 to this tutorial? If not you can check it out below. How to do a simple bootstrap landing page from Scratch - Part 1 How to do a simple..
How to do a simple bootstrap landing page from Scratch - Part 1
How to do a simple bootstrap landing page from Scratch - Part 1 How to do a simple bootstrap landing page from Scratch - Part 2 How to do a simple bootstrap landing page from Scratch - Part 3 H..
osrs fairy ring codes
Black Demons -- The fairy ring code DJR will bring the players just south-east of the Chasm. Konar Slayer Master -- CIR Brimhaven Dungeon - CKR then north, or glory amulet. about the same distance..
Best Atom Plugins 2019
I guess this is pretty dependant on what you edit in atom, but here are the plugins that i use mostly. Atom BeautifyAllows you to beautify code directly from atom, good for messy code structu..
how to add a darkmode toggle to switch css and remember it dark mode
So it seems the trend lately is to add darkmode to everything... Dark Mode Light Mode Its actually not that hard to switch style sheets and add a dark version of the same style, it seems to be ..
Mega Menus Collection
Just looking for some nice mega menu designs here, all they really are is a hidden div that gets activated when a menu item is clicked or moused over. Hard to find a solution that fits all for this on..
How to do a simple landing page from scratch
Here is my process to create a super simple but responsive and slick looking landing page. Create a HTML File Create a html file called index.html as this is the file used by most web servers as the..
CSS Margin and Padding Framework Generator - How to use it
I used to just write this manually, but this generator is much easier than manually typing these margin and padding values. So what this does is generate css for each step so if i do the default se..
Image Resizing with PHP and SimpleImage Library
How to resize images with PHP using the SimpleImage Library I always forget how to do this even though its pretty simple once you know what to do. Here is how i resize images if they are over a ce..
How to make your code look nice
This one is just in case you don't like using the tab button or maybe you have inherited some code that is just a big mess. Using the Code Beautifier Tool you can just paste in the code, and it adds ..
Adding a template to wordpress to show a list of posts on a custom page template
So i had a request the other day to add a blog to wordpress that had been converted to a promo site with a static front page. Sounds easy, well it is if you know how to add a template to wordpress...