List Views

Total Items found in Views is 185730.
An advanced collection of page views
using the kbd html tag

8:11 am, September 6, 2022
drop shadow text class easy drop shadow

7:56 am, September 6, 2022
check if a variable is undefined or NULL

7:19 am, September 6, 2022
Latest from Code Widget

7:08 am, September 6, 2022
Whois Lookup

7:03 am, September 6, 2022
get current class name with get_class

6:30 am, September 6, 2022
make all links target new window

6:25 am, September 6, 2022
convert json string to a php array

6:23 am, September 6, 2022
Get Current Page URL PHP

6:15 am, September 6, 2022
Source on Overwolf ASCII Art

6:15 am, September 6, 2022
pretty printing json with php

6:15 am, September 6, 2022
change this to a list group - other items

6:09 am, September 6, 2022
center a box in the middle of the screen

6:04 am, September 6, 2022
adding a new line in javascript

6:00 am, September 6, 2022
load a youtube video in a fancybox modal

5:58 am, September 6, 2022
save string to file php

5:47 am, September 6, 2022
Kahlil Gibran on Marriage

5:41 am, September 6, 2022
Viewport width and height calculations

4:44 am, September 6, 2022
basic section item

4:40 am, September 6, 2022
globe svg testing (broken)

4:35 am, September 6, 2022
RS3 Summoning Quick Oblesque

3:47 am, September 6, 2022
goodbye old grid theme

3:25 am, September 6, 2022
python url to text with beautiful soup

3:22 am, September 6, 2022
Create a Simple JSX Element

3:16 am, September 6, 2022
php print an array nicely

2:59 am, September 6, 2022
json jquery ajax request

2:54 am, September 6, 2022
loop through object json javascript

2:52 am, September 6, 2022
basic for loop odd numbers

2:51 am, September 6, 2022
python import and print url

2:42 am, September 6, 2022
compare non equality function

2:39 am, September 6, 2022
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 mind must be given relaxation; it will arise better and keener after resting. As rich fields must not be forced-for their productiveness, the have no rest, will quickly exhaust them constantlabor will break the vigor of the mind, but if it is released and relaxed a little while, it will recover its powers
Seneca
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