List Views

Total Items found in Views is 281997.
An advanced collection of page views
assign array to variables in a loop

2:28 am, November 4, 2024
css grid container with 4 auto columns

2:28 am, November 4, 2024
atom editor useful keyboard shortcuts

2:29 am, November 4, 2024
get last month as a number with php

2:29 am, November 4, 2024
change the window title

2:30 am, November 4, 2024
IP Address

2:30 am, November 4, 2024
generate a new SSH key on mac for git

2:30 am, November 4, 2024
extract variables from url string php

2:30 am, November 4, 2024
how to json encode an array in php

2:30 am, November 4, 2024
Create a Complex JSX Element

2:31 am, November 4, 2024
Do While Loop

2:31 am, November 4, 2024
table border collapse

2:31 am, November 4, 2024
list a functions variables or arguments

2:31 am, November 4, 2024
get current year in javascript

2:32 am, November 4, 2024
count the elements in an array

2:32 am, November 4, 2024
logo tickers marquee slow scrolling

2:32 am, November 4, 2024
creating a button creator in javascript

2:32 am, November 4, 2024
top bar overflow issues [fixed]

2:34 am, November 4, 2024
a page with two images

2:34 am, November 4, 2024
Spam IP Database and delete button

2:34 am, November 4, 2024
embed and use a ttf font font face

2:35 am, November 4, 2024
Find Disk Space Usage using DU

2:35 am, November 4, 2024
change string to capital words ucwords

2:36 am, November 4, 2024
set and check a cookie using js cookie

2:36 am, November 4, 2024
right align something in its element

2:36 am, November 4, 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
The problem with hoarding is you end up living off your reserves. Eventually, you’ll become stale. If you give away everything you have, you are left with nothing. This forces you to look, to be aware, to replenish. . . . Somehow the more you give away, the more comes back to you.
Paul Arden
Random CSS Property

@supports

The @supports CSS at-rule lets you specify declarations that depend on a browser's support for one or more specific CSS features. This is called a feature query. The rule may be placed at the top level of your code or nested inside any other conditional group at-rule.
@supports css reference