List Views

Total Items found in Views is 213190.
An advanced collection of page views
Flickity - autoPlay with Loop

3:41 pm, November 21, 2022
add paging to wp list query

3:39 pm, November 21, 2022
fancybox v3.4 - Mixed gallery

3:39 pm, November 21, 2022
jqueryui includes css and js

3:36 pm, November 21, 2022
codemirror htmlmixed textarea

3:30 pm, November 21, 2022
css grid for layouts and how to use it

3:29 pm, November 21, 2022
Use Recursion to Return a Range Array

3:24 pm, November 21, 2022
get the href value using jquery

3:20 pm, November 21, 2022
Auto Changing Image URL

3:15 pm, November 21, 2022
New World - Why to Join a Faction

3:13 pm, November 21, 2022
add an outline to everything!

3:12 pm, November 21, 2022
button with separated chevron

2:48 pm, November 21, 2022
How to make your code look nice

2:45 pm, November 21, 2022
Windows Reinstall Again - 2022 Edition

2:40 pm, November 21, 2022
count total results from distinct sqlite

2:29 pm, November 21, 2022
how to unzip in linux

2:28 pm, November 21, 2022
bootstrap toggle element collapse

2:00 pm, November 21, 2022
my old hunter in wow

2:00 pm, November 21, 2022
scroll down the page using a button click

2:00 pm, November 21, 2022
Kahlil Gibran on Marriage

2:00 pm, November 21, 2022
cycle color using background

1:57 pm, November 21, 2022
Testing

1:53 pm, November 21, 2022
Robocopy Options /? help

1:53 pm, November 21, 2022
show post content on template wordpress

1:49 pm, November 21, 2022
jquery clone and append elements

1:48 pm, November 21, 2022
Importing CSS Reference

1:39 pm, November 21, 2022
random string generator guid

1:35 pm, November 21, 2022
Love Like Dislike API and Javascript

1:29 pm, November 21, 2022
darken background image using css

1:28 pm, November 21, 2022
Moving the cursor on iPhone 11

1:23 pm, November 21, 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
When I realized that, no individual step is hard in any process. Building this airport I'm standing in right now started with a guy writing the architectural plans on paper. That's not hard for him to do. Then laying the first beam isn't had. The whole thing is really hard. So, just take each step kind of piece by piece and when I was able to do that and stop trying to chase this prize and started putting in the work, things just started coming together.
Unknown
Random CSS Property

appearance (-moz-appearance, -webkit-appearance)

The appearance CSS property is used to display an element using platform-native styling, based on the operating system's theme. The -moz-appearance and -webkit-appearance properties are non-standard versions of this property, used (respectively) by Gecko (Firefox) and by WebKit-based (e.g., Safari) and Blink-based (e.g., Chrome, Opera) browsers to achieve the same thing. Note that Firefox and Edge also support -webkit-appearance, for compatibility reasons.
appearance css reference