Skip to content
View RobJohnston's full-sized avatar

Block or report RobJohnston

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. RobJohnston.github.ioRobJohnston.github.ioPublic

    Personal website using Hugo

    HTML

  2. wet-boew-razorwet-boew-razorPublic

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

    HTML

  3. 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:
  4. AlphaPoint.ApiAlphaPoint.ApiPublic

    A .Net Standard client for the AlphaPoint exchange API.

    C# 6 1

  5. 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 117 138

  6. 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
    usingMicrosoft.AspNetCore.Html;
    2
    usingMicrosoft.AspNetCore.Mvc.Rendering;
    3
    usingMicrosoft.AspNetCore.Mvc.TagHelpers;
    4
    usingMicrosoft.AspNetCore.Mvc.ViewFeatures;
    5
    usingMicrosoft.AspNetCore.Razor.TagHelpers;