List Views

Total Items found in Views is 284912.
An advanced collection of page views
add paging to wp list query

11:11 pm, April 14, 2024
youtube search api request function

11:10 pm, April 14, 2024
get text between tags

11:09 pm, April 14, 2024
favicon code meta tag

11:08 pm, April 14, 2024
Custom 12 Grid using CSS Grid

11:00 pm, April 14, 2024
Alpine JS Testing

2:44 pm, April 14, 2024
Do While Loop

2:06 pm, April 14, 2024
testing equality

8:55 pm, April 13, 2024
js check the length of a string

1:01 pm, April 13, 2024
generating all css colours with php?

7:33 am, April 13, 2024
for loop with a 5 increment

3:57 am, April 13, 2024
RS3 Combat Bars

3:30 am, April 13, 2024
php mysql table exists function

1:14 am, April 13, 2024
load json data url with jquery

11:11 pm, April 12, 2024
search bug Above

8:09 am, April 12, 2024
make all links target new window

4:16 am, April 12, 2024
jquery check if a sub element exists

1:13 am, April 12, 2024
Python import into SQLite research

1:06 am, April 12, 2024
Core Class - Basic Core Structure

7:02 pm, April 11, 2024
jquery enable and disable attribute

6:54 pm, April 11, 2024
react basic hello world

6:21 pm, April 11, 2024
try catch test

4:59 pm, April 11, 2024
checking for spam comments function

4:55 pm, April 11, 2024
basic for loop odd numbers

4:51 pm, April 11, 2024
Whois Lookup

4:51 pm, April 11, 2024
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
"We're tight-fisted with property and money, yet think too little of wasting time, the one thing about which we should all be the toughest misers.”
Seneca
Random CSS Property

contain

The contain CSS property allows an author to indicate that an element and its contents are, as much as possible, independent of the rest of the document tree. This allows the browser to recalculate layout, style, paint, size, or any combination of them for a limited area of the DOM and not the entire page, leading to obvious performance benefits.
contain css reference