angular with foreign (jQuery) promises
When using angular turns out that it’s not as straightforward when it comes to foreign libraries.
By eidias on (tags: angular, javascript, jQuery, categories: web)When using angular turns out that it’s not as straightforward when it comes to foreign libraries.
By eidias on (tags: angular, javascript, jQuery, categories: web)REMs – the new hotness in css.
By eidias on (tags: css, categories: tools, web)I recently had an opportunity to put some new knockout knowledge into use. Tekpub has a very nice training video on the subject, which was a great starting point, so let me show you the result.
By eidias on (tags: javascript, knockout, categories: code, web)I thought it’s about time to pick a ‘favorite’ css grid (not framework nor boilerplate). I’ve used the grid from foundation (version 3) a couple of times and I liked it, but I figured that it should be worth the while to look what else is there – turns out, quite a lot.
By eidias on (tags: css, grid, categories: tools, web)You probably heard about knockout.js. Well, there are others like it.
By eidias on (tags: javascript, categories: tools, web)
If for some reason you think that jQuery is ‘too much’ to use in your web app, then here’s an interesting alternative – zepto.js
By eidias on (tags: javascript, zepto, categories: tools, web)The Deferred object has been in jQuery since version 1.5 but I haven’t had the chance to get to know it until recently – turns out that it’s rather handy to have in your toolset.
By eidias on (tags: jQuery, categories: web)All I can say is THANK YOU.
By eidias on (tags: None, categories: web)Another handy javascript lib for your toolbox, but this time, for a slightly different purpose than usual – unit testing
By eidias on (tags: qunit, categories: tools, web)Web socket is a technology developed to establish a bi-directional communication between client and server, over the web. It works on top of TCP and hopefully will render hacks like long polling obsolete. It’s supported by all modern browsers with 2 exceptions – opera mini and the default android browser (chart can be found here).
By eidias on (tags: web sockets, categories: tools, web)