List Views

Total Items found in Views is 185730.
An advanced collection of page views
Using Flexbox rather than Floats

12:58 am, January 17, 2022
Leaflet Quick Start Example

12:57 am, January 17, 2022
change padding of element with javascript

12:57 am, January 17, 2022
PHP/SQLite - Load Random Item

12:57 am, January 17, 2022
RS3 Post 99 Leveling Log

12:56 am, January 17, 2022
Making Images Retina Display Friendly

12:56 am, January 17, 2022
foundation old grid format

12:56 am, January 17, 2022
load content with jquery

12:56 am, January 17, 2022
how to copy the folder path in finder

12:56 am, January 17, 2022
load from fields array php class function

12:55 am, January 17, 2022
show the year with js

12:55 am, January 17, 2022
FCC - Basic: Profile Lookup

12:55 am, January 17, 2022
creating a button creator in javascript

12:55 am, January 17, 2022
select onchange

12:55 am, January 17, 2022
Slick Slider Carousel

12:55 am, January 17, 2022
Dropdown Box with Searchable Text

12:54 am, January 17, 2022
check box highlight text area css

12:54 am, January 17, 2022
parallax js scroll testing

12:54 am, January 17, 2022
Bootstrap Darkmode Switch

12:54 am, January 17, 2022
twitter social sharing meta tags

12:54 am, January 17, 2022
testing chartjs

12:54 am, January 17, 2022
play a sound every # of seconds

12:53 am, January 17, 2022
list items matching a category title

12:53 am, January 17, 2022
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
Most people can do absolutely awe-inspiring things,” he said. “Sometimes they just need a little nudge.
Unknown
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