List Views

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

6:16 pm, May 30, 2023
test php bundle write

6:01 pm, May 30, 2023
bootstrap styled buttons

2:03 pm, May 30, 2023
php check if a class exists

1:49 pm, May 30, 2023
using switch in a function

1:44 pm, May 30, 2023
round number with js

12:58 pm, May 30, 2023
Use Recursion to Count Down

12:39 pm, May 30, 2023
Runescape RS3 Double Seren Spirits

12:22 pm, May 30, 2023
Change link target with JQuery

9:49 am, May 30, 2023
inline form field padding

9:47 am, May 30, 2023
Default Parameters for Functions

9:45 am, May 30, 2023
layout homepage

9:44 am, May 30, 2023
how to unzip in linux

9:44 am, May 30, 2023
foundation responsive tables

9:39 am, May 30, 2023
check if something is an array

9:35 am, May 30, 2023
grid column and row spacing

9:33 am, May 30, 2023
Get the documentURI with JS

9:31 am, May 30, 2023
adding a new line in javascript

9:21 am, May 30, 2023
getType function for js

9:20 am, May 30, 2023
RS3 Dungeoneering Leveling Log

9:13 am, May 30, 2023
compare equality function

9:07 am, May 30, 2023
Testing

9:05 am, May 30, 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

Do you want to be right or happy? You can’t be both.

Suggests that in many situations - especially in relationships or arguments - insisting on being right can come at the cost of harmony or peace of mind. It implies that prioritizing your ego or the need to win an argument may damage relationships or personal contentment, whereas letting go of that need (even if you’re technically right) may lead to greater happiness.


Gerald Jampolsky
Random CSS Property

:defined

The :defined CSS pseudo-class represents any element that has been defined. This includes any standard element built in to the browser, and custom elements that have been successfully defined (i.e. with the CustomElementRegistry.define() method).
:defined css reference