List Views

Total Items found in Views is 213191.
An advanced collection of page views
Javascript Objects Notes

11:18 pm, August 20, 2023
old browser check with javascript

11:18 pm, August 20, 2023
sqlite escape string

11:17 pm, August 20, 2023
Use Recursion to Count Down

11:17 pm, August 20, 2023
Radial Click Effect

11:17 pm, August 20, 2023
sqlite fetchArray into another array

11:16 pm, August 20, 2023
Load fancybox modal on hash check

11:16 pm, August 20, 2023
Custom JS Tabs - No Jquery or Jquery UI

11:16 pm, August 20, 2023
chia mining research notes

11:15 pm, August 20, 2023
Create a Simple JSX Element

11:15 pm, August 20, 2023
timeline class and function

11:14 pm, August 20, 2023
chevron right

11:14 pm, August 20, 2023
list group card template

11:13 pm, August 20, 2023
twitter social sharing meta tags

11:12 pm, August 20, 2023
using the :user-valid CSS pseudo-class

11:12 pm, August 20, 2023
detect window scroll position jquery

11:12 pm, August 20, 2023
rounded click me button with icon

11:11 pm, August 20, 2023
animated duck on footer

11:11 pm, August 20, 2023
How To Install SQLite on Ubuntu 20.04

11:11 pm, August 20, 2023
javascript try catch example function

11:10 pm, August 20, 2023
Multidimensional Array

11:10 pm, August 20, 2023
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
Ever tried. Ever failed. No matter. Try again. Fail again. Fail better. You won't believe what you can accomplish by attempting the impossible with the courage to repeatedly fail better.
Unknown
Random CSS Property

:focus-within

The :focus-within CSS pseudo-class matches an element if the element or any of its descendants are focused. In other words, it represents an element that is itself matched by the :focus pseudo-class or has a descendant that is matched by :focus. (This includes descendants in shadow trees.)
:focus-within css reference