List Hits

Total Items found in Hits is 574117.
A Collection of Hits...
linux mount a drive manually

2:41 pm, April 25, 2022
template

2:33 pm, April 25, 2022
using let and const example

2:24 pm, April 25, 2022
validate email address from string

2:13 pm, April 25, 2022
compare non equality function

2:11 pm, April 25, 2022
linear-gradient

2:02 pm, April 25, 2022
wordpress get home url

1:46 pm, April 25, 2022
jquery jqueryui vue script includes

1:45 pm, April 25, 2022
Python import into SQLite research

1:42 pm, April 25, 2022
Graceful outfit

1:39 pm, April 25, 2022
css

1:27 pm, April 25, 2022
get text between tags

1:07 pm, April 25, 2022
parallax js scroll testing

1:00 pm, April 25, 2022
meta keywords tag

12:57 pm, April 25, 2022
digital clock with jquery

12:57 pm, April 25, 2022
pretty printing json with php

12:54 pm, April 25, 2022
jqueryui includes css and js

12:45 pm, April 25, 2022
form submit override with javascript

12:44 pm, April 25, 2022
animate css

12:42 pm, April 25, 2022
add new random image with button

12:41 pm, April 25, 2022
PHP/SQLite - Load Random Item

12:40 pm, April 25, 2022
start ssh and add key git

12:35 pm, April 25, 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
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

@keyframes

The @keyframes CSS at-rule controls the intermediate steps in a CSS animation sequence by defining styles for keyframes (or waypoints) along the animation sequence. This gives more control over the intermediate steps of the animation sequence than transitions.
@keyframes css reference