List Views

Total Items found in Views is 179780.
An advanced collection of page views
Use Sweet Alert rather than alert!

10:34 am, December 18, 2023
Use Recursion to Count Up

10:34 am, December 18, 2023
Use Recursion to Count Down

10:34 am, December 18, 2023
Monitoring Visible Objects on Screen

10:33 am, December 18, 2023
Leaflet Quick Start Example

10:33 am, December 18, 2023
JS Using typeof to check on string types

10:33 am, December 18, 2023
spin rotate an element on mouse over [css]

10:33 am, December 18, 2023
How to add jquery to squarespace site

10:33 am, December 18, 2023
using clamp js to clamp lines of text

10:33 am, December 18, 2023
Get the documentURI with JS

10:33 am, December 18, 2023
sqlite basic sql and loop results

10:33 am, December 18, 2023
FCC - Basic: Profile Lookup

10:33 am, December 18, 2023
ES5 vs ES6 Object Example

10:33 am, December 18, 2023
Do While Loop

10:33 am, December 18, 2023
Default Parameters for Functions

10:32 am, December 18, 2023
Complex Arrow Function Example

10:32 am, December 18, 2023
Changing an array declared with const

10:32 am, December 18, 2023
Auto Create HTML Code Snippets

10:32 am, December 18, 2023
Video Placeholder Image HTML

10:32 am, December 18, 2023
Idea: Google Font Dropdown Selector Code

10:32 am, December 18, 2023
youtube embed iframe

10:32 am, December 18, 2023
video embed tag

10:32 am, December 18, 2023
video embed full screen all screen sizes

10:32 am, December 18, 2023
using the kbd html tag

10:32 am, December 18, 2023
simple dropdown navigation ul li css

10:31 am, December 18, 2023
share to twitter html link only

10:31 am, December 18, 2023
scroll to top html css and js

10:31 am, December 18, 2023
meta keywords tag

10:31 am, December 18, 2023
meta description tag

10:31 am, December 18, 2023
make any element editable

10:31 am, December 18, 2023
lorem ipsum

10:31 am, December 18, 2023
load a youtube video in a fancybox modal

10:31 am, December 18, 2023
get directions from google maps form embed

10:30 am, December 18, 2023
foundation includes cdnjs

10:30 am, December 18, 2023
form elements australian state list

10:30 am, December 18, 2023
flexbox layout template

10:30 am, December 18, 2023
favicon code meta tag

10:30 am, December 18, 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
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

:host()

The :host() CSS pseudo-class function selects the shadow host of the shadow DOM containing the CSS it is used inside (so you can select a custom element from inside its shadow DOM) — but only if the selector given as the function's parameter matches the shadow host.
:host() css reference