View RobJohnston's full-sized avatar
Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. wet-boew-razorwet-boew-razorPublic

    ASP.NET Razor variant of the Web Experience Toolkit (WET-BOEW)

    HTML

  2. jQuery Validation method for the Mac...jQuery Validation method for the Machine Readable Zone of a Machine Readable Travel Document.
    1
    /*
    2
    Validate the Machine Readable Zone (MRZ) of any Machine Readable Travel Document (MRTD) conforming with the
    3
    specifications of ICAO Doc 9303-4.
    4
    5
    This method can validate:
  3. AlphaPoint.ApiAlphaPoint.ApiPublic

    A .Net Standard client for the AlphaPoint exchange API.

    C# 6 1

  4. wet-boew/GCWebwet-boew/GCWebPublic

    Canada.ca theme - A reference implementation of the Canada.ca Content and Information Architecture Specification, the Canada.ca Content Style Guide and the Canada.ca Design System

    HTML 98 138

  5. Extend the razor page's label tag he...Extend the razor page's label tag helper to write labels the WET-BOEW way. Be sure to add `@addTagHelper *, WebApplication1` to the Pages/_ViewImports.cshtml file.
    1
    using Microsoft.AspNetCore.Html;
    2
    using Microsoft.AspNetCore.Mvc.Rendering;
    3
    using Microsoft.AspNetCore.Mvc.TagHelpers;
    4
    using Microsoft.AspNetCore.Mvc.ViewFeatures;
    5
    using Microsoft.AspNetCore.Razor.TagHelpers;
  6. MasterPagesMasterPagesPublic

    Testing some nested ASP.Net masterpages for the WET-BOEW project.

    C#