Quantcast
Channel: BrainStorage
Browsing latest articles
Browse All 102 View Live

Image may be NSFW.
Clik here to view.

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 Article


Image may be NSFW.
Clik here to view.

Stopping 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 Article


Image may be NSFW.
Clik here to view.

Kendo 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 Article

Image may be NSFW.
Clik here to view.

Extending 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 Article

Image may be NSFW.
Clik here to view.

Kendo 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 Article


Image may be NSFW.
Clik here to view.

Unexpected 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 Article

Image may be NSFW.
Clik here to view.

Integer 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 Article

Image may be NSFW.
Clik here to view.

Changing 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 Article


Image may be NSFW.
Clik here to view.

Kendo 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 Article


Image may be NSFW.
Clik here to view.

Enforce 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
Browsing latest articles
Browse All 102 View Live