List Views

Total Items found in Views is 185730.
An advanced collection of page views
Mega Menus Collection

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

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

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

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

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

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

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

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

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

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

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

7:10 am, November 1, 2021
timeline class and function

7:03 am, November 1, 2021
basic for loop odd numbers

6:49 am, November 1, 2021
Best Atom Plugins 2019

6:47 am, November 1, 2021
OSRS How do I change my appearance?

6:45 am, November 1, 2021
404 Error Page Codepen

6:44 am, November 1, 2021
OSRS Members Fishing Guide

6:43 am, November 1, 2021
check length of element jquery

6:38 am, November 1, 2021
rs3 runespan experience rates

6:35 am, November 1, 2021
javascript update item in object

6:31 am, November 1, 2021
inline fancybox modal testing

6:29 am, November 1, 2021
list group card template

6:22 am, November 1, 2021
asp classic get a url and display it

6:21 am, November 1, 2021
What is Core?

6:18 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

@charset

The @charset CSS at-rule specifies the character encoding used in the style sheet. It must be the first element in the style sheet and not be preceded by any character; as it is not a nested statement, it cannot be used inside conditional group at-rules. If several @charset at-rules are defined, only the first one is used, and it cannot be used inside a style attribute on an HTML element or inside the <style> element where the character set of the HTML page is relevant.
@charset css reference