Skip to content
View RobJohnston's full-sized avatar
Block or Report

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.

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 GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. wet-boew-razor wet-boew-razor Public

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

    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.Api AlphaPoint.Api Public

    A .Net Standard client for the AlphaPoint exchange API.

    C# 6 1

  4. wet-boew/GCWeb wet-boew/GCWeb Public

    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 90 126

  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. MasterPages MasterPages Public

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

    C#