List Hits

Total Items found in Hits is 576187.
A Collection of Hits...

12:36 am, June 2, 2023
Display

12:32 am, June 2, 2023
the

12:20 am, June 2, 2023
function

12:17 am, June 2, 2023
http

12:05 am, June 2, 2023
Order

12:01 am, June 2, 2023
wordpress main nav dropdown fix

11:57 pm, June 1, 2023
Order

11:56 pm, June 1, 2023
http

11:53 pm, June 1, 2023
random string generator guid

11:53 pm, June 1, 2023
target data attribute with css

11:44 pm, June 1, 2023
submit form with javascript

11:43 pm, June 1, 2023
adding a new line in javascript

11:43 pm, June 1, 2023
cycle color using background

11:43 pm, June 1, 2023
http

11:35 pm, June 1, 2023
truncate string using jquery

11:35 pm, June 1, 2023
code

11:28 pm, June 1, 2023
http

10:58 pm, June 1, 2023
Megrim

10:57 pm, June 1, 2023
name

10:30 pm, June 1, 2023
get element by id and hide it

10:27 pm, June 1, 2023
http

10:22 pm, June 1, 2023
easy twitter embed code

10:18 pm, June 1, 2023
http

10:08 pm, June 1, 2023
open link

10:08 pm, June 1, 2023
http

10:08 pm, June 1, 2023
just

10:06 pm, June 1, 2023
superl

9:56 pm, June 1, 2023
imp p p

9:56 pm, June 1, 2023
p a

9:56 pm, June 1, 2023
imp p p

9:56 pm, June 1, 2023
superl

9:56 pm, June 1, 2023
p a

9:56 pm, June 1, 2023
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
"Let us prepare our minds as if we'd come to the very end of life. Let us postpone nothing. Let us balance life's books each day ... The one who puts the finishing touches on their life each day is never short of time."
Seneca
Random CSS Property

env()

The env() CSS function can be used to insert the value of a user agent-defined environment variable into your CSS, in a similar fashion to the var() function and custom properties. The difference is that, as well as being user-agent defined rather than user-defined, environment variables are globally scoped to a document, whereas custom properties are scoped to the element(s) on which they are declared.
env() css reference