Kick start unobtrusive validation for async loaded content

0 Comments

  The jQuery unobtrusive validation was not working for asynchronously loaded html. We fixed this by kick starting the unobtrusive validation:   // Kick start unobtrusive validation for async loaded content var validator: any =

Some nice new features are coming to TypeScript

0 Comments

  npm for type definition files One of the things that annoyed me was the tsd tool for installing type definition files. Why can’t I just use npm, for installing type definition files. I use

Align html input checkbox and it’s label with css

0 Comments

To align a HTML input[type=checkbox] with it’s label, just apply “display: inline” and “vertical align: middle” to both the input and the label:   HTML     Results:   Chrome 50:       Edge

Manage IIS configuration by using the RESTful API

0 Comments

  Nice:   The API has been built with Hypertext Application Language (HAL) to allows APIs to have built-in discoverability. Starting at the root of the API, you can browse the entire API surface.