This invaluable page lists every kind of CSS hack for any browser combo you might imagine, and also shows you which apply in the very browser you’re visiting from, by Jeff Clayton, is a mandatory bookmark and go-to resource when a CSS hack is needed, period.
Monthly Archives: September 2016
Luhn-valid credit card number generator for arbitrary BIN
If you run your own payment page, you probably know by now that the MasterCard 2-series BIN expansion is coming, and having some test cards to run against validators is always useful to check that your front-end update is going well—but where do you get them? There are many websites that provide generators that produce … Continue reading Luhn-valid credit card number generator for arbitrary BIN
Mind the dollar while debugging, jQuery vs Command Line API
Developer consoles expose $ like jQuery, but it is not the same API at runtime. How empty selectors and Chrome’s console behaviour can mislead you while debugging.