List Views

Total Items found in Views is 281387.
An advanced collection of page views
chevron left

7:28 am, November 21, 2022
highlight a button with an animation css

7:22 am, November 21, 2022
check column exists in table sqlite

7:18 am, November 21, 2022
check if an item id exists in javascript

7:16 am, November 21, 2022
get last month as a number with php

7:07 am, November 21, 2022
digital clock with jquery

7:05 am, November 21, 2022
codemirror with auto preview window

7:01 am, November 21, 2022
search bug Above

6:51 am, November 21, 2022
using scroll-behavior: smooth css

6:45 am, November 21, 2022
css accordion basics

6:44 am, November 21, 2022
rs3 runespan experience rates

6:34 am, November 21, 2022
MySQL to Sqlite converter

6:34 am, November 21, 2022
css slow zoom in animation

6:30 am, November 21, 2022
Lynx Titan

6:28 am, November 21, 2022
get element by id and hide it

6:28 am, November 21, 2022
simple usage for php password_hash

6:23 am, November 21, 2022
center a box in the middle of the screen

6:23 am, November 21, 2022
Latest from Code Widget

6:21 am, November 21, 2022
easy twitter embed code

6:21 am, November 21, 2022
simple backup to google drive fron linux

6:16 am, November 21, 2022
JS Using typeof to check on string types

6:13 am, November 21, 2022
load random videos module using template

6:11 am, November 21, 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...

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
When i was a little kid, I was really scared of the dark. But then I came to understand, dark just means the absence of photons in the visible wavelength -- 400 to 700 nanometers. Then i thought, well, its really silly to be afraid of a lack of photons. Then i wasn't afraid of the dark anymore after that.
Elon Musk
Random CSS Property

Custom properties (--*): CSS variables

Property names that are prefixed with --, like --example-name, represent custom properties that contain a value that can be used in other declarations using the var() function.
--* css reference