List Views

Total Items found in Views is 184205.
An advanced collection of page views
basic for loop odd numbers

6:49 am, November 1, 2021
timeline class and function

7:03 am, November 1, 2021
load the latest single item only

7:10 am, November 1, 2021
How to make your code look nice

7:11 am, November 1, 2021
count the elements in an array

7:13 am, November 1, 2021
install atom editor on ubuntu

7:16 am, November 1, 2021
css font style italic

7:16 am, November 1, 2021
jqueryui date selector

7:17 am, November 1, 2021
Custom 12 Grid using CSS Grid

7:29 am, November 1, 2021
sqlite basic sql and loop results

7:43 am, November 1, 2021
filter drop shadow

7:45 am, November 1, 2021
show all methods (functions) in a class

7:46 am, November 1, 2021
truncate string using jquery

7:50 am, November 1, 2021
Mega Menus Collection

7:50 am, November 1, 2021
make labels or badges look better

7:52 am, November 1, 2021
Core Class - Basic Core Structure

7:53 am, November 1, 2021
easy section wrap in foundation

7:56 am, November 1, 2021
adding pagination to custom wp_query

7:59 am, November 1, 2021
use an emoji on your list items ul li

8:08 am, November 1, 2021
embed and use a ttf font font face

8:24 am, November 1, 2021
check if something is an array

8:34 am, November 1, 2021
hide the third row in a table with css

8:44 am, November 1, 2021
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
Many of life's failures are people who did not realize how close they were to success when they gave up.
Thomas A. Edison
Random CSS Property

:focus-within

The :focus-within CSS pseudo-class matches an element if the element or any of its descendants are focused. In other words, it represents an element that is itself matched by the :focus pseudo-class or has a descendant that is matched by :focus. (This includes descendants in shadow trees.)
:focus-within css reference