List Views

Total Items found in Views is 177466.
An advanced collection of page views
compare equality function

4:42 pm, February 13, 2023
Use the parseInt Function with a Radix

4:42 pm, February 13, 2023
Use Sweet Alert rather than alert!

4:34 pm, February 13, 2023
jquery jqueryui vue script includes

4:31 pm, February 13, 2023
card counting example from fcc

4:22 pm, February 13, 2023
check box highlight text area css

4:10 pm, February 13, 2023
find all elements add class jquery

4:10 pm, February 13, 2023
RS3 Post 99 Leveling Log

4:06 pm, February 13, 2023
explode a string into an array

4:04 pm, February 13, 2023
check column exists in table sqlite

3:39 pm, February 13, 2023
turn on or off error reporting php

3:39 pm, February 13, 2023
Lato font quick install

3:12 pm, February 13, 2023
json jquery ajax request

2:54 pm, February 13, 2023
add click event to multiple link items

2:53 pm, February 13, 2023
get the current week as a number with php

2:41 pm, February 13, 2023
javascript window.onload

2:33 pm, February 13, 2023
CSS Grid - Basic Columns

2:33 pm, February 13, 2023
add paging to wp list query

2:16 pm, February 13, 2023
jquery accordion

2:08 pm, February 13, 2023
play a sound every # of seconds

2:03 pm, February 13, 2023
bootstrap list group card with footer

1:51 pm, February 13, 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
I believe that success can be measured in the number of uncomfortable conversations you're willing to have.
Unknown
Random CSS Property

url()

The url() CSS function is used to include a file. The parameter is an absolute URL, a relative URL, a blob URL, or a data URL. The url() function can be passed as a parameter of another CSS functions, like the attr() function. Depending on the property for which it is a value, the resource sought can be an image, font, or a stylesheet. The url() functional notation is the value for the <url> data type.
<url> css reference