List Views

Total Items found in Views is 222871.
An advanced collection of page views
digital clock with jquery

12:44 am, February 1, 2024
show the current date in javascript

12:44 am, February 1, 2024
target 1st td in a table with css

12:43 am, February 1, 2024
twitter social sharing meta tags

12:42 am, February 1, 2024
card counting example from fcc

12:42 am, February 1, 2024
landscape image document placeholder

12:42 am, February 1, 2024
subscribe to newsletter section example

12:40 am, February 1, 2024
open sans @import embed font quick

12:38 am, February 1, 2024
Return a file extention from a string

12:35 am, February 1, 2024
show all methods (functions) in a class

12:35 am, February 1, 2024
Quicksand font quick install

12:35 am, February 1, 2024
Archaeology/Level up table

12:34 am, February 1, 2024
Create Strings using Template Literals

12:34 am, February 1, 2024
table scroll responsive foundation

12:32 am, February 1, 2024
IP Address

12:32 am, February 1, 2024
fancybox v3.4 - Mixed gallery

12:31 am, February 1, 2024
certbot add a certificate for one domain

12:31 am, February 1, 2024
Monitoring Visible Objects on Screen

12:30 am, February 1, 2024
how to embed google fonts icons

12:30 am, February 1, 2024
change favicon with jquery

12:29 am, February 1, 2024
round number with js

12:29 am, February 1, 2024
css accordion basics

12:28 am, February 1, 2024
javascript window.onload

12:28 am, February 1, 2024
for loop through an array with javascript

12:27 am, February 1, 2024
truncate string using jquery

12:27 am, February 1, 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
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

counters()

The counters() CSS function enables nested counters, returning a concatenated string representing the current values of the named counters, if there are any. The counters() function has two forms: counters(name, string) or counters(name, string, style). It is generally used with pseudo-elements, but can be used, theoretically, anywhere a <string> value is supported. The generated text is the value of all counters with the given name, from outermost to innermost, separated by the specified string. The counters are rendered in the style indicated, defaulting to decimal if no style is specified.
counters() css reference