So AngularJs is pretty sweet – especially considering the power and elegance of how you can use “filters” to change the way values appear in the UI. There is a built in “number” filter that you can apply to a…
Author: Lance Larsen
AngularJs: Custom Decimal Filter
So AngularJs is pretty sweet – especially considering the power and elegance of how you can use “filters” to change the way values appear in the UI. There is a built in “number” filter that you can apply to a…
Upcoming Dev Events in-and-near the Midwest!
Event Dates Location Chicago Code Camp April 26 Grayslake, IL Kalamazoo X April 26 Kalamazoo, MI Azure Developer Camp April 30 Chicago, IL ALM Chicago May 1 Chicago, IL Virtual Hackathon May 1- June 5 Chicago and online VSLive May…
Web Development Tools: ColorZilla
Little things make me happy… Easy way to get the RGB value for images / web pages Check out ColorZilla plugin for Chrome.
Visual Studio: SideWaffle Angular Templates
At the February 2014 MADdotNET (@maddotnet) meeting – had David Manske (@davidemanske) from Centare out to talk on what’s new in Visual Studio 2013! Couple absolute gems of knowledge were passed on – one of them was “SideWaffle Templates for…
AngularJS: Sharing Data Between Controllers
Always loved JavaScript and client side scripting ( where appropriate <grin> ) – so when we had a new green field project to start, looked to what the best-in-class technologies were – settled on AngularJS (@angularjs). It is a client-side…
AngularJS: Sharing Data Between Controllers
Always loved JavaScript and client side scripting ( where appropriate <grin> ) – so when we had a new green field project to start, looked to what the best-in-class technologies were – settled on AngularJS (@angularjs). It is a client-side…
Remapping MySQL Workbench “Execute SQL” to F5
As a primarily Microsoft SQL Server developer, when playing around with MySQL database ( specifically using MySQL Workbench ) wanted to be able to press F5 to execute the SQL commands that I was writing, by default you need to…
momentjs + UTC date/time = browser local time
You should almost always store your date/times in your database as UTC – you may think it’s not important now, but as soon as your application needs to display times to users in different time zones ( to paraphrase Yoda…
jQuery 1.x && 2.x + MVC script bundling
In my blog “NuGet – Limiting updates for jQuery and Bootstrap” – we looked at continuing to utilize NuGet to keep us up to date on the latest jQuery 1.x version ( even though 2.x is out ). Reason being…