Search
Search Articles
Search Articles by entering your search text above.
videos
Video Ideas & Research Sep 2024

19 Sep 2024 Minecraft Search Term: i mined 10000 blocks Mining in one direction for X number blocks Mining 1,000,000 Blocks Alone! So Mr beast is obviously the top video here, at 86 million v..

4:16 am, September 19, 2024
rs3
Guide to maxing in F2P Ironman RS3

Text Version Guide to maxing in RS3 F2P ironman - A path to 99 all by Maghda ver. 1.1c Join the F2pironmanfc friends chat and discord! (discord.io/f2pironmanfc) :) Link to image version: https:/..

1:53 am, February 8, 2024
rs3
Guide to maxing in RS3 F2P ironman - ver. 1.1c

https://pastebin.com/NaxAYGhyGuide to maxing in RS3 F2P ironman - A path to 99 all by Maghda ver. 1.1c Join the F2pironmanfc friends chat and discord! (discord.io/f2pironmanfc) :) Link to image v..

3:43 am, August 6, 2023
AI
Testing AI in Notion

Kinda cool just being able to type in a space, and get a result, i guess it makes us even more lazy.  Before this could be done by typing it into google. But having it integrated into your own ..

1:08 am, February 28, 2023
code thoughts
generate a random username function thoughts

I was looking though some of my functions to make more useful web tools from them and i came across the function for generating a username.  I think originally i created this function to generat..

12:34 am, November 30, 2022
Site Updates
Some New String tools

Added a couple of new tools, that i had to add fairly quickly while doing another task. Thought i would make them into re-usable tools for future coding endevours.    Create UID from Strin..

1:54 am, July 15, 2022
Random Things
First Post on SubStack - I finally got around to posting something here

I actually had some notes for this but never really thought they were good enough to post. I wrote all the content in Notion, and guess what happens when I paste it in here… One paragraph. Gre..

12:27 am, February 16, 2022
Tools and Utilities
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..

12:03 am, December 13, 2021
Tools and Utilities
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 ..

1:22 am, December 9, 2021
how to
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..

4:14 am, January 21, 2020
osrs
Efficient OSRS Maxing Guide

I found this an easier way to read this guide, Source is down below. GENERAL SKILL ORDER Aim for quest cape ASAPDo early:99 Fishing91 Thieving (get rogue at 80)Complete diaries as soon as you get th..

1:19 am, January 22, 2019
osrs
Farming Guides

Bank Setup for Farming Making Super Compost The easiest way i found to do this, is just buy 15 melons from the GE and add them to a compost bin, i used the one below Falador. Close the bin and..

3:54 am, January 19, 2019
osrs
Oldschool Runescape Ironman guide By OzirisRS

Oldschool RunescapeIronman guideBy OzirisRSRe-formatting + images + details added by KruXoR Contents Introduction Pre-Text Starting Out Early quests, wintertodt and ardy cloak 1 (71) Lumbrid..

12:31 pm, December 29, 2018
how to
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..

4:28 am, October 2, 2018
Utilities
How to Convert text string to lower case

Here is a small tool that converts uppercase or sentence case strings to lower case. Just paste in the string and your set. I also added a small video on how to use the tool (yes its just me copy..

5:08 am, September 5, 2018
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...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

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
When i was a little kid, I was really scared of the dark. But then I came to understand, dark just means the absence of photons in the visible wavelength -- 400 to 700 nanometers. Then i thought, well, its really silly to be afraid of a lack of photons. Then i wasn't afraid of the dark anymore after that.
Elon Musk
Random CSS Property

margin-block

The margin-block CSS shorthand property defines the logical block start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.
margin-block css reference