Needed to add MP4 video support to an ASP.NET website project. Found that adding the following made that work great when I deployed to Azure. <!– ====================================================================== –> <!– Required to have Videos show up when deployed to Azure –>…
Category: JavaScript
jQuery to move bootstrap rows up/down
Had the need to create a nice UX (user experience) by moving a boostrap “div” up and down within a bootstrap “row” collection on a website. Always love sharing some elegant code, so check out this jsFiddle to see it…
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…
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…
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…
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…