List Hits

Total Items found in Hits is 532234.
A Collection of Hits...
using switch in a function

5:32 pm, October 1, 2023
using multiple text shadow

5:32 pm, October 1, 2023
OSRS Optimal Quest Guide

5:16 pm, October 1, 2023
convert json string to a php array

5:15 pm, October 1, 2023
check length of element jquery

5:13 pm, October 1, 2023
foundation responsive tables

5:13 pm, October 1, 2023
get the current month as a number

5:07 pm, October 1, 2023
Console Tips and Tricks

4:56 pm, October 1, 2023
Generate Sub menu using Core

4:55 pm, October 1, 2023
console dir usage

4:54 pm, October 1, 2023
random string generator guid

4:53 pm, October 1, 2023
search within files in a directory

4:51 pm, October 1, 2023
prep

4:43 pm, October 1, 2023
link to an external stylesheet

4:43 pm, October 1, 2023
search bug Above

4:40 pm, October 1, 2023
p pr

4:35 pm, October 1, 2023
p pr vb n

4:32 pm, October 1, 2023
truncate string using jquery

4:31 pm, October 1, 2023
p pr

4:24 pm, October 1, 2023
foundation responsive tables

4:22 pm, October 1, 2023
Use Recursion to Count Up

4:22 pm, October 1, 2023
Python import into SQLite research

4:20 pm, October 1, 2023
count the elements in an array

4:14 pm, October 1, 2023
basic for loop odd numbers

4:14 pm, October 1, 2023
copy file

4:09 pm, October 1, 2023
right align something in its element

4:03 pm, October 1, 2023
Superl

4:01 pm, October 1, 2023
imp

4:00 pm, October 1, 2023
Objects in javascript

3:58 pm, October 1, 2023
RS3 Herb Locations

3:56 pm, October 1, 2023
vimeo thumbnail generator

3:56 pm, October 1, 2023
get element by id and hide it

3:54 pm, October 1, 2023
Applied Accessibility - Tab Index

3:48 pm, October 1, 2023
jquery jqueryui vue script includes

3:48 pm, October 1, 2023
php return json header and content

3:48 pm, October 1, 2023
adv

3:46 pm, October 1, 2023
p pr vb n

3:44 pm, October 1, 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
The mind must be given relaxation; it will arise better and keener after resting. As rich fields must not be forced-for their productiveness, the have no rest, will quickly exhaust them constantlabor will break the vigor of the mind, but if it is released and relaxed a little while, it will recover its powers
Seneca
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