List Views

Total Items found in Views is 203602.
An advanced collection of page views
using parse_url to extract parts of a url

11:46 pm, September 26, 2021
jqueryui date selector

11:46 pm, September 26, 2021
scrollbar replacement simplebar

11:46 pm, September 26, 2021
css font style italic

11:46 pm, September 26, 2021
meta refresh reload page

11:46 pm, September 26, 2021
set transparent menu over background image

11:46 pm, September 26, 2021
wordpress get template directory

11:46 pm, September 26, 2021
Quick tool to convert time into decimal

11:46 pm, September 26, 2021
css grid sidebar main content fluid layout

11:46 pm, September 26, 2021
Slick Slider Carousel

11:46 pm, September 26, 2021
Use Sweet Alert rather than alert!

11:46 pm, September 26, 2021
show errors in php with toggle

11:46 pm, September 26, 2021
transitions and the easy way to apply them

11:46 pm, September 26, 2021
pretty printing json with php

11:45 pm, September 26, 2021
What is Core?

11:45 pm, September 26, 2021
load content with jquery

11:45 pm, September 26, 2021
download icon svg

11:45 pm, September 26, 2021
Monitoring Visible Objects on Screen

11:45 pm, September 26, 2021
youtube embed iframe

11:45 pm, September 26, 2021
using attr in css to get content from html

11:45 pm, September 26, 2021
CSS Grid Frame Work

11:45 pm, September 26, 2021
copy file

11:44 pm, September 26, 2021
asp classic get a url and display it

11:44 pm, September 26, 2021
renew all SSL certificates with certbot

11:44 pm, September 26, 2021
search within files in a directory

11:44 pm, September 26, 2021
top bar overflow issues [fixed]

11:44 pm, September 26, 2021
Core Class - Basic Core Structure

11:44 pm, September 26, 2021
RS3 Dailies Lists

11:44 pm, September 26, 2021
google map with overlay data

11:44 pm, September 26, 2021
json loop load elements

11:44 pm, September 26, 2021
transform rotate an element in css

11:44 pm, September 26, 2021
chevron down

11:43 pm, September 26, 2021
header type json

11:43 pm, September 26, 2021
js - Use the Conditional (Ternary) Operator

11:43 pm, September 26, 2021
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

unset

The unset CSS keyword resets a property to its inherited value if the property naturally inherits from its parent, and to its initial value if not. In other words, it behaves like the inherit keyword in the first case, when the property is an inherited property, and like the initial keyword in the second case, when the property is a non-inherited property.
unset css reference