List Hits

Total Items found in Hits is 574117.
A Collection of Hits...
get the current post id from content.php

11:13 am, December 25, 2022
tiny mce editor tinymce

11:13 am, December 25, 2022
Running Windows on pi400 notes

11:12 am, December 25, 2022
prevent default click event on link

11:11 am, December 25, 2022
wordpress main nav dropdown fix

11:10 am, December 25, 2022
Random User Profile Loading Script in vue

11:10 am, December 25, 2022
checking if your windows pc has a TPM

11:09 am, December 25, 2022
loop through object json javascript

11:09 am, December 25, 2022
add paging to wp list query

11:09 am, December 25, 2022
fancybox image popout easy

11:09 am, December 25, 2022
getting the site title vs the page name

11:09 am, December 25, 2022
google map with overlay data

11:09 am, December 25, 2022
extracting the useful bits of bootstrap

11:09 am, December 25, 2022
list items matching a category title

11:09 am, December 25, 2022
target internet explorer with css and html

10:55 am, December 25, 2022
highlight a button with an animation css

10:35 am, December 25, 2022
verify the google recapture server php

10:35 am, December 25, 2022
Latest from Code Widget

10:34 am, December 25, 2022
load the latest single item only

10:34 am, December 25, 2022
Robocopy Options /? help

10:34 am, December 25, 2022
loop to arr.length or array length

10:34 am, December 25, 2022
twitter json feed testing

10:34 am, December 25, 2022
Invalid argument supplied for foreach()

10:34 am, December 25, 2022
style page numbers [fixed]

10:34 am, December 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
Old programmers never die; they just lose some of their functions.
Random CSS Property

float

The float CSS property places an element on the left or right side of its container, allowing text and inline elements to wrap around it. The element is removed from the normal flow of the page, though still remaining a part of the flow (in contrast to absolute positioning).
float css reference