List Views

Total Items found in Views is 280108.
An advanced collection of page views
animate css

6:55 pm, August 5, 2024
recreate marquee element using css

6:34 pm, August 5, 2024
react basic hello world

6:27 pm, August 5, 2024
add an outline to everything!

6:03 pm, August 5, 2024
jquery clone and append elements

5:39 pm, August 5, 2024
share to twitter html link only

5:08 pm, August 5, 2024
what is a motorbus

4:46 pm, August 5, 2024
Animal Crossing House Design's

4:36 pm, August 5, 2024
jqueryui includes css and js

4:21 pm, August 5, 2024
truncate string using jquery

4:21 pm, August 5, 2024
How do Self-Closing JSX Tags Work?

4:07 pm, August 5, 2024
pulsating dots - glow glowing

3:56 pm, August 5, 2024
border box reset

3:44 pm, August 5, 2024
python getting started notes

3:30 pm, August 5, 2024
layout homepage

3:27 pm, August 5, 2024
change the window title

3:26 pm, August 5, 2024
pi400 how to take a screen shot

3:23 pm, August 5, 2024
foundation make row full width

3:11 pm, August 5, 2024
get yesterdays date with javascript

2:35 pm, August 5, 2024
page load timer class

2:16 pm, August 5, 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
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

unset

The unset CSS keyword resets a property to its inherited value if the property naturally inherits from its parent, and to its initial value if not. In other words, it behaves like the inherit keyword in the first case, when the property is an inherited property, and like the initial keyword in the second case, when the property is a non-inherited property.
unset css reference