List Views

Total Items found in Views is 226563.
An advanced collection of page views
Dropdown Box with Searchable Text

11:58 am, April 23, 2024
How do Self-Closing JSX Tags Work?

11:57 am, April 23, 2024
Applied Accessibility - Access Keys

11:38 am, April 23, 2024
page load timer class

11:30 am, April 23, 2024
Runescape RS3 Double Seren Spirits

11:24 am, April 23, 2024
Easy Meta Tags

11:04 am, April 23, 2024
using switch in a function

10:51 am, April 23, 2024
design nice block header

10:03 am, April 23, 2024
how to decode xml in php

10:03 am, April 23, 2024
jquery page search [testing]

9:55 am, April 23, 2024
inline form field padding

9:24 am, April 23, 2024
install atom editor on ubuntu

8:59 am, April 23, 2024
wordpress main nav dropdown fix

8:58 am, April 23, 2024
css :active pseudo-class usage

8:49 am, April 23, 2024
jquery jqueryui vue script includes

8:16 am, April 23, 2024
make all links target new window

8:08 am, April 23, 2024
php substr return part of a string

7:37 am, April 23, 2024
IP Address

7:37 am, April 23, 2024
globe svg testing (broken)

7:36 am, April 23, 2024
Clean Windows Setup

7:32 am, April 23, 2024
css slow zoom in animation

7:31 am, April 23, 2024
python getting started notes

7:29 am, April 23, 2024
box shadow example(s) - drop shadow

7:14 am, April 23, 2024
redirect www to non www

7:13 am, April 23, 2024
simple dropdown navigation ul li css

7:08 am, April 23, 2024
add paging to wp list query

7:04 am, April 23, 2024
adding pagination to custom wp_query

6:54 am, April 23, 2024
get last month as a number with php

6:41 am, April 23, 2024
pi400 how to take a screen shot

6:39 am, April 23, 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

'Dawnie' used to say, "It's really quite simple: Be kind, and the rest takes care of itself. Never do anything that's not kind".


Dawn Atherton
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