This invaluable page, that list any kind of CSS hack for any kind of browser combo you might imagine, and also shows to you which apply to the very browser you’re visiting it from, by Jeff Clayton, is a mandatory bookmark and go-to resource when a CSS hack is needed, period.
Monthly Archives: September 2016
Lunh valid Credit Card number generator, for arbitrary BIN
If you run your own payment page, you probably know by now that MasterCard’s new 2-seriesĀ BINs ranges are coming, andĀ having some test cards to run against validators is always good in order to check that front end update is going well, but where to get them? There are many websites that provideĀ generators that produce test … Continue reading Lunh valid Credit Card number generator, for arbitrary BIN
Mind the dollar while debugging, jQuery vs Command Line API
The number one reason jQuery is the most loved and usedĀ front end library of the wholeĀ internet is the handy DOM selection API that allows to use the CSS syntax to interact with page elements, andĀ the otherĀ convenient factor isĀ the alias $ (dollar sign) that is was unique and short enough (one character, dhu) to make it … Continue reading Mind the dollar while debugging, jQuery vs Command Line API