Fiddler Suddenly Unable To Decrypt HTTPS Traffic
At one time, I had Fiddler setup to decrypt HTTPS traffic, and it was working. After having not used the feature for some time, I found that “something” had caused it to stop working, moreover I was...
View ArticleStopping JSHint Not Defined (W117) Messages
The JSHint component of Visual Studio’ Web Essentials will point out plenty of problems with your JavaScript code, sometimes though the some of the messages are not useful. For example, if you are...
View ArticleKendo OData DataSource With Fluent API
Here is a snippet for setting up a Kendo UI DataSource for OData using the Fluent API and passing in credentials: Kendo OData DataSource with Fluent API and credentialsFiled under: ASP.Net Tagged:...
View ArticleExtending ui-router-tabs To Display Validation Icon
Here is a link to a Plunk that demonstrates how to extend the Angular-based ui-router-tabs library to include an icon in a custom heading that toggles along with the validation state of the...
View ArticleKendo MVC Grid And Nullable Values In DropDownLists
I was using some ForeignKeys columns as DropDownLists in a Kendo MVC grid, and got it to work pretty easily (after reading G’s comment about creating the EditorTemplate, that is). While editing,...
View ArticleUnexpected Submit Behavior When Pressing Enter Key
I ran into this unexpected problem when pressing the Enter key from within fields on certain forms in an Angular application. The short answer is to add a type=”button” attribute to any buttons that...
View ArticleInteger Display Formatting In Kendo UI Numeric Grid Columns
I have a Kendo UI grid with a variety of columns, including one that displays a calculated value for “Days Until Travel”, which is always an integer result. One particularly thorough tester noted that...
View ArticleChanging Time Zone Settings Causes VS 2013 Build Failure
If you are monkeying around with your time zone settings with a Visual Studio project open, for some, inexplicable reason, the project may fail to build after changing the time zone. Moreover, there...
View ArticleKendo Grid Column Template With Multiple Attributes
It is pretty well documented (see below) how to use the ternary operator in Kendo Grid Column Templates, for instance to conditionally check or disable a checkbox. I was able to get that functionality...
View ArticleEnforce IE=Edge Compatibility From Web.Config
For those who work in corporate environments that contain legacy applications, your users may be forced to use Internet Explorer Compatibility Mode for your entire domain to get these older...
View Article