List Views

Total Items found in Views is 229023.
An advanced collection of page views
select onchange

12:00 pm, March 26, 2024
border box reset

12:01 pm, March 26, 2024
youtube embed iframe

12:02 pm, March 26, 2024
Oswald Font Quick Embed

12:05 pm, March 26, 2024
del

12:05 pm, March 26, 2024
get the last letter of a string

12:07 pm, March 26, 2024
list group card template

12:10 pm, March 26, 2024
convert a string to uppercase with php

12:11 pm, March 26, 2024
making var_dump look nice

12:11 pm, March 26, 2024
php mysql table exists function

12:14 pm, March 26, 2024
hide the third row in a table with css

12:16 pm, March 26, 2024
simple table stripe striping

12:18 pm, March 26, 2024
random emojis copy and paste

12:19 pm, March 26, 2024
video embed no controls

12:26 pm, March 26, 2024
save string to file php

12:29 pm, March 26, 2024
Complex Arrow Function Example

12:31 pm, March 26, 2024
video embed tag

12:32 pm, March 26, 2024
git pull changes from a repository

12:33 pm, March 26, 2024
card counting example from fcc

12:34 pm, March 26, 2024
php get file and save it

12:45 pm, March 26, 2024
meta refresh reload page

12:59 pm, March 26, 2024
flush dns on mac

12:59 pm, March 26, 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
When I realized that, no individual step is hard in any process. Building this airport I'm standing in right now started with a guy writing the architectural plans on paper. That's not hard for him to do. Then laying the first beam isn't had. The whole thing is really hard. So, just take each step kind of piece by piece and when I was able to do that and stop trying to chase this prize and started putting in the work, things just started coming together.
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