Introducing `@bramus/pagination-sequence`, a JavaScript package to generate a sequence of numbers for use in a pagination system, the clever way.
Category Archives: Original Content
Generate a Pagination Number Sequence with
Not all Browsers are Created Equal (on iOS)
My nuanced opinion on the #AppleBrowserBan
Force DNS resolving in cURL with the --resolve
switch
It’s possible to force DNS resolving in cURL using the –resolve switch. The –resolve switch allows you to tell curl which address to request when it would resolve a given hostname. The format of the argument is domain:port:ip # HTTPS Example curl -I -L https://domain.example.org/ \ –resolve domain.example.org:443:192.168.0.1 # HTTP Example curl -I -L http://domain.example.org/ …
Continue reading “Force DNS resolving in cURL with the --resolve
switch”
Color Spaces and Colors in CSS
The past few months, I’ve seen a lot of posts on Color Spaces and Colors in CSS float by. Here’s a small roundup.
CSS: Understanding the Cascade
In this talk, we dig into how the CSS Cascade actually works. Origins, !important, Layers, Specificity, … it’s all covered.
The Future of CSS: Detect at-rule support with @supports at-rule(@keyword)
Using the at-rule() function we’ll soon be able to detect support for at-rules and their descriptors.
Customize the Password Hide/Reveal Button in Microsoft Edge
If you’re using Microsoft Edge, you might have noticed that it sports “Reveal Password” control — a little eye icon — automatically injected on the end side of password inputs: As per Edge Developer Docs: The password input type in Microsoft Edge includes a password reveal control. To make sure that the password is entered …
Continue reading “Customize the Password Hide/Reveal Button in Microsoft Edge”