List Views

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

6:47 am, February 22, 2023
get current url with php

6:47 am, February 22, 2023
show the current date in javascript

6:53 am, February 22, 2023
hide the third row in a table with css

7:49 am, February 22, 2023
youtube extract thumbnail from video link

8:24 am, February 22, 2023
Input Suggestions using a datalist

8:34 am, February 22, 2023

8:39 am, February 22, 2023
list items matching a category title

9:22 am, February 22, 2023
getting the site title vs the page name

9:27 am, February 22, 2023
show post content on template wordpress

9:45 am, February 22, 2023
Objects in javascript

9:54 am, February 22, 2023
try catch test

10:28 am, February 22, 2023
simple php ip blocker

10:32 am, February 22, 2023
flexbox layout template

10:33 am, February 22, 2023
check if something is an array

11:02 am, February 22, 2023
Use Recursion to Count Up

11:06 am, February 22, 2023
javascript window.onload

11:23 am, February 22, 2023
xcopy backup full directory windows bat

11:27 am, February 22, 2023
turn on or off error reporting php

11:57 am, February 22, 2023
Runescape Questing Notes and Log

12:21 pm, February 22, 2023
Lato font quick install

12:26 pm, February 22, 2023
Site Widget Controls

1:03 pm, February 22, 2023
jquery clone and append elements

3:35 pm, February 22, 2023
checking for spam comments function

4:10 pm, February 22, 2023
pulsating dots - glow glowing

4:15 pm, February 22, 2023
php print an array nicely

4:58 pm, February 22, 2023
CSS Filter Generator from Hex Code

9:05 pm, February 22, 2023
what is a motorbus

11:30 pm, February 22, 2023
get current class name with get_class

11:33 pm, February 22, 2023
php countries array

11:34 pm, February 22, 2023
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


Not Sure
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