Category: Quick Tips

How to write a simple application on jQuery Mobile

How to write a simple application on jQuery Mobile

Framework jQuery Mobile appeared not so long time ago and its quality was greatly improved. A number of subsystems have been rewritten (both for clarity and for performance) and cross-browser compatibility has seen a marked increase in quality. Previously I’ve worked with jQTouch and Sencha Touch. They both have their advantages and disadvantages, but I’d [...]

Quick Tip: Cross-browser box-shadow

Quick Tip: Cross-browser box-shadow

Hi, dear readers! Today I’d like to share with you an extremely simple cross-browser implementation of the CSS property “box-shadow”. The method is so simple and obvious that I was greatly surprised not to find a similar solution anywhere on the Web (though I’m absolutely positive that I’m not the first one to discover it).