Pages 1 / 7

You Suck at Excel with Joel Spolsky

Published on 2016-09-11 by Raul

A great video in which I leared a lot from Joel. Enjoy!


Getting random IIS 403 errors on static files and how to fix it

Published on 2016-01-22 by Raul

I've been struggling for a while with IIS giving very random 403 errors, especially on pages with a lot of js files included. I searched everywhere for a solution, couldn't find it.


UI Router resolve not waiting for response

Published on 2016-01-08 by Raul

UI-router seems to be the "de-facto" choice as a routing framework for Angular 1.x applications.

One of the most used features are the "resolve", where you can declare a route that depends on the result of an AJAX call.

Sometimes though, especially when using more complicated routes, the resolve doesn't wait for the result before initializing the child resolve or child controller.


Configuring web deploy

Published on 2015-09-04 by Raul

Configuring web deploy seems pretty easy at first. Just install it on the server, using Web Platform Installer and open a firewall port for it.

Add users to IIS and to each IIS Site.


IE slowness when scrolling

Published on 2015-07-16 by Raul

Manage NuGet packages for solution

Published on 2015-05-08 by Raul

Javascript function declaration vs function expression

Published on 2015-05-03 by Raul

Modifying javascript arrays

Published on 2015-02-12 by Raul
I've struggled for a couple of days with this bug I had in an Angular application, where changing the source of the grid didn't trigger the watch.

C# 6.0 - what's new

Published on 2014-11-27 by Raul

Angular UI Router pass parameter to .go

Published on 2014-11-19 by Raul
I ran today into a tricky way of using ui-router: if you pass a parameter to go('state'), it doesn't arrive in the controller that handles that state. This is because you need to declare the parameter in the state, for it to be taken into account.

AngularJS style guide

Published on 2014-08-14 by Raul
Some styleguides when starting to implement a solution using AngularJS: https://github.com/johnpapa/angularjs-styleguide http://toddmotto.com/opinionated-angular-js-styleguide-for-teams/

Everything you need to know about cryptography in 1 hour

Published on 2014-06-12 by Raul
I found via Hacker News a great presentation abuot the do-s and don't-s of crytography

Angular directive in separate files error

Published on 2014-06-09 by Raul
Today I ran into an issue which I couldn't figure out for a while

Great guide to angular directives

Published on 2014-06-05 by Raul
I thought I'd share a great guide to angular directive usage: http://amitgharat.wordpress.com/2013/06/08/the-hitchhikers-guide-to-the-directive/

Angular error: Template for directive must have exactly one root element

Published on 2014-05-30 by Raul
When using ui.bootstrap in an angular project, I find a lot of errors like this: 'Template for directive 'modalBackdrop' must have exactly one root element. template/modal/backdrop.html'

Angular Tips: ng-options does not work

Published on 2014-05-16 by Raul
When binding a select with ng-options, even though I had data in the array, the select wasn't populated.

ASP.NET source code released on github

Published on 2014-05-15 by Raul
Microsoft has released yesterday the source code for ASP.NET on GitHub.

jQuery unbind from event handler

Published on 2014-05-01 by Raul
Whenever I used jQuery for client side code, I created a separate function for the event handler, so I could detach it later

Upgrading Windows to an SSD without reinstalling windows

Published on 2014-04-24 by Raul
Today I managed to move my existing Windows installation from an old 90GB SSD to to a brand new, 240GB one, within around an hour. Here's how

Javascript WAT

Published on 2014-04-22 by Raul
A short and funny presentation regarding the less logical operations included in javascript, such as [] + [], [] + {}, {} + {}

Older posts