List Views

Total Items found in Views is 184208.
An advanced collection of page views
php print an array nicely

4:18 am, September 1, 2023
list items matching a category title

4:19 am, September 1, 2023
target first item css with :first-of-type

4:20 am, September 1, 2023
Create a Simple JSX Element

4:21 am, September 1, 2023
change favicon with jquery

4:22 am, September 1, 2023
digital clock with jquery

4:23 am, September 1, 2023
php get file and save it

4:26 am, September 1, 2023
css prefers-color-scheme example

4:26 am, September 1, 2023
javascript get content from element

4:27 am, September 1, 2023
jquery jqueryui vue script includes

4:27 am, September 1, 2023
convert a string to uppercase with php

4:27 am, September 1, 2023
hide the third row in a table with css

4:28 am, September 1, 2023
dropdown section

4:30 am, September 1, 2023
Enabling SSH on Ubuntu

4:32 am, September 1, 2023
JS Using typeof to check on string types

4:32 am, September 1, 2023
check if a file exists with php

4:34 am, September 1, 2023
white space break word css

4:37 am, September 1, 2023
sqlite basic sql and loop results

4:38 am, September 1, 2023
change padding of element with javascript

4:38 am, September 1, 2023
add user to sudo group in ubuntu

4:38 am, September 1, 2023
Facebook HTML for Sharing a Link

4:39 am, September 1, 2023
parallax js scroll testing

4:41 am, September 1, 2023
for loop through an array with javascript

4:41 am, September 1, 2023
make any element editable

4:43 am, September 1, 2023
foundation old grid format

4:43 am, September 1, 2023
load random videos module using template

4:43 am, September 1, 2023
javascript add class to element

4:46 am, September 1, 2023
get text between tags

4:49 am, September 1, 2023
jquery load wait function

4:51 am, September 1, 2023
json jquery ajax request

4:52 am, September 1, 2023
jquery clone and append elements

4:52 am, September 1, 2023
truncate string using jquery

4:53 am, September 1, 2023
keyframe animations css

4:54 am, September 1, 2023
simple usage for php password_hash

4:57 am, September 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...

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
“If you just sit and observe, you will see how restless your mind is. If you try to calm it, it only makes it worse, but over time it does calm, and when it does, there’s room to hear more subtle things. You see so much more than you could see before. It’s a discipline; you have to practice it.”
Steve Jobs
Random CSS Property

:empty

The :empty CSS pseudo-class represents any element that has no children. Children can be either element nodes or text (including whitespace). Comments, processing instructions, and CSS content do not affect whether an element is considered empty.
:empty css reference