List Hits

Total Items found in Hits is 534024.
A Collection of Hits...
Use Recursion to Return a Range Array

3:56 pm, October 6, 2022
compare non equality function

4:01 pm, October 6, 2022
Search Duplicating Bugs

4:13 pm, October 6, 2022
animated duck on footer

4:14 pm, October 6, 2022
FCC - Basic: Profile Lookup

4:14 pm, October 6, 2022
video embed no controls

4:15 pm, October 6, 2022
find all elements add class jquery

4:16 pm, October 6, 2022
CSS Filter Generator from Hex Code

4:17 pm, October 6, 2022
chevron up

4:17 pm, October 6, 2022
Bootstrap Darkmode Switch

4:18 pm, October 6, 2022
using foundation 6.4 xy grid basics

4:18 pm, October 6, 2022
load json data url with jquery

4:18 pm, October 6, 2022
add a gtag.js pdf click event

4:20 pm, October 6, 2022
csv read example

4:20 pm, October 6, 2022
css accordion basics

4:21 pm, October 6, 2022
jquery document ready

4:22 pm, October 6, 2022
Auto Create HTML Code Snippets

4:22 pm, October 6, 2022
jquery check if a sub element exists

4:24 pm, October 6, 2022
git pull changes from a repository

4:24 pm, October 6, 2022
php save csv from array to file

4:27 pm, October 6, 2022
Generate a random title from an array

4:27 pm, October 6, 2022
ES6 Nested Object Example

4:27 pm, October 6, 2022
explode a string into an array

4:29 pm, October 6, 2022
random string generator guid

4:30 pm, October 6, 2022
PHP/SQLite - Load Random Item

4:33 pm, October 6, 2022
box shadow example(s) - drop shadow

4:33 pm, October 6, 2022
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

Please dont do this! 😜


Unknown Web Developer
Random CSS Property

:only-child

The :only-child CSS pseudo-class represents an element without any siblings. This is the same as :first-child:last-child or :nth-child(1):nth-last-child(1), but with a lower specificity.
:only-child css reference