Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application.

  • MaskedInput Transform Intellisense

    Posted to Jovan's Blog by jovan on Oct 27, 2008
    Filed under: Filed under: , , , , ,
    MaskedInput class's Transform property that I described in depth in a few preceding blog posts presented us with an interesting design dilemma. At first it seemed like it should be a typical enumeration property, with one value for each Transform type. However, since the architecture allowed new...
  • Multiline strings in JavaScript

    Posted to Jovan's Blog by jovan on Oct 17, 2007
    Filed under: Filed under: ,
    Myth: You can't have a string literal stretch across two lines of text in JavaScript. Fact: You can have multiline string literals in JavaScript in all browsers. Multiline (or is it "multi-line"?) strings are a fringe feature of programming languages. They are very rarely needed, so a lot...
Page 1 of 1 (2 items)