The linked article shows what current browsers do when you click a link like this: 1-562-867-5309
Is your application doing something expensive every few seconds? Maybe an animated slider that rotates images? Maybe you are updating...
Here is a symbol of an eight note: ♪ Its two-byte hex representation is 0x266A. This card describes how to...
For some years Google Chrome has allowed you to add desktop icon for any web page by going to Tools...
When building a web application, one is tempted to claim it "done" too early. Make sure you check this list...
Chrome's developer tools automagically choose vertical or horizontal panel layout, based on their width. You can disable that magic...
This service gives you a kind-of standard color name for any hex code. This is useful if you want...
...The and tags both come with some non-default behavior that you know from other tags.
So you want to use object-fit, but you also need to support Internet Explorer. One option is to use...
I had an issue with icons from an icon font aligning differently on Linux, iOS and Windows (seemingly browser-independent...
All new browsers support the new object-fit CSS property. It allows to specify how an element behaves within its...
IE has a "Compatibility Mode" for old browsers. You can keep IE from offering it (and fix some other things...
The way that Javascript schedules timeouts and promise callbacks is more complicated than you think. This can be the reason...
Have you ever mistaken one Rails environment for another? The attached helper will help you to never do it again...
When you are working with jQuery selectors and collections, many times you want to know if the collection actually contains...
to create a Gallery that has a name and has_many :images, which in turn have a...
UI sortable helps reordering items with drag 'n drop. It works quite fine. Proven configuration for sorting table rows
jQuery's find looks in the element's descendants. It will never return the current element itself, even if the...
Sometimes you want to preload images that you will be using later. E.g. if hovering over a an area changes...
TL;DR If you want to support most browsers, then don't exceed 50 cookies per domain, and don't...
Spreewald gives you the within meta step that will constrain page inspection to a given scope. Unfortunately, this does not...
Many of our developers love to use the "awesome" window manager on Linux. However, RubyMine dialogs occasionally defocus while typing...
When you have a localized website, you may want to redirect users to their preferred language when they visit the...
ActiveRecord offers an explain method similar to using EXPLAIN SQL statements on the database. However, this approach will explain all...