Month: August 2013

  • AngularJS ngAnimate Transitions – Basic Demo

    Hey everyone, I’ve just starting using Angular and went to do a few animations. I had a bit of trouble trying to find anywhere that mentioned what each class does. This is the demo we’ll be making, it’s pretty basic but hopefully enough to get you started: JSFiddle Demo Dummy Page To start with, just…

  • Chrome Incognito Mode not Working – Registry Fix

    Hey everyone, I use incognito mode at work as a quick test for cookie/caching issues. I ran into a bit of an issue with it this morning after an MOE update yesterday. Using the shortcut (ctrl + shift + n) did nothing, and the tools option showed incognito mode greyed out. After a bit of…

  • Cannot set property ‘show’ of undefined at new DeathrayMenuController – AngularJS

    Hey everyone, I’ve just started working my way through AngularJS by Brad Green & Shyam Seshadri. Unfortunately I ran into a bit of an issue on page 23 (line 19): TypeError: Cannot set property ‘show’ of undefined at new DeathrayMenuController (http://127.0.0.1/:18:27) at d (http://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js:28:174) at Object.instantiate (http://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js:28:304) at $get (http://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js:52:239) at $get.g (http://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js:43:348) at m…

  • wget or curl on Windows

    Hey everyone, Just a quick post on a Window’s equivalent to wget/curl. To start, you’ll need to open PowerShell (run > powershell.exe). To retrieve the page, you’ll just need to enter the following one liner: (new-object System.Net.WebClient).DownloadFile(‘http://www.whatibroke.com’,’C:my_output_file.txt’) The page contents will be stored in the output file provided as the second parameter to DownloadFile. To…

Create a website or blog at WordPress.com