List Hits

Total Items found in Hits is 535092.
A Collection of Hits...
log the console log output to a div

4:06 am, January 14, 2023
clipboard copy js

4:07 am, January 14, 2023
adding an item to an array with php

4:07 am, January 14, 2023
Love Like Dislike API and Javascript

4:08 am, January 14, 2023
Laptop Thoughts and Options Jul 2021

4:08 am, January 14, 2023
css accordion basics

4:08 am, January 14, 2023
random string generator guid

4:10 am, January 14, 2023
Quickest Slayer OSRS XP - HELP PLEASE

4:10 am, January 14, 2023
jquery clone and append elements

4:10 am, January 14, 2023
adding react with JSX using babel

4:11 am, January 14, 2023
compare equality function

4:12 am, January 14, 2023
del

4:12 am, January 14, 2023
Complex Arrow Function Example

4:12 am, January 14, 2023
layout homepage

4:12 am, January 14, 2023
js function to calculate golf scores

4:13 am, January 14, 2023
get element by id with javascript

4:13 am, January 14, 2023
make all links target new window

4:14 am, January 14, 2023
wordpress main nav dropdown fix

4:14 am, January 14, 2023
meta description tag

4:14 am, January 14, 2023
video embed no controls

4:14 am, January 14, 2023
meta keywords tag

4:14 am, January 14, 2023
easy twitter embed code

4:15 am, January 14, 2023
simple usage for php password_hash

4:15 am, January 14, 2023
cycle color using background

4:16 am, January 14, 2023
testing equality

4:16 am, January 14, 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
The happiest People don't have the best of everything, they just make the best of everything.
Unknown
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