Home RSS

english

A 93-post collection

← Newer Posts Page 18 of 19 Older Posts →

How to correctly fix the AngularJS error: "digest already in progress"

$digest already in progress First of all, don’t fix it this way if ( ! $scope.$$phase) { $scope.$apply(); } It makes no sense because $$phase is just »

David Burgos David Burgos on angular, english, error, Javascript 02 December 2014

Uncaught TypeError: Cannot call method ‘replace’ of null (underscore.js:768)

Uncaught TypeError: Cannot call method ‘replace’ of null (underscore.js:768) Cause This error is throw when a Backbone View receive an invalid String as template, »

David Burgos David Burgos on Backbone.js, english, error, Javascript 14 July 2014

How to use Backbone templates in Jade

Using Backbone templates in Jade I was wondering how to use Backbone templates in Jade, because there is a problem when using them because of syntax. »

David Burgos David Burgos on Backbone.js, english, jade, nodejs 30 June 2014

How to install, upgrade or switch NodeJS to any version

When you work in a few NodeJS projects, you may need an easy and fast way to install, upgrade or switch NodeJS to any version. With »

David Burgos David Burgos on english, nodejs, nvm 11 March 2014

Cómo cortar textos con puntos suspensivos en CSS3

Si necesitas cortar textos con puntos suspensivos en CSS3 teniendo en cuenta que el tamaño es variable, olvida hacerlo en Javascript, con CSS3 es más fácil. »

David Burgos David Burgos on css3, english, performance 29 November 2013
← Newer Posts Page 18 of 19 Older Posts →
David Burgos © 2012-2025
Bolder theme. Proudly published with Ghost