List Views

Total Items found in Views is 277546.
An advanced collection of page views
get the last letter of a string

2:45 pm, October 1, 2023
php save csv from array to file

2:45 pm, October 1, 2023
foundation make row full width

2:45 pm, October 1, 2023
pi400 how to take a screen shot

2:45 pm, October 1, 2023
check if a file exists with php

2:45 pm, October 1, 2023
scrollbar replacement simplebar

2:45 pm, October 1, 2023
using gzdeflate on a string php

2:45 pm, October 1, 2023
github logo background png css

2:45 pm, October 1, 2023
php mysql table exists function

2:45 pm, October 1, 2023
check if something is an array

2:45 pm, October 1, 2023
target data attribute with css

2:45 pm, October 1, 2023
page scroll indicator research

2:45 pm, October 1, 2023
using a css grid area template

2:45 pm, October 1, 2023
play a sound every # of seconds

2:45 pm, October 1, 2023
link to an external stylesheet

2:45 pm, October 1, 2023
load json data url with jquery

2:45 pm, October 1, 2023
check if a ul contains a ul li

2:45 pm, October 1, 2023
Change link target with JQuery

2:45 pm, October 1, 2023
check length of element jquery

2:45 pm, October 1, 2023
Find Disk Space Usage using DU

2:45 pm, October 1, 2023
count the elements in an array

2:45 pm, October 1, 2023
change the window title

2:48 pm, October 1, 2023
python Install Beautiful Soup

2:52 pm, October 1, 2023
get current url with php

2:55 pm, October 1, 2023
test php bundle write

3:02 pm, October 1, 2023
fancybox modal popup example

3:10 pm, October 1, 2023
ES5 vs ES6 Object Example

3:13 pm, October 1, 2023
jquery accordion

3:13 pm, October 1, 2023
getType function for js

3:13 pm, October 1, 2023
tiny mce editor tinymce

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

3:17 pm, October 1, 2023
border box reset

3:18 pm, October 1, 2023
clipboard copy js

3:22 pm, October 1, 2023
bootstrap basic grid layout

3:25 pm, October 1, 2023
ken burns slow image zoom

3:32 pm, October 1, 2023
video embed no controls

3:33 pm, October 1, 2023
console dir usage

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

3:50 pm, October 1, 2023
Objects in javascript

3:57 pm, October 1, 2023
Use Recursion to Count Up

3:59 pm, October 1, 2023
mouse outline svg

4:04 pm, October 1, 2023
down chevron and styles

4:07 pm, October 1, 2023
Site Widget Controls

4:14 pm, October 1, 2023
testing chartjs

4:21 pm, October 1, 2023
Custom 12 Grid using CSS Grid

4:29 pm, October 1, 2023
button with separated chevron

4:29 pm, October 1, 2023
inline fancybox modal testing

4:30 pm, October 1, 2023
add an outline to everything!

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

4:30 pm, October 1, 2023
simple table stripe striping

4:30 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...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

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

Apparently apple had to update the thumbnail of this video. 


Random CSS Property

counters()

The counters() CSS function enables nested counters, returning a concatenated string representing the current values of the named counters, if there are any. The counters() function has two forms: counters(name, string) or counters(name, string, style). It is generally used with pseudo-elements, but can be used, theoretically, anywhere a <string> value is supported. The generated text is the value of all counters with the given name, from outermost to innermost, separated by the specified string. The counters are rendered in the style indicated, defaulting to decimal if no style is specified.
counters() css reference