List Views

Total Items found in Views is 277547.
An advanced collection of page views
round number with js

12:21 am, January 8, 2024
Install PHP without Apache on Ubuntu

12:21 am, January 8, 2024
top bar overflow issues [fixed]

12:22 am, January 8, 2024
tools i still want to create

12:22 am, January 8, 2024
Quick Links

12:22 am, January 8, 2024
tiny mce editor tinymce

12:23 am, January 8, 2024
Invalid argument supplied for foreach()

12:24 am, January 8, 2024
Mac Useful Keyboard Shortcuts

12:25 am, January 8, 2024
atom on mac and synchronise settings

12:26 am, January 8, 2024
random string generator guid

12:26 am, January 8, 2024
Graceful outfit

12:26 am, January 8, 2024
Making an image responsive using css

12:28 am, January 8, 2024
cycle color using background

12:28 am, January 8, 2024
Quicksand font quick install

12:28 am, January 8, 2024
margin padding framework

12:29 am, January 8, 2024
KruXoR - October 2022 - Newsletter

12:29 am, January 8, 2024
sqlite escape string

12:30 am, January 8, 2024
simple usage for php password_hash

12:31 am, January 8, 2024
center mode slick zoom testing

12:32 am, January 8, 2024
javascript page redirect

12:33 am, January 8, 2024
ES5 vs ES6 Object Example

12:33 am, January 8, 2024
foundation includes cdnjs

12:33 am, January 8, 2024
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
Even if you fall on your face, you're still moving forward.
Victor Kiam
Random CSS Property

:focus-within

The :focus-within CSS pseudo-class matches an element if the element or any of its descendants are focused. In other words, it represents an element that is itself matched by the :focus pseudo-class or has a descendant that is matched by :focus. (This includes descendants in shadow trees.)
:focus-within css reference