List Hits

Total Items found in Hits is 574120.
A Collection of Hits...
wordpress block grid code

3:51 am, February 19, 2024
list page links function list_page_links

3:51 am, February 19, 2024
How To Install SQLite on Ubuntu 20.04

3:50 am, February 19, 2024
Runescape Log - June 2023 - Part 1

3:50 am, February 19, 2024
load json data url or api with javascript

3:49 am, February 19, 2024
css using perspective for transforms

3:49 am, February 19, 2024
RS3 Divination locations 1-99

3:49 am, February 19, 2024
sqlite check table name exists

3:49 am, February 19, 2024
basic for loop

3:48 am, February 19, 2024
Shark Attack Life saving technique

3:48 am, February 19, 2024
target 1st td in a table with css

3:48 am, February 19, 2024
search bug Above

3:48 am, February 19, 2024
get last month as a number with php

3:48 am, February 19, 2024
add a jquery date picker to your text box

3:48 am, February 19, 2024
extracting the useful bits of bootstrap

3:48 am, February 19, 2024
Twitter Post Fetcher Script

3:47 am, February 19, 2024
OSRS Members Fishing Guide

3:47 am, February 19, 2024
testing chartjs

3:47 am, February 19, 2024
animated duck on footer

3:47 am, February 19, 2024
Console Tips and Tricks

3:47 am, February 19, 2024
get the current week as a number with php

3:46 am, February 19, 2024
tinymce remove auto p tags setting

3:46 am, February 19, 2024
creating a button creator in javascript

3:46 am, February 19, 2024
bootstrap form basic

3:46 am, February 19, 2024
Importing CSS Reference

3:46 am, February 19, 2024
chocolatey command line for windows

3:46 am, February 19, 2024
fancybox inline auto size modal easy

3:46 am, February 19, 2024
chevron right

3:46 am, February 19, 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
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