List Views

Total Items found in Views is 280108.
An advanced collection of page views
loop through object json javascript

2:41 pm, October 1, 2023
wordpress category list sorting custom

2:40 pm, October 1, 2023
logo tickers marquee slow scrolling

2:40 pm, October 1, 2023
Importing CSS Reference

2:40 pm, October 1, 2023
foundation accordion for version 6.x

2:40 pm, October 1, 2023
convert a string to uppercase with php

2:40 pm, October 1, 2023
change string to capital words ucwords

2:40 pm, October 1, 2023
add click event to multiple link items

2:40 pm, October 1, 2023
hide the third row in a table with css

2:40 pm, October 1, 2023
add a moving chevron to your href link

2:40 pm, October 1, 2023
adding react with JSX using babel

2:40 pm, October 1, 2023
wp register plugin settings admin

2:40 pm, October 1, 2023
simple usage for php password_hash

2:40 pm, October 1, 2023
loop to arr.length or array length

2:40 pm, October 1, 2023
old browser check with javascript

2:40 pm, October 1, 2023
get element by id with javascript

2:40 pm, October 1, 2023
target 1st td in a table with css

2:40 pm, October 1, 2023
transform rotate a hexagon in css

2:40 pm, October 1, 2023
open sans @import embed font quick

2:40 pm, October 1, 2023
get the current url in javascript

2:40 pm, October 1, 2023
Use Sweet Alert rather than alert!

2:40 pm, October 1, 2023
css grid for layouts with no rows

2:40 pm, October 1, 2023
list items matching a category title

2:39 pm, October 1, 2023
react hello world with variable name

2:39 pm, October 1, 2023
adding react to a website in 3 steps

2:39 pm, October 1, 2023
form submit override with javascript

2:39 pm, October 1, 2023
asp classic get a url and display it

2:39 pm, October 1, 2023
atom on mac and synchronise settings

2:39 pm, October 1, 2023
css using perspective for transforms

2:39 pm, October 1, 2023
stop overscrolling on responsive ios

2:39 pm, October 1, 2023
simple dropdown navigation ul li css

2:38 pm, October 1, 2023
using foundation 6.4 xy grid basics

2:38 pm, October 1, 2023
Input Suggestions using a datalist

2:38 pm, October 1, 2023
php substr return part of a string

2:38 pm, October 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...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

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
I believe that in order to better your knowledge base, it takes a lot of failing in order to succeed. I don't consider anything a failure as long as you get back up and you learn from your own mistakes.
Unknown
Random CSS Property

repeating-linear-gradient()

The repeating-linear-gradient() CSS function creates an image consisting of repeating linear gradients. It is similar to linear-gradient() and takes the same arguments, but it repeats the color stops infinitely in all directions so as to cover its entire container. The function's result is an object of the <gradient> data type, which is a special kind of <image>.
repeating-linear-gradient() css reference