Mabp - mabp.kiev.ua - CTAPbIu_MABP's BLOG
General Information:
Latest News:
Comet ISON 10 Aug 2013 | 06:56 am
MySQL vs MongoDB 9 Aug 2013 | 08:02 am
Node.js and Q 12 Jul 2013 | 02:28 pm
To be honest, I have to separate this code into 10 files (configs, models, views, templates) but this is not an article about how to setup node.js project with express.js and mongodb. I just wanted to...
querySelectorAll 13 Jun 2013 | 08:42 am
querySelectorAll (same as getElements?By((Tag|Class)Name|Id)) returns NodeList which is not an instance of Array and thus has no methods to iterate over. The best thing we can do about this is: Where...
querySelectorAll 13 Jun 2013 | 08:42 am
querySelectorAll (same as getElements?By((Tag|Class)Name|Id)) returns NodeList which is not an instance of Array and thus has no methods to iterate over. The best thing we can do about this is: [].for...
Get max zIndex on page 7 Jun 2013 | 09:47 am
Get max zIndex on page 7 Jun 2013 | 09:47 am
Math.max.apply(null, $("*", "body").map(function (e) { return ~~window.getComputedStyle(e)["zIndex"]; }))
Backbone.js, Underscore.js, Twitter Bootstrap, Node.js, Express, MongoDB 4 May 2013 | 01:30 pm
Задался вопросом, как же все это совместить и как ни странно, нашел готовый пример на гитхабе. Поковырявшись в нем пару часов, я понял, что он все еще работает и решил залить обратно в гитхаб. Можети ...
Backbone.js, Underscore.js, Twitter Bootstrap, Node.js, Express, MongoDB 4 May 2013 | 01:30 pm
Задался вопросом, как же все это совместить и как ни странно, нашел готовый пример на гитхабе. Поковырявшись в нем пару часов, я понял, что он все еще работает и решил залить обратно в гитхаб. Можети ...
Кастомный контрол для гуглокарт 2 26 Apr 2013 | 08:06 pm
Придумалось что-то полезное: нажимаете на карту — получаете текущее время в данной точку при помощи сервиса geonames.org. Ничего такой сервис.