List Hits

Total Items found in Hits is 576154.
A Collection of Hits...
Lynx Titan

3:35 am, February 5, 2024
assign array to variables in a loop

3:33 am, February 5, 2024
wordpress block grid code

3:33 am, February 5, 2024
Privacy

3:28 am, February 5, 2024
get tomorrows date with javascript

3:27 am, February 5, 2024
php basic page router

3:27 am, February 5, 2024
Metal Dragons

3:25 am, February 5, 2024
change file permissions to -rw-rw-r--

3:25 am, February 5, 2024
How to use default props in React

3:25 am, February 5, 2024
chart js line chart dont show below 0

3:24 am, February 5, 2024
show the browsers name in javascript

3:23 am, February 5, 2024
How to make your code look nice

3:13 am, February 5, 2024
submit form with javascript

3:13 am, February 5, 2024
Use Sweet Alert rather than alert!

3:12 am, February 5, 2024
twitter json feed testing

3:12 am, February 5, 2024
how to decode xml in php

3:10 am, February 5, 2024
show the current date in javascript

3:10 am, February 5, 2024
Use the parseInt Function with a Radix

3:06 am, February 5, 2024
video embed no controls

3:06 am, February 5, 2024
convert a string to uppercase with php

3:04 am, February 5, 2024
CSS Grid Frame Work

3:01 am, February 5, 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...

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
therock Somewhere along this crazy road I learned (often times the hard way) the most important things I can do is be authentic, trust my gut, be the hardest worker in the room, celebrate the mistakes, be a grateful man and always remember that it's nice to be important, but it's more important to be nice.
The Rock
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