...part, all these files are shipped to the browser. In this card we'll focus specifically on CSS, JS, fonts and static media files which are often summed up as...

...our most recent applications. This is our preferred solution and should be your main focus while working on this card. As we maintain more than a hundred applications, many of...

...Also read Awesome Cold Showers. Discuss a few of these technology with your mentor. Focus your discussion on how the respective technology relates to our daily work as a web...

makandra Curriculum

...tests for all the changes you make. Note that your E2E-Tests should rather focus on the effects of the required moderation process than on details of your technical implementation...

Best results in other decks

If your mouse pointer hovers the file list, the main window is focused when the list is being replaced (or simply when it shrinks and your mouse pointer...

...is then outside of the result list). When focusing the main window, the "find file" dialog closes. That would usually be fine, but we don't want to focus the...

var Autofocus = { supported: function() { return 'autofocus' in document.createElement('input'); }, fake: function() { $('[autofocus]').focus(); }, extend: function() { Autofocus.supported() || Autofocus.fake(); } }; $(Autofocus.extend...

Search in all decks