10 post tagged with "Web"

Twitter Typeahead callback
Posted 10/29/2013

Switching from Bootstrap Typeahead to Twitter Typeahead.

Read more

Meteor basics: serving static files.

Read more

Hash in JS
Posted 12/9/2013

Where is that neat hash function when you need it? Here.

Read more

Jest and WebCrypto
Posted 2/20/2023

Surprising errors testing some crypto.subtle based functions with Jest: TextEncoder, TextEncoder, and subtle not defined?

Read more

Want to send an image by mail but it's sooo large? Let's write a small script that can scale down images right inside of the file manager.

Read more

Excellent stock footage!
Posted 6/15/2015

There is a lot of great stuff out there. And some gems offer great photos and videos and are very flexible if and where you put the attribution so that it doesn't harm you layouts.

Read more

InnerText vs. textContent!
Posted 8/13/2019

They are not the same and why it's important to know the difference. Spoiler alert: textContent FTW!

Read more

Position:fixed not working?
Posted 11/11/2022

There are several CSS properties that break fixed positioning: transform, perspective, filter, and background-filter.

Read more

Using only variables, clipping, and transformations. *and a little helper class. ;)

Read more

Error messages are great, they help us find the cause of the problem. This one isn't. Not at all. If you're seening this one, check if you have an enum in your d.ts file...

Read more

Browse all tags