I was able to go to the HDC again this year in Omaha, NE (#hdc15 on Twitter). As always there was a lot of great speakers and it was a lot of fun. Think about your desired outcome and work backwards to figure out how to get there. This works for development, life goals, parenting, selling ideas to business/management, etc. Thanks to Joe Olsen from Phenomblue also one of the original creators of HDC. Users have habits and don’t always enjoy the change as we think they should Windows 10 is better than ......
I’m continually forgetting this (and having to ask), so here’s a reminder to myself and maybe it will be useful to you. To center text horizontally in div, use display: block; margin: 0 auto; .center-horizontal { display:block; margin: 0 auto; } ......
Typescript 1.5 allows you to import modules using the import statement. import {DataService} from"../Modules/jQueryAjaxD... In Visual Studio 2015, the Build: Cannot compile modules unless the '--module' flag is provided stops me from proceeding. Here are the steps to take to user AMD module loading in VS 2015. Edit the TypeScript Build Module System options in the properties of the web project. Make sure to change it for debug and release. I found this answer on StackOverflow. Edit the project ......