Prototype
A collection of articles covering Prototype

ArticleJune 11, 2020
Building a Number Code InputI often come across Number Code Inputs on various websites used for security measures, voucher codes and more. These Number Code Inputs often have a bit more functionality behind them then you might think at first. Let's create our own as an exercise.
ArticleOctober 1, 2019
Writing progressively enhanced custom inputs for the webHow can we make custom inputs for the web while still offering a working solution without JavaScript?
Quick BitMarch 1, 2019
Backdrop FilterThe backdrop-filter property is one of the most useful new, at the time of writing, CSS properties that are landing in major browsers. It will allow you to set a custom backdrop-filter on a div. This is not to be mistaken for the CSS filter property.