List Views

Total Items found in Views is 215675.
An advanced collection of page views
Change link target with JQuery

1:25 am, March 7, 2023
transform rotate an element in css

1:19 am, March 7, 2023
test php bundle write

1:10 am, March 7, 2023
globe svg testing (broken)

12:56 am, March 7, 2023
form elements australian state list

12:54 am, March 7, 2023
FCC - Basic: Profile Lookup

12:43 am, March 7, 2023
compare non equality function

12:20 am, March 7, 2023
inline fancybox modal testing

12:18 am, March 7, 2023
validate email address from string

12:06 am, March 7, 2023
php return json header and content

11:10 pm, March 6, 2023
share to twitter html link only

10:16 pm, March 6, 2023
human_filesize php

10:07 pm, March 6, 2023
play a sound every # of seconds

10:04 pm, March 6, 2023
meta refresh reload page

10:02 pm, March 6, 2023
get text between tags

9:59 pm, March 6, 2023
csv read example

9:58 pm, March 6, 2023
adding a new line in javascript

9:43 pm, March 6, 2023
javascript isset equivalent

9:42 pm, March 6, 2023
How to make your code look nice

9:23 pm, March 6, 2023
Applied Accessibility - Tab Index

9:16 pm, March 6, 2023
Facebook HTML for Sharing a Link

9:16 pm, March 6, 2023
Lato font quick install

9:09 pm, March 6, 2023
loop through object json javascript

9:04 pm, March 6, 2023
Leaflet Quick Start Example

9:02 pm, March 6, 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

url()

The url() CSS function is used to include a file. The parameter is an absolute URL, a relative URL, a blob URL, or a data URL. The url() function can be passed as a parameter of another CSS functions, like the attr() function. Depending on the property for which it is a value, the resource sought can be an image, font, or a stylesheet. The url() functional notation is the value for the <url> data type.
<url> css reference